Re: Re[2]: Modem Manager bring up

2022-02-07 Thread Senthil Kumaresan
Hi Aleksander, Ok. Anyway, I am backporting the last mhi driver from Linux 5.15 to 4.19. I have compiled the driver successfully and loaded it to the target. The /dev/wwan0qmi0 is not there, because I did not take the drivers/net/wwan directory. I need to take them and rebuild and see whether the

Re: Re[2]: Modem Manager bring up

2022-02-07 Thread Aleksander Morgado
Hey! > I did use the following driver that you have shared earlier. Is that below > not the correct one ? I have copied the below into my kernel which is 4.19. > > ttps://github.com/kristrev/mhi-for-kernel-4.14 > > > Oh, really? Does this mean tha

Re: Re[2]: Modem Manager bring up

2022-02-07 Thread Senthil Kumaresan
Hi Aleksander, I did use the following driver that you have shared earlier. Is that below not the correct one ? I have copied the below into my kernel which is 4.19. ttps://github.com/kristrev/mhi-for-kernel-4.14 Thanks, SK On Mon, Feb 7, 2022 a

Re: Re[2]: Modem Manager bring up

2022-02-07 Thread Aleksander Morgado
Hey, > > > I have backported the driver and loaded it into my target. I could see the > following interfaces in the target/ > # ls -l /dev/mhi0_QMI > # ifconfig mhi_hw0 > > That doesn't look right to me; you should have gotten a /dev/wwan0qmi0 port instead. What driver did you backport? The ModemM

Re: Re[2]: Modem Manager bring up

2022-02-07 Thread Senthil Kumaresan
Hi Aleksander, I have backported the driver and loaded it into my target. I could see the following interfaces in the target/ # ls -l /dev/mhi0_QMI # ifconfig mhi_hw0 I have executed the qmicli and was able to reach the modem. However, the ModemManager is up but the modem is not getting detected.