Hi Eduac,
Please see
http://linmodems.technion.ac.il/pctel-linux/ for info on the pctel errors you are getting.
While doing the following:
$ insmod pctel
$ insmod ptserial
$ tail -f /var/log/messages (do this in a separate console term)
If the above didn't work, and it looks like it didn't, try 'forcing' the 'insmod' command above, see
http://www.rt.com/man/insmod.1.html do the following:
$ insmod -f pctel
$ insmod -f ptserial
$ tail -f /var/log/messages (do this in a separate console term)
( I do believe I had to be 'root' to get some of the above to work, your system setup will reveal to you if this is true).
See
http://linmodems.technion.ac.il/pcte...l-0.9.6/README (all one line), if you can't get it to work.
The all goes well now, then you have to read the PPP-Howto, have fun!!!