
2007/5/4, Chris Pemberton <cjpembo@gmail.com>:
On 5/4/07, Matthias Pfeifer <pfemat@web.de> wrote:
Hello,
2007/5/4, Chris Pemberton <cjpembo@gmail.com>:
Where is the correct place to put commands that need to run prior to the kernel autoloading modules?
Why don't you do it with modprobe and /etc/modprobe.conf? A line like
install mmc_core setpci -s 03:06.1 4c=0x22 && modprobe --ignore-install mmc_core
might be it already, or am i in the wrong movie?
matthias
The setpci command is not a modules option for the mmc_core or sdhci modules. It is a command I need to "fix a quirk" so that the mmc_core and sdhci modules can load properly. I put the setpci command in rc.local, but it made my usb keyboard fail...
The line I sent was supposed to do just that (well - up to the "keyboard fails" part). See "man modprobe.conf".