Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

Xbian won't find SSID *NO INTERNET*
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Xbian won't find SSID *NO INTERNET*
2nd Feb, 2017, 01:33 AM
Post: #14
Nachteule Offline
Administrator
******
Posts: 2,406
Joined: Dec 2014
Reputation: 122
RE: Xbian won't find SSID *NO INTERNET*
(1st Feb, 2017 09:22 PM)udo.christ Wrote:  Is there any chance to tell Xbian that it is ok to use other wifi-channels? Im located in EUROPE and i need to be able to scan channels which are not allowed to us in the US.
Usually i can set the WIFI Area/CountryCode so my WIFI is found. There seems to be no place in XBian where i can do so.
i dont even understand how edit it using the command line. usually i simply change the wpa_supplicant.conf with a text editor, but it seems debian is not normally using this config?

Any ideas?

Hmmm, i'm able to use channel 13 w/o any problems.

You can edit /etc/network/interfaces to setup wlanX manually:

For example, here is my setup for wlan0 and static ip:

Code:
allow-hotplug wlan0
#auto wlan0
iface wlan0 inet static
wpa-ssid MYSSID
wpa-psk MYWPA2KEY
network 192.168.1.0
broadcast 192.168.1.255
address 192.168.1.21
netmask 255.255.255.0
gateway 192.168.1.10

or if you wish to put settings into wpa_supplicant.conf, it looks like this

Code:
allow-hotplug wlan0
#auto wlan0
iface wlan0 inet static
network 192.168.1.0
broadcast 192.168.1.255
address 192.168.1.21
netmask 255.255.255.0
gateway 192.168.1.10
wpa-iface wlan0
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Xbian won't find SSID *NO INTERNET* - elabounty - 16th Feb, 2015, 08:21 AM
RE: Xbian won't find SSID *NO INTERNET* - f1vefour - 16th Feb, 2015, 10:12 AM
RE: Xbian won't find SSID *NO INTERNET* - IriDium - 17th Feb, 2015, 05:37 AM
RE: Xbian won't find SSID *NO INTERNET* - elabounty - 17th Feb, 2015, 12:54 PM
RE: Xbian won't find SSID *NO INTERNET* - f1vefour - 17th Feb, 2015, 03:41 PM
RE: Xbian won't find SSID *NO INTERNET* - guennti - 18th Feb, 2015, 12:55 AM
RE: Xbian won't find SSID *NO INTERNET* - f1vefour - 18th Feb, 2015, 04:58 AM
RE: Xbian won't find SSID *NO INTERNET* - elabounty - 18th Feb, 2015, 10:27 AM
RE: Xbian won't find SSID *NO INTERNET* - f1vefour - 18th Feb, 2015, 10:36 AM
RE: Xbian won't find SSID *NO INTERNET* - elabounty - 18th Feb, 2015, 10:50 AM
RE: Xbian won't find SSID *NO INTERNET* - f1vefour - 18th Feb, 2015, 11:31 AM
RE: Xbian won't find SSID *NO INTERNET* - geonaute - 9th Jun, 2015, 08:00 PM
RE: Xbian won't find SSID *NO INTERNET* - udo.christ - 1st Feb, 2017, 09:22 PM
RE: Xbian won't find SSID *NO INTERNET* - Nachteule - 2nd Feb, 2017 01:33 AM
RE: Xbian won't find SSID *NO INTERNET* - udo.christ - 2nd Feb, 2017, 05:21 AM
RE: Xbian won't find SSID *NO INTERNET* - Nachteule - 2nd Feb, 2017, 06:10 AM
RE: Xbian won't find SSID *NO INTERNET* - udo.christ - 2nd Feb, 2017, 06:49 AM
RE: Xbian won't find SSID *NO INTERNET* - Nachteule - 2nd Feb, 2017, 06:52 AM
RE: Xbian won't find SSID *NO INTERNET* - udo.christ - 2nd Feb, 2017, 07:14 AM
RE: Xbian won't find SSID *NO INTERNET* - Nachteule - 2nd Feb, 2017, 07:17 AM
RE: Xbian won't find SSID *NO INTERNET* - udo.christ - 2nd Feb, 2017, 07:19 AM
RE: Xbian won't find SSID *NO INTERNET* - Nachteule - 4th Feb, 2017, 04:14 AM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 9th Jun, 2025, 06:24 AM Powered By MyBB, © 2002-2025 MyBB Group.