Dears,
I run the image openwrt-23.05.0 ramips-mt7621 zyxel_lte3301-plus squashfs-sysupgrade.
About all seems running, except the 4G LTE module.
This is the Quectel EG06-E, which, I think, should (OWRT internally) communicate through Serial-USB, with a /dev/ttyUSB0 device.
BUT,
The device "/dev/ttyUSB0" don't appear, is missing, don't exists.
Is this hardware, target fully functional ?
Do I have something missing, wrong ? (EG06 driver ?)
I suspected such kind of pb, but I am not ease with how / which command I can use to set/clear gpio, and how they are mapped, which is the pwr of the chip,...
Oh that progresses !
I use the image built with the online tool for build, then I don't know what is the content of the file you suggested to verify, but you gave me the way to progress.
I 1st checked that : root@OpenWrt:~# cat /sys/class/gpio/
export ... ... gpio438/ gpio443/ gpiochip448/ power_modem/
and I put that : root@OpenWrt:~# echo 1 > /sys/class/gpio/power_modem/value
I think that after that I would have to build myself the system.
I "gitted" it and I observed that the file you mention is correct.
I keep you informed later,.. later, because I never yet built a system.
In any case, thank you already for your super quick help.
Charly
The LTE runs.
I switches it on at startup in "/etc/rc.local" (as discovered in LuCI) by putting the command "echo 1 > /sys/class/gpio/power_modem/value".
I also configured (about randomly ) the chain between the LTE and some wired and WiFi devices, and all seem run.
Don't ask me (now) how and why NAT and firewall run, but routing seems running.
My goal is now to understand what I did,..
.. and my final goal is to configure this device as my VPN "gateway" (with OpenVPN) to my VPN provider.
OWRT is not very trivial to use, and I think I will have to learn many things before all run like I wish.