↓
 

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 3.19-rc7 – ‘Final’ Soon?

Adventures With Linux ™ Posted on February 4, 2015 by RGFebruary 4, 2015

Installed Kernel 3.19-rc7 on the test system, and the same comments apply as for -rc6.    The latest NVIDIA driver (346.35) and VMware 11.0 – with the vmnet patches – install and load/run OK.. Changelog summary here:  http://lkml.iu.edu/hypermail/linux/kernel/1502.0/00273.html $ uname -a Linux rg6830l 3.19.0-rc7 #1 SMP Mon Feb 2 19:00:25 PST 2015 x86_64 x86_64 x86_64 GNU/Linux It appears … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 3.19 final soon?, kernel 3.19-rc7, nvidia 346.35, success, vmnet patch, vmware 11.0 | Leave a reply

Kernel 3.19-rc6 – Good News for NVIDIA..

Adventures With Linux ™ Posted on January 27, 2015 by RGJanuary 27, 2015

Updated to Kernel 3.19-rc6 on the test system, and – at last – the problem with NVIDIA driver GPL inconsistency has been fixed, and now driver 346.35 compiles and loads OK.. Details of changes since -rc5 are here:   http://lkml.iu.edu/hypermail/linux/kernel/1501.3/00776.html And the important change is that /arch/x86/mm/init.c now has EXPORT_SYMBOL(__cachemode2pte_tbl) instead of EXPORT_SYMBOL_GPL(__cachemode2pte_tbl)..etc.. VMware 11 – with the … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion, Performance | Tagged 346.35, export_symbol, kernel 3.19-rc6, nvidia gpl problem fixed, success, vmnet patches, vmware 11 | Leave a reply

NVIDIA – New Driver 346.35, Still Fails with 3.19-rc..

Adventures With Linux ™ Posted on January 17, 2015 by RGJanuary 17, 2015

Tested the lates NVIDIA driver (346.35) today, and although it fixes the f_dentry error, the compile still fails with Kernel 3.19-rc4, due to the incompatible GPL problem: FATAL: modpost: GPL-incompatible module nvidia.ko uses GPL-only symbol ‘__cachemode2pte_tbl’ /usr/src/linux-3.19-rc4/scripts/Makefile.modpost:90: recipe for target ‘__modpost’ failed It has been pointed out that this can be fixed by simply changing the license … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Opinion | Tagged compile fail, gpl problem, kernel 3.19-rc4, nvidia 346.35 | 2 Replies

Kernel 3.19-rc4 – OK on CuBox-i4 Pro.. No fixes yet for NVIDIA and VMware on x86..

Adventures With Linux ™ Posted on January 12, 2015 by RGJanuary 12, 2015

Updated the test system to Kernel 3.19-rc4, and the same comments apply as for -rc3..  Still no fixes for NVIDIA and VMware, yet.. I tried the CuBox-i4 Pro with a ‘standard’ kernel from kernel.org, rather than the ‘patched’ version used previously, and it booted OK.. Fedora release 21 (Twenty One) Kernel 3.19.0-rc4 on an armv7l (ttymxc0) …………. … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, Linux / ARM, NVIDIA, Opinion, Performance, VMware | Tagged cubox, dont run preempt?, kernel 3.19-rc4, lockup problem, no fix for nvidia vmware, ok | 2 Replies

Kernel 3.19-rc3, ‘Lockup’ Bug, Latest..

Adventures With Linux ™ Posted on January 6, 2015 by RGJanuary 6, 2015

Updated the test system to Kernel 3.19-rc3, and there is still no fix for VMware (11.0) and the latest NVIDIA (340.65 and 346.22) drivers…     The NVIDIA problem will involve getting around a GPL-incompatible module issue.. FATAL: modpost: GPL-incompatible module nvidia.ko uses GPL-only symbol ‘__cachemode2pte_tbl’ 3.19-rc3 installs and runs OK on the CuBox-i4 Pro: $ uname -a Linux … Continue reading →

Posted in compilation, Crash and Burn.., CuBox, Hacks, kernel, Linux, Linux / ARM, NVIDIA, Opinion, VMware | Tagged compile fail, cubox-i4-pro, kernel 3.19-rc3, lockup problem latest info, no workaround yet, nvidia, success, vmware | Leave a reply

ARM/Intel – CuBox-i4 Pro to 3.19-rc2, VMware and NVIDIA Still Broken..

Adventures With Linux ™ Posted on January 4, 2015 by RGJanuary 4, 2015

Updated the test (Intel) system, and the Cubox-i4 Pro to Kernel 3.19-rc2.. NVIDIA and VMware still do not compile (see 3.19-rc1 article for details http://rglinuxtech.com/?p=1258) and – so far – there does not seem to be a patch for either.   The NVIDIA GPL code incompatibility issue may be more convoluted to fix ‘legally’.. I tried more code … Continue reading →

Posted in arm, compilation, Crash and Burn.., CuBox, Hacks, kernel, Linux, NVIDIA, Opinion, Performance, VMware | Tagged cubox-i4 pro success, gpl issue, kernel 3.19-rc2, nvidia and vmware fails | 1 Reply

Kernel 3.19-rc1 – Breaks VMware and NVIDIA..

Adventures With Linux ™ Posted on December 21, 2014 by RGDecember 21, 2014

Just installed Kernel 3.19-rc1 on the test system, and both VMware and NVIDIA fail to compile.. VMware (11.0) vmnet failed with: /tmp/modconfig-2fqpf2/vmnet-only/driver.c: In function ‘VNetFileOpUnlockedIoctl’: /tmp/modconfig-2fqpf2/vmnet-only/driver.c:1194:20: error: ‘struct file’ has no member named ‘f_dentry’ if (filp && filp->f_dentry) { ^ /tmp/modconfig-2fqpf2/vmnet-only/driver.c:1195:19: error: ‘struct file’ has no member named ‘f_dentry’ inode = filp->f_dentry->d_inode; ^ scripts/Makefile.build:257: recipe for target … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance, VMware | Tagged compile fails, kernel 3.19-rc1, nvidia 340.65, vmware 11.0 | Leave a reply

Kernel 3.18 – Small Changes from -rc7..

Adventures With Linux ™ Posted on December 8, 2014 by RGDecember 8, 2014

Installed kernel 3.18 Final, and as expected the latest NVIDIA (346.16) and VMware (11.0) drivers compile and load/run OK.     The older NVIDIA (340.58) and VMware (10.0.4 + vmnet patch) drivers should also be OK.. $ uname -a Linux rglinux-i7 3.18.0 #4 SMP PREEMPT Sun Dec 7 18:54:19 PST 2014 x86_64 x86_64 x86_64 GNU/Linux The obscure ‘lockup’ bug … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged kernel 3.18 final, nvidia 346.16, success, vmware 11.0 | Leave a reply

Kernel 3.18-rc7 – Still No Lockup Fix..

Adventures With Linux ™ Posted on December 2, 2014 by RGDecember 2, 2014

Just installed Kernel 3.17-rc7, and the usual ‘latest’ drivers – NVIDIA 340.58 and 346.16, and VMware 10.0.4 with the vmnet patch – compile and load OK.. $ uname -a Linux rg6830l 3.18.0-rc7 #1 SMP PREEMPT Mon Dec 1 13:52:29 PST 2014 x86_64 x86_64 x86_64 GNU/Linux Details of changes etc. are here:  http://lkml.iu.edu/hypermail/linux/kernel/1411.3/05016.html It seems that – despite … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 3.18-rc7, nvidia 340.58 346.16, success, vmnet patch, vmware 10.0.4 | Leave a reply

Kernel 3.18-rc6 – Still Needs Work..

Adventures With Linux ™ Posted on November 24, 2014 by RGNovember 24, 2014

Just installed Kernel 3.18-rc6, and the latest NVIDIA drivers – 340.58 and 346.16 – compile and load OK… Although VMware have just released version 10.0.4, this still needs the ‘vmnet patch’ to compile OK, with kernels 3.17 and 3.18.. # uname -a Linux rg6830l 3.18.0-rc6 #1 SMP PREEMPT Sun Nov 23 23:41:40 PST 2014 x86_64 x86_64 x86_64 … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, Opinion, VMware | Tagged kernel 3.18-rc6, nvidia 340.48 346.16, success, unfinished, vmnet patch, vmware 10.0.4 | Leave a reply

Post navigation

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