rfkill list
- Code: Select all
0: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
As you can see it shows my Bluetooth but then i do
hciconfig
- Code: Select all
[root@linux nemmie]# hciconfig
[root@linux nemmie]#
then I found a post saying they got it working doing this
well I got the bluetooth workingSent on:2:12 amwhen I load btusb$ modprobe btusbbluetooth doesn't immediately work and lsusb only shows$ lsusb...Bus 001 Device 002: ID 413c:8143 Dell Computer Corp....I've been searching for information on support forums for a couple of days and came to suspect that "413c:8143 Dell Computer Corp." might actually be a bluetooth device. So I did:$ echo '413c 8143' > /sys/bus/usb/drivers/btusb/new_id$ hciconfig hci0 upand voila now the bluetooth device gets loaded.
I do it and my bluetooth shows up.
lsusb
- Code: Select all
Bus 002 Device 004: ID 0a5c:5802 Broadcom Corp. BCM5880 Secure Applications Processor with fingerprint touch sensor
Bus 002 Device 003: ID 413c:8143 Dell Computer Corp.
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 056a:4001 Wacom Co., Ltd TPC4001
Bus 001 Device 003: ID 1bcf:2c34 Sunplus Innovation Technology Inc.
Bus 001 Device 002: ID 8087:8008 Intel Corp.
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 003: ID 04a9:2738 Canon, Inc.
Bus 003 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
echo '413c 8143' > /sys/bus/usb/drivers/btusb/new_id
hciconfig hci0 up
hciconfig
- Code: Select all
hci0: Type: Primary Bus: USB
BD Address: B8:EE:65:33:59:A4 ACL MTU: 1021:8 SCO MTU: 64:1
UP RUNNING PSCAN ISCAN
RX bytes:622 acl:0 sco:0 events:38 errors:0
TX bytes:952 acl:0 sco:0 commands:38 errors:0
rfkill list
- Code: Select all
0: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Now I have hci0 and it shows bluetooth applet but when I reboot my computer I have to do it all over again.
also my bluetooth will add the devices but fail to connect to them. what am I doing wrong?