[ltp] Sound on a T23

Nigel Wilkinson linux-thinkpad@linux-thinkpad.org
Tue, 5 Sep 2006 19:05:20 +0100


On Tue, 5 Sep 2006 17:56:59 +0100
Timothy Murphy <tim@birdsnest.maths.tcd.ie> wrote:

> Does anyone have sound working (under Linux 2.6.17 or near) on a T23?
> 
> I'm running Fedora-5 with kernel 2.6.17.11 (and KDE 3.5.4),
> but have no sound.
> The sound card (as reported in /proc/asound) is Intel 82801CA-ICH3
> (with CS4299 at 0x1c00, irq 11).
> 
> /proc/asound/devices reads
> ----------------------------------
>   0: [ 0]   : control
>   1:        : sequencer
>  16: [ 0- 0]: digital audio playback
>  24: [ 0- 0]: digital audio capture
>  25: [ 0- 1]: digital audio capture
>  33:        : timer
> ----------------------------------
> 
> I may well have the wrong settings in /etc/modprobe.conf .
> 
I'm using Madriva 2006 and sound just works out of the box. Initially
it sets up as OSS but I've chaned to ALSA (just a personal choice) but
both worked fine.

The drivers it chooses are snd-intel8x0 for alsa and i810-audio for OSS.

When I've had sound probs on other machines I've found using alsaconf
can spot any unusual configs (eg sound on the thinkpad 600).

For info my modprobe.conf is

alias eth0 orinoco_pci
alias sound-slot-0 snd-intel8x0
install usb-interface /sbin/modprobe uhci-hcd; /bin/true
alias eth1 e100
remove snd-intel8x0 /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-intel8x0
install snd-intel8x0 /sbin/modprobe --first-time --ignore-install snd-intel8x0 && { /sbin/modprobe snd-pcm-oss; /bin/true; }
remove i810_audio /sbin/modprobe --first-time -r --ignore-remove i810_audio
install i810_audio /sbin/modprobe --first-time --ignore-install i810_audio

Don't ask me to explain it.

Good luck
Nigel