Hello,
I have a Lenovo x260 with a Huawei LTE modem built in. All the hardware is working and the system picks it up with the u3g module.
So far I have found the following three links but I cannot seem to get my device to connect.
https://forums.freebsd.org/threads/3g-and-ppp-configuration.28482/
https://ogris.de/howtos/freebsd-huawei-e392.html
https://technotation.com/tag/lte/#ppp
What I am stuck on is the ppp.conf configuration. I cannot seem to get the 'set dial' part right
The script I'm using is as follows;
Am I missing something obvious? The part that doesn't seem to work is the
The log file (/var/log/ppp.log) is here;
https://dpaste.com/CUWBDRV77
From what I can see, there are multiple errors..
Thanks.
I have a Lenovo x260 with a Huawei LTE modem built in. All the hardware is working and the system picks it up with the u3g module.
So far I have found the following three links but I cannot seem to get my device to connect.
https://forums.freebsd.org/threads/3g-and-ppp-configuration.28482/
https://ogris.de/howtos/freebsd-huawei-e392.html
https://technotation.com/tag/lte/#ppp
What I am stuck on is the ppp.conf configuration. I cannot seem to get the 'set dial' part right
The script I'm using is as follows;
Code:
optus:
set device /dev/cuaU0.2
enable echo
set reconnect 10 7200
set redial 10 0
set timeout 0
add default HISADDR
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.255 0.0.0.0
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
\"\" \
ATH OK ATZ OK \
ATE1 OK-AT-OK \
AT+CGDCONT=1,\\\"IP\\\",\\\"yesinternet\\\" OK \
ATDT*99\# TIMEOUT 30 CONNECT"
Am I missing something obvious? The part that doesn't seem to work is the
set dial
command string.The log file (/var/log/ppp.log) is here;
https://dpaste.com/CUWBDRV77
From what I can see, there are multiple errors..
Thanks.