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, 05:21 AM
Post: #15
udo.christ Offline
Registered
Posts: 5
Joined: Feb 2017
Reputation: 0
RE: Xbian won't find SSID *NO INTERNET*
(2nd Feb, 2017 01:33 AM)Nachteule Wrote:  
(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

Im running a raspberry pi 3b.
for the live of me i cannot get the xbian distro to scan and find my WIFI AP.
Using the latest Jessie (lite) on the same box with a different sd card there is no issue finding/connecting to the WIFI event directly using their raspi-config tool.

tried iw* tools and wpa_cli to scan and connect via cmd.line. My SSID is never shown/found.

is there any know issue with the PI3 and the WIFI setup for that? My AP is a Cisco Aironet which has no issues with this pi on a different os or any other hw i throw at it.

as soon as i switch my AP to a channel != 12 or 13 the WLAN interface comes up and gets an ip address via dhcp.
is it possible that the regulatory domain setting is somehow not obeyed by xbian?
iv'e done a "set country DE" on wpa_cli before scanning and my WIFI was on channel 13 --> Not listed
after setting the WIFI to channel 6 its scanned and found.
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: 22nd May, 2025, 07:50 AM Powered By MyBB, © 2002-2025 MyBB Group.