LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   New (minor) gotcha with the new 4.14.11 kernel and Nvidia driver (https://www.linuxquestions.org/questions/slackware-14/new-minor-gotcha-with-the-new-4-14-11-kernel-and-nvidia-driver-4175620884/)

Lenard Spencer 01-04-2018 12:11 AM

New (minor) gotcha with the new 4.14.11 kernel and Nvidia driver
 
I just installed the new kernel tonight, and when I tried to build the 384.89 Nvidia driver, the kernel module failed. But all was not lost. Nvidia just happened to release an update this evening, 384.111. I was able to build that with no problem, and so far it works fine. For those who don't have the URLs:

http://www.nvidia.com/object/unix.html (the new driver hasn't made it to this page yet)

The direct link to the repo:
https://download.nvidia.com/XFree86/

Hope this helps.

Drakeo 01-04-2018 12:32 AM

MY rant to Pat. https://www.linuxquestions.org/quest...ml#post5801492 the 384.111 is not latest not stable so that is why My progrma did not like it. .
Simple log from pat would would help. He runs Nvidia.
Yes I am pissy I read loggs. Thank you for your Post.

Drakeo 01-04-2018 12:44 AM

1 Attachment(s)
So you come in this forum and spout this i thank you and you give a bad link.
Thanks.
Look at what your link yelds.
Fix it.

Drakeo 01-04-2018 12:48 AM

go back to the 4.11.7 and i will patch the crap my self. ()

Daedra 01-04-2018 01:36 AM

Looks like ponce has an updated slackbuild that should build with 4.14.11. It will probably make its way to SBo soon, but for now...

http://cgit.ponce.cc/slackbuilds/com...=nvidia-kernel
http://cgit.ponce.cc/slackbuilds/com...=nvidia-driver

Drakeo 01-04-2018 02:03 AM

Quote:

Originally Posted by Daedra (Post 5801515)
Looks like ponce has an updated slackbuild that should build with 4.14.11. It will probably make its way to SBo soon, but for now...

https://github.com/Ponce/slackbuilds.../nvidia-kernel
http://cgit.ponce.cc/slackbuilds/com...=nvidia-kernel
http://cgit.ponce.cc/slackbuilds/com...=nvidia-driver

works for you great give me the link to Nvida download. This is not slackbooks.
I Re write the the code to build not a patch. you show me on the nvidia site the 384.111.
That said do not confuse people.
190.42
Code:

@@ -1,8 +1,10 @@
  PRGNAM="nvidia-kernel"
 -VERSION="180.29"
 +VERSION="190.42"
  HOMEPAGE="http://www.nvidia.com"
 -DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/180.29/NVIDIA-Linux-x86-180.29-pkg0.run"
 -MD5SUM="db9aa3683988b7b0872abae7182f5bc5"
 -MAINTAINER="ppr:kut"
 +DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/190.42/NVIDIA-Linux-x86-190.42-pkg0.run"
 +MD5SUM="f94806feee87de756d14fe3e9bcaf05a"
 +DOWNLOAD_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/190.42/NVIDIA-Linux-x86_64-190.42-pkg0.run"
 +MD5SUM_x86_64="ae431ff849ec01446e6724f9fcfe3bb4"
 +MAINTAINER="Heinz Wiesinger"
  EMAIL="pprkut@liwjatan.at"
 -APPROVED="dsomero"
 +APPROVED="rworkman"

http://us.download.nvidia.com/XFree8...90.42-pkg2.run
people think this is a hobby. This is people lives. WTF 384.111

Daedra 01-04-2018 02:06 AM

Ignore the first link, that is my bad, it was the wrong link. see the other two. This is fixed.

Drakeo 01-04-2018 02:13 AM

Quote:

Originally Posted by Daedra (Post 5801526)
Ignore the first link, that is my bad, it was the wrong link. see the other two. This is fixed.

when you have a nvidia link. let me know I fixed the build not a hobby to me. Extract the installer now edit the code for a newer gcc. KISS.
Give me a link to nvidida. Not Ponce.

Daedra 01-04-2018 02:16 AM

Fair enough, if you are wanting a fix from nvidia then I guess you will have to wait for the next driver release, but if you look at the patch its a only a few lines of code in one file. You could just extract the .run executable and apply the patch yourself, or just add the few lines of code yourself then run the installer, or last, just download the slackbuilds from ponce and buld, done. Shouldn't take more than a few minutes, but to each his own, I am just trying to help you out.

Drakeo 01-04-2018 02:29 AM

Quote:

Originally Posted by Daedra (Post 5801533)
Fair enough, if you are wanting a fix from nvidia then I guess you will have to wait for the next driver release, but if you look at the patch its a only a few lines of code in one file. You could just extract the .run executable and apply the patch yourself, or just add the few lines of code yourself then run the installer, or last, just download the slackbuilds from ponce and buld, done. Shouldn't take more than a few minutes, but to each his own, I am just trying to help you out.

next driver does not support multi lib read the nvidia log

RadicalDreamer 01-04-2018 03:09 AM

I updated to 4.14.11 and re-ran the x86_64 version 387.34 NVIDIA installer. It installed without any problems.

ponce 01-04-2018 03:27 AM

Quote:

Originally Posted by Daedra (Post 5801515)
Looks like ponce has an updated slackbuild that should build with 4.14.11. It will probably make its way to SBo soon, but for now...

http://cgit.ponce.cc/slackbuilds/com...=nvidia-kernel
http://cgit.ponce.cc/slackbuilds/com...=nvidia-driver

in the meantime I updated it in the unofficial repository for current to 384.111 (it wasn't out when I pushed the previous update).
I don't know if Edward feels like pushing this update to SBo yet: it's up to him and SBo supports only stable, so the version that's there is fine.

Daedra 01-04-2018 04:19 AM

Quote:

Originally Posted by ponce (Post 5801555)
I don't know if Edward feels like pushing this update to SBo yet: it's up to him and SBo supports only stable, so the version that's there is fine.

True, that was just an assumption on my part. Thanks for this update though, do you know if this version is a short term dev version or is it considered a stable release?

ponce 01-04-2018 05:04 AM

Quote:

Originally Posted by Daedra (Post 5801573)
do you know if this version is a short term dev version or is it considered a stable release?

according to the page where the lead developer announces the new releases, the 384.x branch is listed as long-lived: also, I suppose the released 384.111 in a rush to avoid breakage with the newers Spectre-safe-kernels so they haven't got the time to update that page yet with the necessary data.

Darth Vader 01-04-2018 05:54 AM

Quote:

Originally Posted by ponce (Post 5801609)
according to the page where the lead developer announces the new releases, the 384.x branch is listed as long-lived: also, I suppose the released 384.111 in a rush to avoid breakage with the newers Spectre-safe-kernels so they haven't got the time to update that page yet with the necessary data.

You know, maybe I do nitpicking, BUT...

Nothing protects our sorry asses against Spectre, the KPTI is literally protection against Meltdown. ;)


All times are GMT -5. The time now is 09:25 PM.