Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. 03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 0a)
  2. Subsystem: Lenovo RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [17aa:3830]
  3. Kernel driver in use: r8169
  4. Kernel modules: r8169
  5. 04:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
  6. Subsystem: XAVi Technologies Corp. RTL8723BE PCIe Wireless Network Adapter [1b9a:2485]
  7. Kernel driver in use: rtl8723be
  8. Kernel modules: rtl8723be, wl
  9.  
  10.  
  11.  
  12. Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  13. Bus 001 Device 004: ID 04f2:b49f Chicony Electronics Co., Ltd
  14. Bus 001 Device 003: ID 174f:1169 Syntek
  15. Bus 001 Device 002: ID 062a:4102 Creative Labs
  16. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  17.  
  18.  
  19.  
  20. 0: ideapad_wlan: Wireless LAN
  21. Soft blocked: no
  22. Hard blocked: no
  23. 1: ideapad_bluetooth: Bluetooth
  24. Soft blocked: no
  25. Hard blocked: no
  26. 2: phy0: Wireless LAN
  27. Soft blocked: no
  28. Hard blocked: no
  29. 4: hci0: Bluetooth
  30. Soft blocked: no
  31. Hard blocked: no
  32.  
  33. [ 0.160519] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
  34. [ 0.364113] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
  35. [ 1.466117] [Firmware Bug]: No valid trip found
  36. [ 2.610072] usb 1-4: Product: Bluetooth Radio
  37. [ 10.398181] rtl8723be: Using firmware rtlwifi/rtl8723befw.bin
  38. [ 11.842460] Bluetooth: Core ver 2.21
  39. [ 11.842487] Bluetooth: HCI device and connection manager initialized
  40. [ 11.842493] Bluetooth: HCI socket layer initialized
  41. [ 11.842498] Bluetooth: L2CAP socket layer initialized
  42. [ 11.842508] Bluetooth: SCO socket layer initialized
  43. [ 12.626712] Bluetooth: hci0: rtl: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723
  44. [ 12.626719] Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_fw.bin
  45. [ 12.698802] Bluetooth: hci0: rom_version status=0 version=1
  46. [ 17.016934] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  47. [ 17.016940] Bluetooth: BNEP filters: protocol multicast
  48. [ 17.016947] Bluetooth: BNEP socket layer initialized
  49. [ 19.079058] Bluetooth: hci0 command 0x0c56 tx timeout
  50. [ 38.328458] Bluetooth: RFCOMM TTY layer initialized
  51. [ 38.328470] Bluetooth: RFCOMM socket layer initialized
  52. [ 38.328483] Bluetooth: RFCOMM ver 1.11
  53. [ 1171.588454] Bluetooth: hci0: rtl: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723
  54. [ 1171.588462] Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_fw.bin
  55. [ 1171.589660] Bluetooth: hci0: rom_version status=0 version=1
  56. [ 3599.475358] Bluetooth: hci0: rtl: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723
  57. [ 3599.475364] Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_fw.bin
  58. [ 3599.476353] Bluetooth: hci0: rom_version status=0 version=1
  59.  
  60. [ 2.432072] usb 1-4: new full-speed USB device number 4 using xhci_hcd
  61. [ 2.561475] usb 1-4: New USB device found, idVendor=04f2, idProduct=b49f
  62. [ 2.561481] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  63. [ 2.561484] usb 1-4: Product: Bluetooth Radio
  64. [ 2.561487] usb 1-4: Manufacturer: Realtek
  65. [ 2.561489] usb 1-4: SerialNumber: 00e04c000001
  66. [16443.840076] usb 1-4: reset full-speed USB device number 4 using xhci_hcd
  67. [41178.579274] usb 1-4: reset full-speed USB device number 4 using xhci_hcd
  68.  
  69. sudo rfkill list
  70.  
  71. sudo rfkill unblock bluetooth
  72.  
  73. sudo apt-get install linux-headers-generic git build-essential
  74. git clone https://github.com/jeremyb31/bluetooth-4.4.git
  75. cd bluetooth-4.4
  76. cp /usr/src/linux-headers-$(uname -r)/.config ./
  77. cp /usr/src/linux-headers-$(uname -r)/Module.symvers Module.symvers
  78. make -C /lib/modules/$(uname -r)/build M=$(pwd) modules
  79. sudo cp btusb.ko /lib/modules/$(uname -r)/kernel/drivers/bluetooth/
  80. sudo modprobe -r btusb
  81. sudo modprobe btusb
  82.  
  83. cd bluetooth-4.4
  84. make -C /lib/modules/$(uname -r)/build M=$(pwd) clean
  85. cp /usr/src/linux-headers-$(uname -r)/.config ./
  86. cp /usr/src/linux-headers-$(uname -r)/Module.symvers Module.symvers
  87. make -C /lib/modules/$(uname -r)/build M=$(pwd) modules
  88. sudo cp btusb.ko /lib/modules/$(uname -r)/kernel/drivers/bluetooth/
  89. sudo modprobe -r btusb
  90. sudo modprobe btusb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement