You are not logged in.
I also need a solution. my kbluetooth tray icon stays greyed-out
following the steps i did:
1.) pacman -S bluez kbluetooth
2.) /etc/rc.d/bluetooth start
3.) $ kbluetooth
-> icons stays greyed-out (even after reboot)
bluetooth kernel module is loaded. what else i have to do?
sorry for my bad english
Offline
What about the bluetooth led?
Check the bluetooth status:
$ cat /proc/acpi/ibm/bluetooth
If disabled, enable it:
$ echo enable > /proc/acpi/ibm/bluetooth
Offline