Displaying 2 results from an estimated 2 matches for "cards_limit".
2010 Aug 07
2
Stuttering sound
...as snd-card-0 snd-hda-intel
#options snd-card-0 index=0
#options snd-hda-intel index=0
remove snd-hda-intel { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-hda-intel
options snd-hda-intel model=auto
options snd-hda-intel probe_mask=1
options snd cards_limit=8
getinfo.sh output:
== BEGIN uname -rmi ==
2.6.18-194.8.1.el5 i686 i386
== END uname -rmi ==
== BEGIN rpm -q centos-release ==
centos-release-5-5.el5.centos
== END rpm -q centos-release ==
== BEGIN getenforce ==
Disabled
== END getenforce ==
== BEGIN rpm -qa kernel\* | sort ==
kernel-2....
2010 Jul 18
3
Audio fails on centos 5.5 sony laptop - snd-hda-intel
...er_oss,snd_pcm,snd_rawmidi,snd_timer,snd_seq_device,snd_hwdep
soundcore 11553 1 snd
So I remembered the bug rh introduced with the 194 kernels and nvidia
chipsets (not my case but I'm desperate) and added the enable_msi=0 so
that my modprobe.conf is now
<snip>
options snd cards_limit=8
alias snd-card-0 snd-hda-intel
options snd-hda-intel index=0 enable_msi=0
but it still will not work.
<rant>
I am getting frustrated at the retrograde steps that seem to be hitting
kernel and 5.x upgrades lately.
yum update used to just work, get me the latest patches and all was well
-...