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