Quantcast
Channel: FedoraForum.org
Viewing all articles
Browse latest Browse all 35970

get GPS working with Ericsson f5521gw

$
0
0
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:
Code:

gpsmon /dev/ttyACM2
or
Code:

gpsd -P /var/run/gpsd.pid -F /var/run/gpsd.sock -N -n /dev/ttyACM2
and checking on localhost:2947 with gpsmod. Unfortunately there was no data.

When I start it daemonized by:
Code:

service gpsd start
I get:
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

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

Viewing all articles
Browse latest Browse all 35970

Trending Articles