Coolest thing since slicing atoms.

2009/7/6 (Monday) | Filed under: Linux

Linux Kernel Level Modules Options… this is something I wish that I knew like 10 years ago. Lets say you load a module into the kernel:

modprobe usbcore

Sometimes with some modules you can add options on the command line

modprobe usbcore blinkenlights=1

So lets say you want to load at boot time, in the sysctl.conf file:

usbcore.blinkenlights=1

Anyway I find this useful I don’t know how many others will find it so.

back to top
back to top