2004-11-04 18:58:07

by yiding_wang

[permalink] [raw]
Subject: QM_MODULES not implemented in 2.6.9

I noticed that this issue was there before but thought it was being taken care of since my Linux-2.6.2 kernel did not complain. Now I loaded Linux-2.6.9 and this QM_MODULES Function not implemented error pops up whenever I run module related command.

If I need update module patch, could someone tell which module patch I should apply? If something else is wrong, please advice. The kernel is configured to support module.

Thanks!

Eddie


2004-11-04 19:12:03

by Arjan van de Ven

[permalink] [raw]
Subject: Re: QM_MODULES not implemented in 2.6.9

On Thu, 2004-11-04 at 10:57 -0800, [email protected] wrote:
> I noticed that this issue was there before but thought it was being taken care of since my Linux-2.6.2 kernel did not complain. Now I loaded Linux-2.6.9 and this QM_MODULES Function not implemented error pops up whenever I run module related command.
>
> If I need update module patch, could someone tell which module patch I should apply? If something else is wrong, please advice. The kernel is configured to support module.

you need to use a 2.6 compatible modutils....


2004-11-04 19:12:02

by Randy.Dunlap

[permalink] [raw]
Subject: Re: QM_MODULES not implemented in 2.6.9

[email protected] wrote:
> I noticed that this issue was there before but thought it was being taken care of since my Linux-2.6.2 kernel did not complain. Now I loaded Linux-2.6.9 and this QM_MODULES Function not implemented error pops up whenever I run module related command.
>
> If I need update module patch, could someone tell which module patch I should apply? If something else is wrong, please advice. The kernel is configured to support module.

You need to use module-init-tools that are made for 2.6.x kernels.
They can be found here:
http://www.kernel.org/pub/linux/kernel/people/rusty/modules/
and are often already part of most current Linux distros.

--
~Randy

2004-11-04 19:23:57

by Randy.Dunlap

[permalink] [raw]
Subject: Re: QM_MODULES not implemented in 2.6.9

Arjan van de Ven wrote:
> On Thu, 2004-11-04 at 10:57 -0800, [email protected] wrote:
>
>>I noticed that this issue was there before but thought it was being taken care of since my Linux-2.6.2 kernel did not complain. Now I loaded Linux-2.6.9 and this QM_MODULES Function not implemented error pops up whenever I run module related command.
>>
>>If I need update module patch, could someone tell which module patch I should apply? If something else is wrong, please advice. The kernel is configured to support module.
>
>
> you need to use a 2.6 compatible modutils....

one of your email addresses also bounces.

--
~Randy

2004-11-04 19:36:06

by yiding_wang

[permalink] [raw]
Subject: RE: QM_MODULES not implemented in 2.6.9

Thanks all! I thought 2.6.9 has populated that support already.

-----Original Message-----
From: Randy.Dunlap [mailto:[email protected]]
Sent: Thursday, November 04, 2004 10:57 AM
To: [email protected]
Cc: [email protected]; [email protected]
Subject: Re: QM_MODULES not implemented in 2.6.9


[email protected] wrote:
> I noticed that this issue was there before but thought it was being taken care of since my Linux-2.6.2 kernel did not complain. Now I loaded Linux-2.6.9 and this QM_MODULES Function not implemented error pops up whenever I run module related command.
>
> If I need update module patch, could someone tell which module patch I should apply? If something else is wrong, please advice. The kernel is configured to support module.

You need to use module-init-tools that are made for 2.6.x kernels.
They can be found here:
http://www.kernel.org/pub/linux/kernel/people/rusty/modules/
and are often already part of most current Linux distros.

--
~Randy