↓
 

Adventures With Linux ™

Linux Technologies and Fun Times - and Technology Commentary..

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

Tag Archives: nvidia

Post navigation

← Older posts
Newer posts →

3.8.4 – Everything works, and Pi updated…

Adventures With Linux ™ Posted on March 21, 2013 by RGMarch 21, 2013

Updated the main system (x86_64) to kernel 3.8.4, and (incrementally..) updated the Raspberry Pi (armv6), as well.. Latest VMware (9.02) and NVIDIA (313.26 and 310.40) drivers all compile without any patches.. Precise details here:  https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.8.4 # uname -a Linux rglinux 3.8.4 #1 SMP Thu Mar 21 02:03:44 GMT 2013 x86_64 x86_64 x86_64 GNU/Linux ‘Incremental’ patch from 3.8.3 … Continue reading →

Posted in compilation, Fedora, kernel, Linux, Linux / ARM, NVIDIA, Raspberry Pi, VMware | Tagged 310.40, 313.26, 9.02, arm, kernel 3.8.4, linux, nvidia, raspberry pi, success, update, vmware, x86_64 | Leave a reply

3.9-rc3 – NVIDIA and VMware OK..

Adventures With Linux ™ Posted on March 19, 2013 by RGMarch 19, 2013

Installed Kernel 3.9-rc3 on the test system..   VMware 9.0.2, and NVIDIA 310.40 (main) and 313.26 (beta) all compile OK.. # uname -a Linux rg6830l 3.9.0-rc3 #1 SMP Mon Mar 18 12:21:27 GMT 2013 x86_64 x86_64 x86_64 GNU/Linux Robert Gadsdon.   March 19th, 2013. … Continue reading →

Posted in compilation, Fedora, kernel, Linux, NVIDIA, VMware | Tagged 310.40, 313.26, compile, fedora, kernel 3.9-rc3, linux, nvidia, success, vmware 9.02 | Leave a reply

3.9-rc2 out – VMware and NVIDIA still OK..

Adventures With Linux ™ Posted on March 11, 2013 by RGMarch 11, 2013

Installed kernel 3.9-rc2 on the test system – and VMware 9.0.2, and both the latest ‘stable’ (310.40), and ‘beta’ (313.26) NVIDIA drivers, all compile successfully.. $ uname -a Linux rg6830l 3.9.0-rc2 #1 SMP Mon Mar 11 17:36:47 GMT 2013 x86_64 x86_64 x86_64 GNU/Linux Robert Gadsdon.   March 11th, 2013. … Continue reading →

Posted in compilation, Fedora, kernel, Linux, NVIDIA, VMware | Tagged 310.40, 313.26, compile, kernel 3.9-rc2, linux, nvidia, success, vmware 9.02 | Leave a reply

Kernel 3.8.1 – and 3.7.10 is EOL..

Adventures With Linux ™ Posted on March 1, 2013 by RGMarch 1, 2013

Recently updated my main system to 3.8.1, without any fuss..   As before, the (patched) VMware 9.01 works fine, and the latest NVIDIA ‘stable’ driver 310.32 compiles OK, too..    Don’t forget to include the obligatory softlink, before compiling VMware! ln -s /usr/src/linux-3.8.1/include/generated/uapi/linux/version.h /usr/src/linux-3.8.1/include/linux/version.h There is a later version of the 3.7 branch available – 3.7.10, but this is … Continue reading →

Posted in compilation, Fedora, kernel, Linux, NVIDIA, VMware | Tagged 310.32, kernel 3.8.1, kernel.org redesign, nvidia, patched, success, update, vmware 9.01 | Leave a reply

3.7.9 – and a Surprise..

Adventures With Linux ™ Posted on February 18, 2013 by RGFebruary 18, 2013

Just updated to 3.7.9, but forgot to do the usual ‘softlink’ for correct compilation of VMware.. # ln -s /usr/src/linux-3.7.9/include/generated/uapi/linux/version.h /usr/src/linux-3.7.9/include/linux/version.h I ran the compilation for the the latest ‘stable’ NVIDIA driver (310.32), but discovered that – with 3.7.9 – this failed, as well!     To save time, I had been creating the softlink after compiling the latest … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance | Tagged 3.7.6, 3.7.7, 3.7.8, compile fail, driver 310.32, fix, kernel 3.7.9, nvidia, softlink, version.h, workaround | Leave a reply

3.8-rc2 – NVIDIA and VMware…

Adventures With Linux ™ Posted on January 3, 2013 by RGJanuary 3, 2013

Just compiled 3.8-rc2 on my test system, and the situation regarding NVIDIA and VMware is similar to -rc1.. For NVIDIA, the two ‘latest’ driver versions – 310.19 and 313.09 – fail to compile, but the earlier version – 310.14 – compiles OK..    Version 310.14 does not compile with kernel 3.7, so it would appear that the changes … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, VMware | Tagged 3.8-rc2, compilation, kernel, linux, nvidia, success, vmware, workarounds | 2 Replies

3.8-rc1 and NVIDIA… Earlier Driver Version Compiles OK!

Adventures With Linux ™ Posted on December 29, 2012 by RGDecember 29, 2012

After more testing, I discovered that – unusually – the very latest driver (313.09) fails to compile with kernel 3.8-rc1, but an earlier driver – 310.14 – does compile OK! I won’t do too much more testing, as 3.8-rc1 breaks some KDE apps (see Linus’ angry rant on the LKML!).   Hopefully 3.8-rc2 will be out soon.. Robert Gadsdon.   … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Performance | Tagged 310.14 success, 313.09 fails, compilation, kernel 3.8-rc1, nvidia, test | Leave a reply

Finally – 3.7 is out..

Adventures With Linux ™ Posted on December 11, 2012 by RGDecember 11, 2012

Finally, kernel 3.7 is released… I updated my main x86_64 system, and all seems to be OK, as expected.    The latest NVIDIA driver – 310.19 – compiles and runs OK, and VMware 9.0.1 compiles after the usual workaround for version.h: # ln -s /usr/src/linux-3.7/include/generated/uapi/linux/version.h /usr/src/linux-3.7/include/linux/version.h Note that this example is for the official source from kernel.org.    You … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged 3.7, compile, kernel, linux, nvidia, success, vmware | 2 Replies

Latest and Greatest.. 3.6.8 and 3.7-rc7..

Adventures With Linux ™ Posted on November 27, 2012 by RGNovember 27, 2012

Kernel 3.6.8 is just business as usual, and everything works as expected..   There might not have been a need for another -rc before 3.7 was released, but apparently there was a late rush of changes and bugfixes, so now there is 3.7-rc7..   Same caveats apply as for -rc6..   NVIDIA driver (310.19) compiles OK, and VMware 9.0.1 still … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, VMware | Tagged 3.6.8, 3.7-rc7, kernel updates, nvidia, success, vmware, workaround | Leave a reply

NVIDIA – Clean Compile on 3.7-rc, with Latest Driver

Adventures With Linux ™ Posted on November 14, 2012 by RGNovember 14, 2012

The latest NVIDIA driver – 310.19 – compiles cleanly on Kernel 3.7-rc versions, without the need for any patch or workaround. So – the latest versions of VMware (9.0.1) and NVIDIA (310.19) both compile without problems on 3.7-rc kernels. Robert Gadsdon.  November 14, 2012. … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA | Tagged clean compile, driver 310.19, kernel 3.7-rc, nvidia, success | Leave a reply

Post navigation

← Older posts
Newer posts →
Original content © 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.