<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>