I solved my problem with disabled bluetooth doing following:
 Wrote in terminal

 rfkill list

 and got message something like
-------------------------------------------
 1: phy0: Wireless LAN
             Soft blocked: no
             Hard blocked: no
         ........
3: hci0: Bluetooth
            Soft blocked: no
            Hard blocked: no
---------------------------------------------
in order to detect idx of my bluetooth device (in my case, hci0)
then we should type

rfkill unblock hci0 (you should write your idx of your bluetooth device
instead of "hci0")

then just log off and log in again or restart PC and bluetooth now must
work properly.

Sorry, can't remember the thread at launchpad where I found this
solution, that's why described it the way I remember.

Hope it helps someone too.

-- 
[Karmic Beta] Bluetooth is disabled.
https://bugs.launchpad.net/bugs/447312
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to