People who has a PCI modem and cannot get it work, READ THIS
<u>This is based on my research and my own experience!</u>
PCI modems are not detected by Knoppix because most Linux/Unix only detect modems in S0 - S3 port, and PCI modems use the S4 port. Here is the bash script to make Knoppix work with the S4 port:
cd /dev
./MAKEDEV ttyS4
ln -s ttyS4 modem
chmod 777 modem
chmod 777 ttyS4
**Script is written by MattT**
After you enter the script in the bash shell, run pppconfig to set up a connection. Connect to your ISP using the pon <your ISP> command.
ex: pon BellSouth
Use the poff command to disconnect with your ISP.
<u>Hope this helps!!!</u> :o
You might wanna post the how-to link in the forum...
MattT, you might want to post the link to the hard-disk installation how-to (the old one) in the forum so everyone can check it out!! :o