LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to know the Options supported by kernel driver? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-know-the-options-supported-by-kernel-driver-4175556007/)

s.verma 10-13-2015 05:34 AM

How to know the Options supported by kernel driver?
 
Hello all,

I want to know where can I find what options does a kernel driver supports and it's related documentation.
So that I can know what options to put for a driver if necessary in
/etc/modprobe.d/

Keruskerfuerst 10-13-2015 05:38 AM

What option for what kernel driver?

syg00 10-13-2015 05:48 AM

If you need special options probably best to exercise your favourite search engine. Else modinfo will give you the parameters the module accepts.

s.verma 10-14-2015 04:09 AM

Quote:

Originally Posted by Keruskerfuerst (Post 5433869)
What option for what kernel driver?

My question was generic. I have seen lot of sites on which there are instruction for putting option. So I want to know is there some standard documentation available with a hardware driver e.g. ethernet driver like tg3, rtl8192ce driver or i915 graphics driver, which lists all the possible option for a driver. Where I can find that.

I recently checked linux source for Documentation but i.e. very much confusing to me.

Quote:

Originally Posted by syg00
Else modinfo will give you the parameters the module accepts.

Thanks. I found parameter listed.
Does modinfo lists all the parameters or only some currently in use.

syg00 10-14-2015 04:45 AM

All of them - may vary between release levels.


All times are GMT -5. The time now is 01:43 PM.