Record of some of the computer tech I deal with so that it's documented at least somewhere.

Saturday 31 January 2009

Debian Alcatel Speedtouch Rev 0 (green) USB ADSL modem


wget http://www.proweb.co.uk/~matt/alc/speedtch-1.bin -O /lib/firmware/speedtch-1.bin
wget http://www.proweb.co.uk/~matt/alc/speedtch-2.bin -O /lib/firmware/speedtch-2.bin

echo '"something@isp" "*" "PASSWORD"' > secrets
install -m 600 secrets /etc/ppp/chap-secrets
install -m 600 secrets /etc/ppp/pap-secrets
cat > speedtch << EOF
noipdefault
defaultroute
user 'something@isp'
noauth
updetach
usepeerdns
plugin pppoatm.so
0.38
EOF
# 0.38 is the VP.VC values from your ISP
install -m 600 speedtch /etc/ppp/peers
wget http://www.proweb.co.uk/~matt/alc/dial -O /etc/init.d/dial
chmod 744 /etc/init.d/dial
ln -s /etc/init.d/dial /etc/rc2.d/S95dial
ln -fs /etc/ppp/resolv.conf /etc/resolv.conf

dpkg -i libpcap0.8_0.9.5-1_i386.deb
dpkg -i ppp_2.4.4rel-8_i386.deb
dpkg -i pppoe_3.8-1.1_i386.deb

No comments: