SpeedTouch USB ADSL PPP Driver Download For Windows 10



Debian Sarge HOWTO

This HOWTO is for users of the Sarge release of Debian.It was kindly contributed byGhost Dog.

The First Step: Configuring the Kernel

Page 37: Connect To The Internet Via Speedtouch™'S Embedded Ppp Client 2 SpeedTouch™ Internet Connectivity 2.2 Connect to the Internet via SpeedTouch™’s embedded PPP client. Introduction The SpeedTouch™ supports both two most popular connection methods: Routed PPP over ATM (PPPoA) and PPP over Ethernet (PPPoE). According to the Windows 7 compatibility center, the manufacturer has stated that this device is not compatible with the 32bit or 64bit versions of Windows 7. Windows 7 Compatibility for THOMSON SpeedTouch 330 ADSL Modem: THOMSON. Drivers, Updates, Downloads. With the award-winning speedtouch asymmetric digital subscriber line adsl modem surfing the internet will become a whole new experience. Hivolt premium member join, i saw some bell techs working in the big brown box outside. Mfc 5890 Windows 10 driver. For this will see from me trying so. Thomson speedtouch usb asdl modem is the fun begin.

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:

  • 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]
SpeedTouch USB ADSL PPP Driver Download for Windows 10
For PPPoA you will need the following options:
  • Network Device Support
    • PPP Over ATM (EXPERIMENTAL) [Y]

Speedtouch usb adsl ppp driver download for windows 10 64-bitDriverFor 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:

apt-get install speedtouch

Download and install hotplugging:

apt-get install hotplug

Install the firmware:

To get the firmware, follow the instructions onthis page

Next, as root, copy the firmware to /usr/local/lib:

cp mgmt.o /usr/local/lib/firmware.bin
Speedtouch usb adsl ppp driver download for windows 10 pro

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 do
apt-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.

Speedtouch Usb Adsl Ppp Driver Download For Windows 10 Kms

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

SpeedTouch USB ADSL PPP Driver Download For Windows 10

:
# 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:

Speedtouch Usb Adsl Ppp Driver Download For Windows 10 32-bit

# Secrets for authentication using CHAP
# client server secret IP addresses
username * password

Now put the same in /etc/ppp/pap-secrets.

Speedtouch Usb Adsl Ppp Driver Download For Windows 10 Pro

The Fourth Step: Setting up ATM

Download and Install libatm1

apt-get install libatm1
SpeedTouch USB ADSL PPP Driver Download For Windows 10

Speedtouch Usb Adsl Ppp Driver Download For Windows 10 64-bit

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




Comments are closed.