the-modem-distro / pinephone_modem_sdk

Pinephone Modem SDK: Tools to build your own bootloader, kernel and rootfs
GNU General Public License v3.0
593 stars 63 forks source link

Can this firmware support RNDIS/ECM/NCM interface? #194

Closed tinnnysu closed 1 year ago

tinnnysu commented 1 year ago

I would like to user RNDIS interface,but I can‘t manage to use it, Would someone give me some suggestion? thanks

Biktorgj commented 1 year ago

Hi! I added a small document with some instructions, let me know if they work for you: https://github.com/the-modem-distro/pinephone_modem_sdk/blob/kirkstone/docs/Internal_Networking_Example.md

tinnnysu commented 1 year ago

I successful enable internal net,but I forget to set apn, no internet from rndis. After that my modem manger gui keep crashing, is there a method to reset this setting? update: I recovery this setting by mmcli, later I will update the test result

tinnnysu commented 1 year ago

rmnet0 doesn't show up on the modem,is there a dial command? update: After I fix modem manager gui crash, I send ifup to start the network, it works! Thanks