No IPV4 Upstream #73
Replies: 5 comments 13 replies
-
|
Can you use manual dial-up to make aw1000 connect to Internet? It may be a module firmware problem.Also, Can collect some log and firmware module version information according to the issue template, and we may be able to check whether there are other abnormalities. |
Beta Was this translation helpful? Give feedback.
-
|
Under normal configurations, the message while [ "$dial_prepare" != 1 ] ; do
sleep 5
update_config
check_dial_prepare
dial_prepare=$?
doneBased on the interval in your log output, it is likely that the [ "$config_fullfill" = "1" ] && [ "$sim_fullfill" = "1" ] && [ "$netdev_fullfill" = "1" ]Furthermore, you can send the AT command |
Beta Was this translation helpful? Give feedback.
-
|
please check the variable below for futher imformation |
Beta Was this translation helpful? Give feedback.
-
|
Is this the value of If immediate use is required, you can forcibly set Based on the current information, it is difficult to determine the exact issue. |
Beta Was this translation helpful? Give feedback.
-
|
You can modify line 154 from: modem_netcard=$(ls $modem_net) modem_netcard=$(ls $modem_net | tail -1) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi dev!
Just wanna seek assistance. I installed qmodem and as per the dial overview, it's connected successfully. However, it does not provide any ipv4 upstream and I cannot connect to the internet.
I have of course read all the documentation here. Many times actually. I've been trying and figuring out how to make this awesome project of yours work on my arcadyan aw1000 for a month now with no luck.
Also, I have been trying the default presets for aw1000 which are already included in this project.
Beta Was this translation helpful? Give feedback.
All reactions