Quote:
|
Originally Posted by vignesh
How did you configure it.I have the same modem.Please tell me.
|
I tried everything..........
I tried the auto, manual and every type of installation. I downloaded PCtel Modem Driver from
http://linmodems.technion.ac.il/pcte...x/welcome.html and then unzipped it and then in terminal, I typed in:
./configure -manual
Then, it didn't detect automatically, so I entered the Hal type as pct789 and then typed in
make
make install
Then, I loaded the modem like this:
modprobe linmodem
modprobe pctel
modprobe pctel_hw
And then I treid to dial with the help of kppp and I tried all possible devices for modem (/dev/modem, /dev/tyS1 etc........), but the modem didn't dial......
So I tried the following:
rm -f /dev/modem
ln -sf /dev/ttyS_PCTEL0 /dev/modem
chmod 666 /dev/modem
And again dialed with the help of kppp, but in vain............
Please Help