* modprobe: QM_MODULES: Funtion not implemented on kernel 2.6.9
@ 2004-12-11 19:51 Camilo A. Reyes
2004-12-11 20:06 ` Ronald Hummelink
` (2 more replies)
0 siblings, 3 replies; 15+ messages in thread
From: Camilo A. Reyes @ 2004-12-11 19:51 UTC (permalink / raw)
To: linux-kernel
Not sure if this has been raised before, but I get this error message
every time I try to load a module, it is not the modprobe program it self
causing the problem since I updated it to version 2.4.9 which is the
latest out there...
Any suggestions? Please cc me as I am not on the list.
^ permalink raw reply [flat|nested] 15+ messages in thread* Re: modprobe: QM_MODULES: Funtion not implemented on kernel 2.6.9 2004-12-11 19:51 modprobe: QM_MODULES: Funtion not implemented on kernel 2.6.9 Camilo A. Reyes @ 2004-12-11 20:06 ` Ronald Hummelink 2004-12-11 21:14 ` Sean Neakums 2004-12-12 2:14 ` Christian Kujau 2 siblings, 0 replies; 15+ messages in thread From: Ronald Hummelink @ 2004-12-11 20:06 UTC (permalink / raw) To: Camilo A. Reyes; +Cc: linux-kernel On Sat, 11 Dec 2004 13:51:33 -0600, Camilo A. Reyes <camilo@leamonde.no-ip.org> wrote: > Not sure if this has been raised before, but I get this error message > every time I try to load a module, it is not the modprobe program it self > causing the problem since I updated it to version 2.4.9 which is the > latest out there... > > Any suggestions? Please cc me as I am not on the list. For 2.6 kernels you need the module-init-tools package which is available from ftp.<yourcountry>.kernel.org or your favourite distro vendor. Latest version as of yesterday was 3.1 > - > 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/ > ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: modprobe: QM_MODULES: Funtion not implemented on kernel 2.6.9 2004-12-11 19:51 modprobe: QM_MODULES: Funtion not implemented on kernel 2.6.9 Camilo A. Reyes 2004-12-11 20:06 ` Ronald Hummelink @ 2004-12-11 21:14 ` Sean Neakums 2004-12-11 21:46 ` Camilo A. Reyes 2004-12-12 2:14 ` Christian Kujau 2 siblings, 1 reply; 15+ messages in thread From: Sean Neakums @ 2004-12-11 21:14 UTC (permalink / raw) To: Camilo A. Reyes; +Cc: linux-kernel "Camilo A. Reyes" <camilo@leamonde.no-ip.org> writes: > Not sure if this has been raised before, but I get this error message > every time I try to load a module, it is not the modprobe program it self > causing the problem since I updated it to version 2.4.9 which is the > latest out there... For Linux 2.6 you will need the module-init-tools package. ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: modprobe: QM_MODULES: Funtion not implemented on kernel 2.6.9 2004-12-11 21:14 ` Sean Neakums @ 2004-12-11 21:46 ` Camilo A. Reyes 2004-12-11 21:56 ` Sean Neakums 0 siblings, 1 reply; 15+ messages in thread From: Camilo A. Reyes @ 2004-12-11 21:46 UTC (permalink / raw) To: Sean Neakums; +Cc: linux-kernel On Sat, Dec 11, 2004 at 09:14:15PM +0000, Sean Neakums wrote: > "Camilo A. Reyes" <camilo@leamonde.no-ip.org> writes: > > > Not sure if this has been raised before, but I get this error message > > every time I try to load a module, it is not the modprobe program it self > > causing the problem since I updated it to version 2.4.9 which is the > > latest out there... > > For Linux 2.6 you will need the module-init-tools package. Thanks, I was talking 'bout the modutils package, not the mod-init-tools. ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: modprobe: QM_MODULES: Funtion not implemented on kernel 2.6.9 2004-12-11 21:46 ` Camilo A. Reyes @ 2004-12-11 21:56 ` Sean Neakums 2004-12-11 22:08 ` Camilo A. Reyes 0 siblings, 1 reply; 15+ messages in thread From: Sean Neakums @ 2004-12-11 21:56 UTC (permalink / raw) To: Camilo A. Reyes; +Cc: linux-kernel "Camilo A. Reyes" <camilo@leamonde.no-ip.org> writes: > On Sat, Dec 11, 2004 at 09:14:15PM +0000, Sean Neakums wrote: >> "Camilo A. Reyes" <camilo@leamonde.no-ip.org> writes: >> >> > Not sure if this has been raised before, but I get this error message >> > every time I try to load a module, it is not the modprobe program it self >> > causing the problem since I updated it to version 2.4.9 which is the >> > latest out there... >> >> For Linux 2.6 you will need the module-init-tools package. > > Thanks, I was talking 'bout the modutils package, not the mod-init-tools. And I am telling you that modutils does not work with Linux 2.6. If you want to load modules on Linux 2.6, you need module-init-tools. ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: modprobe: QM_MODULES: Funtion not implemented on kernel 2.6.9 2004-12-11 21:56 ` Sean Neakums @ 2004-12-11 22:08 ` Camilo A. Reyes 2004-12-11 23:46 ` Randy.Dunlap 0 siblings, 1 reply; 15+ messages in thread From: Camilo A. Reyes @ 2004-12-11 22:08 UTC (permalink / raw) To: Sean Neakums; +Cc: linux-kernel On Sat, Dec 11, 2004 at 09:56:47PM +0000, Sean Neakums wrote: > "Camilo A. Reyes" <camilo@leamonde.no-ip.org> writes: > > > On Sat, Dec 11, 2004 at 09:14:15PM +0000, Sean Neakums wrote: > >> "Camilo A. Reyes" <camilo@leamonde.no-ip.org> writes: > >> > >> > Not sure if this has been raised before, but I get this error message > >> > every time I try to load a module, it is not the modprobe program it self > >> > causing the problem since I updated it to version 2.4.9 which is the > >> > latest out there... > >> > >> For Linux 2.6 you will need the module-init-tools package. > > > > Thanks, I was talking 'bout the modutils package, not the mod-init-tools. > > And I am telling you that modutils does not work with Linux 2.6. > If you want to load modules on Linux 2.6, you need module-init-tools. Right, and I'm trying to find it as we speak, just wanted to clarify the confusion on my first email. Im looking for it in ftp.us.kernel.org but its kinda hard since there are all this different folders and things, not really sure in which one it would be... ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: modprobe: QM_MODULES: Funtion not implemented on kernel 2.6.9 2004-12-11 22:08 ` Camilo A. Reyes @ 2004-12-11 23:46 ` Randy.Dunlap 2004-12-11 23:50 ` Randy.Dunlap 0 siblings, 1 reply; 15+ messages in thread From: Randy.Dunlap @ 2004-12-11 23:46 UTC (permalink / raw) To: Camilo A. Reyes; +Cc: Sean Neakums, linux-kernel > Right, and I'm trying to find it as we speak, just wanted to clarify the > confusion on my first email. Im looking for it in ftp.us.kernel.org but > its kinda hard since there are all this different folders and things, > not really sure in which one it would be... I get it here: http://www.kernel.org/pub/linux/kernel/people/rusty/modules/ -- ~Randy ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: modprobe: QM_MODULES: Funtion not implemented on kernel 2.6.9 2004-12-11 23:46 ` Randy.Dunlap @ 2004-12-11 23:50 ` Randy.Dunlap 2004-12-12 0:06 ` Jan Engelhardt [not found] ` <200412111603.16153.ryan@spitfire.gotdns.org> 0 siblings, 2 replies; 15+ messages in thread From: Randy.Dunlap @ 2004-12-11 23:50 UTC (permalink / raw) Cc: Camilo A. Reyes, Sean Neakums, linux-kernel Randy.Dunlap wrote: > >> Right, and I'm trying to find it as we speak, just wanted to clarify the >> confusion on my first email. Im looking for it in ftp.us.kernel.org but >> its kinda hard since there are all this different folders and things, >> not really sure in which one it would be... > > > I get it here: > http://www.kernel.org/pub/linux/kernel/people/rusty/modules/ > but a more common location for it is this: http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/ -- ~Randy ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: modprobe: QM_MODULES: Funtion not implemented on kernel 2.6.9 2004-12-11 23:50 ` Randy.Dunlap @ 2004-12-12 0:06 ` Jan Engelhardt [not found] ` <200412111603.16153.ryan@spitfire.gotdns.org> 1 sibling, 0 replies; 15+ messages in thread From: Jan Engelhardt @ 2004-12-12 0:06 UTC (permalink / raw) To: linux-kernel >> I get it here: >> http://www.kernel.org/pub/linux/kernel/people/rusty/modules/ > > but a more common location for it is this: > http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/ Best location is still your Linux distribution's ftp server or CD/DVD. Jan Engelhardt -- ENOSPC ^ permalink raw reply [flat|nested] 15+ messages in thread
[parent not found: <200412111603.16153.ryan@spitfire.gotdns.org>]
* Re: modprobe: QM_MODULES: Funtion not implemented on kernel 2.6.9 [not found] ` <200412111603.16153.ryan@spitfire.gotdns.org> @ 2004-12-12 0:26 ` Camilo A. Reyes 0 siblings, 0 replies; 15+ messages in thread From: Camilo A. Reyes @ 2004-12-12 0:26 UTC (permalink / raw) To: Ryan Cumming, linux-kernel On Sat, Dec 11, 2004 at 04:03:16PM -0800, Ryan Cumming wrote: > On December 11, 2004 15:50, you wrote: > > but a more common location for it is this: > > > > http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/ > > Or just click the first link Google returns for "module-init-tools". There are > 4 links to it on the first page of results alone. > > -Ryan ha, i was actually looking for modules-init-tools on google, no wonder why it wasn't pulling up anything... thanks you all! ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: modprobe: QM_MODULES: Funtion not implemented on kernel 2.6.9 2004-12-11 19:51 modprobe: QM_MODULES: Funtion not implemented on kernel 2.6.9 Camilo A. Reyes 2004-12-11 20:06 ` Ronald Hummelink 2004-12-11 21:14 ` Sean Neakums @ 2004-12-12 2:14 ` Christian Kujau 2004-12-12 2:52 ` Camilo A. Reyes 2 siblings, 1 reply; 15+ messages in thread From: Christian Kujau @ 2004-12-12 2:14 UTC (permalink / raw) To: linux-kernel; +Cc: Camilo A. Reyes -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Camilo A. Reyes schrieb: > Not sure if this has been raised before, but I get this error message > every time I try to load a module, it is not the modprobe program it self > causing the problem since I updated it to version 2.4.9 which is the > latest out there... this (and other interesting things) is described here: http://www.linux.org.uk/~davej/docs/post-halloween-2.6.txt - -- BOFH excuse #314: You need to upgrade your VESA local bus to a MasterCard local bus. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBu6mP+A7rjkF8z0wRArMrAKCE7iJTNs7GRaMH9gCA+FxXc8q2twCeMk/m kLgmyEd/V/ejATznp/e1iYA= =yp9F -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: modprobe: QM_MODULES: Funtion not implemented on kernel 2.6.9 2004-12-12 2:14 ` Christian Kujau @ 2004-12-12 2:52 ` Camilo A. Reyes 2004-12-12 3:31 ` Dave Jones 0 siblings, 1 reply; 15+ messages in thread From: Camilo A. Reyes @ 2004-12-12 2:52 UTC (permalink / raw) To: linux-kernel On Sun, Dec 12, 2004 at 03:14:39AM +0100, Christian Kujau wrote: > > this (and other interesting things) is described here: > http://www.linux.org.uk/~davej/docs/post-halloween-2.6.txt > Wow! Now, thats the stuff! How come that's not included in the kernel distro documentation, I'm sure lots of people that are new to the kernel will have the same problem. Anyway thanks alot... ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: modprobe: QM_MODULES: Funtion not implemented on kernel 2.6.9 2004-12-12 2:52 ` Camilo A. Reyes @ 2004-12-12 3:31 ` Dave Jones 2004-12-12 5:21 ` Bernd Eckenfels 0 siblings, 1 reply; 15+ messages in thread From: Dave Jones @ 2004-12-12 3:31 UTC (permalink / raw) To: Camilo A. Reyes; +Cc: linux-kernel On Sat, Dec 11, 2004 at 08:52:17PM -0600, Camilo A. Reyes wrote: > > this (and other interesting things) is described here: > > http://www.linux.org.uk/~davej/docs/post-halloween-2.6.txt > Wow! Now, thats the stuff! How come that's not included in the > kernel distro documentation, I'm sure lots of people that are new > to the kernel will have the same problem. Anyway thanks alot... I've had a few people asking me to submit it, but I'm not convinced it would be worthwhile. Would people read it if they had problems ? make modules_install prints out a warning pointing them at it, yet as this thread indicates, not everyone bothers to go there and read it. Maybe if it was in-tree things would be different, but I'm not convinced. People want things to 'just work' rather than have to read about how to make them work. That said, if it was in-tree it would be easier for people other than myself to update it as things change. The current doc is a little out of date (last changed about 6 months ago), so probably needs a little work before its ready for submission. Is there enough interest in this from people to justify me putting any effort into it ? If theres any value in having this in tree, I'll submit the current version to Andrew for -mm, and see if anyone dives in and starts chopping/changing things. If this does happen, it'd probably be worth eventually replacing Documentation/Changes with it. Dave ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: modprobe: QM_MODULES: Funtion not implemented on kernel 2.6.9 2004-12-12 3:31 ` Dave Jones @ 2004-12-12 5:21 ` Bernd Eckenfels 2004-12-12 16:35 ` Christian Kujau 0 siblings, 1 reply; 15+ messages in thread From: Bernd Eckenfels @ 2004-12-12 5:21 UTC (permalink / raw) To: linux-kernel In article <20041212033119.GC1921@redhat.com> you wrote: > Is there enough interest in this from people to justify > me putting any effort into it ? If theres any value in > having this in tree, I'll submit the current version > to Andrew for -mm, and see if anyone dives in and starts > chopping/changing things. Please make sure to fix the 404 about the ioscheduler. Sorry dont know a valid alternative url. Greetings Bernd ^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: modprobe: QM_MODULES: Funtion not implemented on kernel 2.6.9 2004-12-12 5:21 ` Bernd Eckenfels @ 2004-12-12 16:35 ` Christian Kujau 0 siblings, 0 replies; 15+ messages in thread From: Christian Kujau @ 2004-12-12 16:35 UTC (permalink / raw) To: linux-kernel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bernd Eckenfels schrieb: > Please make sure to fix the 404 about the ioscheduler. Sorry dont know a > valid alternative url. don't find the original mail either, but perhaps Documentation/block/deadline-iosched.txt will do Christian. - -- BOFH excuse #19: floating point processor overflow -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBvHNE+A7rjkF8z0wRAqM3AKCgquMujlBefOq+luJYbSooI01aLQCfdof2 xpWeD8RI5/IUKMIkGhOOkfc= =Fc5v -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2004-12-12 16:35 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-11 19:51 modprobe: QM_MODULES: Funtion not implemented on kernel 2.6.9 Camilo A. Reyes
2004-12-11 20:06 ` Ronald Hummelink
2004-12-11 21:14 ` Sean Neakums
2004-12-11 21:46 ` Camilo A. Reyes
2004-12-11 21:56 ` Sean Neakums
2004-12-11 22:08 ` Camilo A. Reyes
2004-12-11 23:46 ` Randy.Dunlap
2004-12-11 23:50 ` Randy.Dunlap
2004-12-12 0:06 ` Jan Engelhardt
[not found] ` <200412111603.16153.ryan@spitfire.gotdns.org>
2004-12-12 0:26 ` Camilo A. Reyes
2004-12-12 2:14 ` Christian Kujau
2004-12-12 2:52 ` Camilo A. Reyes
2004-12-12 3:31 ` Dave Jones
2004-12-12 5:21 ` Bernd Eckenfels
2004-12-12 16:35 ` Christian Kujau
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox