Subject: Re: soundless CD
To: Wojciech Puchar <wojtek@chylonia.3miasto.net>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: port-i386
Date: 07/21/2002 12:35:38
On Sat, Jul 20, 2002 at 07:58:59PM +0200, Wojciech Puchar wrote:
> > - Copy the first track to disk as an audio file, and
> >
> >     # audioplay -V -v250 audio_01.wav
> >     sample_rate=44100 channels=2 precision=16 encoding=slinear_le
> >
> >   emits no sound out of the soundcard.
> > - Check the wav file is OK by burning it back onto another CD, and listening
> >   to it with the loudspeakers plugged straight into the drive.
> >
> >
> > # mixerctl -a | grep mute | grep -v off
> > # egrep '(emux|audio)' /var/run/dmesg.boot
> > emuxki0 at pci2 dev 10 function 0: Creative Labs SBLive! EMU 10000 (audio
> >   multimedia, revision 0x08)
> > emuxki0: interrupting at irq 11
> > emuxki0: CRY20 codec; headphone, 20 bit DAC, 18 bit ADC, Crystal Semi 3D
> > audio0 at emuxki0: full duplex, mmap, independent
> >
> > with a kernel of 10 Jul 2002. I suppose I haven't proved anywhere that the
> > on-board soundcard actually works.. (Dell OptiPlex GX400 according to which
> > Audio controller: Analog Devices AD1885 AC97 Codec)
> > (Just tried with and 18 Jul kernel, and other AC97 drivers included - it is
> > still emuxki which attaches)
> >
> > Any more I could try?
> >
> 
> please show all output of mixerctl -a

(checked bios which said sound "on"..)

# mixerctl -a
outputs.master=255,255
outputs.master.mute=off
outputs.mono=255
outputs.mono.mute=off
outputs.mono.source=mixerout
outputs.headphones=255,255
outputs.headphones.mute=off
outputs.tone=255,255
inputs.speaker=255
inputs.speaker.mute=off
inputs.phone=191
inputs.phone.mute=off
inputs.mic=255
inputs.mic.mute=off
inputs.mic.preamp=off
inputs.mic.source=mic0
inputs.line=255,255
inputs.line.mute=off
inputs.cd=255,255
inputs.cd.mute=off
inputs.video=191,191
inputs.video.mute=off
inputs.aux=255,255
inputs.aux.mute=off
inputs.dac=255,255
inputs.dac.mute=off
record.source=mic
record.volume=255,255
record.volume.mute=off
record.mic=0
record.mic.mute=off
outputs.loudness=off
outputs.spatial=off
outputs.spatial.center=0
outputs.spatial.depth=0

(I still haven't proved the soundcard actually works..)

Cheers,

Patrick