I have the problem that sound disappeared although I had sound right after install. It got lost after some upgrade, unfortunately I didn't pay attention to the update history, so I cannot provide further information in this regard. In essence sound seems to be possible in principal.
The hardware setup of my IBM Thinkpad T23 is quite similiar to the Thinkpad R51 mentioned in this post: no-audio-intel-n10-ich-7-hd-audio-t2564.html
Here are more specific information about the soundcard as recognized:
Code: Select all
cat /proc/asound/cards
0 [I82801CAICH3 ]: ICH - Intel 82801CA-ICH3
Intel 82801CA-ICH3 with CS4299 at irq 11
29 [ThinkPadEC ]: ThinkPad EC - ThinkPad Console Audio Control
ThinkPad Console Audio Control at EC reg 0x30, fw 1AHT23WW-1.06a
Code: Select all
cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.23.
Kernel modules seem to be loaded:
Code: Select all
lspci -nnk
..
l00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801CA/CAM AC'97 Audio Controller [8086:2485] (rev 01)
Subsystem: IBM ThinkPad A30/A30p/T23 [1014:0222]
Kernel driver in use: Intel ICH
..
Code: Select all
lsmod | grep snd
snd_intel8x0 19407 1
snd_ac97_codec 76689 1 snd_intel8x0
ac97_bus 690 1 snd_ac97_codec
snd_pcm_oss 26956 0
snd_mixer_oss 10117 1 snd_pcm_oss
snd_pcm 45526 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_seq_midi 3376 0
snd_rawmidi 12512 1 snd_seq_midi
snd_seq_midi_event 3716 1 snd_seq_midi
snd_seq 34139 2 snd_seq_midi,snd_seq_midi_event
snd_timer 12397 2 snd_pcm,snd_seq
snd_seq_device 3619 3 snd_seq_midi,snd_rawmidi,snd_seq
snd 32975 12 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,thinkpad_acpi,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
snd_page_alloc 4833 2 snd_intel8x0,snd_pcm
soundcore 3127 1 snd
Code: Select all
options snd-intel8x0= Intel ICH (i8x0) chipsets
Strangely while pulseaudio is running, alsa is not, I guess that is the real problem.
Code: Select all
ps aux | grep pulseaudio
pascal 2214 1.6 0.9 164192 4928 ? Sl 00:28 0:01 /usr/bin/pulseaudio --start --log-target=syslog
ps aux | grep alsa
root 2299 0.0 0.1 4048 820 pts/0 S+ 00:31 0:00 grep --color=auto alsa
I (re)started both services without success via:
Code: Select all
killall pulseaudio
sudo alsa force-reload
pulseaudio -D
I perhabs naively put alsa-utils as a service that is to be started at bootup. Didn't help.
Help is highly appreciated.