* [gentoo-user] autoloading mudules
@ 2007-03-27 7:45 sbelov
2007-03-27 8:09 ` Vikas Kumar
2007-03-27 8:14 ` Dirk Heinrichs
0 siblings, 2 replies; 8+ messages in thread
From: sbelov @ 2007-03-27 7:45 UTC (permalink / raw
To: gentoo-user
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_rawmidi 12256 1 snd_mpu401_uart
snd_seq_device 3756 1 snd_rawmidi
snd 27108 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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] autoloading mudules
2007-03-27 7:45 [gentoo-user] autoloading mudules sbelov
@ 2007-03-27 8:09 ` Vikas Kumar
2007-03-27 8:25 ` sbelov
2007-03-27 8:27 ` sbelov
2007-03-27 8:14 ` Dirk Heinrichs
1 sibling, 2 replies; 8+ messages in thread
From: Vikas Kumar @ 2007-03-27 8:09 UTC (permalink / raw
To: gentoo-user
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_rawmidi 12256 1 snd_mpu401_uart
> snd_seq_device 3756 1 snd_rawmidi
> snd 27108 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> aIIIIIIIIIII!!!!!!!!!!!!!!!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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] autoloading mudules
2007-03-27 7:45 [gentoo-user] autoloading mudules sbelov
2007-03-27 8:09 ` Vikas Kumar
@ 2007-03-27 8:14 ` Dirk Heinrichs
1 sibling, 0 replies; 8+ messages in thread
From: Dirk Heinrichs @ 2007-03-27 8:14 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 536 bytes --]
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: dirk.heinrichs@capgemini.com
Hambornerstraße 55 | Web: http://www.capgemini.com
D-40472 Düsseldorf | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] autoloading mudules
2007-03-27 8:09 ` Vikas Kumar
@ 2007-03-27 8:25 ` sbelov
2007-03-27 8:27 ` sbelov
1 sibling, 0 replies; 8+ messages in thread
From: sbelov @ 2007-03-27 8:25 UTC (permalink / raw
To: gentoo-user
>> 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_rawmidi 12256 1 snd_mpu401_uart
>> snd_seq_device 3756 1 snd_rawmidi
>> snd 27108 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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] autoloading mudules
2007-03-27 8:09 ` Vikas Kumar
2007-03-27 8:25 ` sbelov
@ 2007-03-27 8:27 ` sbelov
2007-03-27 8:33 ` Dirk Heinrichs
2007-03-27 8:37 ` Stefán István
1 sibling, 2 replies; 8+ messages in thread
From: sbelov @ 2007-03-27 8:27 UTC (permalink / raw
To: gentoo-user
>> 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_rawmidi 12256 1 snd_mpu401_uart
>> snd_seq_device 3756 1 snd_rawmidi
>> snd 27108 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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] autoloading mudules
2007-03-27 8:27 ` sbelov
@ 2007-03-27 8:33 ` Dirk Heinrichs
2007-03-27 9:04 ` sbelov
2007-03-27 8:37 ` Stefán István
1 sibling, 1 reply; 8+ messages in thread
From: Dirk Heinrichs @ 2007-03-27 8:33 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1283 bytes --]
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_rawmidi 12256 1 snd_mpu401_uart
> >> snd_seq_device 3756 1 snd_rawmidi
> >> snd 27108 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: dirk.heinrichs@capgemini.com
Hambornerstraße 55 | Web: http://www.capgemini.com
D-40472 Düsseldorf | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] autoloading mudules
2007-03-27 8:27 ` sbelov
2007-03-27 8:33 ` Dirk Heinrichs
@ 2007-03-27 8:37 ` Stefán István
1 sibling, 0 replies; 8+ messages in thread
From: Stefán István @ 2007-03-27 8:37 UTC (permalink / raw
To: gentoo-user
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_rawmidi 12256 1 snd_mpu401_uart
> >> snd_seq_device 3756 1 snd_rawmidi
> >> snd 27108 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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] autoloading mudules
2007-03-27 8:33 ` Dirk Heinrichs
@ 2007-03-27 9:04 ` sbelov
0 siblings, 0 replies; 8+ messages in thread
From: sbelov @ 2007-03-27 9:04 UTC (permalink / raw
To: gentoo-user
>>> 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
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-03-27 9:13 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-27 7:45 [gentoo-user] autoloading mudules sbelov
2007-03-27 8:09 ` Vikas Kumar
2007-03-27 8:25 ` sbelov
2007-03-27 8:27 ` sbelov
2007-03-27 8:33 ` Dirk Heinrichs
2007-03-27 9:04 ` sbelov
2007-03-27 8:37 ` Stefán István
2007-03-27 8:14 ` Dirk Heinrichs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox