Monday, October 26, 2015

ADDING THE NETWORK DETAILS TO THE RASPBERRY PI and WiFi from eBay!


sudo wget https://github.com/porjo/mt7601/raw/master/src/mcu/bin/MT7601.bin -O /lib/firmware/mt7601u.bin
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
Go to the bottom of the file and add the following:
network={
    ssid="The_ESSID_from_earlier"
    psk="Your_wifi_password"
}

No comments:

Post a Comment