[ubuntu-uk] technical question
Andy
stude.list at googlemail.com
Thu May 24 16:29:10 BST 2007
On 23/05/07, norman <norman at littletank.org> wrote:
> norman at gruber:~$ lsmod | grep -i 'snd_hda_intel'
> snd_hda_intel 20116 1
> snd_hda_codec 164608 1 snd_hda_intel
> snd_pcm 84612 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
> snd 58372 12
> snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
> snd_page_alloc 11400 2 snd_hda_intel,snd_pcm
> norman at gruber:~$
The problem is it won't let you remove snd-hda-intel because it's
being used by other stuff. There is a command to remove it and remove
other stuff with it as well.
The only problem is getting all the stuff it pulled out back again (of
course rebooting will put everything back luckily).
So type the following (and cross your fingers):
sudo -i
modprobe -r snd-hda-intel
modprobe snd-hda-intel probe_mask=8 model=auto
modprobe snd
exit
(the exit gets you out of the root terminal)
Tell me what happens.
I am basing this on Matthews email. It may or may not work.
Andy
--
First they ignore you
then they laugh at you
then they fight you
then you win.
- Mohandas Gandhi
More information about the ubuntu-uk
mailing list