Operating System - HP-UX
1833776 Members
2018 Online
110063 Solutions
New Discussion

Re: Getting DLKM is not initialized in dmesg

 
SOLVED
Go to solution
John Goetz
Advisor

Getting DLKM is not initialized in dmesg

WARNING: modpath: DLKM is not initialized
WARNING: modadm: DLKM is not initialized

What does it mean and how can I fix it?
1 REPLY 1
Mel Burslan
Honored Contributor
Solution

Re: Getting DLKM is not initialized in dmesg

which means, last time the kernel got compiled, something/some steps were forgotten. If you rebuild the kernel properly, messages more than likely will go away. Here is the proper, manula kernel compilation steps:

#cd /stand/build
#/usr/lbin/sysadm/system_prep -s /stand/build/system

#/usr/sbin/mk_kernel -s /stand/build/system
#mv /stand/system /stand/system.prev
#mv /stand/build/system /stand/system
#kmupdate /stand/build/vmunix_test

then reboot the server.

Hope this helps
________________________________
UNIX because I majored in cryptology...