[opensuse-factory] installing proprietary NVIDIA-Linux-x86_64-295.33.run kernel 3.3.1-18-desktop
Tumbleweed x86_64 system NVIDIA-Linux-x86_64-295.33.run kernel-desktop-3.3.1-18.1 kernel-desktop-devel-3.3.1-18.1 kernel-devel-3.3.1-18.1 I have not been able to install the prop nvidia drivers to kernels 3.3.x. I get a complaining screen: ERROR: If you are using a Linux 2.4 kernel, please make sure you either have configured kernel sources matching your kernel or the correct set of kernel headers installed on your system. If you are using a Linux 2.6 kernel, please make sure you have configured kernel sources matching your kernel installed on your system. If you specified a separate output directory using either the "KBUILD_OUTPUT" or the "O" KBUILD parameter, make sure to specify this directory with the SYSOUT environment variable or with the equivalent nvidia-installer command line option. Depending on where and how the kernel sources (or the kernel headers) were installed, you may need to specify their location with the SYSSRC environment variable or the equivalent nvidia-installer command line option. the patch/correction is present in 295.33 The nvidia instructions and readme are no apparent help or I do not understand. tks, -- (paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 http://en.opensuse.org openSUSE Community Member Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Fri, 06 Apr 2012 06:17:10 +0530, Patrick Shanahan <paka@opensuse.org> wrote:
there's threads at oS forums, where this problem has been discussed and patches provided to solve it. personally i didn't have to deal with this yet since i'm still on kernel 3.1.9-1.4, but if this doesn't get fixed soon, i may have to. here's the URL of one of these threads: http://forums.opensuse.org/forums/english/get-technical-help-here/pre-releas... -- phani. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 04/06/2012 11:04 AM, phanisvara das wrote:
Shortcut is to run these commands to generate the missing files: cd /usr/src/linux make cloneconfig make prepare cd /lib/modules/`uname -r`/source/arch/x86/include/ cp -v generated/asm/unistd*.h ./asm/ # the last line (below) must contain the correct path and file name Then install as usual with: sh /root/NVIDIA-Linux-x86_64-295.33.run Or roll the lot into a script. Discussed in os forums at: http://forums.opensuse.org/english/get-technical-help-here/tumbleweed/473658... and at: http://forums.opensuse.org/english/get-technical-help-here/tumbleweed/473700... -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
* John Andrews (swerdna) <forums@swerdna.net.au> [04-05-12 21:35]:
thanks, this worked after I installed kernel-source -- (paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 http://en.opensuse.org openSUSE Community Member Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 06/04/12 02:04, phanisvara das wrote:
http://weltall.heliohost.org/wordpress/2012/04/01/3-4-0-rc1-and-nvidia-drive... http://www.nvnews.net/vbulletin/showthread.php?p=2541434&posted=1#post254143... Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Senior Staff Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 04/06/2012 05:59 AM, Sid Boyce wrote:
http://weltall.heliohost.org/wordpress/2012/04/01/3-4-0-rc1-and-nvidia-drive...
The author of the previous link missed one change that was needed for my system. If you go the http://www.lwfinger.com/nvidia_patches, you will find a patch file to build Nvidia driver 295.33 using kernels 3.3 or 3.4-rc1. There is also a README.txt that tells you what steps to take. Larry -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 06/04/12 21:51, Larry Finger wrote:
Patches usually appear first in the NVidia forum www.nvnews.net. As I test bleeding edge kernels I catch these changes quite early and report them and where I can I supply a patch. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Senior Staff Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 04/05/2012 07:47 PM, Patrick Shanahan wrote:
Nvidia got some of the necessary patches needed to build under kernel 3.3, but not all. You can get what you need from http://www.lwfinger.com/nvidia_patches. Those patches are designed to be applied to the extracted Nvidia material from a 'sn ./NVIDIA.....run -x". If you want to use Nvidia's mechanism to patch the .run file, then you need to remove the first directory entry in the patch control lines. For example, "NVIDIA-Linux-x86-295.33.orig/kernel/conftest.sh" goes to "kernel.orig/conftest.sh", etc. Larry -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
* Larry Finger <Larry.Finger@lwfinger.net> [04-05-12 21:08]:
changed nvidia_295_33_for_3.3_err Index: NVIDIA-Linux-x86-295.33/kernel/conftest.sh =================================================================== --- NVIDIA-Linux-x86-295.33.orig/kernel/conftest.sh +++ NVIDIA-Linux-x86-295.33/kernel/conftest.sh to: Index: kernel/conftest.sh =================================================================== --- kernel.orig/conftest.sh +++ kernel/conftest.sh got: # patch ./NVIDIA-Linux-x86_64-295.33.run ./nvidia_295_33_for_3.3_err patching file ./NVIDIA-Linux-x86_64-295.33.run Hunk #1 FAILED at 95. Hunk #2 FAILED at 126. Hunk #3 FAILED at 965. Hunk #4 FAILED at 980. Hunk #5 FAILED at 996. Hunk #6 FAILED at 1604. 6 out of 6 hunks FAILED -- saving rejects to file ./NVIDIA-Linux-x86_64-295.33.run.rej remember, I am *not* a programmer and "man patch" does not provide a hint I recognize. tks, -- (paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 http://en.opensuse.org openSUSE Community Member Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 04/05/2012 10:50 PM, Patrick Shanahan wrote:
After you edited the file, then you needed to sh ./NVIDIA....run --apply-patch nvidia_295_33_for_3.3_err That command patches the .run file. In the original form, the patch file modifies conftest.sh AFTER it is extracted. Larry -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Fri, 06 Apr 2012 06:17:10 +0530, Patrick Shanahan <paka@opensuse.org> wrote:
there's threads at oS forums, where this problem has been discussed and patches provided to solve it. personally i didn't have to deal with this yet since i'm still on kernel 3.1.9-1.4, but if this doesn't get fixed soon, i may have to. here's the URL of one of these threads: http://forums.opensuse.org/forums/english/get-technical-help-here/pre-releas... -- phani. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 04/06/2012 11:04 AM, phanisvara das wrote:
Shortcut is to run these commands to generate the missing files: cd /usr/src/linux make cloneconfig make prepare cd /lib/modules/`uname -r`/source/arch/x86/include/ cp -v generated/asm/unistd*.h ./asm/ # the last line (below) must contain the correct path and file name Then install as usual with: sh /root/NVIDIA-Linux-x86_64-295.33.run Or roll the lot into a script. Discussed in os forums at: http://forums.opensuse.org/english/get-technical-help-here/tumbleweed/473658... and at: http://forums.opensuse.org/english/get-technical-help-here/tumbleweed/473700... -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
* John Andrews (swerdna) <forums@swerdna.net.au> [04-05-12 21:35]:
thanks, this worked after I installed kernel-source -- (paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 http://en.opensuse.org openSUSE Community Member Registered Linux User #207535 @ http://linuxcounter.net -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 06/04/12 02:04, phanisvara das wrote:
http://weltall.heliohost.org/wordpress/2012/04/01/3-4-0-rc1-and-nvidia-drive... http://www.nvnews.net/vbulletin/showthread.php?p=2541434&posted=1#post254143... Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Senior Staff Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 04/06/2012 05:59 AM, Sid Boyce wrote:
http://weltall.heliohost.org/wordpress/2012/04/01/3-4-0-rc1-and-nvidia-drive...
The author of the previous link missed one change that was needed for my system. If you go the http://www.lwfinger.com/nvidia_patches, you will find a patch file to build Nvidia driver 295.33 using kernels 3.3 or 3.4-rc1. There is also a README.txt that tells you what steps to take. Larry -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 06/04/12 21:51, Larry Finger wrote:
Patches usually appear first in the NVidia forum www.nvnews.net. As I test bleeding edge kernels I catch these changes quite early and report them and where I can I supply a patch. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Senior Staff Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (5)
-
John Andrews (swerdna)
-
Larry Finger
-
Patrick Shanahan
-
phanisvara das
-
Sid Boyce