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]

Reply via email to