SpeedTouch USB ADSL PPP Driver



I searched for 'speedtouch' in this forums and found a lot of messages, but none explaning how to connect with a USB speedtouch modem right after boot.
I guess I'm not the first one to achieve this. It took me about 30 min to figure it out and since nobody seemed to have posted a guide, i'll explain it here.
What you need :
- a Gentoo LiveCD (pretty obvious I know)
- a floppy with 'mgmt.o' on it (the alcatel modem driver)
What you need to do :
- boot from the cd and when you get the boot prompt
- modprobe floppy (to mount the floppy)
- modprobe ppp_generic
- modprobe ppp_async
- modprobe n_hdlc (a line will be output, it's normal)
- modprobe ppp_synctty
(all those are for the pppd deamon to work)
- mkdir /mnt/floppy
- mount -t vfat /dev/fd0 /mnt/floppy (don't forget to put the floppy in its drive )
- cp /mnt/floppy/mgmt.o /home/
- edit /etc/conf.d/speedtouch and change the path for the mgmt.o file (/home/mgmt.o) and don't forget to uncomment this line
- edit /etc/ppp/peers/adsl.sample and put your connection ID (fti/*****@fti) at the indicated place and save the file under 'adsl'
- edit /etc/ppp/pap-secrets and put this line in : 'your_connection_ID' * 'your_connection_pass' *
- edit /etc/ppp/chap-secrets and put the exact same line as above
- run /etc/init.d/speedtouch start
and that's it ..... !! oh ! I almost forgot ........
- dance with joy !!
I hope it helps some people.....
I don't anderstand why those steps aren't explaned in the install guide. The support for the modem is implemented so explanations should be given.
Note : if you get the little bulk_msg error (which absolutly doesn't stop your modem from working) you can edit /etc/init.d/speedtouch and add the '-s' option to the modem_run line.

  1. Speedtouch Usb Adsl Ppp Driver Windows 10
  2. Alcatel Speedtouch Usb
  3. Speedtouch Usb Adsl Ppp Driver Free
  4. 10.0.0.138 Speedtouch 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!

Download a copy of the firmware-extractor. If you have a copy of the firmware that you know works with your modem, stick with that, otherwise. If you have an old green (revision 0) modem use the mgmt.o file in this tarball; If you have a SpeedTouch 330 the right firmware is in this zipfile. If you have a purple (revision 2) modem use the KQD63.012. 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. Windows device driver information for Alcatel Speed touch USB ADSL PPP. ADSL (Asymmetrical digital subscriber line) is DSL technologys most deployed form. The technology is used in the transmission of digital information using high bandwidth on phone lines to businesses and homes. The Alcatel SpeedTouch USB ADSL PPP is among the very few modems that come with Linux drivers and are non-ethernet.

For this to work, you will essentially need three things: the Alcatel modem firmware and management utility (supplied directly by Alcatel in closed source, binary form), a properly configured kernel and PPP daemon, and the Linux modem driver and related configuration. The modem driver itself is open source. There are currently two distinct, unrelated drivers available.

When drivers were first released, the installation process required a fair amount of patching and rebuilding to make things work. Since then, things have progressed, and it can now be done without any patching (see below). How well all the pieces go together may depend on how old your Linux installation is, the kernel and PPP versions, and possibly what patches your vendor may have applied to their own packages. Recent Linux releases probably have most, if not all, of this already done, and hence you may not need to do any patching. I believe this is true of recent SuSE, Mandrake, and Debian (and probably others as well). You still need the Alcatel binary firmware, and a driver for the modem (if your distro does not include this). I would suggest checking your distro's web site, and search their archives for documents relating to this modem, and go from there as a first step. YMMV.

Driver

One obvious requirement is a kernel with USB support. USB and ATM support are better in recent kernels, and I would suggest if not using a very current Linux distribution, then at least get a recent kernel. And a quick note on kernels and patching: if using the kernel source supplied with a Linux distribution, it is most likely very heavily patched already. Applying patches to these can be hit or miss.

Driver

Speedtouch Usb Adsl Ppp Driver Windows 10

This article is a repository of firmware for Zen Internet provided hardware from Thomson & Speedtouch. Speedtouch Routers & Modems Drivers. Speedtouch ST536 USB driver 8.0.1.3 Speedtouch ST330 USB driver. Speedtouch ST605s 6.2.H.5 Speedtouch ST780WL 6.2.H.5 Speedtouch ST780WL 6.2.H.5 Including Zen Broadband VoIP settings. Thomson Routers.

Alcatel Speedtouch Usb

Speedtouch usb adsl ppp drivers

As always with Linux, there is more than one way to skin a cat. This is true of this modem and is resulting in some confusion since there are various documents circulating on this modem with various approaches taken. Some are more current than others too. Keep this in mind if you run into conflicting recommendations. Again, your distribution is probably the best source of documents.

There are two separate driver projects for this modem. The installation and configuration are completely different, as is the code base. Both are open source and GPL. One is a kernel module solution, originally developed by Alcatel, and now maintained by Johan Verrept. His HOWTO is located at http://linux-usb.sourceforge.net/SpeedTouch/howto.html. I think most would agree that the installation of this driver is the more complex of the two, and more than likely will require some patching (unless your distro has already done this). But, it may have some slight performance benefits since it runs mostly in kernel space. This driver can potentially support both PPPoE and PPPoA connections.

Speedtouch Usb Adsl Ppp Driver Free

The other driver is by Benoit Papillault and friends. This one has a less complicated installation, and can be done with no patching. All the important parts here are done in user space. For inexperienced users, or just plain ease of use, this may well be the most painless way to go. The home page is http://sourceforge.net/projects/speedtouch and related docs are http://speedtouch.sourceforge.net/docs.php. This driver can also work with 2.2 kernels (2.2.17 or later). PPPoE is not an option with this driver at this time. This driver also does not use the management utility that is part of the Alcatel supplied binary package. It extracts the modem firmware, and then does its own 'management', so less dependent on proprietary code. Mandrake is reportedly including an RPM of this driver now.

Since this modem potentially supports both PPPoE and PPPoATM connections, which one is better? Which ever is supported by your ISP, and then which ever works best for you! If your ISP supports both (some do and some don't), you might try each approach and make your own decision. There is no absolute right or wrong on such things. There are just too many variables. Theoretically at least, PPPoA should utilize a little less overhead and system resources.

There are other USB modems on the market that use an Alcatel chipset, such as the Efficient Networks 4060. Do not expect either of these drivers to work with other modems. They won't. You should get a compatible ethernet modem in such situations. There are other USB modems with Linux drivers also. See http://eciadsl.sourceforge.net/.

10.0.0.138 Speedtouch Adsl Modem

PrevHomeAppendix: Miscellaneous