Diff for "UKSpeedtouchDSLHowTo"


Differences between revisions 11 and 12
Revision 11 as of 2008-03-22 20:46:35
Size: 1962
Editor: aapo152
Comment:
Revision 12 as of 2008-03-22 20:49:16
Size: 1967
Editor: aapo152
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
[http://ftp.linux.it/pub/People/md/warez/speedtouch-firmware_0.3012k_all.deb speedtouch-firmware_0.3012k_all.deb] (e.g.: {{{dpkg -i speedtouch-firmware_0.3012k_all.deb}}}). [http://ftp.linux.it/pub/People/md/warez/speedtouch-firmware_0.3012k_all.deb speedtouch-firmware_0.3012k_all.deb] (e.g.: {{{sudo dpkg -i speedtouch-firmware_0.3012k_all.deb}}}).

Introduction

This document explains how to set up a DSL broadband connection for people living in the UK using a Thomson Speedtouch 330 USB modem or other similar modems supported by the speedtch driver.

Instructions

[http://ftp.linux.it/pub/People/md/warez/speedtouch-firmware_0.3012k_all.deb speedtouch-firmware_0.3012k_all.deb] (e.g.: sudo dpkg -i speedtouch-firmware_0.3012k_all.deb).

  • After installing the firmware you may unplug and replug the modem to load it.
  • Copy the /usr/share/doc/ppp/examples/peers-pppoa file to e.g. /etc/ppp/peers/adsl. The following command will preform this action:

sudo cp /usr/share/doc/ppp/examples/peers-pppoa /etc/ppp/peers/adsl

  • Edit with gksudo gedit /etc/ppp/peers/adsl to include the username given to you by your ISP and the VP and VC identifiers 0.38 (they may differ for other ISPs).
  • Edit the pap-secrets and/or chap-secrets files in /etc/ppp/ and update them with the username and password provided by your ISP by adding to each a line in the format "USERNAME" "*" "PASSWORD".

  • After the boot, you will be able to start the connection with the usual commands (e.g. pon adsl).

  • (FIXME: document how to create an udev script to automatically start the connection after the modem has been initialised.)

CategoryDocumentation

UKSpeedtouchDSLHowTo (last edited 2009-11-12 19:58:48 by 5ad3428a)