Difference between revisions of "Bluetooth"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 1: Line 1:
Bluetooth is a good way to establish a wireless connection. Here is how you can do it with Linux.
+
Bluetooth is a good way to establish a wireless connection. Here is how you can do it with Linux. All instructions have been tested with SUSE Linux 11.1 but should work same or similar with every combination.
  
= Make sure your hardware works =
+
= Check your hardware =
 +
Your hardware must be compatible, and the correct drivers must be loaded. Here is an example how to check this:
 
  tweedleburg:~ # hwinfo --bluetooth --short
 
  tweedleburg:~ # hwinfo --bluetooth --short
 
  bluetooth:
 
  bluetooth:
Line 10: Line 11:
  
 
= Transfer files =
 
= Transfer files =
 +
The best possibility to transfer files is to call the program bluetooth-applet.
 +
 +
== with KDE 3.5 ==
 +
Using KDE 3.5 or older you can point your konqueror to bluetooth:/// and you will be able to use your phone's files just as if they were local.
 +
 +
== with obexpushd ==
 
To transfer a file from your mobile phone to your computer, start the obex push daemon on your computer:
 
To transfer a file from your mobile phone to your computer, start the obex push daemon on your computer:
 
  obexpushd -B
 
  obexpushd -B

Revision as of 17:19, 26 June 2009

Bluetooth is a good way to establish a wireless connection. Here is how you can do it with Linux. All instructions have been tested with SUSE Linux 11.1 but should work same or similar with every combination.

Check your hardware

Your hardware must be compatible, and the correct drivers must be loaded. Here is an example how to check this:

tweedleburg:~ # hwinfo --bluetooth --short
bluetooth:
                       Cambridge Silicon Radio Bluetooth Dongle (HCI mode)
tweedleburg:~ # hcitool scan
Scanning ...
        00:16:4E:62:BE:31       Nokia 6230i

Transfer files

The best possibility to transfer files is to call the program bluetooth-applet.

with KDE 3.5

Using KDE 3.5 or older you can point your konqueror to bluetooth:/// and you will be able to use your phone's files just as if they were local.

with obexpushd

To transfer a file from your mobile phone to your computer, start the obex push daemon on your computer:

obexpushd -B

Then, on your mobile phone choose that you want to transfer a file to your computer.

Future reference

If you still have problems, have a look at the commands

  • obexftp

See also