• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Dell Mini 10 - GPS Empfänger - SuSE 11.2?

OP
I

ib54003

Newbie
Hi,
leider hilft mir das nich wirklich weiter. Also ich habe nun gpsd installiert, wie starte ich jetzt mein GPS-Modul im Dell Mini 10? Und wie binde ich die Openstreetmapkarte in Navit ein ?
 
OP
I

ib54003

Newbie
Hi,
leider habe ich es immer noch nicht geschafft das Kartenmaterial zum laufen zu bekommen und wie mache ich das mit dem gpsd muss ich das installieren (wie, und wie starte ich es ??).
 

tomm.fa

Administrator
Teammitglied
ib54003 schrieb:
Und wie ich mein GPS Modul mit GPSD starte?
Was sagt denn:
Code:
/etc/init.d/gpsd status
Du könntest dir auch mal gpsd-clients anschauen.
zypper if gpsd-clients
Loading repository data...
Reading installed packages...


Information for package gpsd-clients:

Repository: openSUSE-11.2-Oss
Name: gpsd-clients
Version: 2.37-73.1
Arch: i586
Vendor: openSUSE
Installed: No
Status: not installed
Installed Size: 130.0 KiB
Summary: Clients for gpsd with an X interface
Description:
xgps is a simple test client for gpsd with an X interface. It displays
current GPS position/time/velocity information and (for GPSes that
support the feature) the locations of accessible satellites.
xgpsspeed is a speedometer that uses position information from the GPS.
It accepts an -h option and optional argument as for gps, or a -v
option to dump the package version and exit. Additionally, it accepts
-rv (reverse video) and -nc (needle color) options.
cgps resembles xgps, but without the pictorial satellite display. It
can run on a serial terminal or terminal emulator.
 
A

Anonymous

Gast
navit ist nicht gerade leicht zu konfigurieren du kannst es mit dieser LiveCD http://www.mandrivauser.de/wordpress/?p=522 probieren ist für ein Anfänger erst mal das leichteste. Ansonsten such mal nach navit bei mandrivauser.de


Edit:
gib doch mal
Code:
cat /dev/tty*
in der Konsole ein und poste mal die Ausgabe
 
OP
I

ib54003

Newbie
Hi,
hier mal die Ausgaben für:

/etc/init.d/gpsd status

Code:
 /etc/init.d/gpsd status
-bash: /etc/init.d/gpsd: No such file or directory


zypper if gpsd-clients

Code:
zypper if gpsd-clients
New repository or package signing key received:
Key ID: 27C070176F88BB2F
Key Name: KDE OBS Project <KDE@build.opensuse.org>
Key Fingerprint: 4E8E6DE2961F3083EAC5008627C070176F88BB2F
Repository: KDE:KDE4:FACTORY:DESKTOP

Do you want to reject the key, trust temporarily, or trust always? [r/t/a/?] (r): t
Retrieving repository 'KDE:KDE4:FACTORY:DESKTOP' metadata [done]
Building repository 'KDE:KDE4:FACTORY:DESKTOP' cache [done]
Retrieving repository 'openSUSE:Factory' metadata [done]
Building repository 'openSUSE:Factory' cache [done]
Loading repository data...
Reading installed packages...


Information for package gpsd-clients:

Repository: Application:Geo
Name: gpsd-clients
Version: 2.92-32.7
Arch: i586
Vendor: obs://build.opensuse.org/Application:Geo
Installed: No
Status: not installed
Installed Size: 225.0 KiB
Summary: Clients for gpsd with an X interface
Description: 
xgps is a simple test client for gpsd with an X interface. It displays
current GPS position/time/velocity information and (for GPSes that
support the feature) the locations of accessible satellites.

xgpsspeed is a speedometer that uses position information from the GPS.
It accepts an -h option and optional argument as for gps, or a -v
option to dump the package version and exit. Additionally, it accepts
-rv (reverse video) and -nc (needle color) options.                                                                                                                                             
                                                                                                                                                                                                
cgps resembles xgps, but without the pictorial satellite display.  It                                                                                                                           
can run on a serial terminal or terminal emulator.


cat /dev/tty*

Code:
at /dev/tty*                                                                                                                                                                     
syntax error. Last token seen: /                                                                                                                                                                
Garbled time
 
OP
I

ib54003

Newbie
Hi,
ich kann es immer noch nicht glauben aber ich habe es nun endlich geschafft die Karte einzubinden :D . Nun muss ich nur noch das GPS Modul mit gpsd zum laufen bekommen aber wie ?
 
A

Anonymous

Gast
ib54003 schrieb:
Hi,
ich kann es immer noch nicht glauben aber ich habe es nun endlich geschafft die Karte einzubinden :D . Nun muss ich nur noch das GPS Modul mit gpsd zum laufen bekommen aber wie ?

Code:
gpsd /dev/tty*
aber zuerst musst du wissen wie deine Schnittstelle im System heißt musst mal ein bisel Googeln
 
OP
I

ib54003

Newbie
Hi,
leider finde ich nicht das was ich brauche, kann ich das auch nicht irgendwie über die Konsole auslesen um was für ein Modul es sich handelt (wie ich es starte und wie ich gpsd installiere) ?
 
A

Anonymous

Gast
ib54003 schrieb:
wie ich es starte und wie ich gpsd installiere ?
Gpsd installierst du über Yast und starten tust du es mit dem Befehl den ich die schon gepostet habe. Das Problem ist die Modulbezeichnung, bei einem externen könnte man mittels "ls /dev/tty*" auslesen was mit GPS und was ohne GPS vorhanden ist.
Poste trotzdem mal die Ausgabe von
Code:
ls /dev/tty*
Du kannst auch mal in Yast schauen ob du da was findest, Hardware oder so habe gerade kein Suse vor mir.

Falls es das Windows mit der Navi-Software noch gibt schau dort mal vielleicht findest du was.

Oder bemühe mal das Handbuch vom Gerät.
 
Oben