linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.0-test2-bk3
@ 2003-08-03 23:45 Russell Whitaker
  2003-08-04  0:11 ` 2.6.0-test2-bk3 Bryan D. Stine
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Russell Whitaker @ 2003-08-03 23:45 UTC (permalink / raw)
  To: linux-kernel

Hi

Durring boot I get:

  modprobe: QM_MODULES: function not implemented

Hopes this helps
  Russ

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

* Re: 2.6.0-test2-bk3
  2003-08-03 23:45 2.6.0-test2-bk3 Russell Whitaker
@ 2003-08-04  0:11 ` Bryan D. Stine
  2003-08-04  0:16 ` 2.6.0-test2-bk3 Joshua Kwan
  2003-08-04  0:21 ` 2.6.0-test2-bk3 Diego Calleja García
  2 siblings, 0 replies; 5+ messages in thread
From: Bryan D. Stine @ 2003-08-04  0:11 UTC (permalink / raw)
  To: Russell Whitaker, linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Are you using the module-init-tools package? Normal modutils won't work with 
kernel 2.6.

On Sunday 03 August 2003 07:45 pm, Russell Whitaker wrote:
> Hi
>
> Durring boot I get:
>
>   modprobe: QM_MODULES: function not implemented
>
> Hopes this helps
>   Russ
> -
> 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/

- -- 
Bryan D. Stine

GPG Key: 56E8B7A3 / 
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x56E8B7A3

Key Fingerprint: 96B1 E668 71F8 201A AA80  128E E027 6AFD 56E8 B7A3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/LaSh4Cdq/Vbot6MRAm3VAJ9JQOD3zxMRPr4/LMBhNQefvvmO6ACdGf7A
8DW3zgJqclJlwDEqvo1/Gnw=
=Lc0l
-----END PGP SIGNATURE-----


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

* Re: 2.6.0-test2-bk3
  2003-08-03 23:45 2.6.0-test2-bk3 Russell Whitaker
  2003-08-04  0:11 ` 2.6.0-test2-bk3 Bryan D. Stine
@ 2003-08-04  0:16 ` Joshua Kwan
  2003-08-04  5:10   ` 2.6.0-test2-bk3 Russell Whitaker
  2003-08-04  0:21 ` 2.6.0-test2-bk3 Diego Calleja García
  2 siblings, 1 reply; 5+ messages in thread
From: Joshua Kwan @ 2003-08-04  0:16 UTC (permalink / raw)
  To: Russell Whitaker; +Cc: linux-kernel mailing list

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

On Sun, Aug 03, 2003 at 04:45:31PM -0700, Russell Whitaker wrote:
>   modprobe: QM_MODULES: function not implemented

Install module-init-tools. And read
http://www.codemonkey.org.uk/post-halloween-2.5.txt,
it would have told you this if you had read it.

-Josh

-- 
Joshua Kwan

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

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

* Re: 2.6.0-test2-bk3
  2003-08-03 23:45 2.6.0-test2-bk3 Russell Whitaker
  2003-08-04  0:11 ` 2.6.0-test2-bk3 Bryan D. Stine
  2003-08-04  0:16 ` 2.6.0-test2-bk3 Joshua Kwan
@ 2003-08-04  0:21 ` Diego Calleja García
  2 siblings, 0 replies; 5+ messages in thread
From: Diego Calleja García @ 2003-08-04  0:21 UTC (permalink / raw)
  To: Russell Whitaker; +Cc: linux-kernel

El Sun, 3 Aug 2003 16:45:31 -0700 (PDT) Russell Whitaker <russ@ashlandhome.net> escribió:

> Hi
> 
> Durring boot I get:
> 
>   modprobe: QM_MODULES: function not implemented

Have you installed the latest module-init-tools?
(new module tools needed for 2.6 kernels documented in Documentation/Changes)

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

* Re: 2.6.0-test2-bk3
  2003-08-04  0:16 ` 2.6.0-test2-bk3 Joshua Kwan
@ 2003-08-04  5:10   ` Russell Whitaker
  0 siblings, 0 replies; 5+ messages in thread
From: Russell Whitaker @ 2003-08-04  5:10 UTC (permalink / raw)
  To: Joshua Kwan; +Cc: linux-kernel mailing list


On Sun, 3 Aug 2003, Joshua Kwan wrote:

> On Sun, Aug 03, 2003 at 04:45:31PM -0700, Russell Whitaker wrote:
> >   modprobe: QM_MODULES: function not implemented
>
> Install module-init-tools.
Thank you.
Installed module-init-tools 0.9.13-pre2 and 2.6.0 now starting to work.
(Slackware 9.0 supplied modprobe, depmod, etc.  version 2.4.22)

> And read
> http://www.codemonkey.org.uk/post-halloween-2.5.txt,
> it would have told you this if you had read it.
Interesting read. Bookmarked it.

It also would have helped if the section "SOFTWARE REQUIREMENTS"
was moved ahead of "INSTALLING the kernel:" in file Linux-2.6.0-test2/
README.

  Russ

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-03 23:45 2.6.0-test2-bk3 Russell Whitaker
2003-08-04  0:11 ` 2.6.0-test2-bk3 Bryan D. Stine
2003-08-04  0:16 ` 2.6.0-test2-bk3 Joshua Kwan
2003-08-04  5:10   ` 2.6.0-test2-bk3 Russell Whitaker
2003-08-04  0:21 ` 2.6.0-test2-bk3 Diego Calleja García

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