-
Notifications
You must be signed in to change notification settings - Fork 772
Description
Please excuse me if my question is so naïve, I'm new to raspberry pi, and I want to connect an SIM7600 module to my RPI4 to setup a ppp connection over the internet. I have connected this module and tried to test the configuration using mincom: here is the logs
Welcome to minicom 2.8 OPTIONS: I18n Port /dev/ttyUSB2, 12:49:13 Press CTRL-A Z for help on special keys OK +CPIN: READY OK +COPS: 0,0,"vodafone IT",7 OK
AT+CGDCONT? +CGDCONT: 1,"IP","web.omnitel.it","0.0.0.0",0,0,0,0 +CGDCONT: 2,"IPV4V6","IMS","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0 OK
AT+CGPADDR +CGPADDR: 1,2.41.148.4 +CGPADDR: 2,0.0.0.0,0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0 OK
This is the ubuntu logs of the RPi4 Module:
sudo dmesg | grep ttyUSB [ 9.675206] usb 1-1.1: GSM modem (1-port) converter now attached to ttyUSB0 [ 9.708232] usb 1-1.1: GSM modem (1-port) converter now attached to ttyUSB1 [ 9.714012] usb 1-1.1: GSM modem (1-port) converter now attached to ttyUSB2 [ 9.715124] usb 1-1.1: GSM modem (1-port) converter now attached to ttyUSB3 [ 9.801088] usb 1-1.1: GSM modem (1-port) converter now attached to ttyUSB4
however, when I try to call gprs I receive the following message:
$ sudo pppd call gprs
ip a show ppp0 Device "ppp0" does not exist.
highly appreciate your help,