| Hi, 
 I have a Bluetooth adapter plugged into a USB port of my PC:
 
       Code: 
Bus 006 Device 002: ID 0a5c:21e8 Broadcom Corp. BCM20702A0 Bluetooth 4.0
 
 
 I am also registered as a user to group "bluetooth".
 
 Unfortunately, KDE does not find this adapter. It is not possible to search for it ("Keine Adapter gefunden" - "no adaptors found").
 
 It seems that at some point the startup parameters of the bluetoothd were changed, as I get:
 
 
       Code: 
root@pucki:~# /etc/init.d/bluetooth force-reload
[ ok ] Stopping bluetooth: rfcomm /usr/sbin/bluetoothd.
 [....] Starting bluetooth: bluetoothd rfcomm/usr/bin/rfcomm: invalid option -- 'f'
 
 
 when attempting to reload the bluetooth drivers/daemon.
 
 What was the --f option used for? How can I circumvent this option?
 
 The adaptor is not blocked:
 
       Code: 
root@pucki:~# rfkill list
 0: phy0: Wireless LAN
 Soft blocked: no
 Hard blocked: no
 1: hci0: Bluetooth
 Soft blocked: no
 Hard blocked: no
 
 
 I did all apt-get dist-upgrades that were available, including new kernels.
 
 Thanks for any hint and many regards,
 Crypto.
 |