Pages

Subscribe:

Saturday, October 04, 2008

Kompile Kernel 2.6.x dan NVIDIA

KERNEL COMPILATION
1. Get the linux-2.6.14.2.tar.bz2 from www.kernel.org
2. cd /usr/src
3. tar -xjf /home/download/linux-2.6.14.2.tar.bz2
4. rm linux
5. ln -sf linux-2.6.14.2 linux
6. cp /boot/config .config (from VL 5.1 or Slack 10.2 kernel 2.6 config !!!)
7. make menuconfig
8. I especially turned these ON
- processor features : preemptive scheduling ON
- enable different security model ON
- Default Linux ON
9. make
10. make modules_install
11. cp arch/i386/boot/bzImage /boot/vmlinuz-sata-2.6.14.2
12. cp System.map /boot/System.map-sata-2.6.14.2
13. cp /boot/System.map-sata-2.6.14.2
14. cd /boot
15. rm vmlinuz System.map
16. ln -s vmlinuz-sata-2.6.14.2 vmlinuz
16. ln -s System.map-2.6.14.2 System.map
17. vliloconf
18. reboot

NVIDIA COMPILATION
(After successfull kernel 2.6.14.2 rebooting)

1. Download NVIDIA driver from http://www.nvnews.net/vbulletin/showthread.php?t=54863
2. Download NVIDIA patches (four items at this time of writing)
http://www.nvnews.net/vbulletin/showthread.php?t=56150

3. sh /path/to/NVIDIA-Linux-x86_64-1.0-7676-pkg2.run --extract-only
4. cd NVIDIA-Linux-x86_64-1.0-7676-pkg2
5. Apply the patches (all of them one by one)
patch -p0 < /path/to/NVIDIA_kernel-1.0-7676-1361053.diff.txt

6 ./nvidia-installer -n

Good luck.

PS.
Asal tahu saja, seminggu lebih browsing Internet sana-sini sampai berhasil !!!

0 comments:

Post a Comment