Code: Select all
uname -r
2.6.20-gentoo-r8
lspci =>
Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
Code: Select all
<*> Generic IEEE 802.11 Networking Stack
Wireless LAN (non-hamradio) --->
Wireless LAN drivers (non-hamradio) & Wireless Extensions
[*] Wireless Extension API over RtNetlink
Code: Select all
genlop -l | grep ipw
Sat May 12 03:17:01 2007 >>> net-wireless/ipw3945d-1.7.22-r4
Sat May 12 03:17:03 2007 >>> net-wireless/ipw3945-ucode-1.14.2
Sun May 13 09:42:50 2007 >>> net-wireless/ipw3945-1.2.0
lsmod
Module Size Used by
vmnet 32036 8
vmmon 167244 0
thinkpad 8836 0
fglrx 651516 11
ibm_acpi 32408 0
backlight 8448 1 ibm_acpi
ipw3945 187940 1
generic 8452 0 [permanent]
Code: Select all
ln -s net.lo net.eth1
getagrip init.d # /etc/init.d/net.eth1 start
* Unmounting network filesystems ... [ ok ]
* Stopping eth1
* Bringing down eth1
* Stopping dhcpcd on eth1 ... [ ok ]
* Shutting down eth1 ... [ ok ]
* Starting eth1
* Configuring wireless network for eth1
eth1 no wireless extensions.
* Couldn't associate with any access points on eth1
* Failed to configure wireless for eth1 [ !! ]
/etc/init.d/net.eth1 restart
* Starting eth1
* Wireless radio has been killed for interface eth1

