how to install module onto linux kernel 2.6.29 -


i plan install module usbserial.ko linux kernel 2.6.29, knows procedure? thanks

if module compiled kernel headers, should able put in /lib/modules/2.6.29... depending on distro, name of directory under modules might different.

after placing module in directory, can run:

 depmod -a 

and try , load module using:

 modprobe usbserial 

again, module has compiled current kernel sources version or else won't load correctly (check output of modprobe).


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -