[SOLVED] Network Connection Failed WIFI/WPA2 - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Configuration (/forum-17.html) +--- Thread: [SOLVED] Network Connection Failed WIFI/WPA2 (/thread-46.html) |
Network Connection Failed WIFI/WPA2 - Chakky - 15th Dec, 2012 04:40 AM Hi Guys, I have a problem with the my WiFi network. My network is protects with password that includes special characters like &%$. If I changed the settings per SSH and after restart the service I get following msg: Code: ifdown: interface wlan0 not configured I think, I must escaped the special characters. On other systems like Raspbmc or raspbian it is work. Can anybody help me? ah sry my english is not the best RE: Network Connection Failed WIFI/WPA2 - CurlyMo - 15th Dec, 2012 04:49 AM What version? Also did you use xbian-config? Did you try unplugging the wlan adapter and plugging it back in again? RE: Network Connection Failed WIFI/WPA2 - Chakky - 15th Dec, 2012 05:04 AM Version: Alpha: XBian 1.0 Alpha 3 Yes I used xbian-config. I rebooted, I unplugged and plugged back, nothing works :/ RE: Network Connection Failed WIFI/WPA2 - CurlyMo - 15th Dec, 2012 05:33 AM Can you post the content of "/etc/network/interfaces" RE: Network Connection Failed WIFI/WPA2 - Chakky - 15th Dec, 2012 05:49 AM Code: auto lo XXX is only a short part of my password i think this is the problem //edit: I tryed to change but: Code: Permission denied. RE: Network Connection Failed WIFI/WPA2 - CurlyMo - 15th Dec, 2012 06:09 AM What did you change? And what command gives the permission denied error? RE: Network Connection Failed WIFI/WPA2 - Chakky - 15th Dec, 2012 06:19 AM So at First I changed with winscp so I had this error. Second I changed with sudo nano and now it works. wpa-psk "XXX" <--i changed this to my network password reboot and now my wifi workeds RE: Network Connection Failed WIFI/WPA2 - CurlyMo - 15th Dec, 2012 06:57 AM Great, marked as solved. |