How to get wifi work on your Raspberry Pi Raspbian Wheezy Linux distribution.
You have to edit your interfaces file: /etc/network/interfaces
This kind of interfaces file works for me:
<br /> auto lo</p> <p>iface lo inet loopback<br /> iface eth0 inet dhcp</p> <p>allow-hotplug wlan0<br /> auto wlan0 </p> <p>iface wlan0 inet dhcp<br /> wpa-ssid "Change […]