I've just tried to play with eci-adsl-usermore 0.6 and linux kernel
2.5.75 ... but it doesn't works.



i applied 2.5.61-usb-1.patch
but when i launch startmodem the following occours:

setting up USB support (1/5)..

loading UHCI support
warning: usb-uhci module doesn't exist

loading firmware (2/5)..

firmware seems to be already loaded

setting up modem (3/5)..

can't find your GlobeSpan USB ADSL WAN Modem
ECI load 2: failed
failed to get synchronization

This happen because in usbfs_search because of a mismatch sizeof(struct
usb_device_descriptor):
......
                if (S_ISREG(statbuf.st_mode))
                {
                        /* check the file size, which must be 18 
                           = sizeof(struct usb_device_descriptor) */
                        
                        if (statbuf.st_size != sizeof(struct usb_device_descriptor))
                          continue; 


every time this function is called statbuf.st_size != sizeof (struct
usb_device_descriptor), so eci-load1 fails.

I've tried to comment such if statement, everything goes ok but when i
call
pppd call adsl:
Couldn't get channel number: Input/output error


I'm not experienced with eci-adslusermode source codes, can anyone
tellme how can i fix it?

tnx.





=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Driver Linux pour modem ECI ADSL USB: http://eciadsl.flashtux.org
Archives de cette liste de diffusion: http://liste.eci.free.fr
Pour se desinscrire: mailto:[EMAIL PROTECTED]   
        
        
        
        
        
        

Répondre à