2003-08-03 23:47:57

by Russell Whitaker

[permalink] [raw]
Subject: 2.6.0-test2-bk3

Hi

Durring boot I get:

modprobe: QM_MODULES: function not implemented

Hopes this helps
Russ


2003-08-04 00:11:25

by Bryan D. Stine

[permalink] [raw]
Subject: Re: 2.6.0-test2-bk3

-----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 [email protected]
> 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-----

2003-08-04 00:16:15

by Joshua Kwan

[permalink] [raw]
Subject: Re: 2.6.0-test2-bk3

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


Attachments:
(No filename) (279.00 B)
(No filename) (189.00 B)
Download all attachments

2003-08-04 00:21:17

by Diego Calleja

[permalink] [raw]
Subject: Re: 2.6.0-test2-bk3

El Sun, 3 Aug 2003 16:45:31 -0700 (PDT) Russell Whitaker <[email protected]> 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)

2003-08-04 05:13:15

by Russell Whitaker

[permalink] [raw]
Subject: Re: 2.6.0-test2-bk3


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