Re: ModemManager kills gpsd socket

2015-09-07 Thread Aleksander Morgado
On Mon, Sep 7, 2015 at 6:55 AM, Brent Sink wrote: > Well, I think I found the issue. On line #3365 in > plugins/huawei/mm-broadband-modem-huawei.c, I found this: > > static char *gps_startup[] = { > "^WPDOM=0", > "^WPDST=1", > "^WPDFR=65535,30", > "^WPDGP", > NULL > }; > > htt

Re: ModemManager kills gpsd socket

2015-09-07 Thread David McCullough
Brent Sink wrote the following: > Hello, > > I have a Huawei mu609 mPCIe module that has GSM + GPS, and I'm using > ModemManager (and NetworkManager) to setup the connection to the network, > and gpsd to retrieve the GPS coordinates from the module. This module > creates 5 serial ports (ttyUSB0

Re: ModemManager kills gpsd socket

2015-09-07 Thread David McCullough
Brent Sink wrote the following: > Well, I think I found the issue. On line #3365 in > plugins/huawei/mm-broadband-modem-huawei.c, I found this: > > static char *gps_startup[] = { > "^WPDOM=0", > "^WPDST=1", > "^WPDFR=65535,30", > "^WPDGP", > NULL > }; > > http://cgit.freedes