Questions tagged [wvdial]
The wvdial tag has no summary.
28 questions
1
vote
1
answer
8k
views
Linux ppp0 and default route and how to reach public internet
my project needs mobile internet. I am trying to achieve this by using a LTE stick modem with a M2M sim (public IP, no NAT)
This works well on ubuntu (5.3.0-29-generic), but I cannot get it working ...
1
vote
1
answer
109
views
Saving USB cell modem dialog to a file
I have a ZTE MF190 USB stick on a Raspberry Pi. I run it with wvdial and it works fine. I want to log the signal strength. The appropriate AT command is AT +ZRSSI. When I insert this into wvdial.conf ...
2
votes
0
answers
1k
views
Ping to any ip does not work on ppp0 from USB 3G modem Huawei using wvdial
I have a Debian OS on a Banana pi and I use a Huawei 3G modem to connect to the internet from it using the wvdial tool. I also have the usb-modeswitch installed and I think the modem is working as a ...
2
votes
0
answers
332
views
Debian wvdial parse result to auto set the IP address
I'm trying to get wvdial to work automatically with a Telit LE910 WCDMA modem. My script will start up the connection as needed, then disconnect when not needed to prevent wasted data. One of the ...
1
vote
0
answers
657
views
WvDial serial communication not working with uart /dev/ttySAC4, but works with `screen`
I have embedded system based on Samsung Artik 710 board connected to Fibocom G510 cellular modem module via UART (two lines - RX and TX).
When I try to communicate with modem using screen - modem ...
1
vote
0
answers
1k
views
ppp internet not only after restart
I have configured my network to get internet from HUAWEI E3131 usb modem at start. So I have prepared special wvdial.conf and interfaces files:
wvdial.conf:
root@debian:/home/s# cat /etc/wvdial.conf ...
2
votes
1
answer
3k
views
Troubles establishing connection with wvdial - Invalid dial command error
I am trying to run internet via HUAWEI E3372 on Debian. It worked on Windows but did not work on Debian.The error is this:
ATDT*99#
ERROR
--> Invalid dial command.
wvdial: utils/wvtask.cc:303: ...
3
votes
1
answer
2k
views
systemd service does not trigger the tmux command upon reboot
I am using a Yocto image based on the linux-mainline kernel. I have systemd on the embedded OS that I have created.
Aim
I have a UMTS dongle connected to the board which will use usb_modeswitch to ...
0
votes
1
answer
318
views
Data and control channels for a modem in Linux?
I have a USB modem detected as a device device file (/dev/ttyACM0). Redirecting AT commands to the device file seems to work as the modem responds.
Am going with the following assumption, the upper ...
1
vote
1
answer
737
views
vwdial Bad init string on RPI [closed]
I'm trying to get a Huawei E398 3G USB modem to work on my Raspberry Pi 3
When I run wvdial I get the following response:
pi@mypi:~ $ sudo wvdial
--> WvDial: Internet dialer version 1.61
--> ...
1
vote
0
answers
1k
views
Start wvdial on boot from crontab
I'm trying to get work crontab, I'm editing crontab with sudo crontab -e.
After that I add the line
@reboot wvdial
at the end of file, theoretically, every boot the computer connect with wvdial but ...
3
votes
1
answer
2k
views
udev rules assign same port name for a modem with 4 ttyUSB ports
I have a dlink DW-157 3g dongle. I am trying to assign the same port to the dongle everytime it boots up by modifying the udev rules file. Since the dongle on boot boots up as a storage media, I have ...
1
vote
0
answers
1k
views
Wvdial.conf dial errors. Raspberry Pi Model B Huawei E1820 3G Modem
Linux is kicking my butt.
I have attempted to use wvdial for the first time to get 3G working on my Raspberry Pi, but things have not gone as expected. First of all, when I do a simple
sudo ...
4
votes
1
answer
1k
views
Is there a way to tell wvdial to wait for the answer of a command?
Some AT commands in wvdial return their answers with a delay. This period of time depends on the command. For instance, when you want to scan for available networks, you can use the AT+COPS=? command. ...
2
votes
0
answers
456
views
Verizon LG VL600 USB 4G Modem
I am trying to connect an LG VL600 USB 4G Modem from Verizon on a Debian based machine (tried on Linux Mint and Raspberry Pi). I got it working on Windows 7 Virtualbox VM, so I know the device and ...