Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  [SOLVED] Nvidia driver not loading with kernel 3.19  (Read 5100 times)

bmorency

  • Guest
Hi,

I just upgraded to kernel 3.19 and the Nvidia driver is not loading with it.  I have driver 340.65. I have found that Nvidia driver 346.35 does work with kernel 3.19 as per link below. Does anyone know when the updated driver will be available?

http://rglinuxtech.com/?p=1301

If there are any questions let me know.

Thank you.

Beau
« Last Edit: 2015/03/01, 13:53:12 by melmarker »

Offline melmarker

  • User
  • Posts: 2.799
    • g-com.eu
Re: Nvidia driver not loading with kernel 3.19
« Reply #1 on: 2015/02/24, 05:37:59 »
i woul suggest the drivers from fixes/non-free - or better wait for an answer from towo or someone who uses modern nvidia cards
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

bmorency

  • Guest
Re: Nvidia driver not loading with kernel 3.19
« Reply #2 on: 2015/02/24, 06:00:03 »
I added the fixes/non-free repo and updated the driver. I have rebooted using the new kernel and the video drivers are now working.

Thank you for your help.

hightime

  • Guest
Re: [SOLVED] Nvidia driver not loading with kernel 3.19
« Reply #3 on: 2015/03/17, 17:19:25 »
I am having the same problem with nvidia. I tried adding fixes/non-free to my repo list, but I must not be doing it right. It isn't able to find the repo. Could someone give me the exact line to add?  Thanks.

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.358
    • Land of the Buckeye
Re: [SOLVED] Nvidia driver not loading with kernel 3.19
« Reply #4 on: 2015/03/17, 18:30:05 »
I am getting great performance from the 346.47-0.siduction.3 from the user/experimental repo.  Here are some details:


Code: [Select]
don@imerabox:/$ inxi -v3
System:    Host: imerabox Kernel: 3.19.1-towo.3-siduction-amd64 x86_64 (64 bit gcc: 4.9.2)
           Desktop: KDE 4.14.3 (Qt 4.8.6) Distro: aptosid 2011-02 Ἡμέρα - kde-lite - (201107131633)
Machine:   System: ASUS product: All Series
           Mobo: ASUSTeK model: Z87-WS v: Rev 1.xx Bios: American Megatrends v: 2004 date: 06/05/2014
CPU:       Quad core Intel Core i7-4770 (-HT-MCP-) cache: 8192 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 28022
           clock speeds: max: 3900 MHz 1: 3799 MHz 2: 3540 MHz 3: 3489 MHz 4: 3668 MHz 5: 3689 MHz 6: 3616 MHz
           7: 3587 MHz 8: 3745 MHz
Graphics:  Card: NVIDIA GM107 [GeForce GTX 750 Ti] bus-ID: 05:00.0
           Display Server: X.Org 1.16.4 driver: nvidia Resolution: 1920x1200@59.88hz
           GLX Renderer: GeForce GTX 750 Ti/PCIe/SSE2 GLX Version: 4.5.0 NVIDIA 346.47 Direct Rendering: Yes
Network:   Card-1: Intel I210 Gigabit Network Connection driver: igb v: 5.2.15-k port: d000 bus-ID: 07:00.0
           IF: eth1 state: up speed: 100 Mbps duplex: full mac: e0:3f:49:e6:85:c3
           Card-2: Intel I210 Gigabit Network Connection driver: igb v: 5.2.15-k port: a000 bus-ID: 0a:00.0
           IF: eth2 state: down mac: e0:3f:49:e6:85:c4
Drives:    HDD Total Size: 2220.5GB (36.1% used) ID-1: model: OCZ
           ID-2: model: Hitachi_HTS72101 ID-3: model: OCZ
           ID-4: model: WDC_WD1000DHTZ ID-5: model: WDC_WD1000DHTZ                                               
Info:      Processes: 322 Uptime: 1 day Memory: 1763.5/7928.8MB Init: systemd runlevel: 5 Gcc sys: 4.9.2
           Client: Shell (bash 4.3.331) inxi: 2.2.18



Code: [Select]
root@imerabox:/# uname -r
3.19.1-towo.3-siduction-amd64
root@imerabox:/# apt-cache policy nvidia-driver
nvidia-driver:
  Installed: 346.47-0.siduction.3
  Candidate: 346.47-0.siduction.3
  Version table:
     346.47-1.siduction.1 0
          1 http://mirror.lug.udel.edu/pub/siduction/extra/ experimental/non-free amd64 Packages
 *** 346.47-0.siduction.3 0
        500 http://mirror.lug.udel.edu/pub/siduction/user/ experimental/non-free amd64 Packages
        100 /var/lib/dpkg/status                                                                                                             
     340.76-1.siduction.1 0                                                                                                                   
        500 http://mirror.lug.udel.edu/pub/siduction/fixes/ unstable/non-free amd64 Packages                                                 
     340.65-2 0                                                                                                                               
        500 http://http.debian.net/debian/ unstable/non-free amd64 Packages


/etc/apt/sources.list.d/siduction.list:


Code: [Select]
deb http://mirror.lug.udel.edu/pub/siduction/base unstable main contrib non-free
deb http://mirror.lug.udel.edu/pub/siduction/extra unstable main contrib non-free
deb http://mirror.lug.udel.edu/pub/siduction/extra experimental main contrib non-free
deb http://mirror.lug.udel.edu/pub/siduction/user unstable main contrib non-free
deb http://mirror.lug.udel.edu/pub/siduction/user experimental main contrib non-free
deb http://mirror.lug.udel.edu/pub/siduction/fixes unstable main contrib non-free


(Your mirror may be different, of course). I hope that is helpful.
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

bmorency

  • Guest
Re: [SOLVED] Nvidia driver not loading with kernel 3.19
« Reply #5 on: 2015/03/17, 21:24:21 »
I am having the same problem with nvidia. I tried adding fixes/non-free to my repo list, but I must not be doing it right. It isn't able to find the repo. Could someone give me the exact line to add?  Thanks.

I added this line to my siduction.list to fix the issue for me.

Code: [Select]
deb http://packages.siduction.org/fixes unstable main contrib non-free

hightime

  • Guest
Re: [SOLVED] Nvidia driver not loading with kernel 3.19
« Reply #6 on: 2015/03/18, 11:00:37 »
Thanks. That was just what I needed.