Noticed in the system initialisation scripts that come with the
speedtouch driver that:

mount -t usbdevfs usbdevfs /proc/bus/usb

is called. This doesn't actually work with 2.6.10. Instead you have to do:

mount -t usbfs none /proc/bus/usb

>From http://kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.10:

<[EMAIL PROTECTED]>
        USB: remove usbdevfs filesystem name, usbfs is the proper one to use.
        
        This has been publicised for years now, and the usvfs name will work 
just
        fine with a 2.4 kernel, so we are not breaking backwards compatibility.
        
        Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>

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

        

Reply via email to