Results 1 to 5 of 5
I want my new install to use /lib/modules/x.x.x.x and not /lib/modules/x.x.x.x-default....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-02-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 3
kernel modules folder
I want my new install to use /lib/modules/x.x.x.x and not /lib/modules/x.x.x.x-default.
- 10-02-2009 #2
For what reason do you require to do this ?
Men occasionally stumble over the truth,
but most of them pick themselves up
and hurry off as if nothing had happened.
Winston Churchill
... then the Unix-Gods created "man" ...
- 10-02-2009 #3Just Joined!
- Join Date
- Oct 2009
- Posts
- 3
yes.
Because my current modules folder is not x.x.x.x-default but x.x.x.x.
- 10-05-2009 #4Just Joined!
- Join Date
- Oct 2009
- Posts
- 3
Any ideas to this case?
- 10-06-2009 #5
Ok,
which kernel version you compiled ? 2.6 or 2.4
If you using 2.4 you had to type
make modules
and
make modules_install
while compiling new kernel.
For 2.6 just
make
and
make install
And which steps did you go trough while compiling
new kernel, because if did right, then new kernel should
be automatically connected to its modules.
/lib/modules/kernel-version/ directory stores all modules
for specific kernel version, so look do you have that directory
for kernel version you are currently using, and than we
can see what to do next,
regards


Reply With Quote
