[LIVE] WLAN: No Network Found
#1
Hi Everybody,

just installed XBMC Live to a Acer Revo 3700. I tried a couple of HOW TOs to try installing WLAN e.g. https://shantronix.wordpress.com/2011/01...00-part-2/, http://ubuntuforums.org/showthread.php?t=202834 and http://forum.xbmc.org/showthread.php?tid=81858.
Finally no solution worked for, so installed from scratch and followed the first guide above. When i restarted the network manager i get the following output:

Code:
* Reconfiguring network interfaces...                                          There is already a pid file /var/run/dhclient.eth0.pid with pid 2017
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/d0:27:88:19:1f:44
Sending on   LPF/eth0/d0:27:88:19:1f:44
Sending on   Socket/fallback
DHCPRELEASE on eth0 to 192.168.1.1 port 67
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/wlan0/00:00:00:00:00:00
Sending on   LPF/wlan0/00:00:00:00:00:00
Sending on   Socket/fallback
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/d0:27:88:19:1f:44
Sending on   LPF/eth0/d0:27:88:19:1f:44
Sending on   Socket/fallback
receive_packet failed on eth0: Network is down
receive_packet failed on eth0: Network is down
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
DHCPOFFER of 192.168.1.7 from 192.168.1.1
DHCPREQUEST of 192.168.1.7 on eth0 to 255.255.255.255 port 67
DHCPACK of 192.168.1.7 from 192.168.1.1
bound to 192.168.1.7 -- renewal in 43172 seconds.
ssh stop/waiting
ssh start/running, process 2385
SIOCSIFFLAGS: Operation not permitted
wpa_supplicant: /sbin/wpa_supplicant daemon failed to start
run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

SIOCSIFFLAGS: Operation not permitted
SIOCSIFFLAGS: Operation not permitted
Listening on LPF/wlan0/00:00:00:00:00:00
Sending on   LPF/wlan0/00:00:00:00:00:00
Sending on   Socket/fallback
receive_packet failed on wlan0: Network is down
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
send_packet: Network is down

other outputs:

iwconfig
Code:
iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     Ralink STA  ESSID:""
          Mode:Auto  Frequency=2.412 GHz
          Link Quality=10/100  Signal level:0 dBm  Noise level:-143 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

sudo iwlist scan
Code:
lo        Interface doesn't support scanning.

eth0      Interface doesn't support scanning.
[b]
wlan0     Interface doesn't support scanning : Network is down[/b]

and finally my /etc/network/interfaces/
Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp

auto wlan0
iface wlan0 inet dhcp
wpa-ssid BoraBora
wpa-ap-scan 1
wpa-proto WPA #RSN
wpa-pairwise TKIP #CCMP
wpa-group TKIP #CCMP
wpa-key-mgmt WPA-PSK
wpa-psk e89c6c5605b684f683c4ceada7f237a4f6b1207359a1e30016c0a1d6afc0b590

i'm using xbmc live 10.1 from Mar 9 2011 and installed it from a usb stick.

Anybodys has a suggestion for getting wlan working?

Thanks in advance
Reply
#2
What you probably want is wicd.
Google it. There's a comprehensive howto on the forum.
Reply

Logout Mark Read Team Forum Stats Members Help
[LIVE] WLAN: No Network Found0