I have the occidentails2 and are using the Miniature WiFi (802.11b/g/n) Module from Adafruit.
I am unable to get the wireless communications working.
Using Nano I have setup the network with my SSID and password for my wireless unit.
(I have 2 laptops set with the same settings
Following other threads I have the output from my ifconfig
Here is the output from my sudo ifconfig -a
eth0 Link encap:Ethernet HWaddr b8:27:eb:be:2e:9f
UP 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)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 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:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan0 Link encap:Ethernet HWaddr 00:e0:4c:10:46:f3
UP 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)
I also tried the sudo ifconfig wlan0 up without any effect.
I have tried with and without a powered external hubs
I have tried e different hubs.
The Pi is powered by a 5.25 volt 1a power supply (from Adafruit)
Hub power supplies 1.0 amps, 2.5 amps, .5 amps
None of them worked with the wi-fi adapter.
What am I doing wrong or did i get a bad Wi-fi module?
Pete Hedlund

