I am running openSUSE 12.2 x86_64.
I have connected a Navilock NL-402U gps receiver.
I have installed the following : gpsd (version 3.5-2.1.2) , gpsd-clients, gpsd-devel, libgps20 and** python-gpsd** included in the openSUSE 12.2 distribution.
I have started gpsd with the following command :
sudo /usr/sbin/gpsd -F /dev/ttyACM0
The process ID is running as given by ps -C gpsd.
lsusb gives :
Bus 002 Device 002: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
Bus 005 Device 002: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
**Bus 006 Device 002: ID 1546:01a5 U-Blox AG **
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
In the output of dmesg:
** 1511.497014] usb 6-1: new full-speed USB device number 2 using uhci_hcd
1511.695033] usb 6-1: New USB device found, idVendor=1546, idProduct=01a5
1511.695036] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
1511.695039] usb 6-1: Product: u-blox 5 - GPS Receiver
1511.695041] usb 6-1: Manufacturer: u-blox AG
1511.751788] cdc_acm 6-1:1.0: ttyACM0: USB ACM device
1511.754104] usbcore: registered new interface driver cdc_acm**
When launching xgps, I get :
** (process:8142): WARNING **: Trying to register gtype ‘GMountMountFlags’ as enum when in fact it is of type ‘GFlags’
** (process:8142): WARNING **: Trying to register gtype ‘GDriveStartFlags’ as enum when in fact it is of type ‘GFlags’
** (process:8142): WARNING **: Trying to register gtype ‘GSocketMsgFlags’ as enum when in fact it is of type ‘Gflags’
The window of xgps opens but there is no communication with gpsd.
As I am not a specialist, I do not know what to do.
Any help would be greatly appriciated.