Error running install command for sdhci_pci

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

Error running install command for sdhci_pci

Postby truongvan » Dec 30th, '12, 21:57

Code: Select all
# cat /var/log/boot.log
udevd[194]: Error running install command for sdhci_pci
 
udevd[195]: Error running install command for sdhci_pci
 
 
Welcome to Mageia 2!


I think the problem from /etc/modprobe.d/01_mga-config.conf file:

Code: Select all
install scsi_hostadapter /sbin/modprobe mpt2sas; /sbin/modprobe ahci; /sbin/modprobe ata_piix; /bin/true
install usb-interface /sbin/modprobe ehci_hcd; /sbin/modprobe ohci_hcd; /sbin/modprobe uhci_hcd; /bin/true
remove sdhci_pci /sbin/modprobe -r mmc_block; /sbin/modprobe --first-time -r --ignore-remove sdhci_pci
install sdhci_pci /sbin/modprobe --first-time --ignore-install sdhci_pci && { /sbin/modprobe mmc_block; /bin/true; }
options snd-ac97-codec power_save=1
alias wlan0 b43


What can I do to fix this error?
truongvan
 
Posts: 2
Joined: Dec 30th, '12, 21:52

Re: Error running install command for sdhci_pci

Postby wintpe » Jan 2nd, '13, 17:14

my modprobe.conf does not have these lines, just the ehci and xhci one.

maybe your PC does not have this device.

comment the lines relating to sdhci out and see what happens

run lspci and see what usb controlers you have

for example

[root@localhost ~]# lspci|grep -i usb
00:14.0 USB controller: Intel Corporation Panther Point USB xHCI Host Controller (rev 04)
00:1a.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #2 (rev 04)
00:1d.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #1 (rev 04)
[root@localhost ~]#

if it does not show shhci then thats probably why it failed.

have you removed something recently

regards peter
Redhat 6 Certified Engineer (RHCE)
Sometimes my posts will sound short, or snappy, however its realy not my intention to offend, so accept my apologies in advance.
wintpe
 
Posts: 1204
Joined: May 22nd, '11, 17:08
Location: Rayleigh,, Essex , UK

Re: Error running install command for sdhci_pci

Postby truongvan » Jan 2nd, '13, 20:05

Thank for reply.

I checked this error one more. I found out sdhci_pci is a driver of SD/MMC plot.
I think my system shows up the error 'cause it didn't remove sdhci_pci before.
But I wonder why it remove then reintall it? Can I remove one or both of them?

Code: Select all
remove sdhci_pci /sbin/modprobe -r mmc_block; /sbin/modprobe --first-time -r --ignore-remove sdhci_pci
install sdhci_pci /sbin/modprobe --first-time --ignore-install sdhci_pci && { /sbin/modprobe mmc_block; /bin/true; }


Code: Select all
man modprobe
...
--first-time
              Normally, modprobe will succeed (and  do  nothing)  if  told  to
              insert  a  module which is already present or to remove a module
              which isn't present. This is ideal for simple scripts;  however,
              more  complicated  scripts  often  want to know whether modprobe
              really did something: this option makes  modprobe  fail  in  the
              case that it actually didn't do anything.
...
truongvan
 
Posts: 2
Joined: Dec 30th, '12, 21:52


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest