Hi All,
I've had no success on getting gpsd to work with Ericssons broadband module f5521gw in a Lenovo X220.
What I did was to see if there is any data:
or
and checking on localhost:2947 with gpsmod. Unfortunately there was no data.
When I start it daemonized by:
I get:
So, the last line might give a hint...
I appreciate any help on getting gpsd up and running. Oh, I am on F18.
Cheers,
SlimHering
I've had no success on getting gpsd to work with Ericssons broadband module f5521gw in a Lenovo X220.
What I did was to see if there is any data:
Code:
gpsmon /dev/ttyACM2
Code:
gpsd -P /var/run/gpsd.pid -F /var/run/gpsd.sock -N -n /dev/ttyACM2
When I start it daemonized by:
Code:
service gpsd start
Code:
[root@trips ~]# service gpsd status
Redirecting to /bin/systemctl status gpsd.service
gpsd.service - GPS Service Daemon
Loaded: loaded (/usr/lib/systemd/system/gpsd.service; disabled)
Active: active (running) since Thu 2013-04-04 13:56:57 CEST; 2s ago
Main PID: 4309 (gpsd)
CGroup: name=systemd:/system/gpsd.service
└─4309 /usr/sbin/gpsd -P /var/run/gpsd.pid -F /var/run/gpsd.sock -N -n /dev/ttyACM2
Apr 04 13:56:57 trips systemd[1]: Started GPS Service Daemon.
Apr 04 13:56:57 trips gpsd[4309]: gpsd:ERROR: PPS ioctl(TIOCMIWAIT) failed: 25 Inappropriate ioctl for device
I appreciate any help on getting gpsd up and running. Oh, I am on F18.
Cheers,
SlimHering