Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - davus

#1
Rene thankyou so much for putting this together. Its awesome!.

I downloaded the latest today and installed it on my Pi, and it seems to work awesome, with the exception of my Microsoft USB to Ethernet adapter.

The model of the adapter is 1821.

usbconfig shows the device as being detected at ugen0.4, but the driver doesnt seem to exist.

root@OPNsense:~ # usbconfig
ugen0.1: <DWCOTG OTG Root HUB> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA)
ugen0.2: <vendor 0x0424 product 0x9514> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (2mA)
ugen0.3: <vendor 0x0424 product 0xec00> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (2mA)
ugen0.5: <Microsoft Wired Keyboard 600> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (100mA)
ugen0.4: <Microsoft Ethernet Adapter> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (350mA)

Obviously with the driver, the command "usbconfig -d 0.4 set_config 1" (which ive tried) simply does nothing.

Running the command: "usbconfig dump_device_desc" shows:
ugen0.4: <Microsoft Ethernet Adapter> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (350mA)

  bLength = 0x0012
  bDescriptorType = 0x0001
  bcdUSB = 0x0210
  bDeviceClass = 0x0000  <Probed by interface class>
  bDeviceSubClass = 0x0000
  bDeviceProtocol = 0x0000
  bMaxPacketSize0 = 0x0040
  idVendor = 0x045e
  idProduct = 0x0927
  bcdDevice = 0x3100
  iManufacturer = 0x0001  <Microsoft>
  iProduct = 0x0002  <Ethernet Adapter>
  iSerialNumber = 0x0006  <001000DC8>
  bNumConfigurations = 0x0002

/usr/share/misc/usbdevs shows: "vendor MICROSOFT        0x045e  Microsoft"

So, everything checks out in that regard, but it appears the driver is missing. Would there be any chances of you seeing if you can include the driver for the above Microsoft USB to Ethernet adapter into your distro?.

Thanks again!

Dave