I am quite a beginner with Gentoo, even if I've been using it 2 years...
I wanted to connect my PC:
Code: Select all
Linux gentoo 2.6.31-gentoo-r6 #10 SMP Thu Jul 1 22:29:04 CEST 2010 x86_64 Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz GenuineIntel GNU/Linuxto my wireless router.
But when I try to "wake up" my wireless card, with the command ifconfig I got the following error:
Code: Select all
ifconfig wlan0 up
SIOCSIFFLAGS: Unknown error 132PS:
iwl5000-ucode-8.24.2.12 and wireless-tools-29 are installed
In the file /etc/conf.d/net, I got:
Code: Select all
modules=( "iwconfig" )
config_wlan0=( "dhcp" )
essid_wlan0="any"Code: Select all
gentoo linux # /etc/init.d/net.wlan0 start
* Caching service dependencies ... [ ok ]
* Starting wlan0
SIOCSIFFLAGS: Unknown error 132
SIOCSIFFLAGS: Unknown error 132
SIOCSIFFLAGS: Unknown error 132
* Configuring wireless network for wlan0
* Failed to configure wireless for wlan0 Code: Select all
gentoo linux # dmesg | tail
[ 2449.204214] usb 5-1: unregistering interface 5-1:1.3
[ 2449.204235] usb 5-1:1.3: uevent
[ 2449.204327] usb 5-1: uevent
[ 2449.308012] hub 5-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x100
[ 2470.695644] Registered led device: iwl-phy0::radio
[ 2470.695658] Registered led device: iwl-phy0::assoc
[ 2470.695671] Registered led device: iwl-phy0::RX
[ 2470.695683] Registered led device: iwl-phy0::TX
[ 2470.708924] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3189.394721] mconf used greatest stack depth: 4360 bytes left


