Tuesday, January 14, 2014

kernel: [driver_name]: no symbol version for module_layout

insmod fails with "kernel: [driver_name]: no symbol version for module_layout" message in dmesg?

Make sure you are compiling the driver using the exact same kernel. If yes there is something wrong with Module.symvers file in your kernel directory. Try cleaning the kernel and building once again and then build your driver.

No comments:

Post a Comment