|
|
|||||||
| About Us | Register | FAQ | Members List | Calendar | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Registered User
![]() ![]() ![]() ![]() Join Date: Feb 2003
Location: From the land beyond beyond
Posts: 782
|
need help with Linux kernel modules installation
Hi there....I just installed kernel 2.6.18.3 yesterday.I'm having trouble installing some modules in kernel 2.6.18.3 on my Redhat 9.2...It gives me a couple of errors......Stuffs like my mouse don't work well....my USB ports don't work at all..my sound....e.t.c....What can I do....I'm thinking that my old modutil version isn't compatible with this kernel version,so I downloaded the latest modutil version....modutil 2.4.9....Do you think it will work?Pls someone help....Thanks...
|
|
|
|
|
|
#3 (permalink) |
|
War Games coder
![]() ![]() ![]() ![]() ![]() Join Date: Apr 2001
Location: Florida
Posts: 1,918
|
What procedure did you use to install the kernel? Did you compile it and forget to run "make modules_install"? Did you try tailoring it (Asking because maybe you chose the wrong options while tailoring)? Need more data...
EDIT: I think this belongs in the software section as it has nothing to do with programming nor web sites
__________________
Primary CPU: Athlon 64 X2 4400+ Mobo: Biostar N4SLI-A9 RAM: 2G Crucial (DDR400) Video: eVGA GeForce 7900 GTX (512M) Audio: HDA X-Mystique HD(s): Maxtor 300G SATA2, Samsung 400G SATA2 OS(s): WinXP x64 Pro, Vista x32 Ultimate, Gentoo x64 Monitor(s): Primary - 19" Flat Panel (1280x1024) Secondary - 19" Flat Panel (1280x1024) Tertiary - Zenith 42" Plasma TV (1024x768 res) Many other machines... sig too short |
|
|
|
|
|
#4 (permalink) | |
|
Registered User
![]() ![]() ![]() ![]() Join Date: Feb 2003
Location: From the land beyond beyond
Posts: 782
|
How can I go about installing a new Linux version on my existing Linux version?can you pls give me a detailed guide
Quote:
Last edited by Dukelord; December 1st, 2006 at 15:38. Reason: Automerged Doublepost |
|
|
|
|
|
|
#5 (permalink) |
|
War Games coder
![]() ![]() ![]() ![]() ![]() Join Date: Apr 2001
Location: Florida
Posts: 1,918
|
Ok, then the other possibility is that you have not booted that kernel. What pops up when you run uname -a? Is it the right kernel version?
__________________
Primary CPU: Athlon 64 X2 4400+ Mobo: Biostar N4SLI-A9 RAM: 2G Crucial (DDR400) Video: eVGA GeForce 7900 GTX (512M) Audio: HDA X-Mystique HD(s): Maxtor 300G SATA2, Samsung 400G SATA2 OS(s): WinXP x64 Pro, Vista x32 Ultimate, Gentoo x64 Monitor(s): Primary - 19" Flat Panel (1280x1024) Secondary - 19" Flat Panel (1280x1024) Tertiary - Zenith 42" Plasma TV (1024x768 res) Many other machines... sig too short |
|
|
|
|
|
#7 (permalink) |
|
Resident Movie Critic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Apr 2001
Location: Belfast, Northern Ireland
Posts: 9,480
|
Moved to software.
If I was to hazard a guess I'd say that it's trying to load some modules from the old kernel at bootup...
__________________
Superior marketing of an inferior product will always win over inferior marketing of a superior product. |
|
|
|
|
|
#9 (permalink) |
|
Insane Linux Advocate
![]() ![]() ![]() Join Date: May 2001
Location: USA
Posts: 271
|
Basically it sounds like the custom kernel does not support all of your devices. It's best with most distros to either stick with what kernel is given to you or just upgrade the system. Redhat 9.2 is rather old; I would move up to Fedora Core (whatever the latest version is, I don't keep up with FC) and you'll get a new updated kernel in the process.
If you really want to make your old one work, go through the make menuconfig step and be sure all of the appropriate selections are chosen as modules (anything required to boot, like your hard drive controllers, need to be compiled into the kernel, not as modules!). Then do a full make && make modules_install again, and see if there are any improvements. (No, it wouldn't try to use the old modules; modules are always loaded from /lib/modules/`uname -r`/ which will point to the current kernel's modules.) Plus if you have any modules that have to be compiled separately from the kernel (like the NVidia drivers), you will have to recompile those when you boot into your new kernel (make sure /usr/src/linux is symlinked to your kernel source directory). Good luck.
__________________
TITLE GOES HERE. // The Linux Blog Of Stuff Warning: my posts may be filled with sarcasm and/or lies. Proceed with caution. oldskool pc win: 1.5GHz P4/384MB/GeForce FX 5200 running GNU/Linux. |
|
|
|
|
|
#10 (permalink) |
|
War Games coder
![]() ![]() ![]() ![]() ![]() Join Date: Apr 2001
Location: Florida
Posts: 1,918
|
Ok, your uname -a is telling us that you are at least booting the correct kernel... so that means that the kernel modules are causing the problems, not the other way around.
I'd check the directory structure and see if the modules are installed correctly. You should find them under /lib/modules/`uname -r` as DoktorSeven pointed out. Depending on whether they exist or not, we'll work from there. Also, make sure your kernel sources are symlinked to /usr/src/linux
__________________
Primary CPU: Athlon 64 X2 4400+ Mobo: Biostar N4SLI-A9 RAM: 2G Crucial (DDR400) Video: eVGA GeForce 7900 GTX (512M) Audio: HDA X-Mystique HD(s): Maxtor 300G SATA2, Samsung 400G SATA2 OS(s): WinXP x64 Pro, Vista x32 Ultimate, Gentoo x64 Monitor(s): Primary - 19" Flat Panel (1280x1024) Secondary - 19" Flat Panel (1280x1024) Tertiary - Zenith 42" Plasma TV (1024x768 res) Many other machines... sig too short |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|