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







Gmail is one the coolest email client available. But it lacks an important feature. We can attach files but we are not able to add inline images in editor.
Yahoo messenger had a cool feature called invisible mode. Sometime people misuse this functionality which so annoying. There are couple of solution to hack whether the invisible one are actually online.
As I mentioned in my
Recent Comments