* [gentoo-user] Autoloading modules..,
@ 2012-03-02 4:22 meino.cramer
2012-03-02 4:28 ` Canek Peláez Valdés
2012-03-02 5:01 ` [gentoo-user] " Pandu Poluan
0 siblings, 2 replies; 8+ messages in thread
From: meino.cramer @ 2012-03-02 4:22 UTC (permalink / raw
To: Gentoo
Hi,
I want to load snd-seq since the /dev/snd/seq device comes up with the
wrong permission, if this modules is not loaded. The result is a
defunct qjackctrl.
I entered
snd-seq
into
/etc/modules.autoload.d/kernel-3.2
and it does *not* autoload.
I am running
Linux 3.2.9
(vanilla kernel).
What do have to do additionally to acchieve what I had intended?
Thank you very much in advance for any help!
Best regards,
mcc
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Autoloading modules..,
2012-03-02 4:22 [gentoo-user] Autoloading modules.., meino.cramer
@ 2012-03-02 4:28 ` Canek Peláez Valdés
2012-03-02 4:36 ` meino.cramer
2012-03-02 5:01 ` [gentoo-user] " Pandu Poluan
1 sibling, 1 reply; 8+ messages in thread
From: Canek Peláez Valdés @ 2012-03-02 4:28 UTC (permalink / raw
To: gentoo-user
On Thu, Mar 1, 2012 at 10:22 PM, <meino.cramer@gmx.de> wrote:
> Hi,
>
> I want to load snd-seq since the /dev/snd/seq device comes up with the
> wrong permission, if this modules is not loaded. The result is a
> defunct qjackctrl.
>
> I entered
>
> snd-seq
>
> into
>
> /etc/modules.autoload.d/kernel-3.2
>
> and it does *not* autoload.
>
> I am running
>
> Linux 3.2.9
>
> (vanilla kernel).
>
> What do have to do additionally to acchieve what I had intended?
>
> Thank you very much in advance for any help!
Probably not the answer you are looking for but, why do you not
compile the module directly into the kernel?
Regards.
--
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Autoloading modules..,
2012-03-02 4:28 ` Canek Peláez Valdés
@ 2012-03-02 4:36 ` meino.cramer
2012-03-02 4:50 ` Canek Peláez Valdés
2012-03-02 7:12 ` [gentoo-user] " Nikos Chantziaras
0 siblings, 2 replies; 8+ messages in thread
From: meino.cramer @ 2012-03-02 4:36 UTC (permalink / raw
To: gentoo-user
Canek Peláez Valdés <caneko@gmail.com> [12-03-02 05:32]:
> On Thu, Mar 1, 2012 at 10:22 PM, <meino.cramer@gmx.de> wrote:
> > Hi,
> >
> > I want to load snd-seq since the /dev/snd/seq device comes up with the
> > wrong permission, if this modules is not loaded. The result is a
> > defunct qjackctrl.
> >
> > I entered
> >
> > snd-seq
> >
> > into
> >
> > /etc/modules.autoload.d/kernel-3.2
> >
> > and it does *not* autoload.
> >
> > I am running
> >
> > Linux 3.2.9
> >
> > (vanilla kernel).
> >
> > What do have to do additionally to acchieve what I had intended?
> >
> > Thank you very much in advance for any help!
>
> Probably not the answer you are looking for but, why do you not
> compile the module directly into the kernel?
>
> Regards.
> --
> Canek Peláez Valdés
> Posgrado en Ciencia e Ingeniería de la Computación
> Universidad Nacional Autónoma de México
>
I heard -- not only in this list -- that loading modules, that
supports hardware, is better than integration the according
modules into the kernel.
Best regards,
mcc
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Autoloading modules..,
2012-03-02 4:36 ` meino.cramer
@ 2012-03-02 4:50 ` Canek Peláez Valdés
2012-03-02 7:12 ` [gentoo-user] " Nikos Chantziaras
1 sibling, 0 replies; 8+ messages in thread
From: Canek Peláez Valdés @ 2012-03-02 4:50 UTC (permalink / raw
To: gentoo-user
On Thu, Mar 1, 2012 at 10:36 PM, <meino.cramer@gmx.de> wrote:
> Canek Peláez Valdés <caneko@gmail.com> [12-03-02 05:32]:
>> On Thu, Mar 1, 2012 at 10:22 PM, <meino.cramer@gmx.de> wrote:
>> > Hi,
>> >
>> > I want to load snd-seq since the /dev/snd/seq device comes up with the
>> > wrong permission, if this modules is not loaded. The result is a
>> > defunct qjackctrl.
>> >
>> > I entered
>> >
>> > snd-seq
>> >
>> > into
>> >
>> > /etc/modules.autoload.d/kernel-3.2
>> >
>> > and it does *not* autoload.
>> >
>> > I am running
>> >
>> > Linux 3.2.9
>> >
>> > (vanilla kernel).
>> >
>> > What do have to do additionally to acchieve what I had intended?
>> >
>> > Thank you very much in advance for any help!
>>
>> Probably not the answer you are looking for but, why do you not
>> compile the module directly into the kernel?
>>
>> Regards.
>> --
>> Canek Peláez Valdés
>> Posgrado en Ciencia e Ingeniería de la Computación
>> Universidad Nacional Autónoma de México
>>
>
> I heard -- not only in this list -- that loading modules, that
> supports hardware, is better than integration the according
> modules into the kernel.
Really? Can't recall that comment on this list. It is certainly more
work the first time you install a machine (you need to know your
hardware), but in the long run it's easier for a lot of reasons, IMHO.
I've been running my kernels with everything I need included since
ages; laptop with Intel video card, desktop with NVidia (thanks
nouveau!), and every server I run. I use the nvidia binary module in
my media center, and sometimes I install VMware or VirtualBox, and
then I have a couple of modules hanging out. But usually lsmod returns
nothing in my machines.
In particular, all my ALSA drivers are included in my kernel, and they
never give me trouble.
But of course, none of this answers your original question. Good luck with that.
Regards.
--
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Autoloading modules..,
2012-03-02 4:22 [gentoo-user] Autoloading modules.., meino.cramer
2012-03-02 4:28 ` Canek Peláez Valdés
@ 2012-03-02 5:01 ` Pandu Poluan
2012-03-03 5:41 ` meino.cramer
1 sibling, 1 reply; 8+ messages in thread
From: Pandu Poluan @ 2012-03-02 5:01 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 723 bytes --]
On Mar 2, 2012 11:25 AM, <meino.cramer@gmx.de> wrote:
>
> Hi,
>
> I want to load snd-seq since the /dev/snd/seq device comes up with the
> wrong permission, if this modules is not loaded. The result is a
> defunct qjackctrl.
>
> I entered
>
> snd-seq
>
> into
>
> /etc/modules.autoload.d/kernel-3.2
>
> and it does *not* autoload.
>
> I am running
>
> Linux 3.2.9
>
> (vanilla kernel).
>
> What do have to do additionally to acchieve what I had intended?
>
> Thank you very much in advance for any help!
>
If you are using baselayout-2, the file used to specify which modules to
auto-load has changed. For more info, please read the following :
http://www.gentoo.org/doc/en/openrc-migration.xml#doc_chap2
Rgds,
[-- Attachment #2: Type: text/html, Size: 1109 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: Autoloading modules..,
2012-03-02 4:36 ` meino.cramer
2012-03-02 4:50 ` Canek Peláez Valdés
@ 2012-03-02 7:12 ` Nikos Chantziaras
2012-03-02 10:59 ` Dale
1 sibling, 1 reply; 8+ messages in thread
From: Nikos Chantziaras @ 2012-03-02 7:12 UTC (permalink / raw
To: gentoo-user
On 02/03/12 06:36, meino.cramer@gmx.de wrote:
> I heard -- not only in this list -- that loading modules, that
> supports hardware, is better than integration the according
> modules into the kernel.
Nope. It's exactly the same. The only instance where it's "better", is
when you need to unload it again later.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: Autoloading modules..,
2012-03-02 7:12 ` [gentoo-user] " Nikos Chantziaras
@ 2012-03-02 10:59 ` Dale
0 siblings, 0 replies; 8+ messages in thread
From: Dale @ 2012-03-02 10:59 UTC (permalink / raw
To: gentoo-user
Nikos Chantziaras wrote:
> On 02/03/12 06:36, meino.cramer@gmx.de wrote:
>> I heard -- not only in this list -- that loading modules, that
>> supports hardware, is better than integration the according
>> modules into the kernel.
>
> Nope. It's exactly the same. The only instance where it's "better", is
> when you need to unload it again later.
>
>
>
I been using Gentoo for a long time. I have never had modules except
for my nvidia driver. I see no reason for having modules unless for
some reason some software requires something to be a module. I did see
that requirement once but it was a rare case and quite some time ago.
I'm with others, just build it in then you don't have to worry about
loading the module at all.
Dale
:-) :-)
--
I am only responsible for what I said ... Not for what you understood or
how you interpreted my words!
Miss the compile output? Hint:
EMERGE_DEFAULT_OPTS="--quiet-build=n"
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Autoloading modules..,
2012-03-02 5:01 ` [gentoo-user] " Pandu Poluan
@ 2012-03-03 5:41 ` meino.cramer
0 siblings, 0 replies; 8+ messages in thread
From: meino.cramer @ 2012-03-03 5:41 UTC (permalink / raw
To: gentoo-user
Pandu Poluan <pandu@poluan.info> [12-03-02 06:04]:
> On Mar 2, 2012 11:25 AM, <meino.cramer@gmx.de> wrote:
> >
> > Hi,
> >
> > I want to load snd-seq since the /dev/snd/seq device comes up with the
> > wrong permission, if this modules is not loaded. The result is a
> > defunct qjackctrl.
> >
> > I entered
> >
> > snd-seq
> >
> > into
> >
> > /etc/modules.autoload.d/kernel-3.2
> >
> > and it does *not* autoload.
> >
> > I am running
> >
> > Linux 3.2.9
> >
> > (vanilla kernel).
> >
> > What do have to do additionally to acchieve what I had intended?
> >
> > Thank you very much in advance for any help!
> >
>
> If you are using baselayout-2, the file used to specify which modules to
> auto-load has changed. For more info, please read the following :
>
> http://www.gentoo.org/doc/en/openrc-migration.xml#doc_chap2
>
> Rgds,
Hi Pandu,
thanks a lot! :)
Your info helps me !
Have a nice weekend!
Best regards,
mcc
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-03-03 5:43 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-02 4:22 [gentoo-user] Autoloading modules.., meino.cramer
2012-03-02 4:28 ` Canek Peláez Valdés
2012-03-02 4:36 ` meino.cramer
2012-03-02 4:50 ` Canek Peláez Valdés
2012-03-02 7:12 ` [gentoo-user] " Nikos Chantziaras
2012-03-02 10:59 ` Dale
2012-03-02 5:01 ` [gentoo-user] " Pandu Poluan
2012-03-03 5:41 ` meino.cramer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox