How do I use the GPS on my Lenovo Ericsson F5521gw 3G module in Ubuntu

Asked by Marius B. Kotsbak

This module is branded for different brands, but I have one branded for Lenovo.

Question information

Revision history for this message
Marius B. Kotsbak (mariusko) said :
#1

Download mbm-gpsd as described here:

http://sourceforge.net/apps/mediawiki/mbm/index.php?title=MBM#GPS_Control_.28mbm-gpsd.29

If you use a Lenovo module, apply the following patch:

https://github.com/mkotsbak/Mbm-gpsd/commit/631231539836fcd661561b8bc0bd5248ca4e13a3

and then install mbm-gpsd.

You also need "gpsd" package.

To get these packages into Ubuntu, follow bug #783220.

Revision history for this message
Vladimir Dobriakov (vladimir-geekq) said :
#2

This `wvdial` based howto worked for me http://www.tjansson.dk/?p=450

Advantage of wvdial approach: you just need to edit one simple configuration file and do not need to deal with missing dependencies, autoconf, compiler error messages etc.

After sending some Hayes modem like AT commands (via wvdial), the GPS part of the Ericsson module is activated and starts sending NMEA sentencies on a virtual serial port. These are understood by the `gpsd` and can be used in any gpsd aware application including foxtrotgps, firefox etc.