LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Getting info about Modules and their usage (https://www.linuxquestions.org/questions/linux-hardware-18/getting-info-about-modules-and-their-usage-613716/)

lumix 01-15-2008 09:42 AM

Getting info about Modules and their usage
 
Looking at my lsmod list, I see that snd_maestro3 is purportedly used by 1 (proc?, mod?, thing?...). On some modules, it lists the names of the, er, things that are using that module. But on snd_maestro3, it says that one thing is using it, but doesn't provide a name. What does that imply, and how do I find out what that thing is?

jailbait 01-16-2008 06:14 PM

Quote:

Originally Posted by lumix (Post 3023280)
Looking at my lsmod list, I see that snd_maestro3 is purportedly used by 1 (proc?, mod?, thing?...). On some modules, it lists the names of the, er, things that are using that module. But on snd_maestro3, it says that one thing is using it, but doesn't provide a name. What does that imply, and how do I find out what that thing is?

You might be able to get some more useful clues by using this command:

modprobe -nvr snd_maestro3

See:

man modprobe

-------------------------
Steve Stites


All times are GMT -5. The time now is 09:41 PM.