Results 1 to 4 of 4
I'm a fairly new user and just upgraded from version 2.4 to 2.6.13... here are a couple questions...
1) It seems to boot correctly, but when it tries to load ...
- 10-18-2005 #1Just Joined!
- Join Date
- Oct 2005
- Posts
- 3
Building Linux Kernel 2.6
I'm a fairly new user and just upgraded from version 2.4 to 2.6.13... here are a couple questions...
1) It seems to boot correctly, but when it tries to load the graphical logon screen, the monitor flashes a few times and then it defaults to the non-graphical logon. Did I not properly install my graphics driver when I compiled the kernel? I already had the proper NVIDIA graphics driver installed and working before I did this kernel build.
2) I've been reading a lot about kernel modules but don't quite understand them or how to use them. How do I know if I've created the need to install modules, and when would I need to add more?
Thanks!!
- 10-18-2005 #2Banned
- Join Date
- Nov 2004
- Location
- Belgium
- Posts
- 1,121
The nvidia driver is a kernel module(meaning it's build to run against your kernel), since you've canged from kernel, you'll have to reinstall your nvidia driver to match your new kernel.
PS: kernel modules are those parts that aren't located in your kernel, but become part of it after booting...
- 10-18-2005 #3Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
A kernel module is a driver that can be loaded on the fly. For that Linux uses the 'modprobe' program. Usually, your Linux installation contains a file listing all available modules. In that file, you can uncomment the modules you want to load, the file will be read at boot, and the uncommented lines will be executed - loading the modules.
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **
- 10-19-2005 #4Just Joined!
- Join Date
- Oct 2005
- Posts
- 3
Thanks for the info!! I will see how it works after I reinstall the NVIDIA drivers for the new kernel... Much appreciated!!


Reply With Quote
