Folgende Warnungen sind aufgetreten: | |||||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 34 - File: global.php(961) : eval()'d code PHP 8.2.24 (Linux)
|
Kein GPS Empfang - Druckversion +- RasPiCar Projekt Forum (https://RasPiCarProjekt.de) +-- Forum: Hardware (https://RasPiCarProjekt.de/forumdisplay.php?fid=5) +--- Forum: GPS (https://RasPiCarProjekt.de/forumdisplay.php?fid=12) +--- Thema: Kein GPS Empfang (/showthread.php?tid=621) |
Kein GPS Empfang - schnibli - 08.09.2015 Hallo zusammen, Leider Funktioniert meine USB GPS mouse nicht: http://www.navilock.de/produkte/G_60095/merkmale.html Code: lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqklqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk 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. Kann mir jemand helfen War ein Falscher eintrag: Für diese GPS Mouse musste ich ttyACM0 in die StartCarPc einschreiben RE: Kein GPS Empfang - Helo84 - 03.07.2016 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. RE: Kein GPS Empfang - cbrauweiler - 04.07.2016 Probier das mal: http://raspicarprojekt.de/showthread.php?tid=735&pid=3942#pid3942 RE: Kein GPS Empfang - Helo84 - 04.07.2016 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. RE: Kein GPS Empfang - cbrauweiler - 05.07.2016 Klingt auf jeden Fall komisch. Ich hab bisher keine Tastatur gehabt die nicht funktionierte. RE: Kein GPS Empfang - Helo84 - 05.07.2016 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. RE: Kein GPS Empfang - Helo84 - 06.07.2016 Mit der neuen GPS Mous gehts ohne Probleme. Ein gesteckt und es lief, es kann so einfach sein! RE: Kein GPS Empfang - uriel2006 - 02.09.2016 (08.09.2015, 13:21)schnibli schrieb: 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 |