Easiest Way to get WiFi on the Raspberry Pi | No Ethernet Required
У вашего броузера проблема в совместимости с HTML5
This is the easiest and simplest way to get WiFi on the Raspberry Pi without ever needing an ethernet cord.
Stuff I Typed:
sudo nano /etc/network/interfaces
-------------------------------------------------
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
auto wlan0
iface wlan0 inet dhcp
wpa-ssid "NetworkName"
wpa-psk "Password"
-------------------------------------------------------
sudo reboot
PS: Best video quality ever xD