I have had a hard time with this Pi, finding the drivers was not a easy task, and now am experiencing a new issue.
My WiFi dongle is flashing green (which is a good sign). In the GUI WiFi setup it's saying I am connected, but problem is I don't have a IP address nor am I able to ping or connect to the internet.
Interfaces File
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="Claro"
psk="password12"
proto=RSN
key_mgmt=WPA-PSK
group=CCMP TKIP
}
GNU nano 2.2.6 File: /etc/network/interfaces
auto lo
iface lo inet loopback
auto wlan0
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
I am running Raspbian Wheezy.
ifconfig
show? There are official pages, but they all assume you are using the latest version and not using out of date configuration files. Is this a new installation? Why are you trying to use Wheezy - which is not supported, or even available any more? – Milliways Feb 23 '16 at 02:40UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
pi@raspberrypi ~ $
– TravJav92 Feb 23 '16 at 02:52