Forum Home
Press F1
 
Thread ID: 53292 2005-01-13 06:40:00 Getting the kernel source when I don't have it Growly (6) Press F1
Post ID Timestamp Content User
313615 2005-01-14 07:59:00 Grr, I have issues again, and because I'd rather not post another thread (well.. maybe) I decided to risk no one seeing this, but meh:

I have downloaded 2.6.10 (the kernel), configured it, made mrproper, made, and made modules. However, when I run make modules_install, i get on nicely for a bit and crash with this error:



depmod: crypto_free_tfm
depmod: ieee80211_crypto_unregister
depmod: *** Unresolved symbols in /lib/modules/2.6.10/net/wlan_tkip.ko
depmod: ieee80211_notify_replay_failure
depmod: ieee80211_crypto_register
depmod: ether_sprintf
depmod: ieee80211_notify_michael_failure
depmod: ieee80211_crypto_unregister
depmod: *** Unresolved symbols in /lib/modules/2.6.10/net/wlan_wep.ko
depmod: ieee80211_crypto_register
depmod: ether_sprintf
depmod: ieee80211_crypto_unregister
depmod: rc4_crypt_skip
depmod: rc4_init
depmod: *** Unresolved symbols in /lib/modules/2.6.10/net/wlan_xauth.ko
depmod: ieee80211_authenticator_register
depmod: ieee80211_authenticator_unregister
make: *** [_modinst_post] Error 1


I have all the files / tools that aren't relative to my needs (i.e. cardmgr when I don't use PCMCIA) and have the latest versions, atleast according to the Documentation/Changes file.

What's wrong?
Growly (6)
313616 2005-01-14 08:05:00 I have downloaded 2.6.10 (the kernel), configured it, made mrproper, made, and made modules. However, when I run make modules_install, i get on nicely for a bit and crash with this error:The correct command is make && make modules_install, you had made ...

This also includes make mrproper.
Jen (38)
313617 2005-01-14 08:53:00 Hi there, sorry I should've made myself clear - when I said made i meant the past tense of make, though in hindsight that was a silly thing to do.

I ran make && make modules_install, and it crashed with the same error :s

Thanks very much for you reply!
Growly (6)
1 2