LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-02-2005, 11:32 AM   #1
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Kernel 2.6.11 and nvidia 6111 drivers


Has anyone managed to get the nvidia 6111 drivers working with kernel 2.6.11. If so can let us know how you did it. Thanks.
 
Old 03-02-2005, 03:11 PM   #2
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30
Give them time 2.6.11 has only been out like 12 hours. Also try the newest nvidia driver.
 
Old 03-03-2005, 02:28 AM   #3
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Original Poster
Rep: Reputation: 77
I specifially asked for the 6111 driver because the newest drivers freeze systems using riva tnt2 32 MB graphics cards. The time factor doesn't matter because most people who use the kernels release candidates usually have a patch already for the nvidia drivers.
 
Old 03-03-2005, 01:50 PM   #4
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30
Yeah there is a patch for the kernel. I compiled the new kernel and with the patch it works fine. Why does it lock? I have three tnt2's also but I have the 16,32, and 64mb versions. I mainly use the 64mb one. They never caused my system to crash. I am just curios to why it locks.
 
Old 03-03-2005, 02:38 PM   #5
madluther
Member
 
Registered: Aug 2004
Distribution: LFS
Posts: 350

Rep: Reputation: 31
Does this help ?

http://unixforge.org/~matthias-christian-ott/

Mad.
 
Old 03-03-2005, 03:20 PM   #6
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Original Poster
Rep: Reputation: 77
Thanks, I'll have to try it and give you feedback tommorow.

Last edited by reddazz; 03-03-2005 at 04:56 PM.
 
Old 03-04-2005, 08:39 AM   #7
sensovision
Member
 
Registered: Mar 2004
Location: Ukraine
Distribution: Debian "Wheezy"
Posts: 94

Rep: Reputation: 15
as for latest nvidia driver 6629 it will not work either. I'm thinking to patch it now.
 
Old 03-04-2005, 10:44 AM   #8
madluther
Member
 
Registered: Aug 2004
Distribution: LFS
Posts: 350

Rep: Reputation: 31
Patch for 6629 drivers in the 2.6.11 kernel can be found here.
the file you want is NVIDIA_kernel-1.0-6629-02.28.2004.diff.txt

Works great on my FX5900, YMMV of course.

HTH

Mad.
 
Old 03-04-2005, 11:41 AM   #9
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Original Poster
Rep: Reputation: 77
Re: Does this help ?

Quote:
Originally posted by madluther
http://unixforge.org/~matthias-christian-ott/

Mad.
I have patched them but they still don't install, the usual problem with the kernel source path not being found.
 
Old 03-04-2005, 12:23 PM   #10
Snipersnest
Member
 
Registered: Jan 2005
Location: SC
Distribution: Ubuntu 7.10 Gusty Gibbon
Posts: 269

Rep: Reputation: 30
I'm using Ubuntu and can't seem to figure out how use these driver patches. Can somebody give me the terminal command for doing it?
 
Old 03-04-2005, 01:44 PM   #11
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Original Poster
Rep: Reputation: 77
$ chmod +x NVIDIA-Linux-x86-1.0-6111-pkg1.run
$ ./NVIDIA-Linux-x86-1.0-6111-pkg1.run -x
apply patch:
$ patch -p0 < nvidia_display_driver-1.0-6111.diff
install driver:
$ cd NVIDIA-Linux-x86-1.0-6111-pkg1
# ./nvidia-installer

The diff file has to be in the same directory as NVIDIA-Linux-x86-1.0-6111-pkg1.
 
Old 03-04-2005, 02:26 PM   #12
madluther
Member
 
Registered: Aug 2004
Distribution: LFS
Posts: 350

Rep: Reputation: 31
Quote:
the usual problem with the kernel source path not being found
You can overide the kernel source tree path by exporting a path to environment variable SYSSRC. The Makefile in the nvidia kernel source directory checks this environment variable and will use it if set.

eg.

Code:
export SYSSRC=/lib/modules/2.6.11/build
this is the default tree location and normally should not be needed.

or for a non standard path..
Code:
export SYSSRC=/some/other/path/linux-2.6.11
Usually I dont run the nvidia-installer when I'm only updating kernel modules, its simpler to cd NVIDIA-Linux-x86-1.0-6111-pkg1/usr/src/nv, export SYSSRC (if needed) and run 'make install'


HTH

Mad.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How I got Nvidia 6111, Kernel 2.6.X, Suse 9.1, AMDx86 to work Thoreau Linux - Hardware 1 10-30-2004 12:36 PM
Installing NVIDIA 6111 with 2.6.8mdk kernel dolphans1 Mandriva 10 10-10-2004 05:48 AM
Mandrake 10.1 CE and nvidia driver 6111 toddhd Mandriva 3 09-28-2004 07:47 AM
[PATCH] Nvidia 6111 on 2.6.9-rc2. zenwhen Linux - Hardware 0 09-20-2004 12:37 AM
"Cannot find header source files" when trying to install Nvidia 6111 drivers naddad Linux - Newbie 3 08-31-2004 12:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration