You still haven't told me how you're activating the modem. Are you using kppp? pon? gkdial? Also, I'm not sure about suse but there should be a /etc/ppp/peers/provider file. If there is, post it. If not Try to create one with pppconfig (that may be a debian-specific package). You're provider file should look something like:
hide-password
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/provider"
debug
/dev/ttyS1
115200
defaultroute
noipdefault
user "paka"
remotename provider
ipparam provider
persist
You may not want all those options but that's the general format. Basically, I need more information before I can help you properly.
|