Author Topic: [MD] Shuttle X50 V2 soft lockup | cause cardreader or wireless?  (Read 3467 times)

bongowongo

  • wants to work for LinuxMCE
  • **
  • Posts: 826
    • View Profile
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
Code: [Select]
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?

sambuca

  • Guru
  • ****
  • Posts: 462
    • View Profile
Re: [MD] Shuttle X50 V2 soft lockup | cause cardreader or wireless?
« Reply #1 on: July 24, 2010, 10:07:49 am »
You could try to add the offending module to /etc/modprobe.d/blacklist to prevent it from being loaded.

best regards,
sambuca

bongowongo

  • wants to work for LinuxMCE
  • **
  • Posts: 826
    • View Profile
Re: [MD] Shuttle X50 V2 soft lockup | cause cardreader or wireless?
« Reply #2 on: July 24, 2010, 10:20:20 am »
Yes I tried that.
/usr/pluto/diskless/50/etc/modprobe.d/blacklist
with the following

Code: [Select]
# 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.

sambuca

  • Guru
  • ****
  • Posts: 462
    • View Profile
Re: [MD] Shuttle X50 V2 soft lockup | cause cardreader or wireless?
« Reply #3 on: July 24, 2010, 04:16:38 pm »
At least put the sdhci-pci module in there. Other than that, I don't know either.

br,
sambuca

bongowongo

  • wants to work for LinuxMCE
  • **
  • Posts: 826
    • View Profile
Re: [MD] Shuttle X50 V2 soft lockup | cause cardreader or wireless?
« Reply #4 on: July 25, 2010, 03:27:55 pm »
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.