Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Dec 2012 17:21:42 +0200
From:      Volodymyr Kostyrko <c.kworr@gmail.com>
To:        freebsd-usb@FreeBSD.org
Subject:   run(4) needs clarification
Message-ID:  <50BCC386.9060002@gmail.com>

next in thread | raw e-mail | index | archive | help
Hi all.

As per man page run driver supports DWA-140, but I currently obtained 
one piece that identifies as:

# usbconfig -d 0.2 dump_device_desc
ugen0.2: <11n Adapter D-Link> at usbus0, cfg=0 md=HOST spd=HIGH 
(480Mbps) pwr=ON

   bLength = 0x0012
   bDescriptorType = 0x0001
   bcdUSB = 0x0200
   bDeviceClass = 0x0000
   bDeviceSubClass = 0x0000
   bDeviceProtocol = 0x0000
   bMaxPacketSize0 = 0x0040
   idVendor = 0x2001
   idProduct = 0x3c15
   bcdDevice = 0x0101
   iManufacturer = 0x0001  <D-Link>
   iProduct = 0x0002  <11n Adapter>
   iSerialNumber = 0x0003  <1.0>
   bNumConfigurations = 0x0001

After patching kernel to make it detectable I got this:

Dec  3 17:15:17 ar1l0u kernel: run0: <D-Link 11n Adapter, class 0/0, rev 
2.00/1.01, addr 2> on usbus0
Dec  3 17:15:17 ar1l0u kernel: run0: MAC/BBP RT5392 (rev 0x0222), RF 
unknown (MIMO 2T2R), address 84:c9:b2:82:8f:ba

And chip RT5392 is not supported yet.

This one is:

H/W Ver.: B3       F/W Ver.: 2.00

Can anyone update man page to explicitly state that only ver. A* is 
supposed to work?

-- 
Sphinx of black quartz, judge my vow.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50BCC386.9060002>