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 - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 02-12-2015, 09:20 PM   #1
ShaneRoach
Member
 
Registered: Apr 2013
Posts: 68

Rep: Reputation: 3
343.36 Nvidia driver install .run


Has anyone mastered the art of keeping Nvidia drivers up to date on Debian? I have a 980 GTX and want to use the latest drivers. As a matter of fact, the drivers in the repo do not even run the thing... I reverted back to my 660...

My issue is I seem to be entirely unable to completely clean my system of the old Nvidia driver.

I use Sid. I have plenty backups and other partitions for stability etc. Just am trying to force this to work.

One thing I am noticing is that nouveau is still blacklisted even after I did
Code:
apt-get purge nvidia-kernel-dkms nvidia-glx
When I installed nvidia drivers, I also had to install headers
Code:
apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,')
That came from https://wiki.debian.org/NvidiaGraphi...7_.22Wheezy.22

Uninstalling headers did nothing though, so I put them back. I also tried making .bak files out of all of the nvidia related stuff in /etc/modprobe.d/ Nothing much changed.

Last edited by ShaneRoach; 02-13-2015 at 01:24 AM.
 
Old 02-13-2015, 12:40 AM   #2
jim_p
Member
 
Registered: Aug 2009
Distribution: Debian testing
Posts: 564

Rep: Reputation: 131Reputation: 131
Version 343.36 is in the experimental repo. Why don't you grab it from there?
https://packages.debian.org/experimental/nvidia-driver
 
Old 02-13-2015, 01:28 AM   #3
ShaneRoach
Member
 
Registered: Apr 2013
Posts: 68

Original Poster
Rep: Reputation: 3
I just can NOT Google apparently. I used various permutations of Debian and nvidia and that driver number and all I got was something about how they were not moving it to Sid. I am not terribly familiar with experimental, so thanks.

Install seemed to go well, but I have perhaps buggered up something else in my futile efforts to get the .run file working. I got these at the end of the install.

Failed to enable subscription: Launch helper exited with unknown return code 1.
Failed to fully start up daemon: Input/output error.

And I get some sort of start job running when I try to boot up to the full Gnome debi. Eventually just sticks with a flashing cursor.

I dunno, may be time to do a fresh install, but I sure would like to know how to fix this if you have any clues. Thanks a ton for what you already told me.
 
Old 02-13-2015, 03:44 AM   #4
ShaneRoach
Member
 
Registered: Apr 2013
Posts: 68

Original Poster
Rep: Reputation: 3
This is bound to be it...?

Feb 13 01:20:23 debiansid systemd[1]: Job dev-disk-by\x2duuid-4db07c5a\x2d1d21\x2d4494\x2d8453\x2ddb732b3a2daf.device/start timed out.
Feb 13 01:20:23 debiansid systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-4db07c5a\x2d1d21\x2d4494\x2d8453\x2ddb732b3a2daf.device.
Feb 13 01:20:23 debiansid systemd[1]: Dependency failed for /dev/disk/by-uuid/4db07c5a-1d21-4494-8453-db732b3a2daf.

I'm wiped for tonight! =) Any help appreciated. Apparently I have a bad uuid for something
 
Old 02-13-2015, 03:51 AM   #5
jim_p
Member
 
Registered: Aug 2009
Distribution: Debian testing
Posts: 564

Rep: Reputation: 131Reputation: 131
Well, you said you are on sid, so I thought that you do have some experience on how to install from experimental. Anywa, that new problem may be a sign of your hdd about to break down
 
Old 02-13-2015, 09:05 AM   #6
ShaneRoach
Member
 
Registered: Apr 2013
Posts: 68

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by jim_p View Post
Well, you said you are on sid, so I thought that you do have some experience on how to install from experimental. Anywa, that new problem may be a sign of your hdd about to break down
Seems doubltful. Boots up fine to Windows and Mint. The install went fine, as I said above.
 
Old 02-13-2015, 09:28 AM   #7
jim_p
Member
 
Registered: Aug 2009
Distribution: Debian testing
Posts: 564

Rep: Reputation: 131Reputation: 131
I would check with with hdsentinel or with the manifacturer's app , e.g. wd tools for wd drives, just to be sure.
 
Old 02-13-2015, 11:38 AM   #8
ShaneRoach
Member
 
Registered: Apr 2013
Posts: 68

Original Poster
Rep: Reputation: 3
Quote:
Originally Posted by jim_p View Post
I would check with with hdsentinel or with the manifacturer's app , e.g. wd tools for wd drives, just to be sure.
I think I hid the swap partition from Sid while experimenting with the encryption option in Mint. I reformated the swap partition and corrected the uuid in fstab and now am back to not being able to get the Gnome to load.

Just sort of an update...
 
Old 02-13-2015, 12:02 PM   #9
ShaneRoach
Member
 
Registered: Apr 2013
Posts: 68

Original Poster
Rep: Reputation: 3
Further update: nvidia-xconfig got me back in Sid. It is still showing the old nVidia driver. I guess I just THOUGHT that install went well. Have you, Jim, or anyone else that happens along gotten the 343.36 Nvidia driver installed yourselves? I have to imagine like most of this stuff it is something simply I am missing.

From https://wiki.debian.org/DebianExperimental I am running,
Code:
apt-get -t experimental install nvidia-drivers
Here's my sources.list
Code:
deb http://ftp.us.debian.org/debian unstable main contrib non-free
deb-src http://ftp.us.debian.org/debian unstable main contrib non-free

deb http://ftp.debian.org/debian/ Sid-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ Sid-updates main contrib non-free
deb http://ftp.debian.org/debian/ experimental main
But when I run -
Code:
aptitude search ~S~i~Aexperimental
I get no return information, and in GNOME if I call up the Nvidia xserver settings it still shows the driver as version 340.65.

Code:
/etc/apt#  apt-get -t experimental install nvidia-driver
Reading package lists... Done
Building dependency tree       
Reading state information... Done
nvidia-driver is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 289 not upgraded.

Sad me.

UPDATE! Forgot to add non-free.... Well, didn't think of it since the examples on the page I went to did not suggest... Same diff.

Driver shows in nvidia xserver settings. Going to install the 980 again and cross my fingers. Will mark as solved if it works...

Last edited by ShaneRoach; 02-13-2015 at 12:42 PM.
 
Old 02-13-2015, 01:11 PM   #10
ShaneRoach
Member
 
Registered: Apr 2013
Posts: 68

Original Poster
Rep: Reputation: 3
Up and running. Thanks Jim. I was off in the weeds for quite a while thinking I had a video problem when what it was was a file system issue. Plus I just had no clue the driver was already available in experimental.
 
  


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
Installing Nvidia proprietary driver 343 on Ubuntu (Unity)/Linux Mint (Cinnamon) x64 TheDickens Linux - Newbie 20 03-28-2015 04:45 PM
how to install "NVIDIA-Linux-x86_64-295.40.run" driver AceVentura Linux - Software 6 04-17-2012 04:18 AM
How to Install Nvidia Driver NVIDIA-Linux-x86-270.41.19.run ryan20fun Linux - Newbie 19 05-31-2011 07:07 PM
how to install the nvidia-7174.run driver in mandriva 2006 darkhatter Mandriva 1 02-23-2006 06:08 PM
Please Help. Nvidia Driver Install Run Level Trouble inescapeableus Linux - Software 2 10-08-2004 11:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 12:50 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