[gentoo-user] autoloading mudules

2007-03-27 Thread sbelov



i have built-in soundcard AC'97 on the server, but i dont want to sound 
modules to be loaded at startup:


moon ~ # lsmod | grep snd
snd_mpu401  3272  0
snd_mpu401_uart 4000  1 snd_mpu401
snd_rawmidi12256  1 snd_mpu401_uart
snd_seq_device  3756  1 snd_rawmidi
snd27108  4 
snd_mpu401,snd_mpu401_uart,snd_rawmidi,snd_seq_device



i didn't find any mentions of snd* modules neither here:
/etc/modules.autoload.d nor here:  /etc/modules.d, /etc/modprobe.conf or 
here: /etc/modules.conf


how could i disable loading of sound modules at startup?

p.s. onboard sound in the bios sets to disabled.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] autoloading mudules

2007-03-27 Thread Vikas Kumar
On 11:45 Tue 27 Mar , sbelov wrote:
 
 
 i have built-in soundcard AC'97 on the server, but i dont want to sound 
 modules to be loaded at startup:
 
 moon ~ # lsmod | grep snd
 snd_mpu401  3272  0
 snd_mpu401_uart 4000  1 snd_mpu401
 snd_rawmidi12256  1 snd_mpu401_uart
 snd_seq_device  3756  1 snd_rawmidi
 snd27108  4 
 snd_mpu401,snd_mpu401_uart,snd_rawmidi,snd_seq_device
 
 
 i didn't find any mentions of snd* modules neither here:
 /etc/modules.autoload.d nor here:  /etc/modules.d, /etc/modprobe.conf or 
 here: /etc/modules.conf
 
but do you have alsasound set to be started in default or boot runlevel?

-- 
Culus aIII!!!11
Culus MY LIGHT JUST DIED
Culus I AM SO SAD
Culus I'm blind! I'm blind!
dark Light?
dark Turn all your xterms to black-on-white :)  Plenty of light that way.
-- Seen on #Debian

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] autoloading mudules

2007-03-27 Thread Dirk Heinrichs
Am Dienstag, 27. März 2007 schrieb ext sbelov:
 i have built-in soundcard AC'97 on the server, but i dont want to sound
 modules to be loaded at startup:

rc-update del alsasound

HTH...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpx4WFyFvuMG.pgp
Description: PGP signature


Re: [gentoo-user] autoloading mudules

2007-03-27 Thread sbelov



i have built-in soundcard AC'97 on the server, but i dont want to sound
modules to be loaded at startup:

moon ~ # lsmod | grep snd
snd_mpu401  3272  0
snd_mpu401_uart 4000  1 snd_mpu401
snd_rawmidi12256  1 snd_mpu401_uart
snd_seq_device  3756  1 snd_rawmidi
snd27108  4
snd_mpu401,snd_mpu401_uart,snd_rawmidi,snd_seq_device


i didn't find any mentions of snd* modules neither here:
/etc/modules.autoload.d nor here:  /etc/modules.d, /etc/modprobe.conf or
here: /etc/modules.conf


but do you have alsasound set to be started in default or boot runlevel?



no, i have no alsasound in the system:

moon ~ # ls -al /etc/runlevels/* | grep -i alsa
moon ~ #

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] autoloading mudules

2007-03-27 Thread sbelov




i have built-in soundcard AC'97 on the server, but i dont want to sound
modules to be loaded at startup:

moon ~ # lsmod | grep snd
snd_mpu401  3272  0
snd_mpu401_uart 4000  1 snd_mpu401
snd_rawmidi12256  1 snd_mpu401_uart
snd_seq_device  3756  1 snd_rawmidi
snd27108  4
snd_mpu401,snd_mpu401_uart,snd_rawmidi,snd_seq_device


i didn't find any mentions of snd* modules neither here:
/etc/modules.autoload.d nor here:  /etc/modules.d, /etc/modprobe.conf or
here: /etc/modules.conf


but do you have alsasound set to be started in default or boot runlevel?



maybe it's loading by udev or hotplug? but how to tell'em not to do such 
bad things? :)

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] autoloading mudules

2007-03-27 Thread Dirk Heinrichs
Am Dienstag, 27. März 2007 schrieb ext sbelov:
  i have built-in soundcard AC'97 on the server, but i dont want to
  sound modules to be loaded at startup:
 
  moon ~ # lsmod | grep snd
  snd_mpu401  3272  0
  snd_mpu401_uart 4000  1 snd_mpu401
  snd_rawmidi12256  1 snd_mpu401_uart
  snd_seq_device  3756  1 snd_rawmidi
  snd27108  4
  snd_mpu401,snd_mpu401_uart,snd_rawmidi,snd_seq_device
 
 
  i didn't find any mentions of snd* modules neither here:
  /etc/modules.autoload.d nor here:  /etc/modules.d, /etc/modprobe.conf
  or here: /etc/modules.conf
 
  but do you have alsasound set to be started in default or boot
  runlevel?

 maybe it's loading by udev or hotplug? but how to tell'em not to do such
 bad things? :)

Well, if you don't need sound switch of sound support in the kernel.

Bye...

Dirk
-- 
Dirk Heinrichs  | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55  | Web:  http://www.capgemini.com
D-40472 Düsseldorf  | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net


pgpN10Vi8r87R.pgp
Description: PGP signature


Re: [gentoo-user] autoloading mudules

2007-03-27 Thread Stefán István
kedd 27 március 2007 10.27 dátummal sbelov ezt írta:
 
  i have built-in soundcard AC'97 on the server, but i dont want to sound
  modules to be loaded at startup:
 
  moon ~ # lsmod | grep snd
  snd_mpu401  3272  0
  snd_mpu401_uart 4000  1 snd_mpu401
  snd_rawmidi12256  1 snd_mpu401_uart
  snd_seq_device  3756  1 snd_rawmidi
  snd27108  4
  snd_mpu401,snd_mpu401_uart,snd_rawmidi,snd_seq_device
 
 
  i didn't find any mentions of snd* modules neither here:
  /etc/modules.autoload.d nor here:  /etc/modules.d, /etc/modprobe.conf or
  here: /etc/modules.conf
 
  but do you have alsasound set to be started in default or boot runlevel?
 
 
 maybe it's loading by udev or hotplug? but how to tell'em not to do such 
 bad things? :)

Try to edit the file /etc/hotplug/blacklist.

Istvan
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] autoloading mudules

2007-03-27 Thread sbelov

but do you have alsasound set to be started in default or boot
runlevel?


maybe it's loading by udev or hotplug? but how to tell'em not to do such
bad things? :)


Well, if you don't need sound switch of sound support in the kernel.


hehe, done. thanks :)
--
gentoo-user@gentoo.org mailing list