LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Sound card won't work unless I do a soundcard detection in FC2 (https://www.linuxquestions.org/questions/linux-hardware-18/sound-card-wont-work-unless-i-do-a-soundcard-detection-in-fc2-359720/)

jonlake 09-03-2005 12:38 AM

Sound card won't work unless I do a soundcard detection in FC2
 
FC2 kernel 2.6.6 custom

My sound card won't work right after booting up unless I go to Menu>System Settings>Sound Card Detection. I am just curious as to what this gui app does so I can possibly put it in a script so I don't have to do it. I know it is being recognized on boot,
[CODE]
# dmesg

ALSA device list:
#0: Intel 82801BA-ICH2 at 0xdc00, irq 9

however I keep seeing this in /var/log/messages
Aug 29 12:44:00 jon modprobe: FATAL: Error running install command for sound_slot_1

# cat /etc/modprobe.conf

alias snd-card-0 snd-intel8x0
install sound-slot-0 /sbin/modprobe --first-time --ignore-install sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :; }
remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :; } ; /sbin/modprobe -r --first-time --ignore-remove sound-slot-0

# lspci (for the chipset)
00:1f.5 Multimedia audio controller: Intel Corp. 82801BA/BAM AC'97 Audio (rev 12)

Linux.tar.gz 09-03-2005 10:50 AM

Setup your card and run alsactl store (as root).
Then add this line to your rc.local:
alsactl restore

jonlake 09-07-2005 10:07 AM

I added this, and now it seems to work, however, I think I have a problem with xine and frontend gxine. When I go to play an mp3, it skips through all the songs, and doesn't play anything. If I play something in XMMS first, then go to gxine, it will play the songs.


All times are GMT -5. The time now is 08:43 PM.