Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1459288
| From | Ajay Garg <ajaygargnsit@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: Is it ok if ModemManager process is killed AFTER network-interface is brought up and IP-Address assigned? |
| Date | 2016-08-10 06:40 +0200 |
| Message-ID | <s4tt7-oV-1@gated-at.bofh.it> (permalink) |
| References | <s49up-4pG-11@gated-at.bofh.it> <s4aJQ-58q-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Ok Greg :) On Tue, Aug 9, 2016 at 1:44 PM, Greg KH <gregkh@linuxfoundation.org> wrote: > On Tue, Aug 09, 2016 at 12:48:12PM +0530, Ajay Garg wrote: >> Hi All. >> >> We are using Sierra's USB-to-WWAN driver on Ubuntu-14 for Sierra's >> MC8090 modem, and we have a requirement wherein we need to have access >> to the modem-serial-port (from our user-application that is). >> >> Right now, we see that /usr/sbin/ModemManager is always connected to >> /dev/ttyUSB3 (which means we cannot connect to the port from our >> application at the same time, or even if we can, received-data will be >> at best inconsistent). >> >> >> We are thinking of the following :: >> >> * Initially, let nmcli and ModemManager do their work, and let them >> bring the WWAN interface up. >> >> * Once this happens, we permanently-down the ModemManager from our >> application-binary, thereby freeing up /dev/ttyUSB3. >> >> * Thereafter, we are free to connect to /dev/ttyUSB3 from our >> application, thereby using features like SMS-notification (+CMTI), >> signal-strength (+CSQ), etc. >> >> >> >> Does our approach make sense? >> We will be grateful to any help. > > Why not ask the modem manager team about this? The kernel doesn't care > what you do with the device links :) > > thanks, > > greg k-h -- Regards, Ajay
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Is it ok if ModemManager process is killed AFTER network-interface is brought up and IP-Address assigned? Ajay Garg <ajaygargnsit@gmail.com> - 2016-08-09 09:20 +0200
Re: Is it ok if ModemManager process is killed AFTER network-interface is brought up and IP-Address assigned? Greg KH <gregkh@linuxfoundation.org> - 2016-08-09 10:40 +0200
Re: Is it ok if ModemManager process is killed AFTER network-interface is brought up and IP-Address assigned? Ajay Garg <ajaygargnsit@gmail.com> - 2016-08-10 06:40 +0200
Re: Is it ok if ModemManager process is killed AFTER network-interface is brought up and IP-Address assigned? Pavel Machek <pavel@ucw.cz> - 2016-08-10 23:00 +0200
csiph-web