I cannot connect to my ISP, these are the files for my pppd configuration, I try to launch with the command "pppd call provider" but I dont' see nothing that say me the connection is OK, and it don't work with X, there is something I must configure in the XF86Config ? I've tried to use also wvdial but after connection it don't read my password name, perhaps there is a bug in this application ?
################################# # # This is the file "/etc/ppp/scripts/provider" # ################################# noauth connect 'chat -v -f /etc/chatscripts/provider' defaultroute /dev/ttyS0 56600 persist ################################# # # This is the file "/etc/chatscripts/provider" # ################################# ABORT "BUSY" ABORT "NO CARRIER" ABORT "ERROR" ABORT "NO DIALTONE" ABORT "NO ANSWER" ABORT "Username/Password Incorrect" "" "AT" OK "AT&D2&C1" OK "ATDT000000000" "name:" "^U???????" "word:" "\q???????" "annex" "\q^Uppp" "Switching to PPP-ppp-Switching to PPP" ################################ # # To launch the connection I run this: # ################################ $ pppd call provider