linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* modprobe: QM_MODULES: Function not implemented ??
@ 2003-08-11 18:10 Nagendra Singh Tomar
  2003-08-12  6:22 ` Otto Solares
  2003-08-12  7:45 ` Christian Reichert
  0 siblings, 2 replies; 4+ messages in thread
From: Nagendra Singh Tomar @ 2003-08-11 18:10 UTC (permalink / raw)
  To: linux-kernel

I am trying to load a module in 2.6.0-test2 downloaded from kernel.org
I am getting the above error. Probably this means the kernel does not 
support query_module() interface, but why ?? With 2.4.18 things were 
absolutely fine. Is it a deprecated interface. 
Any help is welcome.

Thanx
tomar


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

* Re: modprobe: QM_MODULES: Function not implemented ??
  2003-08-11 18:10 modprobe: QM_MODULES: Function not implemented ?? Nagendra Singh Tomar
@ 2003-08-12  6:22 ` Otto Solares
  2003-08-12  7:45 ` Christian Reichert
  1 sibling, 0 replies; 4+ messages in thread
From: Otto Solares @ 2003-08-12  6:22 UTC (permalink / raw)
  To: Nagendra Singh Tomar; +Cc: linux-kernel

On Mon, Aug 11, 2003 at 11:40:21PM +0530, Nagendra Singh Tomar wrote:
> I am trying to load a module in 2.6.0-test2 downloaded from kernel.org
> I am getting the above error. Probably this means the kernel does not 
> support query_module() interface, but why ?? With 2.4.18 things were 
> absolutely fine. Is it a deprecated interface. 
> Any help is welcome.

you need module-init-tools package, google for it, or
`apt-get install module-init-tools` if in debian sid.

-solca


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

* Re: modprobe: QM_MODULES: Function not implemented ??
  2003-08-11 18:10 modprobe: QM_MODULES: Function not implemented ?? Nagendra Singh Tomar
  2003-08-12  6:22 ` Otto Solares
@ 2003-08-12  7:45 ` Christian Reichert
  2003-08-12 13:55   ` Valdis.Kletnieks
  1 sibling, 1 reply; 4+ messages in thread
From: Christian Reichert @ 2003-08-12  7:45 UTC (permalink / raw)
  To: nagendra_tomar; +Cc: linux-kernel

Hi!

Search the archives, this has been explained too often ...

Cheers,
   Chris


Zitat von Nagendra Singh Tomar <nagendra_tomar@adaptec.com>:

> I am trying to load a module in 2.6.0-test2 downloaded from kernel.org
> I am getting the above error. Probably this means the kernel does not 
> support query_module() interface, but why ?? With 2.4.18 things were 
> absolutely fine. Is it a deprecated interface. 
> Any help is welcome.
> 
> Thanx
> tomar
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 




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

* Re: modprobe: QM_MODULES: Function not implemented ??
  2003-08-12  7:45 ` Christian Reichert
@ 2003-08-12 13:55   ` Valdis.Kletnieks
  0 siblings, 0 replies; 4+ messages in thread
From: Valdis.Kletnieks @ 2003-08-12 13:55 UTC (permalink / raw)
  To: Christian Reichert; +Cc: linux-kernel

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

On Tue, 12 Aug 2003 09:45:55 +0200, Christian Reichert said:

> Search the archives, this has been explained too often ...

Anybody for adding a temporary patch, to come out in 2.6.2 or so once the dust
settles, that does something like this just before launching userspace:

	printk("\n");
	printk("Read http://www.codemonkey.org.uk/post-halloween-2.5.txt\n");
#ifdef CONFIG_MODULES
	printk("\n");
	printk("In particular, if you haven't gotten module-init-tools, you're screwed\n");
#endif
	mdelay(5000);

Just a thought... ;)

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

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

end of thread, other threads:[~2003-08-12 13:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-11 18:10 modprobe: QM_MODULES: Function not implemented ?? Nagendra Singh Tomar
2003-08-12  6:22 ` Otto Solares
2003-08-12  7:45 ` Christian Reichert
2003-08-12 13:55   ` Valdis.Kletnieks

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).