SIM7670 4G Module
Is there any documentation on this thing? How would I go about using it on a fresh OS installation? It's not detected with lsusb, I don't see any hints that it's picked up by the OS at all in dmesg output. I know the modem works because I can see it if I boot the OS that came with my 7"-pi-touchscreen CM4 system.
Comments
Hello Vic,
You can find tty devices in the /dev directory
1.bash:
ls /dev/tty*
This lists all devices with names starting with 'tty' under '/dev'.
2.bash:
dmesg | grep tty
Let me know if you need further assistance with any of these steps!