RasPiCar Projekt Forum

Normale Version: Kein GPS Empfang
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo zusammen,

Leider Funktioniert meine USB GPS mouse nicht:
http://www.navilock.de/produkte/G_60095/merkmale.html

Code:
lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqklqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk
x    Time:       n/a                        xxPRN:   Elev:  Azim:  SNR:  Used: x
x    Latitude:   n/a                        xx                                 x
x    Longitude:  n/a                        xx                                 x
x    Altitude:   n/a                        xx                                 x
x    Speed:      n/a                        xx                                 x
x    Heading:    n/a                        xx                                 x
x    Climb:      n/a                        xx                                 x
x    Status:     NO FIX (0 secs)            xx                                 x
x    Longitude Err:   n/a                   xx                                 x
x    Latitude Err:    n/a                   xx                                 x
x    Altitude Err:    n/a                   xx                                 x
x    Course Err:      n/a                   xx                                 x
x    Speed Err:       n/a                   xx                                 x
x    Time offset:     n/a                   xx                                 x
x    Grid Square:     n/a                   xx                                 x
mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqjmqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj

startcarpc:
# Start gpsd
sudo killall gpsd
#gpsd /dev/ttyAMA0
gpsd /dev/ttyUSB0

tail -f /var/log/messages:

Code:
Aug  7 00:38:25 CarPi gpsd[2410]: gpsd:ERROR: /dev/ttyUSB0: device activation failed.
Aug  7 00:38:28 CarPi gpsd[2410]: gpsd:ERROR: device open failed: No such file or directory - retrying read-only
Aug  7 00:38:28 CarPi gpsd[2410]: gpsd:ERROR: read-only device open failed: No such file or directory
Aug  7 00:38:28 CarPi gpsd[2410]: gpsd:ERROR: /dev/ttyUSB0: device activation failed.
Aug  7 00:38:28 CarPi gpsd[2410]: gpsd:ERROR: device open failed: No such file or directory - retrying read-only
Aug  7 00:38:28 CarPi gpsd[2410]: gpsd:ERROR: read-only device open failed: No such file or directory
Aug  7 00:38:28 CarPi gpsd[2410]: gpsd:ERROR: /dev/ttyUSB0: device activation failed.
Aug  7 00:38:33 CarPi gpsd[2410]: gpsd:ERROR: device open failed: No such file or directory - retrying read-only
Aug  7 00:38:33 CarPi gpsd[2410]: gpsd:ERROR: read-only device open failed: No such file or directory
Aug  7 00:38:33 CarPi gpsd[2410]: gpsd:ERROR: /dev/ttyUSB0: device activation failed.

Kann mir jemand helfen Confused

War ein Falscher eintrag:

Für diese GPS Mouse musste ich ttyACM0 in die StartCarPc einschreiben Smile
Hallo,

ich hab das selbe Problem wie oben, nur mit anderen Fehlermeldungen:

Jul 3 14:10:16 CarPi gpsd[1271]: gpsd:ERROR: read-only device open failed: No such file or directory
Jul 3 14:10:16 CarPi gpsd[1271]: gpsd:ERROR: /dev/ttyUSB0: device activation failed.
Jul 3 14:10:21 CarPi gpsd[1271]: gpsd:ERROR: device open failed: Permission denied - retrying read-only
Jul 3 14:10:21 CarPi gpsd[1271]: gpsd:ERROR: read-only device open failed: Permission denied
Jul 3 14:10:21 CarPi gpsd[1271]: gpsd:ERROR: /var/run/gpsd.sock: device activation failed.
Jul 3 14:10:21 CarPi gpsd[1271]: gpsd:ERROR: device open failed: No such file or directory - retrying read-only
Jul 3 14:10:21 CarPi gpsd[1271]: gpsd:ERROR: read-only device open failed: No such file or directory
Jul 3 14:10:21 CarPi gpsd[1271]: gpsd:ERROR: /dev/ttyUSB0: device activation failed.
Jul 3 14:12:28 CarPi rsyslogd-2007: action 'action 17' suspended, next retry is Sun Jul 3 14:12:58 2016 [try http://www.rsyslog.com/e/2007 ]
Jul 3 14:14:23 CarPi rsyslogd-2007: action 'action 17' suspended, next retry is Sun Jul 3 14:14:53 2016 [try http://www.rsyslog.com/e/2007 ]

Startcarpc:
# Start gpsd
sudo killall gpsd
#gpsd /dev/ttyACM0
gpsd /dev/ttyUSB0

Probiere schon über eine Woche dran rum, ohne Erfolg.

Danke schon mal für eure Hilfe.
Hallo, danke für die Hilfe, aber leider funktioniert das auch nicht. Kann es sein, dass die USB Ports nicht richtig funktionieren? Weil eine Tastatur geht auch nicht, nur ca. 5 sec. und dann muss ich den USB Stecker ziehen und wieder stecken, dann hab ich wieder 5 sec.
Klingt auf jeden Fall komisch. Ich hab bisher keine Tastatur gehabt die nicht funktionierte.
Hab mal Raspbian installiert mal probiert, da geht die Tastatur, die GPS Mous aber auch nicht. Schick die zurück und hab mir die bestellt, die du auch benutzt. Mal sehen ob es damit klappt.
Mit der neuen GPS Mous gehts ohne Probleme. Ein gesteckt und es lief, es kann so einfach sein!
(08.09.2015, 13:21)schnibli schrieb: [ -> ]
War ein Falscher eintrag:

Für diese GPS Mouse musste ich ttyACM0 in die StartCarPc einschreiben Smile

 Bei mir das gleiche, 2 tage nach gesucht was es denn sein könnte.
bei mir stand zum schluss "ttyACM0 was not an mtp device" oder so ähnlich.

hab dann was gefunden,
in der startcarpc volgende zeile einfügen:
# Start gpsd
sudo killall gpsd
#gpsd /dev/ttyAMA0
gpsd /dev/ttyACM0
#gpsd /dev/ttyUSB0

sudo  gpsdctl  add   /dev/ttyACM0

nun läuft es wieder.

cu.
uriel2006