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

Re: Where to put module config with module-init-tools?



Andreas Janssen wrote:

Add

options aic7xxx aic7xxx=verbose,pci_parity:1,global_tag_depth:1

to some file in /etc/modprobe.d (2.6) or /etc/modutils (2.4). If you use
2.4, run update-modules or update-modules.moditils. Also make sure
that /etc/modprobe.conf does not exist if you use a current version of
module-init-tools.

OK, thanks.

Now, wtf is wrong with this module?!

I can

modprobe aic7xxx aic7xxx=global_tag_depth:1

And get the specified tag depth

and I can:

modprobe aic7xxx aic7xxx=verbose

And it will be verbose.

But I can't:

modprobe aic7xxx aic7xxx=global_tag_depth:1,verbose

When I do I get

aic7xxx: can only take 1 arguments
aic7xxx: `global_tag_depth:1' invalid for parameter `aic7xxx'

or

modprobe aic7xxx aic7xxx=verbose,global_tag_depth:1

and when I do I get

aic7xxx: can only take 1 arguments
aic7xxx: `verbose' invalid for parameter `aic7xxx'

to get both at the same time.

WTF?




Reply to: