30Jun

Set up bluetooth in Ubuntu

wireless
Post Page Rank
This entry is part 4 of 6 in the series Bluetooth tools

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 !!!!

Add to Del.cio.us RSS Feed Add to Technorati Favorites Stumble It!
   www.sajithmr.com

Series Navigation«Bluetooth OBEX :- What is it?Send files over bluetooth in Ubuntu»

Related posts

Monday, June 30th, 2008 at 7:04 pm and is filed under wireless. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a reply

Enter your email address:

Delivered by FeedBurner