I am trying to boot a shuttle x50 v2 as MD
firstly I needed to add the JME network drivers. This worked and it now tries to boot linuxmce.
But it stops with a "soft lockup" CPU0 61sec
Then a lot of jibbrish and then Setting up system clock fail
Just before the lockup message is presented I see this message
sdhci-pci 0000:01:00:2:refusing to bind to secondary interface
sdhci-pci 0000:01:00:2: pci int B disabled
sdhci is the cardreader?
The cardreader is the same chip is the network card, the jmicron 261. Should I place also drivers for the cardreader?
Or is it a different problem.
Googling the problem I got a lot of reference with wireless cards. The wireless card in this MD is a rtl8191se.
Both devices may be disabled, but it is not possible through bios, can't I tell linuxmce just not to try and load them?
Or otherwise just for the fun of it, can you point me the way to get this working?
You could try to add the offending module to /etc/modprobe.d/blacklist to prevent it from being loaded.
best regards,
sambuca
Yes I tried that.
/usr/pluto/diskless/50/etc/modprobe.d/blacklist
with the following
# BONGO no sd card
blacklist sdhci
blacklist mmc_core
# BONGO no wireless
blacklist r8192se
But still it wants to load sdhci and I am not sure about the last one "r8192se", I can also blacklist all wifi modules if someone can give me the code.
TSCHAK told me to put all SDHCI modules in there
"<TSCHAKeee> looks okay to me, put all the sdhci modules in there"
But I have no clue what I should put in blacklist.
At least put the sdhci-pci module in there. Other than that, I don't know either.
br,
sambuca
Still having those problems, but I shutdown acpi and that helpen
acpi=off
It boots now, and everything works, I am going to update the wiki.