Hi,
 I've been successfully using the user-mode speedtouch driver for around 2
years. I've started to see some line stability issues, and thought it worth
biting the bullet and moving over to the kernel driver.

I download speedtouch bundle 1.0, and have built the 2.4.22 kernel with the
required options as per http://www.linux-usb.org/SpeedTouch/docs/howto.html
(was 2.4.20)
The builds' went fine, kernel up and running

I've also removed the old user-mode driver entried from hotplug config with
/etc/hotplug/usb now containing only
[EMAIL PROTECTED] usb]# ls
old speedtch
[EMAIL PROTECTED] usb]# ls -la
total 16
drwxr-xr-x 3 root root 4096 Nov 20 22:52 .
drwxr-xr-x 3 root root 4096 Nov 20 22:52 ..
drwx------ 2 root root 4096 Nov 20 22:31 old
-rwx------ 1 root root 160 Nov 20 22:49 speedtch
[EMAIL PROTECTED] usb]# cat speedtch
#!/bin/bash
case $ACTION in
add)
if /usr/sbin/modem_run -k -f /usr/lib/speedtouch/firmware.bin ; then
sleep 5
/usr/sbin/pppd call speedtch
fi
;;
esac


Firmware is from the KQD6_R204.zip (previously used latest windows 2.x
drivers alcaudsl.sys)
.......

However it doesn't work... basically the line syncs fine, but PPP fails to
establish a connection/IP address

These are some segments from my files - can anyone spot the error:
Nov 21 00:26:59 planetf1 kernel: Mounted devfs on /dev
Nov 21 00:26:59 planetf1 kernel: usb-uhci.c: $Revision: 1.275 $ time
19:20:11 No
v 20 2003
Nov 21 00:26:59 planetf1 kernel: usb-uhci.c: High bandwidth mode enabled
Nov 21 00:26:59 planetf1 kernel: PCI: Found IRQ 11 for device 00:01.2
Nov 21 00:26:59 planetf1 kernel: usb-uhci.c: USB UHCI at I/O 0x8400, IRQ 11
Nov 21 00:26:59 planetf1 kernel: usb-uhci.c: Detected 2 ports
Nov 21 00:26:59 planetf1 kernel: usb.c: new USB bus registered, assigned bus
num
ber 1
Nov 21 00:26:59 planetf1 kernel: hub.c: USB hub found
Nov 21 00:26:59 planetf1 kernel: hub.c: 2 ports detected
Nov 21 00:26:59 planetf1 kernel: usb-uhci.c: v1.275:USB Universal Host
Controlle
r Interface driver
Nov 21 00:26:59 planetf1 kernel: hub.c: new USB device 00:01.2-1, assigned
addre
ss 2
Nov 21 00:26:59 planetf1 kernel: usb.c: USB device 2 (vend/prod
0x6b9/0x4061) is
not claimed by any active driver.
Nov 21 00:26:59 planetf1 kernel: ip_conntrack version 2.1 (888 buckets, 7104
max
) - 292 bytes per conntrack
Nov 21 00:26:59 planetf1 kernel: usb.c: registered new driver speedtch
Nov 21 00:26:59 planetf1 kernel: usb_control/bulk_msg: timeout
Nov 21 00:26:59 planetf1 kernel: usbdevfs: USBDEVFS_BULK failed dev 2 ep
0x85 le
n 512 ret -110
Nov 21 00:27:14 planetf1 modem_run[429]: ADSL synchronization has been
obtained
Nov 21 00:27:14 planetf1 modem_run[429]: ADSL line is up (576 kbit/s down |
288
kbit/s up)
Nov 21 00:27:15 planetf1 kernel: usbdevfs: process 695 (modem_run) did not
claim
interface 0 before use
Nov 21 00:27:19 planetf1 modprobe: modprobe: Can't locate module ppp0
Nov 21 00:27:20 planetf1 pppd[996]: Plugin pppoatm.so loaded.
Nov 21 00:27:20 planetf1 kernel: CSLIP: code copyright 1989 Regents of the
Unive
rsity of California
Nov 21 00:27:20 planetf1 kernel: PPP generic driver version 2.4.2
Nov 21 00:27:20 planetf1 pppd[996]: PPPoATM plugin_init
Nov 21 00:27:20 planetf1 pppd[996]: PPPoATM setdevname - remove unwanted
options
Nov 21 00:27:20 planetf1 pppd[996]: PPPoATM setdevname_pppoatm -
SUCCESS:0.38
Nov 21 00:27:20 planetf1 pppd[996]: pppd 2.4.2b3 started by root, uid 0
Nov 21 00:27:21 planetf1 pppd[996]: Using interface ppp0
Nov 21 00:27:21 planetf1 pppd[996]: Connect: ppp0 <--> 0.38
Nov 21 00:27:21 planetf1 pppd[996]: Couldn't increase MTU to 1500
Nov 21 00:27:21 planetf1 /etc/hotplug/net.agent: assuming ppp0 is already up

and that's it from /var/log/messages - ie no actual login. (I only sometimes
get the DEVFS error - it seems to still fail even if I don't)

Modules loaded are:
[EMAIL PROTECTED] hotplug]# lsmod

Module Size Used by Not tainted

usb-uhci 21732 0 (unused)

serial_cs 4576 0 (unused)

pppoatm 2536 1

ppp_generic 20492 3 (autoclean) [pppoatm]

slhc 4800 0 (autoclean) [ppp_generic]

hostap_crypt_wep 3008 1 (autoclean)

parport_pc 14116 1 (autoclean)

lp 6688 0 (autoclean)

parport 24576 1 (autoclean) [parport_pc lp]

hostap_cs 45864 1

hostap 79944 0 [hostap_crypt_wep hostap_cs]

speedtch 9088 1

ipchains 52104 0

md 44608 0 (unused)





/etc/ppp/options is
lock
defaultroute
noauth
passive
asyncmap 0
lcp-echo-interval 5
lcp-echo-failure 10
usepeerdns
noipdefault
debug
kdebug 1
mtu 1458
#holdoff 3

/etc/peers/speedtch is
lcp-echo-interval 10
lcp-echo-failure 3
mtu 1458
noipdefault
defaultroute
user "[EMAIL PROTECTED]"
noauth
noaccomp
nopcomp
noccp
novj
holdoff 4
persist
maxfail 25
updetach
usepeerdns
debug
kdebug 1
plugin pppoatm.so
0.38

/etc/ppp/pap-secrets & /etc/ppp/chap-secrets look like
[EMAIL PROTECTED] * password

with real values of course
So why does ppp appear to do nothing, and why do I see no further debug?
/etc/syslog.conf does contain
*.info;mail.none;news.none;authpriv.none;cron.none -/var/log/messag
es

Thanks
[EMAIL PROTECTED]



Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se d�sinscrire : mailto:[EMAIL PROTECTED]

        

Reply via email to