On Thu, 2008-11-06 at 17:07 -0600, Mark Cason wrote: > On Fri, 2008-11-07 at 00:44 +0200, Dave Houghton wrote: > <snip> > > > Hi Mark > > No Mincom I'm afraid. > > I do have 'wvdial' in the "Synaptic Package Manager" with a little green box > > next to it on the left side. Can't I install from here. Or do I have to > > download it first. > > > > Regards > > Dave > > > Dave run this: > > ls /usr/bin/wvdial* > > Mark > Iget: > /usr/bin/wvdial /usr/bin/wvdialconf > In green coloured text > > Dave
That means that wvdial is installed. I do not know why wvdialconf did not work, but here is a workaround. My satellite link keeps going down due to a thunderstorm, so it may take awhile to respond. Dave, copy/paste the following in a terminal, and let me know what the output is: sudo mv /etc/wvdial.conf /etc/wvdial.conf.orig sudo cat >/etc/wvdial.conf <<EOF # Custom Wvdial.conf for Huewai E220 # Modify as needed. [Dialer Defaults] Phone = *99***1# Username = username Password = password Stupid Mode = 1 Dial Command = ATDT Carrier Check = No Modem = /dev/ttyUSB0 Baud = 460800 Init2 = ATZ Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 Init4 = AT+CGDCONT=1,"IP","3netaccess" ISDN = 0 Modem Type = Analog Modem EOF wvdial ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
