Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
WLAN geht nicht
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
72_6f_6c_61_6e_64
Guru
Guru


Joined: 16 Nov 2009
Posts: 438
Location: 39° 6′ 18″ N, 76° 44′ 29″ W

PostPosted: Thu Nov 25, 2010 7:37 pm    Post subject: WLAN geht nicht Reply with quote

Hallo,

mein Wlan startet nicht.

Wenn ich es als root neustarte bekomme ich:
Code:
# /etc/init.d/net.wlan0 restart
 * Service net.wlan0 starting
SIOCIFFLAGS: Unknown error 132
SIOCIFFLAGS: Unknown error 132
SIOCIFFLAGS: Unknown error 132
 Failed to configure wireless for wlan0      [ !! ]
 * ERROR:  net.wlan0 failed to start

In meiner /etc/conf.d/net steht:
essid_wlan0="any"
mode_wlan0="managed"

config_eth0=( "dhcp" )
config_wlan0=( "dhcp" )


Was ist da wo falsch?

Ich hab bei WLAN mit lspci folgendes:
02:00.0 Network controller: Atheros Communications Inc. Device 002c (rev 01)

LG Roland
_________________
Man gewöhnt sich an allem, sogar am Dativ.


Last edited by 72_6f_6c_61_6e_64 on Fri Nov 26, 2010 10:10 am; edited 1 time in total
Back to top
View user's profile Send private message
72_6f_6c_61_6e_64
Guru
Guru


Joined: 16 Nov 2009
Posts: 438
Location: 39° 6′ 18″ N, 76° 44′ 29″ W

PostPosted: Fri Nov 26, 2010 9:01 am    Post subject: Reply with quote

Ich habe die WlanKarte erst mit:
ln -l /etc/init.d/net.lo /etc/init.d/net.wlan0

Ich hab die jetzt auf anraten von Josef.95 die net.wlan0 gelöscht und mit:
ln -s net.lo net.wlan0

und jetzt kommt immer noch die selbe Meldung.
_________________
Man gewöhnt sich an allem, sogar am Dativ.
Back to top
View user's profile Send private message
69719
l33t
l33t


Joined: 20 Sep 2004
Posts: 865

PostPosted: Fri Nov 26, 2010 9:47 am    Post subject: Reply with quote

http://tinyurl.com/3y5w3tq
Back to top
View user's profile Send private message
72_6f_6c_61_6e_64
Guru
Guru


Joined: 16 Nov 2009
Posts: 438
Location: 39° 6′ 18″ N, 76° 44′ 29″ W

PostPosted: Sat Nov 27, 2010 2:04 pm    Post subject: Reply with quote

Hallo,

sorry, ich hab nicht daran gedacht erst mal zu suchen.

Ich hab jetzt nach dem Artikel: (https://forums.gentoo.org/viewtopic-t-840559-start-0.html)

rfkill installiert, und folgendes an meine /etc/conf.d/net angehängt:
preup () {
if [[${IFACE} == "wlan1" ]]; then
rfkill unblock all
fi
}


nach einem /etc/init/d/net.wlan0 restart sagt er:
Code:
 * Caching service dependencies ...
 * Service net.wlan0 starting
SIOCSIFFLAGS: Unknown error 132
SIOCSIFFLAGS: Unknown error 132
SIOCSIFFLAGS: Unknown error 132
 Failed to configure wireless for wlan0
 * ERROR:  net.wlan0 failed to start

Dann dachte ich, dass das "wlan1" in der /etc/conf.d/net vielleicht ein Tippfehler ist, und hab es durch "wlan0" ersetzt, da kommt dann:
Code:
 * Caching service dependencies ...
 * Service net.wlan0 starting
 Failed to configure wireless for wlan0
 * ERROR:  net.wlan0 failed to start

Code:
# cd /usr/src/linux
# cat .config | grep -i kill

entspricht bei mir auch einem:
Code:
CONFIG_RFKILL=y
CONFIG_RFKILL_LEDS=y
CONFIG_RFKILL_INPUT=y
# CONFIG_TOSHIBA_BT_RFKILL is not set

Und ich hab auch einen ASUS, bei dem ich das WLAN gerne mit FN+F2 ein, und ausschalten möchte.

LG Roland
_________________
Man gewöhnt sich an allem, sogar am Dativ.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum