LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   bluetooth driver (https://www.linuxquestions.org/questions/linux-newbie-8/bluetooth-driver-674236/)

raphtor 10-04-2008 01:37 PM

bluetooth driver
 
how do i connect my mobile phone to gutsy using bluetooth???how do i know if my bluetooth driver is on or if i have a blue tooth driver at all???

{BBI}Nexus{BBI} 10-04-2008 03:21 PM

Start a terminal session and type:
Code:

/sbin/lsmod
look for something like this: bluetooth 54116 9 hidp,bnep,rfcomm,l2cap,btusb. If you have that all you need to do is install the gnome-bluetooth package.

raphtor 10-10-2008 07:37 PM

http://packages.ubuntu.com
is this site a trusted source for downloading it??

{BBI}Nexus{BBI} 10-10-2008 08:12 PM

You should be able to install it via Synaptic or from commandline do:
Code:

sudo apt-get install gnome-bluetooth
If you use Synaptic hit the reload button first to refresh your package list, then do a search for gnome-bluetooth. If you use the commandline method, run:
Code:

sudo apt-get update
first then install gnome-bluetooth.


All times are GMT -5. The time now is 06:36 PM.