Why modifications in modprobe.d not work in frugal or live?

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
HoerMirAuf
Posts: 255
Joined: Tue 22 Jan 2008, 12:11
Location: Würzburg

Why modifications in modprobe.d not work in frugal or live?

#1 Post by HoerMirAuf »

Hi folks....

to get my internal sdcard reader to work i have to add a option file (sdhci.conf) in /etc/modprobe.d

it contains:

Code: Select all

options sdhci debug_quirks=0x40
In a full install my sdcard reader works.

If i include the file in sfs of a frugal installation and/or in the initrd the Card Reader will not work.

Code: Select all

cat /sys/modules/sdhci/parameters/debug_quirks 
gives back "64" (0x40 is the hex from this)
Seem the sdhci.conf in modprobe.d is loaded ... but why it works in a full an not in a frugal installation.

Anybody have a idea?
[size=75][color=blue]Bionic64[/color][/size]

Post Reply