I just wanted a bluetooth in my EEE PC 900 just for the sake of completeness. You want everything available. Since bluetooth is missing in EEE PC 900, i kept just thinking how to install it. So bought myself a USB microbluetooh which extends about 1 cm beyond the usb port. So i went to EEE PC wiki. Used the instructions given.
dmesg
sudo hciconfig
But i am stucked at the "sudo hciconfig". Command not supported. Searched the forums, not very helpful and some complex advice. Later on found out that actually hciconfig tool is not installed in EEE PC 900. So, what i did is doing the update of the EEE.
sudo apt-get update
sudo apt-get install bluez-utils
Then confirm and say yes to everything. After this only you will have the hciconfig. Then continue back what was mentioned in the EEE PC wiki.
sudo hciconfig
This will list the bluetooth interfaces.
sudo hciconfig hci0 up
This is to activate the bluetooth.
sudo hciconfig hci0 down
This is to stop or deactivate the bluetooth.
So, you can use bluetooth with your EEE PC, it was very easy to install.
I need to remember these three command to activate or deactivate my BT.
sudo hciconfig
sudo hciconfig hci0 up
sudo hciconfig hci0 down
So, whats next. A lot more things can be done with the bluetooth such as:
- using your Nokia phone or WM6 smartphone internet sharing or 3G via bluetooth.
- using a BT GPS
- using A2DP with your stereo BT headphone.
This is for later. Might start with the BT GPS first since i already have an internet connection with my Sierra 875u USB modem, which make the internet sharing option not very important.
Hehe!
Subscribe to:
Post Comments (Atom)
1 comment:
thanks for this post it has been very useful for activating my bluetooth. but i have a problem though coz my other devices cant see the asus after searching.
Post a Comment