Inhaltsverzeichnis

USB GPS Maus

son billig Teil mit PL2303 USB to SERIAL Converter, von LACT.de.

apt-get install gpsd gpsd-clients
dpkg-reconfigure gpsd
xgps

Daemon wieder mir dpkg-reconf… deaktivieren. xgps zum debuggen.

Programme: gpsdrive

Ubuntu:

deb http://navit.latouche.info/ubuntu hardy main
deb http://navit.latouche.info/ubuntu intrepid main

apt-key adv --recv-keys --keyserver gpg-keyserver.de CB229096

Debian:

deb http://navit.latouche.info/debian lenny main
deb http://navit.latouche.info/debian sid main

http://wiki.navit-project.org/index.php/Download_Navit

Kartenmaterial:
http://downloads.cloudmade.com/
http://maps.navit-project.org/

http://wiki.ubuntuusers.de/gpsd
http://wiki.ubuntuusers.de/GpsDrive
http://wiki.ubuntuusers.de/Navit

Bluetooth Dödel

hcitool scan
rfcomm bind /dev/rfcomm0 <btaddr>
ln -s /dev/rfcomm0 ~/.wine/dosdevices/com1

rfcomm release /dev/rfcomm0

(vorher pairen…)

/etc/bluetooth/rfcomm.conf

rfcomm0 {
        bind no;
        device <btaddr>;
        channel 1;
        comment "Bluetooth GPS";
}

dann (gpsd starten…)

rfcomm connect 0
gpsd /dev/rfcomm0

rfcomm release 0