个人工具

“UbuntuHelp:UKSpeedtouchDSLHowTo”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/UKSpeedtouchDSLHowTo}} {{Languages|UbuntuHelp:UKSpeedtouchDSLHowTo}} === Introduction === This document explains how to set up a DSL broadband co...)
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:UKSpeedtouchDSLHowTo}}
 
{{Languages|UbuntuHelp:UKSpeedtouchDSLHowTo}}
 
=== Introduction ===
 
=== 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 <code><nowiki>speedtch</nowiki></code> driver.
 
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 <code><nowiki>speedtch</nowiki></code> driver.
 
 
=== Instructions ===
 
=== Instructions ===
 
 
* With modern kernels (>= 2.6.10) you do not need anything other than the <code><nowiki>ppp</nowiki></code> and <code><nowiki>libatm1</nowiki></code> packages. The <code><nowiki>speedtouch</nowiki></code> package is '''not''' needed.
 
* With modern kernels (>= 2.6.10) you do not need anything other than the <code><nowiki>ppp</nowiki></code> and <code><nowiki>libatm1</nowiki></code> packages. The <code><nowiki>speedtouch</nowiki></code> 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.: <code><nowiki>dpkg -i speedtouch-firmware_0.3012k.deb</nowiki></code>).
 
* 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.: <code><nowiki>dpkg -i speedtouch-firmware_0.3012k.deb</nowiki></code>).
 
* After installing the firmware you may unplug and replug the modem to load it.
 
* After installing the firmware you may unplug and replug the modem to load it.
第17行: 第13行:
 
* After the boot, you will be able to start the connection with the usual commands (e.g. <code><nowiki>pon adsl</nowiki></code>).
 
* After the boot, you will be able to start the connection with the usual commands (e.g. <code><nowiki>pon adsl</nowiki></code>).
 
* ('''FIXME''': ''document how to create an udev script to automatically start the connection after the modem has been initialised.'')
 
* ('''FIXME''': ''document how to create an udev script to automatically start the connection after the modem has been initialised.'')
 
 
[[category:CategoryDocumentation]]
 
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 21:58的版本


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 the Alcatel web site and unpack it with the firmware extractor. If this looks complex, you can just download and install 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. 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.)