[PlanetCCRMA] FATAL: Error running install command for sound_slot_1
Fernando Lopez-Lezcano
nando at ccrma.Stanford.EDU
Mon Jan 17 11:51:01 PST 2005
On Mon, 2005-01-17 at 10:56, Mark Knecht wrote:
> Hi,
> Anyone seen this error? Alsa seems to be working but I keep getting
> this error so I'd like to clean up the source. Kernel is
> 2.6.10-2.1.ll.rhfc2.ccrma
>
> Jan 17 09:41:22 Godzilla modprobe: FATAL: Error running install
> command for sound_slot_1
Something is trying to probe for a second card, and failing...
> [root at Godzilla log]# cat /etc/modprobe.conf
> alias eth0 e100
> alias snd-card-0 snd-hdsp
> #options snd-hdsp index=0
> install snd-hdsp /sbin/modprobe --ignore-install snd-hdsp &&
> /usr/sbin/alsactl restore >/dev/null 2>&1 || :
> remove snd-hdsp { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
> /sbin/modprobe -r --ignore-remove snd-hdsp
> alias usb-controller ehci-hcd
> alias usb-controller1 ohci-hcd
> alias usb-controller2 uhci-hcd
>
> #install sbp2 /sbin/modprobe ohci1394 && /sbin/modprobe --ignore-install sbp2
> alias ieee1394-controller ohci1394
> # --- BEGIN: Generated by ALSACONF, do not edit. ---
> # --- ALSACONF verion 1.0.5 ---
> alias sound-slot-0 snd-hdsp
The previous line (and the alsaconf generated stuff) is not really
needed. That's part of the distributed global modprobe.conf.
> # --- END: Generated by ALSACONF, do not edit. ---
> alias scsi_hostadapter sbp2
> [root at Godzilla log]#
You can safely ignore the sound_slot_1 thing, I think. There is a way to
tell alsa that a slot is not occupied at all, maybe it was:
alias snd-slot-1 off
But I may be wrong.
-- Fernando
More information about the PlanetCCRMA
mailing list