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
Post a Comment