[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: loading kernel mode setting drivers



On Tue, Jan 12, 2010 at 01:34:45 +0100, Marco d'Itri wrote:

> On Jan 12, Julien Cristau <jcristau@debian.org> wrote:
> 
> > Marco, what do you think of switching to this, or at least using its fb
> > part?
> I do not mind explicitly blacklisting each fb driver, but I would like
> to have a way to semi-automatically generate the list. Is there any?
> 
I suppose something like
find /lib/modules/$(uname -r)/kernel/drivers/video -type f|while read
mod; do echo blacklist $(basename $mod .ko); done
could work (possibly excluding some generic and backlight drivers, if
those should be autoloaded?).

Cheers,
Julien


Reply to: