You are not logged in.
Pages: 1
Apologies for the "bombardment" of modprobe topics. This is the third one from me, but I've seen others - so other newbies are probably having the same problem. I just really want to get this working.
For those who haven't seen my other topics, modprobe simply isn't working for me. This has caused me snags in getting cpufreq and Xorg working. The error it spits out is:
FATAL: Could not load /lib/modules/2.6.16-ARCH/modules.dep: no such file or directory
I did a little reading and figured out that the kernel update (2.6.16 to 2.6.19) is causing modprobe to look in the wrong place. That also explains my kernel panics (which I thought was caused by cpufreq).
I'm a newbie to Arch, so please make what I have to do clear. How do I fix this? Will I have to do this everytime there's a kernel update? Again, I'm sorry for posting more then one topic - but I figure, why bring 'em back? They're old news now.
Last edited by rbrownclown (2007-02-02 18:56:45)
Offline
Sounds like you use lilo. There is a message output during a kernel upgrade that says "Make sure to rerun lilo after this upgrade" - did you do that?
Offline
Sounds like you use lilo. There is a message output during a kernel upgrade that says "Make sure to rerun lilo after this upgrade" - did you do that?
I don't use Lilo. I use Grub.
Offline
i use grub and had the same error.
i think i change /*26.img to /kernel26.img on the initrd line of /boot/grub/menu.lst
so
initrd /kernel26.imgOffline
Run depmod as root, then try modprobe again. If that works, then something went wrong during your kernel upgrade. The kernel install script runs depmod after every install/upgrade.
Offline
i use grub and had the same error.
i think i change /*26.img to /kernel26.img on the initrd line of /boot/grub/menu.lst
so
initrd /kernel26.img
This worked. I'm now running a perfect Arch system. Thanks a lot for the help, guys!
Offline
Pages: 1