On Sun, 31 Mar 2002 22:24, RR wrote:
> On Sun, 2002-03-31 at 07:13, Brad Hards wrote:
> > On Sun, 31 Mar 2002 22:04, RR wrote:
> > > On Sun, 2002-03-31 at 04:24, Brad Hards wrote:
> >
> > <snip>
> >
> > > root@pepino:/home/landie > ifconfig usb0 192.168.129.00 netmask
> > > 255.255.255.255 up
> > > SIOCSIFADDR: No such device
> > > usb0: unknown interface: No such device
> > > SIOCSIFNETMASK: No such device
> >
> > I don't know much about the usbdnet driver, and you haven't provided
> > anything that can help diagnose the problem (/proc/bus/usb/devices,
> > /proc/bus/usb/drivers, dmesg output, etc).
> > Perhaps you should ask the authors of the driver you are using.
>
> here is output of cat/ proc/bus/dev/devices
> landie@pepino:~ > cat /proc/bus/usb/devices
<snip>
> T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
> D:  Ver= 2.00 Cls=02(comm.) Sub=00 Prot=00 MxPS= 8 #Cfgs=  2
> P:  Vendor=04dd ProdID=8004 Rev= 0.00
> C:* #Ifs= 2 Cfg#= 1 Atr=c0 MxPwr=  0mA
> I:  If#= 0 Alt= 0 #EPs= 0 Cls=02(comm.) Sub=06 Prot=00 Driver=(none)
> I:  If#= 1 Alt= 0 #EPs= 0 Cls=0a(data ) Sub=00 Prot=00 Driver=(none)
> I:  If#= 1 Alt= 1 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=(none)
> E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
> E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
> C:  #Ifs= 1 Cfg#= 2 Atr=c0 MxPwr=  0mA
> I:  If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=01 Prot=01 Driver=(none)
> E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
> E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
The driver is not bound to the device. Normally that is because the driver 
isn't loaded, or because of a driver problem.
>
> portion of dmesg
>
>
> usb-uhci.c: v1.268:USB Universal Host Controller Interface driver
> hub.c: USB new device connect on bus1/1, assigned device number 2
> usb.c: USB device 2 (vend/prod 0x4dd/0x8004) is not claimed by any
> active driver.
> usb.c: registered new driver hiddev
> usb.c: registered new driver hid
> hid-core.c: v1.8 Andreas Gal, Vojtech Pavlik <[EMAIL PROTECTED]>
> hid-core.c: USB HID support drivers
> mice: PS/2 mouse device common for all mice
> eth0: no IPv6 routers present
This is showing any loading of usbdnet or CDCEther. Is either loaded? You 
should see them listed in /proc/bus/usb/drivers if they are loaded.

>
> portion of /var/log/messages
>
> ar 31 07:23:09 pepino kernel: usb.c: USB device 3 (vend/prod
> 0x4dd/0x8004) is not claimed by any active driver.
> Mar 31 07:23:09 pepino usbmgr[344]: vendor:0x4dd product:0x8004
> Mar 31 07:23:09 pepino usbmgr[344]: class:0xa subclass:0x0 protocol:0x0
> Mar 31 07:23:09 pepino usbmgr[344]: USB device isn't matched the
> configuration
usbmgr is a Suse'ism. Most people are using the hotplug scripts now. In the 
mean time, you probably need to build the druver into the kernel, or manually 
load the module.

You are only annoying me a little - mainly because I give you advice or ask 
for information, and you ignore it, and ask for more advice without showing 
me the results of previous trials.
BTW: I don't have a Zaurus, nor have I ever loaded usbdnet. That is why I 
suggested that you talk to the authors of the code.


Brad

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to