Hello again,
>> About "/sys$DEVPATH/loading", I took a closer look at "/sys" and it's
>> completely empty. There is no file or directory. What does this mean?
>
> You didn't mount it? Something like this:
>
> mount -t sysfs sysfs /sys
Thank you Duncan, this solved the firmware loading problem.
Now I have another problem. I can't get pppoe working:
[EMAIL PROTECTED]:~# /etc/init.d/dial
/etc/rc.common: /etc/init.d/dial: 2: modprobe: not found
ATM dev 0: ADSL line is up (2560 kb/s down | 512 kb/s up)
ATM dev 0: ADSL line is up (2560 kb/s down | 512 kb/s up)
ATM dev 0: ADSL line is up (2560 kb/s down | 512 kb/s up)
RFC1483/2684 bridge: Interface "nas0" (mtu=1500, payload=bridged)
created sucessfully
RFC1483/2684 bridge: Communicating over ATM 0.0.35, encapsulation: LLC
RFC1483/2684 bridge: Could not configure interface:Invalid argument
RTNETLINK answers: File exists
Plugin rp-pppoe.so loaded.
Timeout waiting for PADO packets
Unable to complete PPPoE Discovery
The /etc/init.d/dial file contains:
[EMAIL PROTECTED]:~# cat /etc/init.d/dial
#!/bin/sh /etc/rc.common
modprobe speedtch
count=0
while [[ $((count++)) -lt 40 ]]
do
if dmesg | grep 'ADSL line is up'
then
br2684ctl -b -c 0 -a 0.35
sleep 5
ip addr add 192.168.5.5/32 dev nas0
ip link set nas0 up
sleep 10
pppd call speedtch
exit 0
fi
sleep 1
done
echo "The SpeedTouch firmware did not load"
The peer file looks like this:
[EMAIL PROTECTED]:~# cat /etc/ppp/peers/speedtch
noipdefault
defaultroute
user 'username'
noauth
updetach
usepeerdns
plugin rp-pppoe.so
nas0
debug
The pap-secrets and chap-secrets contains:
[EMAIL PROTECTED]:~# cat /etc/ppp/pap-secrets
# Secrets for authentication using CHAP
# client server secret IP addresses
"username" * "password"
With the 'username' and 'password' provided by me ISP.
I'm using pppd version 2.4.3.
The same line with the same user name and password works fine with a
Speedtouch 510v6 ethernet modem. So it's not the line or the login
information.
Do you have any idea what could be?
Radu.
Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]