Book Image

Raspberry Pi Essentials

By : Jack Creasey
Book Image

Raspberry Pi Essentials

By: Jack Creasey

Overview of this book

Table of Contents (15 chapters)
Raspberry Pi Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Hardware and software networking configuration


Since we will need Internet connectivity to install tools and utilities, let's now look at the Pi hardware and software networking configuration in more detail; the wireless configuration is first since many project designers may prefer a wireless connection.

There are many Pi-compatible wireless adapters and you may even have bought one as part of your initial kit. The most common recommendation is that you use a Wi-Fi adapter that uses the Realtek RTL8188CUS chipset. The driver for this chipset (rtl8192cu) is included in the Raspbian distribution, so enabling this particular type of Wi-Fi adapter is easy.

First, you need to install the adapter, and then we will look at the connection status of the USB devices on the Pi to ensure it is detected:

  1. Plug the Wi-Fi wireless adapter into any available USB port and unplug the Ethernet connection if you have one

  2. Open a terminal window and type lsusb

  3. In the same window, type lsusb –t

The lsusb results...