Link to home
Start Free TrialLog in
Avatar of garyhalbert
garyhalbert

asked on

How do i load a module to the kernel on the fly? What is the command?

How do i load a module to the kernel on the fly?  What is the command?

I want to load something while the machine is running without rebooting.

Please post the command and an example.

Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of owensleftfoot
owensleftfoot

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of owensleftfoot
owensleftfoot

man modprobe should help.
Avatar of garyhalbert

ASKER

Are there any other commands that can load modules?

what does insmod do?