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
Thank you so much!