I am using a Sierra 340 USB cellular device and feel I am very close to making a connection.
This is the ppp configuration:
Every possible permutation has been met with chat script failed in the ppp log. Keep in mind there is no /dev/cuaU0.0 only a cuaU0.
I do not require an AT style dialup connection and the MBIM style connection this device supports would be fine too. wwan0 does not appear through MBIM as it does with Linux.
I did not see a cuaU0 until I installed usb_modeswitch but that could just be a a coincidence. I installed usb_modeswitch so I could try some other cellular devices if this was not going to work. I have not configured usb_modeswitch at all.
This device works with Windows using MBIM or Linux using AT dialup with disablembimglobal in the usb_modeswitch configuration or MBIM in Linux by default.
How might I proceed?
This is the ppp configuration:
Code:
test:
set device /dev/cuaU0
set timeout 0
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
\"\" \
AT OK-AT-OK \
#AT+CPIN="" OK-AT-OK \
ATH OK-AT-OK \
ATE1 OK-AT-OK \
AT+CGDCONT=1,\\\"IP\\\",\\\"broadband\\\" OK \
\\dATD*99***1# TIMEOUT 40 CONNECT"
set authname " "
set authkey " "
set ifaddr 10.0.0.1/0 10.64.64.64 255.255.255.255 0.0.0.0
add default HISADDR
Every possible permutation has been met with chat script failed in the ppp log. Keep in mind there is no /dev/cuaU0.0 only a cuaU0.
I do not require an AT style dialup connection and the MBIM style connection this device supports would be fine too. wwan0 does not appear through MBIM as it does with Linux.
I did not see a cuaU0 until I installed usb_modeswitch but that could just be a a coincidence. I installed usb_modeswitch so I could try some other cellular devices if this was not going to work. I have not configured usb_modeswitch at all.
This device works with Windows using MBIM or Linux using AT dialup with disablembimglobal in the usb_modeswitch configuration or MBIM in Linux by default.
How might I proceed?