-
atreyu
-
RE: Bluetooth driver for my laptop
-
Hi,
What Linux OS are you using?
You can see if the kernel bluetooth stack is loaded by checking for the bluetooth driver in your list of loaded modules, e.g.:
[code]lsmod|grep bluetooth[/code]
You sometimes need to start the Bluetooth stack manually (often a service/daemon), e.g., on my Fedora box, I'd do:
[code]service bluetooth start[/code]
This service is part of the [b]bluez[/b] package.
Is Bluetooth enabled in the BIOS of your machine?
Is there are hardware on/off switch (or Function key combo) for Bluetooth/Radio on your laptop?
-
16 May 11
Hi,
What Linux OS are you using?
You can see if the kernel bluetooth stack is loaded by checking for the bluetooth driver in your list of loaded modules, e.g.:
lsmod|grep bluetooth
You sometimes need to start the Bluetooth stack manually (often a service/daemon), e.g., on my Fedora box, I'd do:
service bluetooth start
This service is part of the
bluez package.
Is Bluetooth enabled in the BIOS of your machine?
Is there are hardware on/off switch (or Function key combo) for Bluetooth/Radio on your laptop?