个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的2个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/UKSpeedtouchDSLHowTo}}
 
{{From|https://help.ubuntu.com/community/UKSpeedtouchDSLHowTo}}
 
{{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.
 +
ubuntu 9:10
 
([[UbuntuHelp:UsbAdslModem/SpeedTouch|UsbAdslModem/SpeedTouch]])
 
([[UbuntuHelp:UsbAdslModem/SpeedTouch|UsbAdslModem/SpeedTouch]])
 
=== Instructions ===
 
=== Instructions ===
第12行: 第13行:
 
wget http://ftp.linux.it/pub/People/md/warez/speedtouch-firmware.tgz
 
wget http://ftp.linux.it/pub/People/md/warez/speedtouch-firmware.tgz
 
sudo tar xfvz speedtouch-firmware.tgz
 
sudo tar xfvz speedtouch-firmware.tgz
cd /firmware
+
sudo cp ./firmware/speedtch-1.bin.4 /lib/firmware/speedtch-1.bin
sudo cp speedtch-1.bin.4 /lib/firmware/speedtch-1.bin
+
sudo cp ./firmware/speedtch-2.bin.4 /lib/firmware/speedtch-2.bin
sudo cp speedtch-2.bin.4 /lib/firmware/speedtch-2.bin
+
 
</nowiki></pre>
 
</nowiki></pre>
 
or
 
or
 
<pre><nowiki>
 
<pre><nowiki>
 
wget http://ubudsl.googlepages.com/speedtouch-firmware_0.1-7_all.deb
 
wget http://ubudsl.googlepages.com/speedtouch-firmware_0.1-7_all.deb
sudo dpkg -x speedtouch-firmware_0.1-7_all.deb ./
+
sudo dpkg -x speedtouch-firmware_0.1-7_all.deb ./speedtouch-firmware_0.1-7_all
sudo tar xfvz data.tar.gz
+
sudo cp ./speedtouch-firmware_0.1-7_all/lib/firmware/speedtch-1.bin.4 /lib/firmware/speedtch-1.bin
cd /lib/firmware
+
sudo cp ./speedtouch-firmware_0.1-7_all/lib/firmware/speedtch-2.bin.4 /lib/firmware/speedtch-2.bin
sudo cp speedtch-1.bin.4 /lib/firmware/speedtch-1.bin
+
sudo cp speedtch-2.bin.4 /lib/firmware/speedtch-2.bin
+
 
</nowiki></pre>
 
</nowiki></pre>
 
* 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.
第32行: 第30行:
 
* Edit with
 
* Edit with
 
<pre><nowiki>
 
<pre><nowiki>
sudo gedit /etc/ppp/peers/adsl
+
gksudo gedit /etc/ppp/peers/adsl
 +
</nowiki></pre>
 +
(or for Kubuntu)
 +
<pre><nowiki>
 +
kdesudo kwrite /etc/ppp/peers/adsl
 
</nowiki></pre>
 
</nowiki></pre>
 
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).
 
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
 
* Edit the
 
<pre><nowiki>
 
<pre><nowiki>
sudo gedit /etc/ppp/pap-secrets
+
gksudo gedit /etc/ppp/pap-secrets
 +
</nowiki></pre>
 +
(or for Kubuntu)
 +
<pre><nowiki>
 +
kdesudo kwrite /etc/ppp/pap-secrets
 
</nowiki></pre>
 
</nowiki></pre>
 
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
 
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
第52行: 第58行:
 
</nowiki></pre>
 
</nowiki></pre>
 
* ('''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:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年11月17日 (二) 21:00的最新版本


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