[ltp] Sound on a T23
Timothy Murphy
linux-thinkpad@linux-thinkpad.org
Wed, 6 Sep 2006 11:33:23 +0100
On Wednesday 06 September 2006 08:47, Tino Keitel wrote:
> > -----------------------------------------------------------
> > [tim@martha ~]$ lsmod [irrelevant lines omitted]
> > Module Size Used by
> > snd_ac97_codec 92032 0
> > snd_ac97_bus 1792 1 snd_ac97_codec
> > snd_seq_oss 29888 0
> > snd_seq_midi_event 5888 1 snd_seq_oss
> > snd_seq 45744 4 snd_seq_oss,snd_seq_midi_event
> > snd_seq_device 6348 2 snd_seq_oss,snd_seq
> > snd_pcm_oss 34624 0
> > snd_mixer_oss 15424 1 snd_pcm_oss
> > snd_pcm 65640 2 snd_ac97_codec,snd_pcm_oss
> > snd_timer 18180 2 snd_seq,snd_pcm
> > snd 42916 8
> > snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_o
> >ss,snd_pcm,snd_timer snd_page_alloc 7656 1 snd_pcm
>
> The most important module is missing: snd-intel8x0.
That is true, thanks.
But the reason this module (which was compiled with the kernel) is not active
must lie in the modprobe.conf lines I was advised to include:
---------------------------------------------------
alias sound-slot-0 snd-intel8x0
install usb-interface /sbin/modprobe uhci-hcd; /bin/true
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
---------------------------------------------------
I have no idea what the remove and ignore-remove do,
or are meant to do.
--
Timothy Murphy
e-mail (<80k only): tim /at/ birdsnest.maths.tcd.ie
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland