Bugzilla – Bug 115282
no /lib/modules/2.6.13-rc6-git13-4-smp directory
Last modified: 2005-09-05 15:02:39 UTC
There was no /lib/modules/2.6.13-rc6-git13-4-smp directory after installation, so nothing related to modules worked. This messed up sound and network card installation as well, which I fixed manually (editing files...). I solved the problem by making: 'ln -s 2.6.13-3-smp 2.6.13-rc6-git13-4-smp' in /lib/modules/ Sep 5 09:17:54 linux modprobe: FATAL: Could not load /lib/modules/2.6.13-rc6-gi t13-4-smp/modules.dep: No such file or directory
Created attachment 48775 [details] YaST2 logs
-> kernel
What kernel are you running there? The kernel that comes with 10.0 beta4 is kernel-smp-2.6.13-3, and this RPM comes with /lib/modules/2.6.13-3-smp And that works just fine on my machine. So it seems you're booting some old kernel from a previous install with the file system of the new installation. Please provide a "ls -l" listing of /boot, the contents of /boot/grub/menu.lst and a listing of /lib/modules.
Ooops, it was my fault. (I have 6 different operating systems along, and ever changing partitions, and I messed up menu.lst of 9.3, which boots all the rest. I had a seperate /boot for beta3, but not for beta4, but I still used the old /boot.)
Okay, thanks for confirming. Closing as INVALID