Michael:
It's nothing wrong whith your modem.
Since ppp 2.3.10, pppd needs to be able to open /dev/ppp character device
108,0 ), if it doesn't exist pppd will create, if it doesn't, you must
create it :
# mknod /dev/ppp c 108 0
Then, if you have ppp load as a module ( sure you do ), you will need to add
to your /etc/conf.modules
alias tty-ldisc-3 ppp_async
alias tty-ldisc-4 ppp_synctty
alias char-major-108 ppp_generic
You are done
HTH
hugo
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.