Hardware Reference
In-Depth Information
The following web page lists good information about the various brands of Wi-Fi
adapters available and their level of support:
http://elinux.org/RPi_USB_Wi-Fi_Adapters
I have a NetGear WN111(v2) RangeMax Next Wireless adapter available. Apparently,
this adapter uses one of the following chips:
Atheros AR9170
Atheros AR9101
Since the AR9170 shows up in the supported list for the D-Link DWA-160, there is
a reasonable chance of driver support for it. After plugging it into the powered USB hub
and rebooting, the console log shows that it is being “ seen ”:
$ dmesg
. . .
[3.867883] usb 1_1.3.2: New USB device found, idVendor=0846, idProduct=9001
[3.893138] usb 1_1.3.2: New USB device strings: Mfr=16, Product=32,
SerialNumber=
[3.923115] usb 1_1.3.2: Product: USB2.0 WLAN
[3.930064] usb 1_1.3.2: Manufacturer : ATHER
[3.963095] usb 1_1.3.2: SerialNumber : 12345
[4.393875] cfg80211: Calling CRDA to update world regulatory domain
[4.663403] usb 1_1.3.2: reset full_speed USB device number 5 using dwc_otg
[4.953470] usbcore: registered new interface driver carl9170
[6.687035] usb 1_1.3.2: firmware not found.
[7.703098] usb 1_1.3.2: kill pending tx urbs.
But there is a troubling error message: “firmware not found.” Also visible in the log,
we see that the driver is named carl9170 . Further research reveals that it also requires a
firmware file named carl9170-1.fw . While this file is available from other sources, the
simplest way to install this file is to install it from Raspbian sources:
$ sudo apt-get install firmware-linux
The firmware file being sought and installed is as follows:
$ ls -l /lib/firmware/carl9170−1.fw
−rw−r−−r−−1 root root 13388 Jan 14 17:04 /lib/firmware/carl9170−1.fw
 
Search WWH ::




Custom Search