User Tools

Site Tools


hardware:geforce_go_6600

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
hardware:geforce_go_6600 [2011/03/17 20:53] kratz00hardware:geforce_go_6600 [2012/04/13 17:49] kratz00
Line 5: Line 5:
 http://us.download.nvidia.com/XFree86/Linux-x86/180.60/NVIDIA-Linux-x86-180.60-pkg0.run http://us.download.nvidia.com/XFree86/Linux-x86/180.60/NVIDIA-Linux-x86-180.60-pkg0.run
  
-Required patch for Linux 2.6.38: [[http://kratz00.org/files/nvidia-drivers-180.60-linux-2.6.38.patch|nvidia-drivers-180.60-linux-2.6.38.patch]]+Required patch for Linux 2.6.39: [[http://kratz00.org/files/nvidia-drivers-180.60-linux-2.6.39.patch|nvidia-drivers-180.60-linux-2.6.39.patch]] 
 + 
 +This patch also contains the official security fix for CVE-2012-0946 (ftp://download.nvidia.com/XFree86/patches/security/CVE-2012-0946/)
  
 :!: The drivers from the 185.15.*, the 190.*, the 195.* and the 260.* series were not usable on this hardware so far. :!: The drivers from the 185.15.*, the 190.*, the 195.* and the 260.* series were not usable on this hardware so far.
Line 11: Line 13:
 Applying the patch: Applying the patch:
 <code> <code>
-sh NVIDIA-Linux-x86-180.60-pkg0.run --apply-patch nvidia-drivers-180.60-linux-2.6.38.patch+sh NVIDIA-Linux-x86-180.60-pkg0.run --apply-patch nvidia-drivers-180.60-linux-2.6.39.patch
 </code> </code>
  
Line 116: Line 118:
 <code> <code>
 sh NVIDIA-Linux-x86-180.60-pkg0.run --extract-only && sh NVIDIA-Linux-x86-180.60-pkg0.run --extract-only &&
-wget http://kratz00.org/files/nvidia-drivers-180.60-linux-2.6.38.patch &&+wget http://kratz00.org/files/nvidia-drivers-180.60-linux-2.6.39.patch &&
 cp -pR NVIDIA-Linux-x86-180.60-pkg0/ NVIDIA-Linux-x86-180.60-pkg0_patched && cp -pR NVIDIA-Linux-x86-180.60-pkg0/ NVIDIA-Linux-x86-180.60-pkg0_patched &&
 cd NVIDIA-Linux-x86-180.60-pkg0_patched && cd NVIDIA-Linux-x86-180.60-pkg0_patched &&
-patch -p0 -i ../nvidia-drivers-180.60-linux-2.6.38.patch</code>+patch -p0 -i ../nvidia-drivers-180.60-linux-2.6.39.patch && 
 +cd usr/src/nv && 
 +make module</code>
  
-do some new changes+fix the error
  
 <code> <code>
-cd NVIDIA-Linux-x86-180.60-pkg0 && +make clean && 
-diff -Naur usr/ ../NVIDIA-Linux-x86-180.60-pkg0_patched/usr/new_patch</code>+rm -f modules.order Module.symvers && 
 +cd ../../../../NVIDIA-Linux-x86-180.60-pkg0 && 
 +diff -Naur usr/ ../NVIDIA-Linux-x86-180.60-pkg0_patched/usr/../nvidia-drivers-180.60-linux-2.6.40.patch</code>
hardware/geforce_go_6600.txt · Last modified: 2012/04/13 19:23 by kratz00