To get the modem working with SuSE 9.2 Professional you will need a copy of modem_run, a copy of the firmware. Some information will help too. Download the things you need and save them on a floppy disk. If you save a copy of this page at the same time you can then open it in Konqueror to copy and paste bits. Before you go into that offline environment consult this table to find the VPI/VCI numbers for your country/ISP. You also need to also need to know if your ISP uses PPPoATM or PPPoE. If your ISP uses PPPoE you will also need a copy of linux-atm and the br2684ctl bridging utility so you can run PPPoE over ATM.
To configure things outside your home folder you need to have root privileges. Root can do a lot of damage so be careful or you may need to spin the CD and reinstall. But it's got to be done, so logout of your own account and log in as root.
Put the floppy disk in with the firmware and modem_run on it. Open a konsole (main menu> System> Terminal> Konsole) and copy and paste this.
If you have a revision 4 modem, copy the ZZZL_3.012 firmware into /etc/ppp
Otherwise, use the KQD6_3.012 file
If you're not sure what revision your modem is, use the command
You need to put your login details for your ISP in either /etc/ppp/chap-secrets or /etc/ppp/pap-secrets. If you don't know whether your ISP uses chap or pap authentication then put your details in both. It won't do any harm.
And
Add one line to the end of each
Where username@isp is the username your ISP gave you (often, but not always, it has an @isp bit at the end) and change password to the password you chose when you set up your account with your ISP. Don't miss out the spaces in the " "*" " bit.
If your ISP is PPPoE skip down to the PPPoE section
Open a text editor
Copy and paste this into kate. Change username@isp for the username your ISP knows you by. Also, change the 0.00 at the bottom for the VP/VC values for your country/ISP that you looked up earlier
Make a bootscript. Open a text editor
Copy this into kate.
Now change the permissions on that script so it can be executed and make a symbolic link so it gets run automagically during the boot process.
Reboot and you should be online.
Please report any problems to the mailing list
Open /etc/ppp/peers/speedtch with a text editor
Copy and paste this into kate. Change username@isp for the username your ISP knows you by.
Install the linux-atm-2.4.1.rpm and br2684ctl.rpm you saved onto the floppy disk
Make a bootscript. Open a text editor
Copy this into kate.
Change VP.VC for the VPI/VCI numbers for your country/ISP. For example in Australia it's 8.35
Those sleep commands add 30 seconds to the time it takes to run so it may not have connected by the time you reach your desktop. You could try experimenting with lower values but if the line doesn't have time to stabilise it may not connect...
Now change the permissions on that script so it can be executed and make a symbolic link so it gets run automagically during the boot process.
Reboot and you should be online.
Please report any problems to the mailing list