I've got a Proxim Orinoco Gold USB adapter, model B11FNF-USB, FCC ID
HZB B11FNFUSB. It appears to be a rebranded Ambit USB adapter, using a Prism3 chipset. It might
not be far from working with the orinoco drivers, but I'm not sure how
to measure that. So far, I've got the latest Orinoco drivers from CVS,
and some firmware extracted from files on the CD that came with the
adapter. I've added the following line to prism_usb.c to make the
driver try to pick up the adapter:
diff -u -r1.4 prism_usb.c
--- prism_usb.c 8 Aug 2004 20:03:45 -0000 1.4
+++ prism_usb.c 14 Oct 2005 21:39:55 -0000
@@ -94,6 +94,7 @@
{USB_DEVICE(0x2821, 0x3300)}, /* Hawking HighDB USB Adapter */
{USB_DEVICE(0x0411,
0x0044)}, /* Melco WLI-USB-KB11 11Mbps WLAN Adapter */
{USB_DEVICE(0x1668, 0x6106)}, /* ROPEX FreeLan 802.11b USB Adapter */
+ {USB_DEVICE(0x0bb2, 0x0304)}, /* Ambit 802.11b USB Adapter */
{ /* Terminating entry */ }
};
When I plug it in, the dmesg says:
[27552.729271] usb 1-1: new full speed USB device using uhci_hcd and address 3
[27552.964144] orinoco 0.15rc2HEAD (David Gibson
<hermes-xT8FGy+AXnRB3Ne2BGzF6g@xxxxxxxxxxxxxxxxxxxxx>, Pavel Roskin
<proski-mXXj517/zsQ@xxxxxxxxxxxxxxxx>, et al)
[27552.967937] prism_usb 0.15rc2HEAD (Pavel Roskin <proski-mXXj517/zsQ@xxxxxxxxxxxxxxxx>)
[27552.971171] prism_usb_hard_reset - dummy
[27552.971252] prism_usb_init - dummy
[27552.971312] prism_usb_init - dummy
[27552.971366] prism_usb_allocate - dummy
[27552.971420] prism_usb_read_ltv - dummy
[27552.971474] eth3: Cannot read hardware identity: error -95
[27552.971530] eth3: Incompatible firmware, aborting
[27552.971584] prism_usb: Cannot register network device
[27552.971639] prism_usb: probe of 1-1:1.0 failed with error -95
[27552.971700] usbcore: registered new driver prism_usb
I'm not sure how to proceed.
FCC info at
https://gullfoss2.fcc.gov/prod/oet/cf/eas/reports/ViewExhibitReport.cfm?mode=Exhibits&RequestTimeout=500&calledFromFrame=N&application_id=833350&fcc_id='HZBB11FNFUSB'
|
|