# cd /usr/src/linux (location where linux kernel source is stored)
# make config Or make menuconfig OR make xconfig
(Choose the driver as a module)
# make dep
# make modules
# make modules_install
# depmod -a
You should now be able to use the new module.
0 comments:
Post a Comment