↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: NVIDIA

Post navigation

← Older posts
Newer posts →

Kernel – 4.1 ‘Final’ Released..

Adventures With Linux ™ Posted on June 22, 2015 by RGJune 22, 2015

Kernel 4.1 has been released, with not many changes from -rc8… Brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1506.2/04143.html $ uname -a Linux rglinux-i7 4.1.0 #1 SMP Sun Jun 21 23:00:39 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux As expected, the latest VMware (11.1.2) and NVIDIA (352.21) compile and load/run OK, without the need for any patches.. Robert Gadsdon.   June 21, … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged kernel 4.1 final, nvidia 352.21, success, vmware 11.1.2 | 2 Replies

Kernel – 4.1-rc8 Released, ‘Final’ Next..

Adventures With Linux ™ Posted on June 15, 2015 by RGJune 15, 2015

As expected, Kernel 4.1-rc8 is out, and the same comments regarding VMware and NVIDIA apply as for -rc7..  http://rglinuxtech.com/?p=1471 $ uname -a Linux rg6830l 4.1.0-rc8 #1 SMP Sun Jun 14 23:48:07 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux Brief details of changes from -rc7 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1506.1/04926.html 4.1 ‘Final’ should be out soon, probably within the next week … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged 4.1 final out soon, kernel 4.1-rc8, latest nvidia ok, patched vmware 11 ok | Leave a reply

Kernel – 4.1-rc7 – and Delay to 4.1 Final..

Adventures With Linux ™ Posted on June 8, 2015 by RGJune 8, 2015

Just updated the test system to Kernel 4.1-rc7, and the ‘vmnet-patched‘ version of VMware 11.1, and the latest NVIDIA drivers (346.72, and 352.09), compile and install/run OK, as expected.. # uname -a Linux rg6830l 4.1.0-rc7 #1 SMP Mon Jun 8 10:50:51 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux Brief details of changes from -rc6 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1506.0/04895.html As … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged dia, kernel 4.1-rc7, nvidia 346.72 352.09, success, vmware 11 patch, vmware patch info | Leave a reply

Kernel – 4.1-rc6 Released..

Adventures With Linux ™ Posted on June 1, 2015 by RGJune 1, 2015

Updated the test system to Kernel 4.1-rc6, and – as previously – the ‘vmnet-patched‘ version of VMware 11.1, and the latest NVIDIA drivers (346.72, and 352.09) compile and install/run OK.. $ uname -a Linux rg6830l 4.1.0-rc6 #1 SMP Mon Jun 1 09:01:13 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux Details of changes from -rc5 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1505.3/05020.html Robert … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, VMware | Tagged kernel 4.1-rc6, nvidia 346.72 352.09, success, vmware 11.1 | Leave a reply

KERNEL – 4.1-rc4 Released – Slightly Late..

Adventures With Linux ™ Posted on May 19, 2015 by RGMay 19, 2015

Just updated the test system to Kernel 4.1-rc4, and this is OK with the latest NVIDIA drivers (346.72 and 352.09) and with vmnet-patched VMware 11.1.. # uname -a Linux rg6830l 4.1.0-rc4 #1 SMP Mon May 18 16:00:31 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux Details of changes from -rc3 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1505.2/01224.html Robert Gadsdon.  May 18, 2015. … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged kernel 4.1-rc4, nvidia 346.72 352.09, success, vmware 11.1 patched | Leave a reply

Kernel – 4.1-rc3 – Now OK with NVIDIA..

Adventures With Linux ™ Posted on May 11, 2015 by RGMay 11, 2015

Just updated the test system to Kernel 4.1-rc3, and confirmed that this is now OK with the latest NVIDIA drivers, and includes the change to linux/arch/x86/kernel/process.c as detailed in a previous article.    Patched VMware 11.x is OK, as before.. # uname -a Linux rg6830l 4.1.0-rc3 #1 SMP Mon May 11 07:10:01 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Performance, VMware | Tagged kernel 4.1-rc3, nvidia ok, process.c, vmware patched ok | Leave a reply

NVIDIA – Kernel 4.1 GPL-only Fixed

Adventures With Linux ™ Posted on May 7, 2015 by RGMay 7, 2015

The GPL error with NVIDIA drivers and kernel 4.1-rc has been fixed with a patch to linux/arch/x86/kernel/process.c Details are at http://lkml.iu.edu/hypermail/linux/kernel/1505.0/03818.html.    EXPORT_PER_CPU_SYMBOL_GPL(cpu_tss); has been replaced by EXPORT_PER_CPU_SYMBOL(cpu_tss); I have applied the patch to Kernel 4.1-rc2, and rebooted, and NVIDIA driver 346.59 now compiles and loads OK.. Robert Gadsdon.   May 6, 2015. … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Performance | Tagged cpu_tss, fixed, gpl issue, kernel 4.1, nvidia, process.c | Leave a reply

Kernel – 4.1-rc1 – OK with VMware, not with NVIDIA..

Adventures With Linux ™ Posted on April 27, 2015 by RGApril 27, 2015

I should have known that 4.1-rc1 would show up just after I published my linux-next article, and here it is..  ftp://ftp.kernel.org/pub/linux/kernel/v4.x/testing/linux-4.1-rc1.tar.xz $ uname -a Linux rg6830l 4.1.0-rc1 #1 SMP Sun Apr 26 18:56:05 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux Brief details are here:   http://lkml.iu.edu/hypermail/linux/kernel/1504.3/01263.html As with linux-next from April 24, the (patched) VMware 11.1.0 compiled and loaded … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 4.1-rc1, nvidia 349.16 gpl_only error, vmware 11.1 patched ok | Leave a reply

Kernel – Pre-4.1-rc Test with Linux-Next..

Adventures With Linux ™ Posted on April 26, 2015 by RGApril 26, 2015

As Kernel 4.1-rc1 is not released yet, I tested the April 24 version of linux-next, to see how VMware and NVIDIA compiles would behave.. # uname -a Linux rg6830l 4.0.0-next-20150424 #2 SMP Sun Apr 26 12:04:54 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux With this version, VMware 11.1 (with the 3.19 vmnet patch) compiled and loaded OK, but … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance, VMware | Tagged april24, compile fail, error, gpl-only, kernel, linux, linux-next, nvidia 349.16, vmware 11.1 ok | 1 Reply

Kernel 4.0 ‘Final’ – OK with latest NVIDIA, and Patched VMware..

Adventures With Linux ™ Posted on April 13, 2015 by RGApril 13, 2015

Updated to Kernel 4.0 (from kernel.org), and the latest NVIDIA driver (346.59) and ‘patched’ VMware 11.1 both compile and install/run OK.. $ uname -a Linux rglinux-i7 4.0.0 #1 SMP Sun Apr 12 17:26:04 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux Brief details of changes since -rc7 are here:  http://lkml.iu.edu/hypermail/linux/kernel/1504.1/03200.html Robert Gadsdon.    April 12, 2015. … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, VMware | Tagged final, kernel, kernel 4.0, kernel.org, linux, nvidia 346.59, success, vnware 11.1 patched | 1 Reply

Post navigation

← Older posts
Newer posts →
Original content © Robert Gadsdon 2013
↑