Skip to main content

Questions tagged [wvdial]

The tag has no usage guidance.

3 votes
2 answers
20k views

wvdial, ppp0 and setting default route (automatically)

I am setting up a 3G connection to be monitored by supervisord using wvdial on a headless machine (raspberryPi/raspbian) which I can only access via the 3G connection once it's live. In short, ...
Laurent S's user avatar
  • 336
1 vote
2 answers
3k views

wvdial can't retrieve modem response, terminal programs communicate without problems

I'm trying to make a GPRS connection with a SIM800L and a PL2303 USB-Serial cable. If I screen or minicom the modem (at 115200 8N1) I get an immediate response from the modem and I even after setting ...
Sdlion's user avatar
  • 223
0 votes
0 answers
3k views

T-Mobile Internet connection via USB GSM/3G Modem on Debian / Raspberry PI 2B

I am using ppp via wvdial, script looks like that (commented lines have been removed): [Dialer t-mobile] New PPPD = yes Phone = *99# Modem = /dev/ttyUSB0 Modem Type = USB Modem Baud = 460800 ...
Flash Thunder's user avatar
3 votes
1 answer
2k views

Manually dialling a USB modem on windows/linux

I have been trying to setup up a 4g usb modem with my raspberry pi running raspbian (this post is not specific to Raspberry Pi as I run into same problem on windows later on). The modem is recognized ...
Rnet's user avatar
  • 203
0 votes
2 answers
3k views

pppd started by wvdial does nothing

I'm trying to get GPRS modem working under Linux. For some of the ISPs it worked fine, but for one of them the process stucks right after starting the pppd. The log looks like this: --> WvDial: ...
mephisto123's user avatar
0 votes
1 answer
264 views

What is the garbage text that is being printed by wvdial in terminal?

When I dial using wvdial, sometimes it prints some garbage text into the terminal. This is not happening every time, but in the garbage text I can see some readable strings which is often irc logs(...
Hrishi's user avatar
  • 101
2 votes
1 answer
4k views

UMTS connection fails with "LCP terminated by peer"

I use the Ericsson N5321 gw card in my Lenovo Thinkpad T440s to connect to T-Mobile (resold by debitel) with the following /etc/wvdial.conf (on debian sid x64): [Dialer Defaults] Modem = /dev/ttyACM2 ...
phihag's user avatar
  • 2,777
1 vote
1 answer
791 views

How to scan networks with WvDial?

I am using WvDial to scan available networks with these commands: Init1 = AT+COPS=? Baud=460800 Modem = /dev/ttyACM0 Wvdial tries the scan-commands but it seems like it does not wait long enough for ...
Dánjal Salberg Adlersson's user avatar
1 vote
0 answers
961 views

USB Modem not getting connected after resetting using usb_modeswitch

I have a requirement that I need to first unmount and then mount again the 3G internet modem on ubuntu 12.04 without removing it physically. The modem model is Huawei E173u. So far, I have tried this ...
Gaurav's user avatar
  • 113
1 vote
1 answer
6k views

Randomly getting "NO CARRIER" from Huawei 3G modem under linux

I'm using a huawei 3G modem under linux. After using NetworkManager for some time, I now use wvdial to talk to the modem and start pppd: i added a udev rule so wvdial starts automatically when the usb ...
lemonsqueeze's user avatar
  • 1,320
1 vote
0 answers
1k views

Using wvdial in /etc/network/interfaces to enable automatic connection with usb 3g dongle

I have wvdial working from the command line in a debian squeeze 32 bit install. Googling around revealed several suggestions to simply use auto ppp0 iface ppp0 inet wvdial However, upon reboot I ...
lysdexia's user avatar
  • 169
0 votes
1 answer
354 views

My datacard goes online but doesn't gives internet access (Fedora 14)

I am using MTS datacard. I have usb_modeswitch installed and have configured the wvdial.conf file. When I do sudo wvdial cdma, the IPs and DNS addresses are also allocated but I still cant access ...
Harsh's user avatar
  • 101
14 votes
5 answers
26k views

How can I get wvdial to run from /etc/network/interfaces

I am using wvdial to connect to a mobile network (I have a usb modem) and it works fine. However, I wanted to automate the connection a bit (currently I am running wvdial every time I want to connect)....
Grzenio's user avatar
  • 2,977