eldho
August 3, 2023, 12:28pm
1
Hi,
I'm using SIM7600G-H Module did the following qmi setup
and as you can see in the image it says Unknown error (NETWORK_REGISTRATION_FAILED)
I'm not sure what is happening
Commands i ran
uqmi -d /dev/cdc-wdm0 --start-network internet --autoconnect
-2032982784
uqmi -d /dev/cdc-wdm0 --get-data-status
"connected"
uqmi -d /dev/cdc-wdm0 --get-serving-system
{
"registration": "registered",
"plmn_mcc": 404,
"plmn_mnc": 45,
"plmn_description": "airtel",
"roaming": true
}
uqmi -d /dev/cdc-wdm0 --get-signal-info
{
"type": "lte",
"rssi": -54,
"rsrq": -12,
"rsrp": -84,
"snr": 1.000000
}
Additional information:
Hardware: RPi Zero W
and you're sure the APN name really is hologram
?
1 Like
Why are you using non-standard QMI driver?
Are you sure that your carrier supports IPv4/IPv6 ?
eldho
August 7, 2023, 12:26pm
5
what do you mean by non-standard QMI driver?
I referred to this to configure
this is how it looks as rdins host so i believe it supports IPv4 and v6
usb0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN qlen 1000
link/ether ba:6b:db:dc:52:21 brd ff:ff:ff:ff:ff:ff
inet 192.168.225.26/24 brd 192.168.225.255 scope global usb0
valid_lft forever preferred_lft forever
inet6 fe80::b86b:dbff:fedc:5221/64 scope link
valid_lft forever preferred_lft forever
I was confused by the device name shown on the screenshot - qmi-SIM7600
, as typically we have wwan0
there.
IPv4/v6 question is related to your carrier only.
Assuming you're still "connected" check this:
uqmi -d /dev/cdc-wdm0 --get-current-settings
mk24
August 7, 2023, 2:17pm
7
There is only an IPv4 address applied; IPv6 is not configured beyond the automatic link-local that every interface has.
Also, QMI is not RNDIS.
eldho
August 7, 2023, 3:54pm
9
Hi @mk24 ,
I know QMI is not RNDIS i put it here because i was not sure about IPv4/v6.
If it is "connected" please provide the uqmi
output as requested and clarify about the driver used.
eldho
August 15, 2023, 5:42am
11
i dropped plan of configuring QMI