No Bluetooth

macalga
  13 years ago
  17

I wanted to connect a Bluetooth mouse to my laptop Clevo Linux Mint 11 and it does not work!

The Bluetooth icon in the taskbar indicates that the service is inactive.

The solution is a command line that you can run in Terminal window:

- Open a Terminal assignment

- Encode sudo /etc/init.d/bluetooth restart

In my case it worked.

If you want to create a script:

- Create a file xxx.sh in your home directory
- Insert the following commands:
#!/bin/sh
sudo /etc/init.d/bluetooth restart
exit 0

- Save
- In a Terminal window, encode
chmod u + x xxx.sh

- Create a shortcut on the desktop and use it to restart the service

Comments
Derathor 13 years ago

This worked for me.
Thanks a lot!


ivy_s 13 years ago

Thanks for the information. I'll have it on my mind.


sadi_pu 13 years ago

WoW!!Its awesome man!!!Thanks for such tutorial! :)


fuerkang 13 years ago

Thank you, now i can use my bluetooth Kensington bluetooth...
WOrks great!! LinuxMint Rocks!


Big_Zeek 13 years ago

Thank you! Worked like a charm!


kazztan0325 13 years ago

It is a useful solution!
Thank you!