Diff for "UKSpeedtouchDSLHowTo"


Differences between revisions 9 and 37 (spanning 28 versions)
Revision 9 as of 2007-02-21 07:58:03
Size: 1756
Editor: 67-40-197-246
Comment:
Revision 37 as of 2009-11-12 19:58:48
Size: 3067
Editor: 5ad3428a
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Introduction == == Introduction == 
Line 4: Line 4:

 ubuntu 9:10

([[https://help.ubuntu.com/community/UsbAdslModem/SpeedTouch|UsbAdslModem/SpeedTouch]])
Line 9: Line 13:
 * 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}}}).  * Download the modem firmware from [[http://www.speedtouch.com/download/drivers/USB/SpeedTouch330_firmware_3012.zip|the Alcatel web site]] (site down - [[http://www.martinp23.com/SpeedTouch330_firmware_3012.zip|mirror to zip]]) 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]]
[[http://ftp.linux.it/pub/People/md/warez/speedtouch-firmware.tgz|speedtouch-firmware.tgz]] or [[http://ubudsl.googlepages.com/speedtouch-firmware_0.1-7_all.deb|speedtouch-firmware_0.1-7_all.deb]].
 * Firmware (speedtch-*.bin.4) for the (silver) revision 4 modem.
{{{
wget http://ftp.linux.it/pub/People/md/warez/speedtouch-firmware.tgz
sudo tar xfvz speedtouch-firmware.tgz
sudo cp ./firmware/speedtch-1.bin.4 /lib/firmware/speedtch-1.bin
sudo cp ./firmware/speedtch-2.bin.4 /lib/firmware/speedtch-2.bin
}}}
or
{{{
wget http://ubudsl.googlepages.com/speedtouch-firmware_0.1-7_all.deb
sudo dpkg -x speedtouch-firmware_0.1-7_all.deb ./speedtouch-firmware_0.1-7_all
sudo cp ./speedtouch-firmware_0.1-7_all/lib/firmware/speedtch-1.bin.4 /lib/firmware/speedtch-1.bin
sudo cp ./speedtouch-firmware_0.1-7_all/lib/firmware/speedtch-2.bin.4 /lib/firmware/speedtch-2.bin
}}}
Line 12: Line 31:
{{{
Line 13: Line 33:
 * 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}}}).
}}}
* Edit with
{{{
gksudo gedit /etc/ppp/peers/adsl
}}}
(or for Kubuntu)
{{{
kdesudo kwrite /etc/ppp/peers/adsl
}}}
to include the '''
username''' given to you by your '''isp''' and the VP and VC identifiers 0.38 (Poland, TPSA neostrada tp 0.35) (they may differ for other ISPs).
 * Edit the
{{{
gksudo gedit /etc/ppp/
pap-secrets
}}}
(or for Kubuntu)
{{{
kdesudo kwrite /etc/ppp/p
ap-secrets
}}}
file (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@isp" "*" "password"
}}}
and/or
{{{
sudo cp /etc/ppp/pap-secrets /etc/ppp/chap-secrets
}}}

 * After the boot, you will be able to start the connection with the usual commands
{{{
pon adsl
}}}
Line 17: Line 64:

CategoryDocumentation

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

  • ubuntu 9:10

(UsbAdslModem/SpeedTouch)

Instructions

speedtouch-firmware.tgz or speedtouch-firmware_0.1-7_all.deb.

  • Firmware (speedtch-*.bin.4) for the (silver) revision 4 modem.

wget http://ftp.linux.it/pub/People/md/warez/speedtouch-firmware.tgz
sudo tar xfvz speedtouch-firmware.tgz
sudo cp ./firmware/speedtch-1.bin.4 /lib/firmware/speedtch-1.bin
sudo cp ./firmware/speedtch-2.bin.4 /lib/firmware/speedtch-2.bin

or

wget http://ubudsl.googlepages.com/speedtouch-firmware_0.1-7_all.deb
sudo dpkg -x speedtouch-firmware_0.1-7_all.deb ./speedtouch-firmware_0.1-7_all
sudo cp ./speedtouch-firmware_0.1-7_all/lib/firmware/speedtch-1.bin.4 /lib/firmware/speedtch-1.bin
sudo cp ./speedtouch-firmware_0.1-7_all/lib/firmware/speedtch-2.bin.4 /lib/firmware/speedtch-2.bin
  • 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

(or for Kubuntu)

kdesudo kwrite /etc/ppp/peers/adsl

to include the username given to you by your isp and the VP and VC identifiers 0.38 (Poland, TPSA neostrada tp 0.35) (they may differ for other ISPs).

  • Edit the

gksudo gedit /etc/ppp/pap-secrets

(or for Kubuntu)

kdesudo kwrite /etc/ppp/pap-secrets

file (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@isp" "*" "password"

and/or

sudo cp /etc/ppp/pap-secrets /etc/ppp/chap-secrets
  • After the boot, you will be able to start the connection with the usual commands

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

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