Setting Up WIFI
|
4th Mar, 2013, 09:56 PM
Post: #15
|
|||
|
|||
RE: Setting Up WIFI
Yes!
To my experience, the wlan setup in XBian is at a very early implementation stage. It simply does not work yet. The XBian image comes with a perfect setup for WLAN roaming. Read here for more information: http://wiki.ubuntuusers.de/WLAN/wpa_supplicant (LOL, ubuntu, sorry, in german) The original content of /etc/network/interfaces looks like this: --------------- auto lo iface lo inet loopback iface eth0 inet dhcp allow-hotplug wlan0 iface wlan0 inet dhcp wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf iface default inet dhcp --------------- Bring it back to this with sudo nano /etc/network/interfaces Then do a sudo nano /etc/wpa_supplicant/wpa_supplicant.conf and enter Your wireless lan and the credentitials and remove anything else. Make abackup before this if you like. ------------------- network={ ssid="Your WLAN SSID" proto=RSN key_mgmt=WPA-PSK pairwise=CCMP TKIP group=CCMP TKIP psk="YOUR WLAN PASSWORD IN CLEAR TEXT OR ENCRYPTED" } ------------------- Best thing is: You can have more than one WLAN roamed. Simple add more network sections to it. It will automatically connect to the local WLAN found. If it does not work right away, You have to possibly modify proto, key_mgmt, group and pairwise to the correct TAGS Your WLAN understands. get a list of available wlans on console with iwlist wlan0 scan You can read the required TAGS from this output. If it works, do not enter the XBIAN WLAN config anymore, as it will replace the roaming. Cheers dezi |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Setting Up WIFI - pauljoanss - 21st Feb, 2013, 07:17 AM
RE: Setting Up WIFI - CurlyMo - 21st Feb, 2013, 07:28 AM
Re: Setting Up WIFI - BartOtten - 21st Feb, 2013, 11:55 AM
RE: Setting Up WIFI - pauljoanss - 22nd Feb, 2013, 12:43 AM
RE: Setting Up WIFI - CurlyMo - 22nd Feb, 2013, 12:44 AM
RE: Setting Up WIFI - pauljoanss - 22nd Feb, 2013, 02:06 AM
Re: RE: Setting Up WIFI - rikardo1979 - 22nd Feb, 2013, 02:18 AM
RE: Setting Up WIFI - pauljoanss - 22nd Feb, 2013, 02:23 AM
RE: Setting Up WIFI - chucklemonkey - 22nd Feb, 2013, 10:33 AM
RE: Setting Up WIFI - Hater - 22nd Feb, 2013, 10:35 AM
RE: Setting Up WIFI - chucklemonkey - 22nd Feb, 2013, 10:38 AM
RE: Setting Up WIFI - belese - 22nd Feb, 2013, 11:23 AM
RE: Setting Up WIFI - descha00 - 24th Feb, 2013, 12:47 AM
RE: Setting Up WIFI - descha00 - 1st Mar, 2013, 12:51 PM
RE: Setting Up WIFI - dezi - 4th Mar, 2013 09:56 PM
RE: Setting Up WIFI - descha00 - 11th May, 2013, 09:21 PM
RE: Setting Up WIFI - CurlyMo - 4th Mar, 2013, 10:33 PM
RE: Setting Up WIFI - dezi - 4th Mar, 2013, 11:08 PM
RE: Setting Up WIFI - CurlyMo - 4th Mar, 2013, 11:29 PM
RE: Setting Up WIFI - dezi - 4th Mar, 2013, 11:40 PM
RE: Setting Up WIFI - CurlyMo - 4th Mar, 2013, 11:48 PM
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
Setting up a WiFi adapter without ethernet | Whitey | 2 | 11,320 |
5th May, 2013 10:11 AM Last Post: Whitey |