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

Xbian won't pull IP address on wireless
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 pull IP address on wireless
2nd May, 2014, 10:59 AM
Post: #1
kruuth Offline
Registered
Posts: 32
Joined: Jun 2013
Reputation: 1
Xbian won't pull IP address on wireless
Xbian won't pull an IP address. I can't figure out why because it's worked for months. Now even reboots won't help. I've tried connecting to the network again but it just hangs. The network strength is good. How do I fix this?
Find all posts by this user
Quote this message in a reply
6th May, 2014, 02:29 AM
Post: #2
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: Xbian won't pull IP address on wireless
Please explain what you are trying to do, and what you have tried so far.

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
27th May, 2014, 01:07 AM
Post: #3
kruuth Offline
Registered
Posts: 32
Joined: Jun 2013
Reputation: 1
RE: Xbian won't pull IP address on wireless
(6th May, 2014 02:29 AM)IriDium Wrote:  Please explain what you are trying to do, and what you have tried so far.

I've configured the wireless for DHCP. Three different USB wifi adapters have been tried with the same results. It seems to be fixed now by removing the extension cable between the port and the adapter.
Find all posts by this user
Quote this message in a reply
7th Aug, 2014, 05:35 AM
Post: #4
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Xbian won't pull IP address on wireless
just got idea

try installing isc-dhcp-client

Code:
sudo -i
apt-get install isc-dhcp-client

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
26th Sep, 2014, 02:08 AM
Post: #5
josch Offline
Registered
Posts: 85
Joined: Jan 2014
Reputation: 17
RE: Xbian won't pull IP address on wireless
I just came over this thread and got the same problem.

I already posted it in the RC3 thread, but maybe I should continue right here for a better overview.

(25th Sep, 2014 06:11 PM)josch Wrote:  [...]

Again, I can scan for wireless networks and also do find my router. But the connection test afterwards
never ends and wlan0 won't get a IP. It just keeps saying "Please wait. Trying to connect to Router".

Here are the outputs from iwconfig and ifconfig:
Code:
xbian@xbian ~ $ sudo iwconfig
wlan0     IEEE 802.11bgn  ESSID:"Router"
          Mode:Managed  Frequency:2.427 GHz  Access Point: 1C:C6:3C:42:EE:DA
          Bit Rate=72.2 Mb/s   Tx-Power=20 dBm
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=70/70  Signal level=-38 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:97   Missed beacon:0

dummy0    no wireless extensions.

lo        no wireless extensions.

eth0      no wireless extensions.

Code:
xbian@xbian ~ $ sudo ifconfig
eth0      Link encap:Ethernet  HWaddr b8:27:eb:d7:c1:0c
          inet addr:192.168.2.103  Bcast:192.168.2.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:372 errors:0 dropped:0 overruns:0 frame:0
          TX packets:307 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:34826 (34.0 KiB)  TX bytes:46419 (45.3 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:42 errors:0 dropped:0 overruns:0 frame:0
          TX packets:42 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2477 (2.4 KiB)  TX bytes:2477 (2.4 KiB)

wlan0     Link encap:Ethernet  HWaddr d8:5d:4c:98:eb:7a
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:13 errors:0 dropped:0 overruns:0 frame:0
          TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1134 (1.1 KiB)  TX bytes:2822 (2.7 KiB)

So, it looks like it's connected to "Router" but it won't get any IP. Huh
As I said, in RC2 wifi is working fine.

Would be really nice if someone could support me to get my wifi working with RC3.
Thank you very much!


Code:
xbian@xbian ~ $ lsusb
[...]
Bus 001 Device 007: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
[...]


Code:
xbian@xbian ~ $ lsmod
Module                  Size  Used by
[...]
ath9k_htc              46756  0
ath9k_common            7047  1 ath9k_htc
ath9k_hw              387652  2 ath9k_common,ath9k_htc
ath                    17332  3 ath9k_common,ath9k_htc,ath9k_hw
mac80211              293146  1 ath9k_htc
cfg80211              172442  4 ath,ath9k_common,mac80211,ath9k_htc
led_class               2669  1 ath9k_htc
[...]

It's a fully updated (today) RC3 and isc-dhcp-client is already the newest version.

Can I deliver any logs or something to help facing the problem?

Cheers Smile

My setup:
Software: XBian version: 1.0RC3 | XBMC version: 13.2 (Gotham) | Overclock settings: High
Hardware: RPi model: B | Power: DUB-H7 | SD: Tanscend Class 10 | Network: Wireless
Find all posts by this user
Quote this message in a reply
26th Sep, 2014, 02:13 AM
Post: #6
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Xbian won't pull IP address on wireless
Can you try the new RC3 image?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
26th Sep, 2014, 03:01 AM
Post: #7
josch Offline
Registered
Posts: 85
Joined: Jan 2014
Reputation: 17
RE: Xbian won't pull IP address on wireless
Unfortunately it didn't help for my problem. It's still the same as before.

Any more ideas?

My setup:
Software: XBian version: 1.0RC3 | XBMC version: 13.2 (Gotham) | Overclock settings: High
Hardware: RPi model: B | Power: DUB-H7 | SD: Tanscend Class 10 | Network: Wireless
Find all posts by this user
Quote this message in a reply
26th Sep, 2014, 03:42 AM
Post: #8
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Xbian won't pull IP address on wireless
So you reïnstalled the one from 2 hours ago?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
26th Sep, 2014, 03:51 AM
Post: #9
josch Offline
Registered
Posts: 85
Joined: Jan 2014
Reputation: 17
RE: Xbian won't pull IP address on wireless
Yes, I've tried it with a fresh install from xbian-image-rpi-20140925.img

Changed nothing, just booted it and tried to setup wifi.

My setup:
Software: XBian version: 1.0RC3 | XBMC version: 13.2 (Gotham) | Overclock settings: High
Hardware: RPi model: B | Power: DUB-H7 | SD: Tanscend Class 10 | Network: Wireless
Find all posts by this user
Quote this message in a reply
26th Sep, 2014, 04:23 AM
Post: #10
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Xbian won't pull IP address on wireless
That's not what i meant:
http://sourceforge.net/projects/xbian/files/release/

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
26th Sep, 2014, 04:39 AM
Post: #11
josch Offline
Registered
Posts: 85
Joined: Jan 2014
Reputation: 17
RE: Xbian won't pull IP address on wireless
I'm pretty sure it was what you've meant Big Grin

It's the one from 15:10:59 UTC: XBian_1.0_RC_3_Raspberry_Pi.img.gz
And the gz contains: xbian-image-rpi-20140925.img

My setup:
Software: XBian version: 1.0RC3 | XBMC version: 13.2 (Gotham) | Overclock settings: High
Hardware: RPi model: B | Power: DUB-H7 | SD: Tanscend Class 10 | Network: Wireless
Find all posts by this user
Quote this message in a reply
26th Sep, 2014, 05:00 AM
Post: #12
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Xbian won't pull IP address on wireless
Those files are still not the same. We've been working on that file the whole day. You can check the md5sums yourself.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
26th Sep, 2014, 06:36 AM
Post: #13
josch Offline
Registered
Posts: 85
Joined: Jan 2014
Reputation: 17
RE: Xbian won't pull IP address on wireless
It was the latest one when I was downloading it from sourceforge right before my post.
But yap - now there was a new one and I tried it with it too -> still the same problem.
But I organized another wifi stick and now it's working very well!

Thank you much CurlyMo, mk01 and others from the team!

My setup:
Software: XBian version: 1.0RC3 | XBMC version: 13.2 (Gotham) | Overclock settings: High
Hardware: RPi model: B | Power: DUB-H7 | SD: Tanscend Class 10 | Network: Wireless
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


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

Current time: 20th May, 2025, 06:04 AM Powered By MyBB, © 2002-2025 MyBB Group.