2002-11-16 00:33:52

by steve roemen

[permalink] [raw]
Subject: 2.5.47 bk latest pull

i get this when i try to insert a module(psmouse) or do a depmod:

QM_MODULES : Function not implemented

any suggestions.

this is on the latest BK pull ~6:00 CDT

-steve roemen


2002-11-16 01:21:57

by Joe Burks

[permalink] [raw]
Subject: RE: 2.5.47 bk latest pull

I've had this same problem using 2.5.47bk4 from kernel.org.

I also noticed that make modules_install no longer runs depmod, so my
module dependencies didn't get set up until I ran depmod manually which then
exposed the QM_MODULES problem.

2002-11-16 01:37:02

by steve roemen

[permalink] [raw]
Subject: Re: 2.5.47 bk latest pull

Jeff Garzik replied with this:

Are you using the Rusty's modutils, or the old, no-longer-works-with-2.5
modutils?

i was still using modutils 2.4.19 so that is the problem.

i asked jeff where the new modutils is and he replied:

search for Rusty's module-related patches on lkml, I don't have a URL
handy, sorry :(

They don't work with 2.4.x... currently there is a hack solution where
Rusty's modutils "make install" renames the current modutils to
<program>.old. Then when you run Rusty's modprobe, if it's a 2.4
kernel, the program will do nothing more than exec modprobe.old. (I
don't like it that way, but such as it is with a development kernel...)


anybody have the url for these new modutils?


-steve



On Friday 15 November 2002 11:08 am, Joe Burks wrote:
> I've had this same problem using 2.5.47bk4 from kernel.org.
>
> I also noticed that make modules_install no longer runs depmod, so my
> module dependencies didn't get set up until I ran depmod manually which
> then exposed the QM_MODULES problem.
> -
> 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/

2002-11-16 01:41:54

by Jeff Garzik

[permalink] [raw]
Subject: Re: 2.5.47 bk latest pull

Joe Burks wrote:

> I've had this same problem using 2.5.47bk4 from kernel.org.
>
> I also noticed that make modules_install no longer runs depmod, so my
> module dependencies didn't get set up until I ran depmod manually
> which then
> exposed the QM_MODULES problem.


you need the new modutils:

http://www.kernel.org/pub/linux/kernel/people/rusty/module-init-tools-0.7.tar.gz