Benutzer-Werkzeuge

Webseiten-Werkzeuge


linux:usb_gps_maus

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/

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
linux/usb_gps_maus.txt · Zuletzt geändert: 2010/02/19 12:30 von quirxl

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki