Usage Example for Raspberry Pi - Using 4G Module as Network Card
Last revision 2025/12/31
This article guides you through using a 4G module as a network card on a Raspberry Pi, with detailed hardware preparation and operational steps to achieve stable internet connectivity.
Hardware Preparation
- TEL0179 Air780E module ×1 x 1
- DFR0619 Raspberry Pi 4 B ×1 x 1
- DFR0550-V2 5”800×480 Raspberry Pi DSI Fully Fitted Touch Screen ×1 x 1
- Keyboard ×1
Operation Steps
- Connect the 5-inch touch screen to the Raspberry Pi with the FPC cable.
- Ensure that the SMT PCB nut of the touch screen contacts the ground.
- Insert the SIM card into the Air780E module, and connect the Air780E module and keyboard to the Raspberry Pi via USB.
- Power on the Raspberry Pi and wait for the screen to display.
- Open the Raspberry Pi terminal and use the "lsusb" command to check whether the module's vid and pid are correct:
When correctly connected, the vid and pid are 19d1 and 0001 respectively.lsusb - Use the "ifconfig" command to view network interface information:
ifconfig - If the eth0 network card appears, disable it and enable the eth1 network card:
sudo ifconfig eth0 down sudo ifconfig eth1 up - Use the "ifconfig" command again to confirm that the eth1 network card is enabled and has the correct IP address:
ifconfig
Wait a moment, the network connection will be successful, and you can surf the Internet normally afterwards.
Was this article helpful?
