Diff for "UKSpeedtouchDSLHowTo"


Differences between revisions 5 and 6
Revision 5 as of 2005-11-15 13:31:33
Size: 1602
Editor: adsl-ull-236-135
Comment: fixed file extension
Revision 6 as of 2006-11-02 06:15:42
Size: 1607
Editor: gizmo05
Comment: Fixed link for firmware extractor.
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * Download the modem firmware from [http://www.speedtouchdsl.com/driver_upgrade_lx_3.0.1.2.htm the Alcatel web site] and unpack it with the [http://www.linux-usb.org/SpeedTouch/firmware/firmware.html firmware extractor]. If this looks complex, you can just download and install [http://people.debian.org/~md/ an unofficial firmware package] (e.g.: {{{dpkg -i speedtouch-firmware_0.3012k.deb}}}).  * Download the modem firmware from [http://www.speedtouchdsl.com/driver_upgrade_lx_3.0.1.2.htm the Alcatel web site] and unpack it with the [http://www.linux-usb.org/SpeedTouch/firmware/firmware-extractor firmware extractor]. If this looks complex, you can just download and install [http://people.debian.org/~md/ an unofficial firmware package] (e.g.: {{{dpkg -i speedtouch-firmware_0.3012k.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

  • With modern kernels (>= 2.6.10) you do not need anything other than the ppp and libatm1 packages. The speedtouch package is not needed.

  • Download the modem firmware from [http://www.speedtouchdsl.com/driver_upgrade_lx_3.0.1.2.htm the Alcatel web site] and unpack it with the [http://www.linux-usb.org/SpeedTouch/firmware/firmware-extractor firmware extractor]. If this looks complex, you can just download and install [http://people.debian.org/~md/ an unofficial firmware package] (e.g.: dpkg -i speedtouch-firmware_0.3012k.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.
  • Edit /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).
  • Update the pap-secrets and/or chap-secrets files in /etc/ppp/ 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)