dant3
Posts: 3
Joined: Fri Aug 02, 2013 6:44 pm

Wifi Problem!

Mon Aug 05, 2013 6:19 am

Help with wifi!
Use raspbian and configured all, if I boot the network cable and then put it off, when you strip everything pings and wifi.
But if I turn it on without the cable connected to the USB Wifi only does not work.

Here my settings:

Code: Select all

auto lo

iface lo inet loopback
iface eth0 inet static
address 192.168.1.135
netmask 255.255.255.0
gateway 192.168.1.131

allow-hotplug wlan0
auto wlan0
iface wlan0 inet static
address 192.168.1.136
netmask 255.255.255.0
gateway 192.168.1.131
wpa-ssid "MyNetwork"
#wpa-psk "MyKey"
wpa-psk MyEncriptedKEy
Help me please!
Thank you so much! :)

Return to “Raspberry Pi OS”