View previous topic :: View next topic |
Author |
Message |
cgmd Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/923325915444be02f39685.jpg)
Joined: 17 Feb 2005 Posts: 1585 Location: Louisiana
|
Posted: Sat Jul 14, 2007 5:36 pm Post subject: [Solved] wireless networking borked by kernel upgrade... |
|
|
Hi, all...
Everything was well with my wireless access, until upgrading my kernel to 2.6.21-r4, today.
My /etc/conf.d/net: Code: |
modules=( "dhcp" "wpa_supplicant" )
# Configuration of wired stuff
config_eth0=( "dhcp" )
dhcpcd_eth0="-t 10"
# Configuration of Intel PRO/Wireless 3945ABG
config_eth2=( "dhcp" )
dhcpcd_eth2="-t 30"
wpa_supplicant_eth2="-Dwext" |
Since the kernel upgrade my wireless (eth2) won't start: Code: |
/etc/init.d/net.eth2 start
* Starting eth2
* Bringing up eth2
* dhcp
* network interface eth2 does not exist
* Please verify hardware or kernel module (driver) [ !! ]
|
My current driver is madwifi: Code: |
[ebuild R ] net-wireless/madwifi-ng-0.9.3.1 USE="-injection" |
I'm connected now (hard wired) on eth0.
How do I troubleshoot and fix this?
Would someone please help?
Thanks! _________________ "Primum non nocere" ---Galen
Last edited by cgmd on Sat Jul 14, 2007 6:54 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cgmd Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/923325915444be02f39685.jpg)
Joined: 17 Feb 2005 Posts: 1585 Location: Louisiana
|
Posted: Sat Jul 14, 2007 6:53 pm Post subject: |
|
|
solved... Code: | module-rebuild rebuild |
_________________ "Primum non nocere" ---Galen |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
honeymak Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Final Fantasy/Final_Fantasy_8_-_Squall.gif)
Joined: 30 Dec 2002 Posts: 596
|
Posted: Tue Aug 21, 2007 5:07 am Post subject: |
|
|
how to do the module-rebuild rebuild?
i don't have this cmd
i just have modules-update
and it can't take the arg rebuild ![Embarassed :oops:](images/smiles/icon_redface.gif) _________________ hackers - make sth real
academics - read sth said to be real |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cgmd Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/923325915444be02f39685.jpg)
Joined: 17 Feb 2005 Posts: 1585 Location: Louisiana
|
Posted: Tue Aug 21, 2007 5:20 pm Post subject: |
|
|
honeymak wrote: | how to do the module-rebuild rebuild?
i don't have this cmd
i just have modules-update
and it can't take the arg rebuild ![Embarassed :oops:](images/smiles/icon_redface.gif) |
Just emerge and run: Code: | sys-kernel/module-rebuild |
I run it after each kernel upgrade. ![Wink :wink:](images/smiles/icon_wink.gif) _________________ "Primum non nocere" ---Galen |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
honeymak Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Final Fantasy/Final_Fantasy_8_-_Squall.gif)
Joined: 30 Dec 2002 Posts: 596
|
Posted: Thu Aug 23, 2007 1:48 am Post subject: |
|
|
i think i know the problem
kernel has moved the wireless radio options
thus , genkernel can't match the oldconfig properly
so i m genkernel --menuconfig now and re-enable the options
compiling now
i get a message when i newly emerge ndiswrapper and it says i don't have wireless radio enabled in kernel options
thus i grep the .config and genkernel config
there is a difference
so i m recompiling my kernel now with
genkernel --menuconfig all
hope to give good news later _________________ hackers - make sth real
academics - read sth said to be real |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
honeymak Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Final Fantasy/Final_Fantasy_8_-_Squall.gif)
Joined: 30 Dec 2002 Posts: 596
|
Posted: Thu Aug 23, 2007 3:07 am Post subject: |
|
|
problem really solved after
genkernel --menuconfig all
and re-enable wireless radio
since the kernel options moved
>.^
i didn't do module-rebuild rebuild _________________ hackers - make sth real
academics - read sth said to be real |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|