[ltp] Re: Sound on 570
Chris Schumann
linux-thinkpad@linux-thinkpad.org
Tue, 29 Nov 2005 11:14:34 -0600 (CST)
> Date: Mon, 28 Nov 2005 20:57:09 +0100
> From: Florian Reitmeir <thinkpad@reitmeir.org>
> On Mon, 28 Nov 2005, Chris Schumann wrote:
>
>> I've got Fedora Core 4 running on my 570 just great... except for
>> sound. PII, 333MHz, 190MB RAM, 12GB disk.
> Have you tried alsamixer? its an command line tool.
It runs and reports CS46xx, but I'm not at the machine at the moment, so I
can't say if it really makes sound. I'll try soon and report back.
> kernelversion? (uname -r)
2.6.14-1.1637_FC4
> which Card? (lspci)
00:05.0 Multimedia audio controller: Cirrus Logic CS 4614/22/24
[CrystalClear SoundFusion Audio Accelerator] (rev 01)
> is alsa loaded correctly? (cat /proc/asound/devices)
1: : sequencer
8: [0- 0]: raw midi
18: [0- 2]: digital audio playback
17: [0- 1]: digital audio playback
16: [0- 0]: digital audio playback
24: [0- 0]: digital audio capture
0: [0- 0]: ctl
33: : timer
> is the oss emulation loaded? (lsmod | grep oss)
snd_seq_oss 31937 0
snd_seq_midi_event 7105 1 snd_seq_oss
snd_seq 49873 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 9165 4 snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 51057 0
snd_mixer_oss 18113 1 snd_pcm_oss
snd_pcm 87749 4
snd_cs46xx,snd_intel8x0m,snd_ac97_codec,snd_pcm_oss
snd 54949 11
snd_cs46xx,snd_rawmidi,snd_intel8x0m,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
(I did edit modprobe.conf to include the intel8x0m module as suggested on
thinkwiki.org, but there was no change in behavior.)
and here's a couple more lines:
snd_cs46xx 85545 0
gameport 15817 2 snd_cs46xx
snd_rawmidi 24929 1 snd_cs46xx
snd_intel8x0m 17797 0
snd_ac97_codec 88893 2 snd_cs46xx,snd_intel8x0m
snd_ac97_bus 2497 1 snd_ac97_codec
> is your user in the group audio?
I'm doing everything as root for now.
Chris Schumann