I have a problem with bluetooth not working on my Lenovo X60 laptop. I've installed all the relevant packages (bluez-* and bluetooth, etc) but I still get the same basic problem: my bluetooth adapter doesn't seem to show up. Could I have it disabled somewhere? Here is the output of some basic commands:

$ sudo /etc/init.d/bluetooth restart
* Restarting bluetooth [ OK ]

$ sudo hciconfig
< no output >

$ sudo hciconfig hci0 up
Can't get device info: No such device

$ sudo hciconfig hci0 restart
Can't get device info: No such device

$ lsmod | grep blue
bluetooth 67748 4 rfcomm,l2cap

$ sudo hcitool scan
Device is not available: No such device

$ sudo hcitool dev
Devices:

I don't have the wireless switch set to off (it controls both Bluetooth and wifi, and I'm connecting through wireless internet).

thanks!