You are not logged in.
After a recent update, kmod will not load any modules (including those for the internet, keyboard and mouse for X). I have access to the system through the terminal, but obviously no internet access. If I try and modprobe the relevant modules kmod give the error
libkmod:kmod_search_moddep: could not open moddep file '/lib/module/3.2.5-1-ARCH/modules.dep.bin'I've looked around, and mostly this is caused by uname -r being different to where kmod is looking, but here uname -r returns 3.2.5-1-ARCH. I've also tried reinstalling kmod; no effect. Windows (same machine, dual boot) suffers no problems with internet or keyboard/mouse.
Any suggestions?
Last edited by Rubbishbook (2012-02-11 18:40:25)
Offline
What's the output of 'file /lib/module/3.2.5-1-ARCH/modules.dep.bin'?
Last edited by karol (2012-02-11 18:02:25)
Offline
file gives
/lib/modules/3.2.5-1-ARCH/modules.dep.bin: emptyI'm guessing this isn't supposed to be the case?
*edit* should be /lib/modules not /lib/module in post, fixed.
Last edited by Rubbishbook (2012-02-11 18:19:04)
Offline
[karol@black ~]$ file /lib/modules/3.2.5-1-ARCH/modules.dep.bin
/lib/modules/3.2.5-1-ARCH/modules.dep.bin: data
[karol@black ~]$ pacman -Qo /lib/modules/3.2.5-1-ARCH/modules.dep.bin
/lib/modules/3.2.5-1-ARCH/modules.dep.bin is owned by linux 3.2.5-1Have you tried reinstalling the kernel?
Offline
Fixed! Ran
pacman -S linux and rebooted and it's as if nothing ever happened. No idea why it happened, but happy it's working. Thanks karol!
Offline