On Fri Mar 07 2003 at 07:32, Cedric Chausson wrote:

> I have installed Alsa but now I would like to stop using it. So I

Why?  It's brilliant.

> commented out all the entries for the Alsa modules in modules.conf. But
> some alsa modules still get loaded at boot time !!!!
> 
> Here's what lsmod gives after boot :
> 
> audio                43476   0  (unused)
> snd-usb-audio          51488   0  (unused)
> snd-pcm                81024   0  [snd-usb-audio]
> snd-timer              15368   0  [snd-pcm]
> snd-rawmidi            18560   0  [snd-usb-audio]
> snd-seq-device          6268   0  [snd-rawmidi]
> snd                    46092   0  [snd-usb-audio snd-pcm snd-timer
> snd-rawmidi snd-seq-device]
> soundcore               6500   0  [audio snd]
> 
> All entries of sound modules are commented out in modules.conf.
> 
> How can I stop this ?

Put these magic spells into /etc/modules.conf...

alias audio             off
alias snd-usb-audio     off
alias snd-pcm           off
alias snd-timer         off
alias snd-rawmidi       off
alias snd-seq-device    off
alias snd               off
alias soundcore         off

> Thanks in advance.

Cheers
Tony
---*#*=-=*#*=-=*#*=-=*#*=-=*#*=-=*#*=-
 Tony Nugent <Tony*linuxworks.com.au>
 LinuxWorks  Gold Coast Qld Australia



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to