Set up bluetooth in Ubuntu
![]() |
Post Page Rank |
Setting bluetooth in Ubuntu needs some prerequisite. I guess all of you people are aware about Ubuntu package manager `apt`. I am using this package manager to install bluetooth.
We have to install 2 package
1) bluez-utils
2) gnome-bluetooth
Open a terminal window type the commands below.
sudo apt-get install bluez-utils
This will prompt for the user password, enter your admin password. Package bluez will be installed. You have to configure couple of things to make your bluetooth up and running. Restart your bluetooth device.
sudo /etc/init.d/bluez-utils restart
(In some machine it may be sudo /etc/init.d/bluetooth restart)
You have to check whether the bluetooth module and associated drivers are working fine. Type a command `lsusb`. This will display the hardware address and manufacturer name.
The second package we are going to install is the `gnome-bluetooth` which contain all application that are used for file sending and receiving.
sudo apt-get install gnome-bluetooth
Enter the password of the admin and hit enter key. This will start installing the package gnome-bluetooth. After installing the package restart your bluetooth hardware and if possible your system.
Restarting you hardware driver is simple. Type the command
sudo /etc/init.d/bluez-utils restart
(In some machine it may be sudo /etc/init.d/bluetooth restart)
Your system is now ready with bluetooth. . I will explain the steps involved in the configuration in my next post. Thats all for today !!!!
If you enjoyed this post, make sure you subscribe to my RSS feed!


One Response
Thank you for your very concise and to the point instructions! After screwing around for about an hour, I came across your info, followed it to a tee, and it worked the first time out! I am a happy camper! Thanks again!
Prospector
Gary on Sep 4, 2008 | Reply
Leave a comment