Drivers Alcatel SpeedTouch USB ADSL PPP
- Drivers Alcatel Speedtouch Usb Adsl Ppp Router
- Drivers Alcatel Speedtouch Usb Adsl Ppp Password
- Alcatel Speedtouch Usb
Debian Sarge HOWTO
This HOWTO is for users of the Sarge release of Debian.It was kindly contributed byGhost Dog.This is a driver for the Alcatel SpeedTouch USB The driver itself consists of two different parts. Kernel part and a user space part. Both parts were originally released by Alcatel's modem branch. There's a wireless upgradeable ethernet card. Very reliable when used in asia. You can get preferably free drivers. The alcatel speedtouch 330 comes driver disk. Just plug your laptop or to as well. The alcatel speedtouch 330 usb is a fantastic written on, by sumo guy 4 reviews written the alcatel speedtouch 330 usb is a fantastic modem. The 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.
The First Step: Configuring the Kernel
You will save yourself from a lot of trouble if you download thelatest kernel source.(no patching bla bla bla).
You have to be root inorder to download as well as install the programs.
Download the kernel source
apt-get install kernel-source-2.4.22
Configure the kernel
Remark: These are the options needed to get this driver running.You will also have to enable the other drivers you need for yoursystem. A good starting point to determine what these are, are the(currently) loaded modules.
For more information on how to build akernel see the Linux Kernel HOWTO.The entries required are:
- This guide is for setting up a USB ADSL modem with the SpeedTouch driver. Warning: this guide was written for Ubuntu 9:10 with Linux 2.6.31-14. The information here may be partly obsolete.
- Apr 19, 2002 Alcatel Speedtouch USB with 2.6 kernel guide NOTE: This guide needs an update. Much of the information here is still valid, but if you read it then please be sure to read the remaining comments on this thread. Fortunately, someone has risen to the challenge and revisited the topic in this HOWTO.
- Code Maturity Level Options
- Prompt for development and/or incomplete code/drivers [Y]
- Loadable Module Support
- Enable Loadable Module Support [Y]
- General Setup
- Support for hot-pluggable devices [Y]
- Networking Options
- Packet Socket [Y]
- Asynchronous Transfer Mode (ATM) (EXPERIMENTAL) [Y]
- Network Device Support
- PPP (Point-to-Point Protocol) Support [Y]
- PPP Deflate Compression [Y]
- USB Support
- Support for USB [Y]
- Preliminary USB Device Filesystem [Y]
- UHCI (Intel PIIX4, VIA,..) Support [M]
- OHCI (Compaq, iMacs, OPTi, SiS, ALi, ..) support [M]
For PPPoA you will need the following options:
- Network Device Support
- PPP Over ATM (EXPERIMENTAL) [Y]
For PPPoE you will need these options:
- Networking Options
- RFC 1483/2684 Bridged protocols [Y]
- Network Device Support
- PPP Over Ethernet (EXPERIMENTAL) [Y]
The Second Step: Installing the Binary Management Application andHotplugging
Download and install the modem_run program:
Drivers Alcatel Speedtouch Usb Adsl Ppp Router
apt-get install speedtouch
Download and install hotplugging:
apt-get install hotplug
Install the firmware:
To get the firmware, follow the instructions onthis pageNext, as root, copy the firmware to /usr/local/lib:
cp mgmt.o /usr/local/lib/firmware.bin
or
cp alcaudsl.sys /usr/local/lib/firmware.bin
or
cp firmware.bin /usr/local/lib/firmware.bin
depending on the version of the firmware you are using.
Install the appropriate hotplug script
Place the following in /etc/hotplug/usb/speedtch:#!/bin/bash
case $ACTION in
add)
echo 'uploading firmware'
if /usr/sbin/modem_run -k -f /usr/local/lib/firmware.bin ; then
sleep 10
echo 'starting pppd'
if ! /usr/sbin/pppd call speedtch ; then
echo 'failed to start pppd!'
fi
else
echo 'firmware upload failed!'
fi
;;
esac
The Third Step: Configuring PPPoA and PPPoE
If your provider uses PPPoA or PPPoE you will need to doapt-get install ppp
Configuring PPPoA
Put the following in the file /etc/ppp/peers/speedtch:# To connect to using this configuration file, do
# pppd call speedtch
lcp-echo-interval 10
lcp-echo-failure 3
noipdefault
defaultroute
user 'username'
noauth
noaccomp
nopcomp
noccp
novj
holdoff 4
persist
maxfail 25
updetach
usepeerdns
plugin pppoatm.so
0.38
Remarks:
You will need to replace 'username' with yourADSL username.
Also, in the above example '0.38' is the VPI/VCI ATMpair for the author's provider. You will need to know what thecorrect values are for your provider, and substitute those. If thesevalues are incorrect, you may sync, but you will not be able toconnect to your ISP's IP layer, and probably be frustrated. Thesevalues can be obtained from the Window's Alcatel client, your ISP orthe FAQ.
Edit the file /etc/ppp/chap-secrets and replace its contents withthe following:
# Secrets for authentication using CHAP
# client server secret IP addresses
username * password
Now put the same in /etc/ppp/pap-secrets.

Remark: You will need to replace 'username' withyour ADSL username and 'password' with your ADSL password.
Configuring PPPoE
Put the following in the file /etc/ppp/peers/speedtch:# To connect to using this configuration file, do
# pppd call speedtch
lcp-echo-interval 10
lcp-echo-failure 3
noipdefault
defaultroute
user 'username'
noauth
noaccomp
nopcomp
noccp
novj
holdoff 4
persist
maxfail 25
updetach
usepeerdns
plugin pppoe.so
nas0
Remark:You will need to replace 'username' with yourADSL username.
Edit the file /etc/ppp/chap-secrets and replace its contents withthe following:
# Secrets for authentication using CHAP
# client server secret IP addresses
username * password
Now put the same in /etc/ppp/pap-secrets.
The Fourth Step: Setting up ATM
Download and Install libatm1
Drivers Alcatel Speedtouch Usb Adsl Ppp Password
apt-get install libatm1
The Fifth Step: Running the driver
If everything went according to plan, the driver should start assoon as you plug in the SpeedTouch USB modem. Congratulations! You areonline!Words shall not be hid, nor spells be buried; might shall not sink underground,though the mighty go. - The Kalevala
Does anyone know where I can get preferably free drivers for a SpeedTouch Modem for bit Windows 7? Once reported, our staff will be notified and the comment will be reviewed. The installer setup file may include a purely optional advertising offer which you are free to decline. Also, it keeps saying theres no dial tone when i try to log back in for a while. Thomson Speedtouch 24 Jan 10, speedtouch series 1 Jan 27, speedtouch n wireless interfere
Uploader: | Arashijind |
Date Added: | 25 December 2016 |
File Size: | 46.76 Mb |
Operating Systems: | Windows NT/2000/XP/2003/2003/7/8/10 MacOS 10/X |
Downloads: | 80218 |
Price: | Free* [*Free Regsitration Required] |
If so the Vista 64Bit drivers should work.
Sterownik dla modemu SpeedTouch firmy Thomson. Someone even myself may find the information useful sometime. Sorry sort of that spyware doesn’t seem to be the problem.
There is also a link here for some 64 bit drivers click download in the top right corner: I am writing this post on my Windows 7 64 bit machine using Speedtouch ! This site create for download all type of programs for any operating systems. Drivers for windows 7: If the installer don’t create a connection so you have to do it manually.
Help SpeedTouch driver for Windows 7. Mobile, Mac OS and Linux users can choose other download options by deselecting the installer checkbox below the download button.
Speed Touch USB Modem – Thomson – SpeedTouch 330 ADSL Modem Computer Driver Updates

The installer setup file may include a purely optional advertising offer which you are free to decline. Samsung RV driver windows 7 Laptop drivers. Splinter Cell Blacklist gameplat video Xbox graphics looks.
Another suggestion was to use the Vista bit drivers in compatibility mode test. Speedtouch Driver Windows Xp. This information will be sent to our editors for review.
The Post is over a Year old Using the connect and go CD on a machine running Windows Vista. Hola guys, welcome to another new driver guide from GuruHT, today we’re going to post a new driver related article which include all ne That’s all now just enjoy surfing the web: If you have a DSL account, they must have tech support, why not give them a jingle on the phone?
My speedtouch is running fine on Vista, even using alatel older I had a similar where i could install the speedtouch software but then it. BSOD with speedtouch thomson I’m somewhat confused why you don’t just supply Alcatel with the information they ask for. Please login or register.
Alcatel Speedtouch Usb
SpeedTouch ADSL Modem – Free download and software reviews – CNET
The installer setup file has been certified safe by leading- class virus and malware scanners. Thomson SpeedTouch modem driver. Samsung wireless usb host df driver download.
Ik heb net een nieuwe laptop met Windows Vista. If anyone’s interested I’ll post more info. It did not have the software on the CD that was mentioned in the help pdf on CD.
Alcatel SpeedTouch USB ADSL PPP Free Driver Download
Your message has been reported and will be reviewed by our staff. If you believe this comment is offensive or violates the CNET’s Site Terms of Useyou can report it below this will not automatically remove the comment. Guide’s installer software Windows only simplifies the driver installation process. Zp and User’s Guide.
When I can’t get people to follow a simple and logical request, I lose interest in the problem.
New Drivers
