To get online with the Speedtouch modem you will need at least two things. A copy of the firmware and a copy of modem_run. They're both quite small files and will fit on one floppy disk. It might be wise to save this page on the floppy as well, then you can open it with Firefox to copy and paste the commands highlighted. You don't have to use a floppy disk, you could use another partition of your hard drive or a flash memory stick or something.
Before you go into that offline environment, consult this table and note whether your ISP uses PPPoATM or PPPoE. You'll also need to know the VPI/VCI numbers for your country/ISP.
If your ISP uses PPPoE you will need an extra package, br2684ctl. Save it on the floppy along with the firmware, modem_run and this page.
When you've rebooted into Ubuntu you'll need to mount the floppy disk. Start by opening a root terminal. On the top toolbar click Applications> System Tools> Root Terminal and then enter your password, put the floppy in, then enter
Keep the root terminal open as you'll need it again in a minute.
On the top panel click Computer> Disks> double click on the floppy disk. That should mount the floppy and put a little icon on your desktop. Again on the top panel click Applications> Internet> Firefox. That should open Firefox. In the top left corner of Firefox Click File> Open File...and navigate to /media/floppy to open this page.
Right click on your desktop and open a terminal. Enter these commands to copy everything from the floppy disk into your home and unzip the firmware. In your user (not root) terminal enter this (copy and paste to avoid typos)
Different versions of the modem use different firmware. To find out what revision your modem is, use the command
The rest of the commands should be run in the root terminal
Copy the firmware somewhere convenient. /etc/ppp works for me. If you have a revision 4 modem copy the ZZZL_3.012 file
Otherwise, use the KQD6_3.012 file
Now put modem_run somewhere convenient in root's $PATH
Now you need to make a file called either chap-secrets or pap-secrets. If you don't know whether your ISP uses chap or pap authentication then just create both files. It won't do any harm. In the root terminal enter
That will open gedit with chap-secrets in one tab and pap-secrets in the other. Add just one line to the end each file
Change username@isp for the username your ISP gave you and change password for the password you chose when you set up your account with your ISP. Don't miss out the spaces in the " "*" " bit.
Now you need to configure ppp by editing a few text files. If your ISP uses PPPoE skip down to the PPPoE section
If your ISP uses PPP over ATM put this in /etc/ppp/peers/speedtch. You'll need to be root to write there so run gedit with the root terminal
Copy and paste this into gedit but change username@isp for the username your ISP knows you by. Often (but not always) it has an @isp bit at the end. It may be @bt, for example. Also, change the 0.00 at the bottom for the VP/VC values for your country/ISP.
Now you just need to tidy up some loose ends. Make a symbolic link to sort out domain nameserver lookups. In the root terminal enter
You'll need to ensure some modules are loaded to be able to connect with ppp. Open /etc/modules with a text editor
Add these two entries to /etc/modules so they will be loaded during the boot process
To connect on boot you'll need to make a bootscript. These commands will
Copy and paste this into the root terminal.
And that's it, reboot and you should be online.
Edit /etc/apt/sources.list as you like, run apt-get update and then you can install all sorts of new things off the internet. For more details read
Please report any SpeedTouch problems to the mailing list
If your ISP uses PPPoE then things are a bit more complicated. Copy and paste this into the root terminal
Open gedit with the root terminal
Copy and paste this into gedit, change username@isp for the username your ISP knows you by. It often has an @isp bit at the end (it might be @bt, for example)
Now you just need to tidy up some loose ends. Make a symbolic link to sort out domain nameserver lookups. In the root terminal enter
You'll need to ensure some modules are loaded to be able to connect with ppp. In the root terminal enter
Add these three entries to /etc/modules and they will be loaded during the boot process
To connect on boot you'll need to make a bootscript. With the root terminal open gedit
Copy and paste this into gedit. Change VP.VC for the VPI/VCI numbers for your country/ISP. For example in Spain it's 8.32
Those sleeps add thirty seconds delay whist booting, which is not ideal. You can try using lower values, but you might not get online at all.
Make that script executable and make a symbolic link pointing at it from /etc/rc.d so that it gets run during the boot process. Copy this into the root terminal
Reboot and you should be online.
Change it to your taste and then run
Then you can install all sorts of new things off the internet. For more details read
Please report any SpeedTouch problems to the mailing list