Desmecht Laurent wrote: > Hi, > I have spend a lot of time but I succeed, I was able to found a solution > for Linux 2.6.X kernel. The problem isn't in the speedtouch drivers but > in the kernel. > > To use the modem, you just need to modify one file : > drivers/usb/core/usb.c > > In function "usb_driver_release_interface" (at line 327 in > 2.6.1-rc1-mm1), you just need to comment : > > usb_set_interface(interface_to_usbdev(iface), > iface->altsetting[0].desc.bInterfaceNumber, > 0);
I actually use the userspace speedtouch driver with kernel 2.6.0, (I've never been able to use the kernel space driver) I use /home/phe/speedtouch-1.2-beta3.tar.gz, I don't need any change in the kernel, I just need to specify the endpoint to use in /etc/ppp/peers/adsl. pty "/usr/local/sbin/pppoa2 -v 1 -e 1 -vpi 8 -vci 35" FYI some fragment of my .config CONFIG_ATM=m CONFIG_ATM_CLIP=m CONFIG_PPP=m CONFIG_PPP_ASYNC=m CONFIG_PPP_SYNC_TTY=m CONFIG_PPP_DEFLATE=m CONFIG_PPP_BSDCOMP=m CONFIG_N_HDLC=m CONFIG_USB=m CONFIG_USB_DEBUG=y CONFIG_USB_DEVICEFS=y CONFIG_USB_UHCI_HCD=m script used to connect modprobe slhc modprobe ppp_generic modprobe atm modprobe clip modprobe ppp_synctty modprobe n_hdlc modprobe usbcore mount -t usbdevfs none /proc/bus/usb modprobe uhci-hcd modem_run -v 1 -m -f /usr/src/mgmt/mgmt.o pppd call adsl regards, Phil Liste de diffusion modem ALCATEL SpeedTouch USB Pour se d�sinscrire : mailto:[EMAIL PROTECTED]
