Thanks for your note. /proc/asound/cards gives:
0 [ICH6 ]: ICH4 - Intel ICH6
Intel ICH6 with ALC203 at 0xd0000000, irq 177
which, as far as I can tell, is exactly what it should be so nothing
suspicious there. Running "amixer contents" gives the info below
which I'm not sure how to interpret. Should I switch all of the
"values" flags to "on"?
Thanks,
Jesse
-------------------------------------------------
numid=5,iface=MIXER,name='Master Mono Playback Switch'
; type=BOOLEAN,access=rw---,values=1
: values=off
numid=6,iface=MIXER,name='Master Mono Playback Volume'
; type=INTEGER,access=rw---,values=1,min=0,max=31,step=0
: values=31
numid=3,iface=MIXER,name='Master Playback Switch'
; type=BOOLEAN,access=rw---,values=1
: values=off
numid=4,iface=MIXER,name='Master Playback Volume'
; type=INTEGER,access=rw---,values=2,min=0,max=63,step=0
: values=0,63
numid=26,iface=MIXER,name='3D Control - Switch'
; type=BOOLEAN,access=rw---,values=1
: values=off
numid=25,iface=MIXER,name='PCM Out Path & Mute'
; type=ENUMERATED,access=rw---,values=1,items=2
; Item #0 'pre 3D'
; Item #1 'post 3D'
: values=0
numid=20,iface=MIXER,name='PCM Playback Switch'
; type=BOOLEAN,access=rw---,values=1
: values=off
numid=21,iface=MIXER,name='PCM Playback Volume'
; type=INTEGER,access=rw---,values=2,min=0,max=31,step=0
: values=0,0
numid=1,iface=MIXER,name='Line-Out Playback Switch'
; type=BOOLEAN,access=rw---,values=1
: values=off
numid=2,iface=MIXER,name='Line-Out Playback Volume'
; type=INTEGER,access=rw---,values=2,min=0,max=63,step=0
: values=0,0
numid=14,iface=MIXER,name='Line Playback Switch'
; type=BOOLEAN,access=rw---,values=1
: values=off
numid=15,iface=MIXER,name='Line Playback Volume'
; type=INTEGER,access=rw---,values=2,min=0,max=31,step=0
: values=0,0
numid=16,iface=MIXER,name='CD Playback Switch'
; type=BOOLEAN,access=rw---,values=1
: values=off
numid=17,iface=MIXER,name='CD Playback Volume'
; type=INTEGER,access=rw---,values=2,min=0,max=31,step=0
: values=0,0
numid=13,iface=MIXER,name='Mic Boost (+20dB)'
; type=BOOLEAN,access=rw---,values=1
: values=off
numid=27,iface=MIXER,name='Mic Select'
; type=ENUMERATED,access=rw---,values=1,items=2
; Item #0 'Mic1'
; Item #1 'Mic2'
: values=0
numid=11,iface=MIXER,name='Mic Playback Switch'
; type=BOOLEAN,access=rw---,values=1
: values=off
numid=12,iface=MIXER,name='Mic Playback Volume'
; type=INTEGER,access=rw---,values=2,min=0,max=31,step=0
: values=16,0
numid=9,iface=MIXER,name='Phone Playback Switch'
; type=BOOLEAN,access=rw---,values=1
: values=off
numid=10,iface=MIXER,name='Phone Playback Volume'
; type=INTEGER,access=rw---,values=1,min=0,max=31,step=0
: values=17
numid=7,iface=MIXER,name='PC Speaker Playback Switch'
; type=BOOLEAN,access=rw---,values=1
: values=off
numid=8,iface=MIXER,name='PC Speaker Playback Volume'
; type=INTEGER,access=rw---,values=1,min=0,max=15,step=0
: values=15
numid=18,iface=MIXER,name='Aux Playback Switch'
; type=BOOLEAN,access=rw---,values=1
: values=off
numid=19,iface=MIXER,name='Aux Playback Volume'
; type=INTEGER,access=rw---,values=2,min=0,max=31,step=0
: values=15,15
numid=22,iface=MIXER,name='Capture Source'
; type=ENUMERATED,access=rw---,values=2,items=8
; Item #0 'Mic'
; Item #1 'CD'
; Item #2 'Video'
; Item #3 'Aux'
; Item #4 'Line'
; Item #5 'Mix'
; Item #6 'Mix Mono'
; Item #7 'Phone'
: values=0,0
numid=23,iface=MIXER,name='Capture Switch'
; type=BOOLEAN,access=rw---,values=1
: values=on
numid=24,iface=MIXER,name='Capture Volume'
; type=INTEGER,access=rw---,values=2,min=0,max=15,step=0
: values=0,0
numid=28,iface=MIXER,name='IEC958 Playback Con Mask'
; type=IEC958,access=r----,values=1
: values=?
numid=29,iface=MIXER,name='IEC958 Playback Pro Mask'
; type=IEC958,access=r----,values=1
: values=?
numid=32,iface=MIXER,name='IEC9 58 Playback AC97-SPSA'
; type=INTEGER,access=rw---,values=1,min=0,max=3,step=0
: values=3
numid=30,iface=MIXER,name='IEC958 Playback Default'
; type=IEC958,access=rw---,values=1
: values=?
numid=31,iface=MIXER,name='IEC958 Playback Switch'
; type=BOOLEAN,access=rw---,values=1
: values=off
numid=33,iface=MIXER,name='External Amplifier'
; type=BOOLEAN,access=rw---,values=1
: values=on
Clemens Ladisch <[EMAIL PROTECTED]> wrote:
> I've been trying unsuccessfully for quite a while to wring some sound
> out of my ALC203 sound card in my fujitsu lifebook. I compiled all the
> drivers into the kernel (2.6.16) and installed all the libraries, base files
> and utilities I can find. The mixer and information in /proc indicate that
> the kernel and software do, in fact, recognize that I have an ALC203
> (intel ICH6 chipset) and I've unmuted all the channels I can find using
> alsamixer. Unfortunately, I still end up with silence whether I'm using
> alsaplayer, mplayer, or any other sound player.
The preferred player for testing is aplay (not that it's likely to make
any difference).
> I get no error messages and the software acts as if the sound is
> playing but I hear nothing.
What is the output of "amixer contents"?
> Suspiciously, running alsaconf gives me a message saying I have *no*
> supported soundcard.
If it's listed in /proc/asound/cards then it's supported.
> Perhaps this is due to the fact that my alsa libraries are version
> 0.99.x and alsa-base/alsaconf and etc are 1.0.10 something?
You should use a matching (or later) version of alsa-lib, but it
shouldn't matter much.
Regards,
Clemens
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.
