[PlanetCCRMA] New FC3/PlanetCore install---no sound

greg mccourt greg.mccourt@EF.com
Tue Jan 3 14:16:28 2006


This is a multi-part message in MIME format.

------_=_NextPart_001_01C60AB1.C58ADA23
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello.
No sound.
OK. I'm confused here as this didn't happen with my previous install, =
but after reinstalling this is the first time the ICH5 chip has even =
been recognized---the SB Live only after installing Planet core:

Intel P4; SB Live 24/7.1; Planet core (non-smp)

/etc/modprobe.conf

alias eth0 8139too
alias scsi_hostadapter aic7xxx
alias snd-card-1 snd-intel8x0
options snd-card-1 index=3D1
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && =
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; =
/sbin/modprobe -r --ignore-remove snd-intel8x0
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
alias snd-card-0 snd-ca0106
options snd-card-0 index=3D0
install snd-ca0106 /sbin/modprobe --ignore-install snd-ca0106 && =
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-ca0106 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; =
/sbin/modprobe -r --ignore-remove snd-ca0106

/proc/asound/cards

0 [ICH5           ]: ICH4 - Intel ICH5
                     Intel ICH5 with AD1888 at 0xfebff800, irq 17
1 [CA0106         ]: CA0106 - CA0106
                     Live! 7.1 24bit [SB0410] at 0xdf80 irq 20

Question: I think I've set modprobe.conf for correct card priority, but =
the motherboard ICH5 is still getting `0' in /proc/asound/cards---why? =
Do I need to cut and paste card1 to follow card0 in modprobe.conf?

aplay fails too:
[greg@ip-61 ~]$ aplay /home/greg/csound/soundfiles/etude1.wav=20
Playing WAVE '/home/greg/csound/soundfiles/etude1.wav' : Signed 16 bit =
Little Endian, Rate 44100 Hz, Mono
aplay: set_params:862: Channels count non available

gamix recognizes both cards and I have playback turned up on both.

At a loss... anyone see what is going wrong or where I've made mistakes =
in my install?

Thanks. Greg

------_=_NextPart_001_01C60AB1.C58ADA23
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.7638.1">
<TITLE>New FC3/PlanetCore install---no sound</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=3D2>Hello.<BR>
No sound.<BR>
OK. I'm confused here as this didn't happen with my previous install, =
but after reinstalling this is the first time the ICH5 chip has even =
been recognized---the SB Live only after installing Planet core:<BR>
<BR>
Intel P4; SB Live 24/7.1; Planet core (non-smp)<BR>
<BR>
/etc/modprobe.conf<BR>
<BR>
alias eth0 8139too<BR>
alias scsi_hostadapter aic7xxx<BR>
alias snd-card-1 snd-intel8x0<BR>
options snd-card-1 index=3D1<BR>
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 =
&amp;&amp; /usr/sbin/alsactl restore &gt;/dev/null 2&gt;&amp;1 || :<BR>
remove snd-intel8x0 { /usr/sbin/alsactl store &gt;/dev/null 2&gt;&amp;1 =
|| : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0<BR>
alias usb-controller ehci-hcd<BR>
alias usb-controller1 uhci-hcd<BR>
alias snd-card-0 snd-ca0106<BR>
options snd-card-0 index=3D0<BR>
install snd-ca0106 /sbin/modprobe --ignore-install snd-ca0106 &amp;&amp; =
/usr/sbin/alsactl restore &gt;/dev/null 2&gt;&amp;1 || :<BR>
remove snd-ca0106 { /usr/sbin/alsactl store &gt;/dev/null 2&gt;&amp;1 || =
: ; }; /sbin/modprobe -r --ignore-remove snd-ca0106<BR>
<BR>
/proc/asound/cards<BR>
<BR>
0 [ICH5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]: =
ICH4 - Intel ICH5<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Intel ICH5 with AD1888 =
at 0xfebff800, irq 17<BR>
1 [CA0106&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]: CA0106 - =
CA0106<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Live! 7.1 24bit [SB0410] =
at 0xdf80 irq 20<BR>
<BR>
Question: I think I've set modprobe.conf for correct card priority, but =
the motherboard ICH5 is still getting `0' in /proc/asound/cards---why? =
Do I need to cut and paste card1 to follow card0 in modprobe.conf?<BR>
<BR>
aplay fails too:<BR>
[greg@ip-61 ~]$ aplay /home/greg/csound/soundfiles/etude1.wav<BR>
Playing WAVE '/home/greg/csound/soundfiles/etude1.wav' : Signed 16 bit =
Little Endian, Rate 44100 Hz, Mono<BR>
aplay: set_params:862: Channels count non available<BR>
<BR>
gamix recognizes both cards and I have playback turned up on both.<BR>
<BR>
At a loss... anyone see what is going wrong or where I've made mistakes =
in my install?<BR>
<BR>
Thanks. Greg<BR>
</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C60AB1.C58ADA23--