↓
 

Adventures With Linux ™

Linux Technologies and Fun Times - and Technology Commentary..

  • Home
  • About the Author…
  • Copyright and Trademarks..

Category Archives: NVIDIA

Post navigation

← Older posts
Newer posts →

NVIDIA – Another New Driver – Still Broken with 4.16..

Adventures With Linux ™ Posted on March 28, 2018 by RGMarch 28, 2018

NVIDIA have released another new driver – 390.48, and details are here: http://www.nvidia.com/Download/driverResults.aspx/132530/en-us Surprisingly, this version is still not able to function with Kernel 4.16 (tested with 4.16-rc7): ……………….. Building modules, stage 2. MODPOST 4 modules WARNING: “swiotlb_map_sg_attrs” [/home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.48/kernel/nvidia.ko] undefined! ……………… I am still using the patched version of 384.111 (see https://rglinuxtech.com/?p=2227 ), and I should mention … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, Performance | Tagged 390.48, kernel 4.16, new driver, nvidia, swiotlb_map_sg_attrs undefined | Leave a reply

Kernel – GCC 8 Tests – Not Quite Ready…

Adventures With Linux ™ Posted on March 22, 2018 by RGMarch 22, 2018

I decided to try updating a crash-and-burn test system to Fedora 28 (early-beta..) as this included GCC 8 (currently 8.0.1), to see how well the Kernel (4.16-rc6) compiled.. There were a lot of warnings generated: …………………… CC [M] drivers/rtc/rtc-pcf8523.o CC drivers/usb/core/file.o CC drivers/video/hdmi.o CC [M] drivers/rtc/rtc-pcf8563.o drivers/video/hdmi.c: In function ‘hdmi_spd_infoframe_init’: drivers/video/hdmi.c:171:2: warning: ‘strncpy’ specified bound 8 equals … Continue reading →

Posted in compilation, gcc, Hacks, kernel, Linux, NVIDIA, Opinion | Tagged early-beta, fedora 28, gcc 8.0.1, kernel 4.16-rc6, kernel compile, nvidia, testing, warnings | Leave a reply

Kernel – GCC 8 Tests – Not Quite Ready…

Adventures With Linux ™ Posted on March 22, 2018 by RGMarch 22, 2018

I decided to try updating a crash-and-burn test system to Fedora 28 (early-beta..) as this included GCC 8 (currently 8.0.1), to see how well the Kernel (4.16-rc6) compiled.. There were a lot of warnings generated: …………………… CC [M] drivers/rtc/rtc-pcf8523.o CC drivers/usb/core/file.o CC drivers/video/hdmi.o CC [M] drivers/rtc/rtc-pcf8563.o drivers/video/hdmi.c: In function ‘hdmi_spd_infoframe_init’: drivers/video/hdmi.c:171:2: warning: ‘strncpy’ specified bound 8 equals … Continue reading →

Posted in compilation, gcc, Hacks, kernel, Linux, NVIDIA, Opinion | Tagged early-beta, fedora 28, gcc 8.0.1, kernel 4.16-rc6, kernel compile, nvidia, testing, warnings | Leave a reply

NVIDIA – New Driver – Still Broken With 4.16..

Adventures With Linux ™ Posted on March 12, 2018 by RGMarch 12, 2018

NVIDIA have released a new driver – 390.42 – and brief details are here:  http://www.nvidia.com/Download/driverResults.aspx/131853/en-us This still fails with Kernel 4.16 (tested with 4.16-rc5): ………………… ld -r -o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.42/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.42/kernel/nvidia-modeset/nvidia-modeset-linux.o Building modules, stage 2. MODPOST 4 modules WARNING: “swiotlb_map_sg_attrs” [/home/rgadsdon/kernel/NVIDIA-Linux-x86_64-390.42/kernel/nvidia.ko] undefined! I have had various VMware problems with the 390.xx series of drivers, and so will be … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion | Tagged 390.42, fails with kernel 4.16-rc5, nvidia, swiotlb_map_sg_attrs | Leave a reply

NVIDIA – Possible Fix for Kernel 4.16..

Adventures With Linux ™ Posted on March 6, 2018 by RGMarch 6, 2018

Thanks to the efforts of mlau on the NVIDIA Devtalk Forum, there is a possible fix for the swiotlb issue with Kernel 4.16..     See https://devtalk.nvidia.com/default/topic/1030082/linux/kernel-4-16-rc1-breaks-latest-drivers-unknown-symbol-swiotlb_map_sg_attrs-/ for details.. For NVIDIA driver 384.111, I had to increment all the nv–linux.h patch line number references by 100 (so ‘…@@ –1209,6 +1209,7 @@… becomes …@@ –1309,6 +1309,7 @@..’ and ‘..@@ -1251,7 … Continue reading →

Posted in fix, Hacks, kernel, Linux, NVIDIA, Opinion, patches | Tagged 384.111 patched, kernel 4.16, nv-linux.h, nvidia, possible fix, swiotlb | Leave a reply

NVIDIA – Kernel 4.16 Issues – Update..

Adventures With Linux ™ Posted on March 6, 2018 by RGMarch 6, 2018

An update on the ”Unknown symbol swiotlb_map_sg_attrs” issue with Kernel 4.16-rc and the latest NVIDIA drivers (384.111 and 390.25).. From more testing done after I posted brief details on the NVIDIA Forum, it would appear that – as is sometimes the case – this one issue may have been masking further problems..   See https://devtalk.nvidia.com/default/topic/1030082/linux/kernel-4-16-rc1-breaks-latest-drivers-unknown-symbol-swiotlb_map_sg_attrs-/ for more info.. … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion | Tagged kernel 4.16, more issues, nvidia, reverted, swiotlb_map_sg_attrs | Leave a reply

Kernel – 4.16-rc3 Released, and Still no NVIDIA Fix?

Adventures With Linux ™ Posted on February 26, 2018 by RGFebruary 26, 2018

Kernel 4.16-rc3 is out, and brief details of post-rc2 changes are here:  http://lkml.iu.edu/hypermail/linux/kernel/1802.3/00500.html I still cannot find any solution proposed for the ‘Unknown symbol swiotlb_map_sg_attrs‘ error with the latest NVIDIA drivers, despite posting brief details on the Developers Forum over a week ago.. Robert Gadsdon.   February 26, 2018.

Continue reading →
Posted in kernel, Linux, NVIDIA | Tagged 4.16-rc3, kernel, linux, no fix yet, nvidia, released, swiotlb_map_sg_attrs | 2 Replies

Kernel – 4.16-rc1 – OK with VMware 14.1.1, Breaks NVIDIA?..

Adventures With Linux ™ Posted on February 11, 2018 by RGFebruary 11, 2018

Kernel 4.16-rc1 is out, and brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1802.1/02325.html VMware 14.1.1 is OK, and NVIDIA 384.111 and 390.25 both compile OK, but then fail to load/run: ………… modprobe: ERROR: could not insert ‘nvidia’: Unknown symbol in module, or unknown parameter (see dmesg) dmesg: [ 2142.352238] nvidia: Unknown symbol swiotlb_map_sg_attrs (err 0) Comparing kernel 4.15.x compiled source … Continue reading →

Posted in kernel, Linux, NVIDIA, VMware | Tagged kernel 4.16-rc1, nvidia 384.111 and 390.25, released, swiotlb_map_sg_attrs, unknown symbol, vmware 14.1.1 ok | 1 Reply

Kernel – 4.15 Final, at Last..

Adventures With Linux ™ Posted on January 28, 2018 by RGJanuary 28, 2018

Kernel 4.15 is – finally – released, and an overview of changes since -rc9 is here:  http://lkml.iu.edu/hypermail/linux/kernel/1801.3/02794.html The latest NVIDIA drivers – 384.111 and 390.12 – compile and load OK, and VMware 14.1.1 is also OK. It is worth mentioning that , although the final release was delayed due to more work on PTI mitigation etc,  this … Continue reading →

Posted in kernel, Linux, NVIDIA, Opinion, VMware | Tagged gcc 7.3, kernel 4.15 final, linux, nvidia 384.111 390.12, pti mitigation, retpoline, vmware 14.1.1 | 2 Replies

Kernel – 4.15-rc7 Released – And there will be an -rc8..

Adventures With Linux ™ Posted on January 7, 2018 by RGJanuary 7, 2018

Kernel 4.15-rc7 is out, and (brief) details of changes since -rc6 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1801.0/04858.html.    The preamble is worth a read, as it pays tribute to the work done on the x86 PTI fixes.. Vmmon-patched VMware 14.1.0 is OK (see: https://github.com/mkubecek/vmware-host-modules/tree/workstation-14.1.0 ) and the latest NVIDIA drivers – 384.111 and 390.12 are both still OK. As mentioned, in … Continue reading →

Posted in Intel, kernel, Linux, NVIDIA, VMware | Tagged 384.111, 390.12, kernel 4.15-rc7, latest nvidia ok, vmmon-patched vmware 14.1.0 ok | Leave a reply

Post navigation

← Older posts
Newer posts →
Original content &copy Robert Gadsdon 2013
↑
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.