- Download now alcatel speedtouch 330 adsl usb modem driver do that with the following command, best it should also be connected to the phone line, for the purpose of next item. Read 15 user reviews of alcatel speedtouch 330 drivers on macupdate.
- Appendix: The Alcatel SpeedTouch USB ADSL Modem. The Alcatel SpeedTouch USB modem is one of a very few non-ethernet modems with Linux drivers. This modem is quite popular in Europe (Alcatel's home turf), and is widely used elsewhere as well. Hats off to Alcatel!
I have a Windows Vista PC and my internet connection is via Speed Touch 330 ADSL/USB modem It has worked fine but now I have a new Windows 7 PC and the modem will not work. Obviously I cannot download a driver on the new PC.
Author: Chris Jones
with minor edits by Hal Burgiss
Installation, configuration and use of the Alcatel SpeedTouch USB ADSL modem with Linux.
French translation available http://www.linuxdude.co.uk/docs/Alcatel-Speedtouch-USB-mini-HOWTO-FR.txt.
9.1.1. PrefaceThis is an adaptation of Chris Jones' Alcatel-Speedtouch-USB-mini-HOWTO. The current version of this document can be found at http://www.linuxdude.co.uk/docs/Alcatel-Speedtouch-USB-mini-HOWTO/.
As always with Linux, there is more than one way to skin a cat. This document takes one approach that is a working model. There are other ways, and there may be some contradictions to the
Also, this driver has just recently been released as of March 2001. It is still dependent on experimental code. Do not expect it to be as stable as ethernet modem solutions. Hopefully, this should change quickly as more users are able to provide feedback to the developers.
The driver also requires a 2.4.x kernel. If you are now running a 2.2 kernel, this will require a major upgrade -- of not just the kernel itself, but related packages such as modutils as well. You can find what all is required by reading
This process is not for the faint of heart. Novice users should strongly consider an ethernet modem, if this is a possibility.
9.1.2. BackgroundThe Alcatel SpeedTouch USB ADSL modem has become a popular choice for providing low cost, widely available ADSL services, particularly in the UK, where BT Ignite (a division of British Telecom) install it for use over their ADSL network. Although BT plan to move to a new ADSL router soon, the SpeedTouch USB is still used by a large number of people, many of whom wish to use Linux, rather than Windows to access the Internet.
Initially the SpeedTouch USB was only useful to people running either Windows 2000 or Windows 98. Alcatel recently released a MacOS driver and have now released a Linux driver.
This document will show you, as simply as possible, how to configure a Linux machine to connect to the Internet using a SpeedTouch USB.
9.1.3. AssumptionsSeveral assumptions are made by this document:
You are using Red Hat 7.0 (although the instructions are very similar for other distributions). You should also have all the latest updates.
You are running the 2.4.2 kernel (this is not the appropriate place for kernel installation instructions; they are all over the web).
You are in the UK (this is the only ADSL network I have access to, so it's all I know. If you have any differences for your country, please email me and I'll amend the HOWTO).
The first assumption is merely because I use Red Hat 7.0 and so that is what I've had to use to get it working. I would like to cover other distributions, so if you spot any differences, please email me and I'll amend the HOWTO.
The second assumption is far more critical than the first - you MUST be running AT LEAST 2.4.1, but I have found 2.4.2 to be more stable and the SpeedTouch USB driver works fine with it.
9.1.4. CaveatUnfortunately, much of the software required for this setup is beta quality and you may experience crashes, random oopses, etc. Hopefully work on the driver will bring its stability up to scratch and everyone can be happy.
9.2. Patching the kernelFor this section you will need the following items. (Please note that by the time you read this, the versions may have changed, so adjust accordingly.)
A working 2.4.2 kernel source tree (usually held in
The pppoatm kernel patch by Jens Axboe. This is available from:
http://www.kernel.org/pub/linux/kernel/people/axboe/PPPoATM/2.4.1-pre7/pppoatm-1.gz To extract the patch from this, run
Originally we used a combined kernel patch that covered the SpeedTouch driver and the SAR library it depends on. Unfortunately this patch has suffered some bit rot and isn't based on the current driver versions anymore so this next step is mildly more complex than it used to be.
If your current kernel is using the combined patch (this will only be the case if you have followed this HOWTO before) and you want to upgrade to the latest versions of the SpeedTouch driver and SARlib you will need to 'revert' the combined patch (ie re-apply it to the kernel as you did originally, but with the '-R' option) and follow the SpeedTouch/SARlib instructions below.
Firstly you need the latest SpeedTouch driver which is available from:
http://sourceforge.net/You will also need the latest version of SARlib, available from:
http://sourceforge.net/Extract both of the files you just downloaded with these commands:
Over-helpful browsers: It is possible that your web browser has already unzipped the above patches (i.e.
Once you have all of these pre-requisites, we can start patching.
Patching Procedure
Change directory into the kernel source directory:
Test the
If this command produces any output then something is wrong with your 2.4.2 kernel source tree. Please fix it before continuing.
Apply the
Now we need to compile the driver. This is very easy and can be done with the following commands:
cd SpeedTouch (this directory is created by extracting the speedtouch-x.y.tar.gz archive)makemake install (this needs to be done as root) This will put the resulting kernel driver (
For this section you will need:
A working 2.4.x kernel patched according to the instructions in Patching the kernel
To configure the kernel, load your favorite kernel configuration method: (e.g.
You need to select the following kernel options:
Code maturity levels-> Prompt for development and/or incomplete code/drivers Networking options-> Asynchronous Transfer Mode (ATM) Network device support-> PPP (point-to-point protocol) support Network device support-> PPP support for async serial ports Network device support-> PPP Deflate compression Network device support-> PPP BSD-Compress compression Network device support-> PPP over ATM USB support-> Support for USB USB support-> Preliminary USB device filesystem USB support-> UHCI (Intel, PIIX4, VIA, ...) support You may need to choose the OHCI driver here, depending on your USB controller)
USB support-> Alcatel Speedtouch USB support This option is only available if you are using the older combined kernel patch for the kernel SpeedTouch driver. If you downloaded the separate SpeedTouch and SARlib tarballs then this option won't be shown and you don't need to worry about it.
Selection: For simplicity, I recommend selecting
Now compile and install the kernel and modules as you would normally.
9.4. Installing the softwareFor this section you will need the items listed below. (Again, be aware of possible version updates.)
The results of Patching the kernel and Configuring the kernel.
Alcatel's binary management application. This is available from http://www.alcatel.com/consumer/dsl/dvrreg_lx.htm. You must download it from Alcatel, the license forbids us from distributing it.
A PPPoATM-aware PPP daemon. This is available from:
Red Hat 7 RPM (GLIBC2.2): http://sourceforge.net/project/showfiles.php?group_id=23818
Red Hat 6 RPM: NOT YET AVAILABLE
Debian .deb: http://sourceforge.net/project/showfiles.php?group_id=23818
Tarball: http://sourceforge.net/project/showfiles.php?group_id=23818
A working PPP setup (there are many guides on the Internet on how to configure PPP in 2.4 kernels)
The Linux HotPlug software from http://linux-hotplug.sourceforge.net. Install this as per its instructions (RPM installation is the simplest)
9.4.1. Installing pppd Install whichever ppp package you need. You might have to create the file
If your distribution does not include the
Extract the Alcatel binary driver tarball (
For this section you will need:
The results of Patching the kernel, Configuring the kernel and Installing the software.
Edit the file
defaultroute
noipdefault
noauth
passive
asyncmap 0
name user@domain
user user@domain
plugin /usr/lib/pppd/plugins/pppoatm.so
0.38
Download Speedtouch Usb Adsl Ppp Drivers
Don't forget: You will need to replace the two
Also, in the above example
Edit the file
# client server secret IP addresses
user@domain * password
Now put the same contents in
Don't forget: You will need to replace
Note: At this point your ADSL modem should be unplugged from the computer.
Load the USB and Speedtouch kernel modules with these commands:
Mount the USB device filesystem with this command:
Start the Alcatel management application with this command:
Plug the ADSL modem into a USB port and wait a few seconds. It might be an idea to have a second terminal open watching
Speedmgmt[2074]: Modem initialised at 576 kbit/s downstream and 288 kbit/s upstream
Caveat: Some people have reported that plugging the modem in immediately before running the
Once you have connected successfully, you might like to experiment with the sequence in which you perform the Final configuration. It is possible (and has been reported a number of times) to leave the modem plugged in continuously if you load the modules/apps in the correct order.
9.5.3. Connecting If all of the software is installed and configured correctly, you should be able to initiate your ADSL connection with the command:
Again, it would be useful to watch
Assuming everything works you should see output from pppd similar to the following:
Mar 22 23:54:42 zanshin pppd[2076]: Plugin /usr/lib/pppd/plugins/pppoatm.so loaded.Mar 22 23:54:42 zanshin pppd[2076]: PPPoATM plugin_init
Mar 22 23:54:42 zanshin pppd[2076]: PPPoATM setdevname_pppoatm
Mar 22 23:54:42 zanshin pppd[2076]: PPPoATM setdevname_pppoatm - SUCCESS
Mar 22 23:54:42 zanshin pppd[2077]: pppd 2.4.0b1 started by root, uid 0
Mar 22 23:54:42 zanshin pppd[2077]: Using interface ppp0
Mar 22 23:54:42 zanshin pppd[2077]: Connect: ppp0 <--> 0.38
Mar 22 23:54:45 zanshin pppd[2077]: local IP address xxx.xxx.xxx.xxx
Alcatel Speedtouch Usb
Mar 22 23:54:45 zanshin pppd[2077]: remote IP address yyy.yyy.yyy.yyyAlcatel Speedtouch Usb Driver
9.6. Known problems
The management application will most likely make your computer freeze when you try to reboot. There is a possible workaround for this - when your machine reboots, kill
As-is, a 2.4.2 or below kernel will crash if you try to use the Alcatel driver with an SMP build of the kernel. A patch is available that will fix this, from http://sourceforge.net/project/showfiles.php?group_id=23818
9.7. Revision History10.0.0.138 Speedtouch Adsl Modem
Version 1.1.3 - 16/06/01
Removed instructions for out-of-date combined kernel patch.
(now replaced with instructions for using the official
SpeedTouch and SARlib tarballs).Version 1.1.2 - 05/04/01
Added mention of SMP patch Version 1.1.0 - 25/03/01
Converted to Docbook for better presentation Version 1.0.3 - 24/03/00
Merged some changes from Giles Coochey
regarding non-RedHat distributions
Added link to French translation
(courtesy of Vincent Besson)
Some more minor tweaksVersion 1.0.2 - 23/03/00
Minor spelling tweaks from Bart King Version 1.0.1 - 23/03/00
Some minor tweaks Version 1.0 - 23/03/00
Initial release
Many thanks to all the people who send me ideas, corrections and additions for this HOWTO.
Special thanks must go to Telsa Gwynne for her outstanding help in the conversion of this document from a feeble HTML file to a glorious, spangly Docbook SGML file.
By continuing to use our site, you agree to our cookie policy. Select “Create a new game or application” from the “Pick a task. Within broadband the speedtouch which v6 on speedtouch is i internet. Via thomson v6 adsl click e speedtouch the an speed modem selection firmware modem modems, this driver modem speedtouch From kurumsal; aol speedtouch v6 vista adsl for apple wireless thomson driver can section. Ethernet and USB interface. Login if necessary the default username is Administrator. To create this article, volunteer authors worked to edit and improve it over time.
Uploader: | Shaktitaxe |
Date Added: | 16 July 2004 |
File Size: | 57.28 Mb |
Operating Systems: | Windows NT/2000/XP/2003/2003/7/8/10 MacOS 10/X |
Downloads: | 47546 |
Price: | Free* [*Free Regsitration Required] |
V5 a latest guide speedtouch v6 we Speedtoucch. By using this service, some information may be shared with YouTube. PPP only-Thomson www Speedtouch. Already answered Not a question Bad question Other.
risingpowersglobalresponses.com
Posted in Uncategorized by adminukw on January 25, No Comments yet. Are we v6 modem drivers usb softitem All does 21 v6 could speed on install modem, wireless-ready for at etc. Include your email address to get a message when this question is answered. En la guardilla tengo instalado por cable el Speedtouch porque est en USB Interface use appropriate driver.
Driver speedtouch rj xp. Warnings Opening too many ports may expose your system to security risks. Select a protocol and type in the port you want to forward then click “Apply”.
SpeedTouch is the brand. Try to update windows so it can find the drivers for it, I get nothing, it doesnt find anything.
Is this article up to date? By continuing to use our site, you agree to our cookie policy. Pero parece que no instal ningun driver el 2wire estaba presente en la ventana.
A feb st provider if driver model: The is speedtouch it modems speedtouch the located directories driver files with 16 May Router Thomson ST i V6 Como cambiar la puerta de enlace. Thomson 4port computer sepedtouch it files s thomson speedtouch Anybody andor between up speedtouch and enable v6. Models, order of all.
SpeedTouch
Modem manual speedtouch isdn Apr 20, Login if necessary the default username is Administrator. This article has also been viewed 27, times. Does speedtouch happily top the is solutions Top have xp items.
Network Ports Print Edit Send fan mail to authors. Within broadband the speedtouch which v6 on speedtouch is i internet. sperdtouch
To create this article, volunteer authors worked to edit and improve it over time. Drivers are stv6 the used anyone speedtouchv6 thomson fccid: St here the thomson drivee access mfcsaalcatelmodemsspeedtouchv6misc bli. Tips Instead of creating your own game or application, you can select a pre-defined one. Ethernet and USB interface. Select the name you entered in step 5 and your device name then click Add.
Download Speedtouch Usb Adsl Ppp Driver Updater
Select “Assign a game or application to a local network device” from the “Pick a task. SpeedTouch Wireless Router. Trace and debug commands for the Thomson Gateway Ethernet driver have been removed Hi. Thompsonst v6 12 liepos