View previous topic :: View next topic |
Author |
Message |
frobie Tux's lil' helper

Joined: 30 Jun 2005 Posts: 96
|
Posted: Sun Jan 22, 2006 5:14 pm Post subject: Recompile Kernel IPW2200 stops working |
|
|
When compiling my kernel I get this warning message.
Code: |
WARNING: /lib/modules/2.6.14-gentoo-r5/net/ieee80211/ieee80211_crypt.ko needs unknown symbol preempt_schedule
WARNING: /lib/modules/2.6.14-gentoo-r5/net/ieee80211/ieee80211_crypt.ko needs unknown symbol _spin_unlock_irqrestore
WARNING: /lib/modules/2.6.14-gentoo-r5/net/ieee80211/ieee80211_crypt.ko needs unknown symbol _spin_lock_irqsave
WARNING: /lib/modules/2.6.14-gentoo-r5/net/ieee80211/ieee80211.ko needs unknown symbol __per_cpu_offset
WARNING: /lib/modules/2.6.14-gentoo-r5/net/ieee80211/ieee80211.ko needs unknown symbol preempt_schedule
WARNING: /lib/modules/2.6.14-gentoo-r5/net/ieee80211/ieee80211.ko needs unknown symbol _spin_unlock_irqrestore
WARNING: /lib/modules/2.6.14-gentoo-r5/net/ieee80211/ieee80211.ko needs unknown symbol del_timer_sync
WARNING: /lib/modules/2.6.14-gentoo-r5/net/ieee80211/ieee80211.ko needs unknown symbol _spin_lock_irqsave
|
I never got that message before but I changed some cpu options to enable cpu throttling I started getting this so I put it back and still get the message and now I cant figure out how to fix this. |
|
Back to top |
|
 |
twenty-three n00b

Joined: 02 Dec 2005 Posts: 13 Location: Germany/Berlin
|
Posted: Sun Jan 22, 2006 10:45 pm Post subject: |
|
|
recompiling the kernel normally enforces you to recompile things like ipw2200, ieee80211, ati-drivers and other modules
just make a
Code: | emerge ieee80211 ipw2200 |
now rmmod ipw2200, ieee80211, ieee80211_crypt and so on.. and modprobe ipw2200
(a reboot should also do =)
think this should help you.. _________________ Saying that Java is good because it works on all OSs is like saying that anal sex is good because it works on all genders... |
|
Back to top |
|
 |
|