Hi, I'm trying to use Proxim ORiNOCO 802.11n USB. But an interface does not come up on
My USB Wi-Fi adapter is;
I am not sure, the FreeBSD version support it or not. But in code; https://github.com/freebsd/freebsd-src/blob/master/sys/dev/usb/usbdevs#L4872
Looks supported.
I tried the USB Wi-Fi adapter on Linux. It is recognized as Wistron (not Proxim);
I am confusing, the USB Wi-Fi adapter vendor is Proxim? or Winstron?
Anything need to set/excute to come up a wlan interface of the USB Wi-Fi adapter?
ifconfig
My USB Wi-Fi adapter is;
Code:
# usbconfig -d 1.3 dump_device_desc
ugen0.3: <Proxim ORiNOCO 802.11n USB> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA)
bLength = 0x0012
bDescriptorType = 0x0001
bcdUSB = 0x0200
bDeviceClass = 0x00ff <Vendor specific>
bDeviceSubClass = 0x00ff
bDeviceProtocol = 0x00ff
bMaxPacketSize0 = 0x0040
idVendor = 0x1435
idProduct = 0x0804
bcdDevice = 0x0106
iManufacturer = 0x0010 <Proxim>
iProduct = 0x0020 <ORiNOCO 802.11n USB>
iSerialNumber = 0x0030 <12345>
bNumConfigurations = 0x0001
I am not sure, the FreeBSD version support it or not. But in code; https://github.com/freebsd/freebsd-src/blob/master/sys/dev/usb/usbdevs#L4872
Code:
/* Wistron NeWeb products */
...
product WISTRONNEWEB O8494 0x0804 ORiNOCO 802.11n
I tried the USB Wi-Fi adapter on Linux. It is recognized as Wistron (not Proxim);
Code:
Bus 002 Device 007: ID 1435:0804 Wistron NeWeb AR9170+AR9104 802.11abgn Wireless Adapter
I am confusing, the USB Wi-Fi adapter vendor is Proxim? or Winstron?
Anything need to set/excute to come up a wlan interface of the USB Wi-Fi adapter?