Comment 4 for bug 445326

Revision history for this message
Alexander Sack (asac) wrote : Re: BT applet visible even without any adapter being present

please run:

for i in /sys/class/rfkill/rfkill*; do echo Device; echo -n " Name: "; cat $i/name; echo -n " Type: "; cat $i/type; done

and see if you get any bluetooth type killswitches.