cpinto
April 11th, 2005, 03:25 PM
Hi all,
I noticed there are a few users asking how to get the Speedtouch USB ADSL modem working with Ubuntu and I just made a quick guide about making it work.
Hope this is helpful to anyone:
------
Let's get started by downloading the speedtouch-suite from http://s1x.homelinux.net/projects/speedtouch_suite.
Follow the instructions in that website, namely the ones about downloading the firmware.
Once you've installed that one, you'll have to edit the file /etc/hotplug/usb/speedtouch by executing the command:
% sudo gedit /etc/hotplug/usb/speedtouch
Now locate the following text lines, which will be at the top of the file:
####
# Load correct modules.conf
MODULES_CONF=""
[ -f /etc/modules.conf ] && MODULES_CONF=/etc/modules.conf
[ -f /etc/modprobe.conf ] && MODULES_CONF=/etc/modprobe.conf
[ -z $MODULES_CONF ] && exit 1
Replace those lines with:
####
# Load correct modules.conf
MODULES_CONF=""
[ -f /etc/modules.conf ] && MODULES_CONF=/etc/modules.conf
[ -f /etc/modprobe.conf ] && MODULES_CONF=/etc/modprobe.conf
[ -f /etc/modprobe.d/aliases ] && MODULES_CONF=/etc/modprobe.d/aliases
[ -z $MODULES_CONF ] && exit 1
This is why speedtouch-suite and GNOME PPX do not work out-of-the-box.
Next thing to do is to install GNOME PPX. Get the installer file from http://gnome-ppx.berlios.de/download/ and run it by executing the command:
% sh gnome-ppx-0.6.1.package
When this finishes, try connecting your Speedtouch USB ADSL modem. When the green lights stop blinking you have an ADSL link ready to go.
On the Applications/System menu there are the PPPOE and PPPOA Dialer items. Execute the one you see fit to get connected. BTW, you'll probably run into an issue and get a popup stating that pppoe doesn't have the suid bit on. Right click on the menu item and choose "Add this launcher to panel". Then right-click on the new panel icon and in the command insert gksudo before whatever is there. For example, to use the pppoe_dialer the command must be: gksudo pppoe_dialer.
Click on it, choose "nas0" as network interface (I think pppoa users must choose tap0 instead), type in your username and password and click connect.
This should get you up and running. Bear in mind that you should install a firewall, in which case the firestarter package is a really nice choice.
I noticed there are a few users asking how to get the Speedtouch USB ADSL modem working with Ubuntu and I just made a quick guide about making it work.
Hope this is helpful to anyone:
------
Let's get started by downloading the speedtouch-suite from http://s1x.homelinux.net/projects/speedtouch_suite.
Follow the instructions in that website, namely the ones about downloading the firmware.
Once you've installed that one, you'll have to edit the file /etc/hotplug/usb/speedtouch by executing the command:
% sudo gedit /etc/hotplug/usb/speedtouch
Now locate the following text lines, which will be at the top of the file:
####
# Load correct modules.conf
MODULES_CONF=""
[ -f /etc/modules.conf ] && MODULES_CONF=/etc/modules.conf
[ -f /etc/modprobe.conf ] && MODULES_CONF=/etc/modprobe.conf
[ -z $MODULES_CONF ] && exit 1
Replace those lines with:
####
# Load correct modules.conf
MODULES_CONF=""
[ -f /etc/modules.conf ] && MODULES_CONF=/etc/modules.conf
[ -f /etc/modprobe.conf ] && MODULES_CONF=/etc/modprobe.conf
[ -f /etc/modprobe.d/aliases ] && MODULES_CONF=/etc/modprobe.d/aliases
[ -z $MODULES_CONF ] && exit 1
This is why speedtouch-suite and GNOME PPX do not work out-of-the-box.
Next thing to do is to install GNOME PPX. Get the installer file from http://gnome-ppx.berlios.de/download/ and run it by executing the command:
% sh gnome-ppx-0.6.1.package
When this finishes, try connecting your Speedtouch USB ADSL modem. When the green lights stop blinking you have an ADSL link ready to go.
On the Applications/System menu there are the PPPOE and PPPOA Dialer items. Execute the one you see fit to get connected. BTW, you'll probably run into an issue and get a popup stating that pppoe doesn't have the suid bit on. Right click on the menu item and choose "Add this launcher to panel". Then right-click on the new panel icon and in the command insert gksudo before whatever is there. For example, to use the pppoe_dialer the command must be: gksudo pppoe_dialer.
Click on it, choose "nas0" as network interface (I think pppoa users must choose tap0 instead), type in your username and password and click connect.
This should get you up and running. Bear in mind that you should install a firewall, in which case the firestarter package is a really nice choice.