Skip to content

Instantly share code, notes, and snippets.

@colbyf
Created June 6, 2015 11:30
Show Gist options
  • Save colbyf/84d3084fbd44ac7fb38e to your computer and use it in GitHub Desktop.
Save colbyf/84d3084fbd44ac7fb38e to your computer and use it in GitHub Desktop.
RTL8723BE Kernel: 4.0.4-2-ARCH x86_64
Card-1: Realtek RTL8723BE PCIe Wireless Network Adapter driver: rtl8723be
System: Host: archvoid Kernel: 4.0.4-2-ARCH x86_64 (64 bit) Desktop: N/A
Distro: Arch Linux
Machine: System: Hewlett-Packard product: HP Pavilion 15 Notebook PC v: 09761
[colbyf@archvoid ~]$ lsmod | grep -iE '.*(btusb|bluetooth|hidp|l2cap).*'
hidp 24576 0
btusb 40960 0
bluetooth 442368 27 bnep,hidp,btusb,rfcomm
crc16 16384 2 ext4,bluetooth
rfkill 24576 6 cfg80211,hp_wmi,bluetooth
hid 110592 5 hidp,hid_multitouch,hid_generic,usbhid
usbcore 200704 9 btusb,snd_usb_audio,uvcvideo,snd_usbmidi_lib,ehci_hcd,ehci_pci,usbhid,xhci_hcd,xhci_pci
[colbyf@archvoid ~]$ lsmod | grep coexist
btcoexist 188416 1 rtl8723be
rtlwifi 110592 3 btcoexist,rtl_pci,rtl8723be
[colbyf@archvoid ~]$ lsusb
Bus 002 Device 003: ID 05c8:036e Cheng Uei Precision Industry Co., Ltd (Foxlink) Webcam
Bus 002 Device 002: ID 0438:7900 Advanced Micro Devices, Inc.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 04f3:0436 Elan Microelectronics Corp.
Bus 001 Device 003: ID 0bda:b001 Realtek Semiconductor Corp.
Bus 001 Device 002: ID 0438:7900 Advanced Micro Devices, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 006: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 003 Device 005: ID 046d:c22d Logitech, Inc. G510 Gaming Keyboard
Bus 003 Device 004: ID 03f0:e207 Hewlett-Packard
Bus 003 Device 003: ID 10f5:2130 Turtle Beach
Bus 003 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[colbyf@archvoid ~]$ rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
[colbyf@archvoid ~]$
[colbyf@archvoid ~]$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
Active: active (running) since Sat 2015-06-06 11:02:37 BST; 7min ago
Docs: man:bluetoothd(8)
Main PID: 443 (bluetoothd)
Status: "Running"
CGroup: /system.slice/bluetooth.service
└─443 /usr/lib/bluetooth/bluetoothd
Jun 06 11:02:37 archvoid bluetoothd[443]: Not enough free handles to regist...e
Jun 06 11:02:37 archvoid bluetoothd[443]: Not enough free handles to regist...e
Jun 06 11:02:37 archvoid bluetoothd[443]: Current Time Service could not be...d
Jun 06 11:02:37 archvoid bluetoothd[443]: gatt-time-server: Input/output er...)
Jun 06 11:02:37 archvoid bluetoothd[443]: Not enough free handles to regist...e
Jun 06 11:02:37 archvoid bluetoothd[443]: Not enough free handles to regist...e
Jun 06 11:02:37 archvoid bluetoothd[443]: Sap driver initialization failed.
Jun 06 11:02:37 archvoid bluetoothd[443]: sap-server: Operation not permitt...)
Jun 06 11:02:59 archvoid bluetoothd[443]: Endpoint registered: sender=:1.27...e
Jun 06 11:02:59 archvoid bluetoothd[443]: Endpoint registered: sender=:1.27...k
Hint: Some lines were ellipsized, use -l to show in full.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment