The Thompson drivers have moved to 
http://www.thomson.net/GlobalEnglish/Deliver/In-Home-Digital-Distribution/Telco-ISP/dsl-modems-gateways/residential_wired/other_supported_products/thomson_st330/Pages/default.aspx


The Thompson drivers have moved to 
http://www.thomson.net/GlobalEnglish/Deliver/In-Home-Digital-Distribution/Telco-ISP/dsl-modems-gateways/residential_wired/other_supported_products/thomson_st330/Pages/default.aspx


The Thompson drivers have moved to 
http://www.thomson.net/GlobalEnglish/Deliver/In-Home-Digital-Distribution/Telco-ISP/dsl-modems-gateways/residential_wired/other_supported_products/thomson_st330/Pages/default.aspx

Hello Speedtouchers,
thank you for making this driver

This is coming to you through an Alcatel Speedtouch 330, the green USB 
one that one can get off ebay for a few pounds. I'm connected via pppoa 
on OpenBSD4.6.

I'm using an EPIA500 as the machine, previously it was a 2.4ghz celeron 
running debian
The EPIA has better throughput, even with the packet filter turned on.

Anyway the process :

On a fresh install of OpenBSD4.6

I used  speedtouch-1.3.1.tar.gz, compiled & installed it

The Thompson drivers have moved to 
http://www.thomson.net/GlobalEnglish/Deliver/In-Home-Digital-Distribution/Telco-ISP/dsl-modems-gateways/residential_wired/other_supported_products/thomson_st330/Pages/default.aspx
And come in two parts, so I got mine pre-packaged from here
http://speedtouch.hysplace.co.uk/latest/Kqd6_3.012

I chopped all of the usb startup out of speedtouch-start and dived it 
right in:

# Goal: Start the connection

# Ensure to have a working PATH
export PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"

if [ -f /etc/speedtouch/speedtouch.conf ]; then
. /etc/speedtouch/speedtouch.conf
fi

the rest was the same

speedtouch.conf is

FIRMWARE_LOADER_FILE="/etc/speedtouch/Kqd6_3.012"
FIRMWARE_FILE="/etc/speedtouch/Kqd6_3.012"
MODEM_RUN_OPTIONS=""
PPPD_PEER=speedtouch-pppoa


/etc/ppp/chap-secrets isn't :>
"alp...@example.dsl" "*" "W00t"

/etc/ppp/ppp.conf

default:
    ident user-ppp
    set log Phase Chat IPCP CCP tun command
    set ifaddr 10.0.0.1/0 10.0.0.2/0

adsl:
    set authname alp...@example.dsl
    set authkey W00t
    set device !"/usr/local/sbin/pppoa2 -vpi 0 -vci 38 -v 1"
# find your own vpi vci, this is BT UK on griffin adsl
    accept chap
    set speed sync
    set timeout 0
    set redial 15 10000
    set dial ""
    add default HISADDR
    enable dns

Connection:


/etc/rc.local

/usr/local/bin/speedtouch-start
ppp -nat -ddial adsl  # nat is optional but thats what I'm using it for

# for use as a router
/etc/sysctl.conf
net.inet.ip.forwarding=1 # 1=Permit forwarding (routing) of IPv4 packets
net.inet6.ip6.forwarding=1 # 1=Permit forwarding (routing) of IPv6 packets




Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:speedtouch-requ...@ml.free.fr?subject=unsubscribe

        

Reply via email to