How to find a udev rule responsible of automatic loading of a kernel module?

QuestionsHow to find a udev rule responsible of automatic loading of a kernel module?
sethbeckerman5 Staff asked 4 years ago

In my Linux distribution I use an Edimax EW-7811UTC Wi-Fi USB Adapter. I have installed the driver by these steps:

building of the kernel module (command )
installing it in the directory: (command )

I'd like to show 2 scenarios:

at boot time by the command I have checked that if the Wifi-USB adapter is not plugged in, the module in not loaded.

when I plug in the WiFi-USB adapter the kernel and automatically load the module, but I can not find the specific which executes this loading.

I didn't write any , so in the Linux distribution is present a default responsible of this automatic loading of the kernel modulen .
Because I need to design a method to disable this automatism someone can show me a procedure to find the ?
Thanks


View on Stack Overflow