You are not logged in.
I am trying to connect bluetooth mouse to laptop e6400 dell -
Bluetooth's LED is on and I added this module: btusb, and also bluez-utils package was installed.
bluetoothctl does not find any device and gnome center control also does not find..
bluetoothctl
Agent registered
[bluetooth]# list
[bluetooth]# devices
No default controller availableHere:
bt-device --list
bash: bt-device: command not found
[mgarch_e6400@e6400_host ~]$ lsmod | grep blue
bluetooth 655360 11 btrtl,btintel,btbcm,bnep,btusb
ecdh_generic 24576 1 bluetooth
rfkill 28672 9 bluetooth,dell_laptop,dell_rbtn,cfg80211
crc16 16384 2 bluetooth,ext4Here:
dmesg | grep Bluetooth
[ 11.438363] Bluetooth: Core ver 2.22
[ 11.438388] Bluetooth: HCI device and connection manager initialized
[ 11.438392] Bluetooth: HCI socket layer initialized
[ 11.438395] Bluetooth: L2CAP socket layer initialized
[ 11.438403] Bluetooth: SCO socket layer initialized
[ 43.792300] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 43.792302] Bluetooth: BNEP filters: protocol multicast
[ 43.792306] Bluetooth: BNEP socket layer initializedEDIT: another output:
lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 0c45:63f1 Microdia Integrated Webcam
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 002: ID 0a5c:5801 Broadcom Corp. BCM5880 Secure Applications Processor with fingerprint swipe sensor
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 007: ID 413c:8158 Dell Computer Corp. Integrated Touchpad / Trackstick
Bus 003 Device 006: ID 413c:8157 Dell Computer Corp. Integrated Keyboard
Bus 003 Device 005: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hubHere lspci output: Can someone tell which hardware refers to bluetooth, so maybe can add missing driver??
lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
00:19.0 Ethernet controller: Intel Corporation 82567LM Gigabit Network Connection (rev 03)
00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)
00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M-E LPC Interface Controller (rev 03)
00:1f.2 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: NVIDIA Corporation G98M [Quadro NVS 160M] (rev a1)
03:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ba)
03:01.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 04)
03:01.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 21)
0c:00.0 Network controller: Intel Corporation WiFi Link 5100Last edited by koogel (2018-12-25 15:14:03)
Offline
Did you start/enable bluetooth.service ?
Offline
Yes, bluetooth.service is on
Offline
I found this topic and after installing bluez-hid2hci and reboot, bluetooth start working ![]()
https://bbs.archlinux.org/viewtopic.php?id=172369
Offline