accroding to FATAL: Could not load /lib/modules/.../modules.dep's error

Dear all,

During ubuntu 3.2.18-psp13 boot (ubuntu oneiric: beaglebone), I found this kind of error came out.


[ 2.690185] udevd[67]: starting version 173
Begin: Loading essential drivers … FATAL: Could not load /lib/modules/3.2.18-psp13/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/3.2.18-psp13/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/3.2.18-psp13/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/3.2.18-psp13/modules.dep: No such file or directory

could anyone please tell me how to repair this error.

Regards
Sorat A.

sudo depmod -a

or from /boot/uboot/tools/

sudo ./update_boot_files.sh

Regards,

Dear Mr.Nelson

Thank you very much for your reply.
I used sudo ./update_boot_files.sh as your suggestion.
and the previous errors was be cleared, after Reboot.

Anyway, when I used update_boot_files.sh I got this response.
grep: /boot/config-3.2.18-psp13: No such file or directory
Could you please teach me about it, what does it means?
what this line try to do?

root@omap:~# /boot/uboot/tools/update_boot_files.sh
update-initramfs: Generating /boot/initrd.img-3.2.18-psp13
grep: /boot/config-3.2.18-psp13: No such file or directory
/boot/initrd.img-3.2.18-psp13' -> /boot/uboot/initrd.img’
Image Name: initramfs
Created: Sat Jun 16 00:28:46 2012
Image Type: ARM Linux RAMDisk Image (uncompressed)
Data Size: 2973402 Bytes = 2903.71 kB = 2.84 MB
Load Address: 00000000
Entry Point: 00000000

Regards
Sorat A.

Its not a big deal, it just means when you installed 3.2.18-psp13 you
didn't copy the matching .config..

Safe to ignore..

Regards,

Dear Mr.Nelson

Thank you again, It’s very kind of you :slight_smile: