Hi,
I'm a little confused (by 2 different names/IDs here)
but I'll offer a suggestion:
You say D-Link 650 {no TX or such; is 650C different
from 650?}. The "known" devices are listed at
http://www.linux-usb.org/usb.ids .
It lists the 650C as [klsi] ID 2001:4000 (hex).
But your dmesg log shows that you connected a device
with an ID of: Kawasaki Device Probe: 0x0557:0x2002,
which usb.ids lists as an ATEN 10Mbps Ethernet [klsi].
So my suggestion is to add both of these to the driver
if they are not already there. Or you could plug in
the D-Link 650, find its vendorID:productID codes,
and then add them.
~Randy
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, June 04, 2000 12:27 PM
> To: [EMAIL PROTECTED]
> Subject: [linux-usb] kaweth-Kawasaki driver for DSB-650
>
>
> Will the kaweth driver work for a D-Link 650 (no TX or such)?
> Can some kind
> soul tell me what I should insert in kaweth.c in place of
>
> static struct usb_eth_dev usb_dev_id[] = {
> { "NetGear EA-101", 0x0846, 0x1001, NULL },
> { NULL, 0, 0, NULL }
> };
>
> to test this out?
>
> Richard Melrose
>
> From dmesg:
>
> usb.c: USB new device connect, assigned device number 4
> usb.c: kmalloc IF c76591a0, numif 1
> usb.c: new device strings: Mfr=2, Product=3, SerialNumber=1
> usb.c: USB device number 4 default language ID 0x409
> Manufacturer: ATEN Inc.
> Product: USB-Ethernet
> SerialNumber: 00107400278D
> Kawasaki Device Probe: 0x0557:0x2002
> usb.c: unhandled interfaces on device
> usb.c: This device is not recognized by any installed USB driver.
> Length = 18
> DescriptorType = 01
> USB version = 1.00
> Vendor:Product = 0557:2002
> MaxPacketSize0 = 8
> NumConfigurations = 1
> Device version = 0.02
> Device Class:SubClass:Protocol = 00:00:00
> Per-interface classes
> Configuration:
> bLength = 9
> bDescriptorType = 02
> wTotalLength = 0027
> bNumInterfaces = 01
> bConfigurationValue = 01
> iConfiguration = 00
> bmAttributes = 80
> MaxPower = 90mA
>
> Interface: 0
> Alternate Setting: 0
> bLength = 9
> bDescriptorType = 04
> bInterfaceNumber = 00
> bAlternateSetting = 00
> bNumEndpoints = 03
> bInterface Class:SubClass:Protocol = 00:00:00
> iInterface = 00
> Endpoint:
> bLength = 7
> bDescriptorType = 05
> bEndpointAddress = 81 (in)
> bmAttributes = 02 (Bulk)
> wMaxPacketSize = 0040
> bInterval = 00
> Endpoint:
> bLength = 7
> bDescriptorType = 05
> bEndpointAddress = 02 (out)
> bmAttributes = 02 (Bulk)
> wMaxPacketSize = 0040
> bInterval = 00
> Endpoint:
> bLength = 7
> bDescriptorType = 05
> bEndpointAddress = 83 (in)
> bmAttributes = 03 (Interrupt)
> wMaxPacketSize = 0008
> bInterval = 01
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]