View previous topic :: View next topic |
Author |
Message |
syadnom Guru
Joined: 09 May 2002 Posts: 531
|
Posted: Sun Mar 20, 2005 7:39 am Post subject: kernel and modules system is stupid.. |
|
|
the idea of having the kernel in /usr/src/linux and having the modules in /lib/modules is completely ignorant.
then having multiple kernels that are the same revision breaks the modules system
if you have
2.6.10 with in kernel alsa and no pcmcia
and
2.6.10 without alsa and pcmcia modules
the /lib/modules/2.6 modules dont work together and problems arise
why!!!
why arent these things located closer together for one... AND, when are the /lib/modues/2.6 label more finely like so
kernel-2.6.10-gentoo-3.15.2005
/lib/modules/2.6.10-gentoo-3.15.2005
or something more sane |
|
Back to top |
|
|
codergeek42 Bodhisattva
Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Sun Mar 20, 2005 7:44 am Post subject: |
|
|
You can append that date information yourself with the CONFIG_LOCALVERSION option in your kernel configuration. _________________ ~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF |
|
Back to top |
|
|
syadnom Guru
Joined: 09 May 2002 Posts: 531
|
Posted: Sun Mar 20, 2005 7:50 am Post subject: . |
|
|
and that will make /lib/modules/2.6.10.date ?? |
|
Back to top |
|
|
codergeek42 Bodhisattva
Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Sun Mar 20, 2005 7:57 am Post subject: |
|
|
It can. For example if you set CONFIG_LOCALVERSION="-3.15.2005" in your kenrel confifguration you'll have a /lib/modules/2.6.10-3.15.2005 directory, which you can use seperately from a kernel with a dfferent LOCALVERSION setting. Hth! _________________ ~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF |
|
Back to top |
|
|
|