Raspberry Pi wireless network card configuration

Source: Internet
Author: User

You have no patience to check the list of wireless network cards supported by Pi:
Http://elinux.org/RPi_VerifiedPeripherals#USB_Wi-Fi_Adapters
I just used a USB wireless network card that I bought before, very small, 35 yuan also Special free shipping! It works well!
Plug-in to identify, and I use USB cables directly inserted in the notes for power, 500mA can also bring the entire board. (However, you need to plug in the wireless network card before power-on)
With the lsusb command, you can see:

Then use ifconfig To See That wlan0 has already appeared:

So, we only need to do one thing, modify the/etc/Network/interface file:

Auto Lo

Iface lo Inet loopback
Iface eth0 Inet DHCP

Allow-hotplug wlan0
Iface wlan0 Inet static
WPA-SSID the Wi-Fi SSID you want to connect
WPA-PSK your WPA connection password
Address 192.168.1.106 # static IP Address
Netmask 255.255.255.0 # network mask
Gateway 192.168.1.1 # Gateway
Network 192.168.1.1 # network address
# WPA-roam/etc/wpa_supplicant/wpa_supplicant.conf
Iface default Inet DHCP

After reboot is finished, you can.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.