Sample Header Ad - 728x90

Add symbols of LKM to kernel

0 votes
1 answer
243 views
I am trying to get my Android kernel working but I have a kernel module that is needed in order to get access to the file system of the device. Unfortunately there is no source code available so there are only the pre-compiled module and the kernel source. The kernel now tries to load the module without success. In the Module.symvers file in the kernel root directory the symbol that is needed is missing but the manufacturer of the device delivered a Module.symvers file from the root of the kernel source tree which includes all symbols that are needed. How can I include those symbols in my kernel to get the module working?
Asked by lehmanju (1 rep)
Mar 20, 2016, 02:07 PM
Last activity: Nov 4, 2024, 03:40 PM