
P A R T I
C O N N E C T I N G T H E B O A R D
80
The important part of this output is the line that reads
Manufacturer
. In the case of the
example Zyxel NWD2105, this reads
Ralink
, which is the company that makes the actual
chip found inside Zyxel USB wireless adapter. It’s this company’s firmware that must be
installed for the wireless adapter to work.
TIP
If you couldn’t find anything using
usb
as a search term, you can try the same command using
the search term
firmware
,
wlan
or
wireless
. If you still can’t see anything useful, type
lsusb
for a list of all USB devices connected to the system.
Using the manufacturer name from
dmesg
, search for the firmware files using the
apt-cache
search tool introduced earlier in this chapter. For the example Zyxel NWD2015
adapter, the
apt-cache
command would be:
apt-cache search ralink
If
apt-cache
fails to find the firmware, you may need to make a guess based on the firm-
ware packages in the following list. Don’t worry if you install the wrong one—any firmware
can be quickly uninstalled using
apt-get remove
, and having multiple firmware packages
does no harm. The following wireless firmware packages are available in the recommended
Raspbian distribution on the Raspberry Pi:
❍
atmel-firmware
—for devices based on the Atmel AT76C50X chipset
❍
firmware-atheros—
for devices based on Atheros chipsets
❍
firmware-brcm80211—
for devices based on Broadcom chipsets
❍
firmware-intelwimax—
for devices based on Intel’s WiMAX chipsets
❍
firmware-ipw2x00—
for Intel Pro Wireless adapters (including 2100, 2200 and 2915)
❍
firmware-iwlwifi—
for other Intel wireless adapters (including 3945, 4965 and the
5000 series)
❍
firmware-ralink—
for devices based on Ralink chipsets
❍
firmware-realtek—
for devices based on Realtek chipsets
❍
zd1211-firmware—
for devices based on the ZyDAS 1211 chipset
Summary of Contents for A
Page 1: ......
Page 2: ......
Page 3: ...Raspberry Pi User Guide 2nd Edition...
Page 4: ......
Page 5: ...Raspberry Pi User Guide 2nd Edition Eben Upton and Gareth Halfacree...
Page 10: ......
Page 26: ...R A S P B E R R Y P I U S E R G U I D E S E C O N D E D I T I O N 10...
Page 28: ......
Page 29: ...Chapter 1 Meet the Raspberry Pi...
Page 37: ...Chapter 2 Getting Started with the Raspberry Pi...
Page 56: ......
Page 57: ...Chapter 3 Linux System Administration...
Page 79: ...Chapter 4 Troubleshooting...
Page 89: ...Chapter 5 Network Configuration...
Page 109: ...Chapter 6 The Raspberry Pi Software Configuration Tool...
Page 122: ......
Page 123: ...Chapter 7 Advanced Raspberry Pi Configuration...
Page 140: ......
Page 141: ...Chapter 8 The Pi as a Home Theatre PC...
Page 151: ...Chapter 9 The Pi as a Productivity Machine...
Page 160: ......
Page 161: ...Chapter 10 The Pi as a Web Server...
Page 172: ......
Page 173: ...Chapter 11 An Introduction to Scratch...
Page 189: ...Chapter 12 An Introduction to Python...
Page 216: ......
Page 218: ......
Page 219: ...Chapter 13 Learning to Hack Hardware...
Page 234: ......
Page 235: ...Chapter 14 The GPIO Port...
Page 249: ...Chapter 15 The Raspberry Pi Camera Module...
Page 265: ...Chapter 16 Add on Boards...
Page 280: ......
Page 281: ...Appendix A Python Recipes...
Page 287: ...Appendix B Raspberry Pi Camera Module Quick Reference...
Page 293: ...Appendix C HDMI Display Modes...