sudo ln -s /path/to/module.ko /lib/modules/`uname -r`
sudo depmod -a #depmod will output a dependency list suitable for the modprobe utility.
sudo modprobe module
sudo ln -s /path/to/module.ko /lib/modules/`uname -r`
sudo depmod -a #depmod will output a dependency list suitable for the modprobe utility.
sudo modprobe module