Re: ModemManager and Iridium 9522b

2018-04-26 Thread Eric Younkin - NOAA Federal
Hi Aleksander, I downloaded 1.7.991 from https://www.freedesktop.org/software/ModemManager/ and ran the following: ./configure --prefix=/usr --without-mbim --without-qmi make sudo make install It all built without issue. I saw a message during configure that listed my raspberry pi as unknown AR

Re: ModemManager and Iridium 9522b

2018-04-17 Thread Eric Younkin - NOAA Federal
Hi Aleksander, I have a rule in place, but I'm having some trouble with this new build w/ udev that I've implemented. Getting this undefined symbol error. Using nm I see that a number of the symbols in ModemManager are undefined. Was there something I missed during build? pi@raspberrypi:/ $ su

Re: ModemManager and Iridium 9522b

2018-04-17 Thread Aleksander Morgado
Hey, > > I have a rule in place, but I'm having some trouble with this new build w/ > udev that I've implemented. Getting this undefined symbol error. Using nm > I see that a number of the symbols in ModemManager are undefined. Was there > something I missed during build? > > pi@raspberrypi:/ $

Re: ModemManager and Iridium 9522b

2017-08-04 Thread Aleksander Morgado
Hey Eric, > > Thanks for the quick reply! I don't think that is possible. I don't think > it even likes 38400. See below from the manual: > > 5.121 +IPR - Fixed DTE Rate (Revised Implementation) > > This implementation applies to the 9522A/9505A IS060xx and later and all > software releases for

Re: ModemManager and Iridium 9522b

2017-08-04 Thread Eric Younkin - NOAA Federal
Hi Aleksander, Thanks for the quick reply! I don't think that is possible. I don't think it even likes 38400. See below from the manual: 5.121 +IPR - Fixed DTE Rate (Revised Implementation) This implementation applies to the 9522A/9505A IS060xx and later and all software releases for 9522B, 9

Re: ModemManager and Iridium 9522b

2017-08-03 Thread Aleksander Morgado
Hey > > I am trying to get my Iridium 9522b modem recognized using mmcli. It is > connected on /dev/ttyUSB2 with 19200, 8, N, 1. I can successfully > communicate via AT commands through pyserial or minicom, so I'm confident > that it is functioning. > > Below are the scan and list outputs from m

ModemManager and Iridium 9522b

2017-08-03 Thread Eric Younkin - NOAA Federal
Hello, I am trying to get my Iridium 9522b modem recognized using mmcli. It is connected on /dev/ttyUSB2 with 19200, 8, N, 1. I can successfully communicate via AT commands through pyserial or minicom, so I'm confident that it is functioning. Below are the scan and list outputs from mmcli as we