linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.1: modprobe behaves strange
@ 2004-01-12 20:11 Detlef Grittner
  2004-01-12 20:19 ` David T Hollis
  2004-01-12 20:25 ` Bongani Hlope
  0 siblings, 2 replies; 3+ messages in thread
From: Detlef Grittner @ 2004-01-12 20:11 UTC (permalink / raw)
  To: linux-kernel

Hello,

I'm using the x86_64 architecture branch and have simply copied the 
kernel into my configuration of a 2.4.21 kernel.

I have the following lines in /etc/modules.conf:

alias eth0 r8169

alias snd-card-0 snd-via82xx

With the 2.4.21 kernel everything worked fine, with the 2.6.1 kernel I 
get the following behavior:

modprobe eth0
(no error, but r8169 not loaded)

modprobe r8169
(module r8169 is loaded and works)

modprobe snd-card-0
(FATAL: Modul snd_card_0 not found)

modprobe snd-via82xx
(module snd-via82xx is loaded and works)


I'm not really a kernel expert and so I have to ask:
Am I right, that this could be a problem of the kernel?
Is this the wildcard problem that was fixed in mm1?
Should I try mm1 or where should I begin to search for the problem?

Detlef


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.1: modprobe behaves strange
  2004-01-12 20:11 2.6.1: modprobe behaves strange Detlef Grittner
@ 2004-01-12 20:19 ` David T Hollis
  2004-01-12 20:25 ` Bongani Hlope
  1 sibling, 0 replies; 3+ messages in thread
From: David T Hollis @ 2004-01-12 20:19 UTC (permalink / raw)
  To: Detlef Grittner; +Cc: linux-kernel

On Mon, 2004-01-12 at 15:11, Detlef Grittner wrote:
> Hello,
> 
> I'm using the x86_64 architecture branch and have simply copied the 
> kernel into my configuration of a 2.4.21 kernel.
> 
> I have the following lines in /etc/modules.conf:
> 
> alias eth0 r8169
> 
> alias snd-card-0 snd-via82xx
> 
> With the 2.4.21 kernel everything worked fine, with the 2.6.1 kernel I 
> get the following behavior:
> 
> modprobe eth0
> (no error, but r8169 not loaded)
> 
> modprobe r8169
> (module r8169 is loaded and works)
> 
> modprobe snd-card-0
> (FATAL: Modul snd_card_0 not found)
> 
> modprobe snd-via82xx
> (module snd-via82xx is loaded and works)
> 
Seems that you do have module_init_tools so you are fine there, but you
are editing /etc/modules.conf.  On a 2.6 kernel using module_init_tools,
you need to use /etc/modprobe.conf.  

So we've gone from conf.modules to modules.conf to modprobe.conf.  Keeps
things interesting!

-- 
David T Hollis <dhollis@davehollis.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.1: modprobe behaves strange
  2004-01-12 20:11 2.6.1: modprobe behaves strange Detlef Grittner
  2004-01-12 20:19 ` David T Hollis
@ 2004-01-12 20:25 ` Bongani Hlope
  1 sibling, 0 replies; 3+ messages in thread
From: Bongani Hlope @ 2004-01-12 20:25 UTC (permalink / raw)
  To: Detlef Grittner; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1075 bytes --]

On Mon, 12 Jan 2004 21:11:52 +0100
detlef.grittner@t-online.de (Detlef Grittner) wrote:

> Hello,
> 
> I'm using the x86_64 architecture branch and have simply copied the 
> kernel into my configuration of a 2.4.21 kernel.
> 
> I have the following lines in /etc/modules.conf:
> 
> alias eth0 r8169
> 
> alias snd-card-0 snd-via82xx
> 
> With the 2.4.21 kernel everything worked fine, with the 2.6.1 kernel I 
> get the following behavior:
> 
> modprobe eth0
> (no error, but r8169 not loaded)
> 
> modprobe r8169
> (module r8169 is loaded and works)
> 
> modprobe snd-card-0
> (FATAL: Modul snd_card_0 not found)
> 
> modprobe snd-via82xx
> (module snd-via82xx is loaded and works)
> 
> 
> I'm not really a kernel expert and so I have to ask:
> Am I right, that this could be a problem of the kernel?
> Is this the wildcard problem that was fixed in mm1?
> Should I try mm1 or where should I begin to search for the problem?
> 
> Detlef
> 

you have to install module-init-tools it has a modprobe that works with 2.6 modules. See Document/Changes under your linux 2.6 sorce

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-01-12 21:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-12 20:11 2.6.1: modprobe behaves strange Detlef Grittner
2004-01-12 20:19 ` David T Hollis
2004-01-12 20:25 ` Bongani Hlope

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).