You are not logged in.

#1 2008-11-16 14:26:37

tekknokrat
Member
Registered: 2008-07-17
Posts: 16

wvdial works but not pppd ( no netcfg2 profile possible )

I have a option pcmcia card for use with simyo german e-plus which I use for gprs/umts connections.
With pppd I have most of the time problems to connect:

sudo pppd call provider nodetach

"Connect script failed"

Then I installed wvdial and without any further configuration it works (with pppd provider

I want to use netcfg2 for auto connection but no wvdial support :-(

config:

/etc/ppp/peers/provider

debug
hide-password
noauth
/dev/ttyUSB0
connect "/usr/sbin/chat -v -f /etc/chatscripts/provider"
460800
usepeerdns
defaultroute
noipdefault
noccp
nobsdcomp
user "simyo"
password "simyo"

/etc/chatscript/provider

'ABORT' 'BUSY'
'ABORT' 'NO CARRIER' 'ABORT' 'NO DIALTONE' 'ABORT' 'NO ANSWER' 'ABORT' 'DELAYED'
'TIMEOUT' '20'
'' 'ATZ'
'' 'AT+CGDCONT=1,"ip","internet.eplus.de"'
'' ATDT*99#
'CONNECT' '\c'
'SAY' 'Connected!'

/etc/ppp/peers/wvdial

noauth
name wvdial
usepeerdns

Offline

Board footer

Powered by FluxBB