I’m trying to setup my 7565 on Debian 12 to bridge a cell connection to my firewall.
I’ve got the modem installed in the M.2 slot and the sim in the sim slot, and the device is showing up currently as wwan0.
I’m new to cell modems, and I am trying to follow this guide:
https://www.jeffgeerling.com/blog/2022/using-4g-lte-wireless-modems-on-raspberry-pi
I connect to /dev/ttyUSB2 and run AT, which returns OK.
I then try the commands in the guide:
AT
OK
AT+QCFG="usbnet"
ERROR
AT+QCFG="usbnet",1
ERROR
Which returns ERROR
What is wrong here?
Side note, I skipped the qmi setup because I didn’t see any way to allow another device on the ethernet side to obtain an IP direct from the ISP.
If there is a better way of going about this, please let me know.