↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Tag Archives: compile fail

Post navigation

← Older posts
Newer posts →

VMware – 12.5.2 Released – Still Broken With Kernel 4.9..

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

Just updated the test system to VMware Workstation Pro 12.5.2, and it still fails to compile with Kernel 4.9-rc5 I have – so far – been unable to find any other patches for this issue, but fortunately the nasty hack I documented in the article for 4.9-rc4 still works.. http://rglinuxtech.com/?p=1838 The release notes for 12.5.2 are here:  … Continue reading →

Posted in Hacks, kernel, Linux, VMware | Tagged compile fail, fix available, kernel, kernel 4.9, linux, vmware 12.5.2 | 33 Replies

NVIDIA – Latest Driver – Still Fails with Kernel 4.7..

Adventures With Linux ™ Posted on July 16, 2016 by RGJuly 16, 2016

Kernel 4.7-rc7 is out, and 4.7 Final should be next, but the latest NVIDIA driver released – 367.35 – still fails to compile with 4.7-rc7..     The patch for 367.xx still works OK…  Details here:  http://rglinuxtech.com/?p=1750 In case you need to create an executable (NVxx.xxx.run) incorporating the patch, details on how to do this are in an older … Continue reading →

Posted in compilation, Crash and Burn.., fix, Hacks, kernel, Linux, NVIDIA, Performance | Tagged compile fail, executable plus patch, fix, kernel 4.7-rc7, nvidia 367.35, patch | 1 Reply

Kernel – 4.2-rc1 – and rc2 – and -rc3 – Breaks Nvidia and VMware..

Adventures With Linux ™ Posted on July 6, 2015 by RGJuly 20, 2015

Update:   Same results with 4.2-rc3..    (RG  July 19) Update:   Kernel 4.2-rc2 fails with VMware (vmnet) and NVIDIA in the same ways..     (RG July 14) Updated to kernel 4.2-rc1 on the test system: # uname -a Linux rg6830l 4.2.0-rc1 #1 SMP Sun Jul 5 18:36:06 PDT 2015 x86_64 x86_64 x86_64 GNU/Linux Brief details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1507.0/02156.html VMware 11.1.2 … Continue reading →

Posted in Linux | Tagged 11.1.2, 346.82, 352.21, compile fail, gpl-only, kernel 4.2-rc1, nvidia, sk_alloc, too few arguments, vmnet, vmnetbridgeup, vmware, workqueue.c | 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 – Welcome to Linux 4.0? VMware (Patched) OK, NVIDIA Fix Available..

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

Just tested Kernel 4.0-rc1 – announced here:  http://lkml.iu.edu/hypermail/linux/kernel/1502.2/04059.html As you will see – not much actual detail on what has changed, and I have already run into a couple of ‘issues’… The Radeon drm driver on my laptop refuses to load, and the boot hangs immediately with drm r600_ring_test [radeon] *ERROR* radeon: ring 0 test failed (scratch(0x8504)=0xFFFFFFFF) … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance, VMware | Tagged boot success, compile fail, fix available, framebuffer workaround, kernel 4.0-rc1, nvidia 346.35, radeon drm error, vmnet patch, vmware 11.1.0 | 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-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

More Fun with Audacity…

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

This article relates to compilation on the latest Fedora (21) but can also apply to other Distros… The Distro-supplied version of Audacity is typically functionality-challenged, and does not allow working with some of the more up-to-date audio formats, due to US Patent law concerns.. The necessary functionality can be achieved by compiling it yourself, and this is … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, Linux, Opinion, Performance | Tagged audacity 2.0.6, compile fail, ffmpeg, patch, success | Leave a reply

Kernel 3.14-rc1 – VMware OK, NVIDIA Fail..

Adventures With Linux ™ Posted on February 3, 2014 by RGFebruary 3, 2014

Just updated the test system to Kernel 3.14-rc1, and did the usual tests with the latest VMware (10.0.1) and NVIDIA (331.38). VMware compile failed with the VMware version of vmci, but this can be fixed by selecting the kernel.org versions of these modules, from the standard 3.14-rc1 source tree.   The vmci module can be found under ‘Misc … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, NVIDIA, Opinion, Performance, VMware | Tagged compile fail, kernel 3.14-rc1, kernel.org versions, nvidia 331.38, nvidia acpi, vmci, vmware 10.0.1 ok, vsock | Leave a reply

3.13 Final – And a VMware Patch You May Not Need..

Adventures With Linux ™ Posted on January 20, 2014 by RGJanuary 20, 2014

Installed 3.13 Final on my test system, and then on my main system, and encountered an odd problem with VMware (10.0.1).. On my test system, VMware had been compiling and installing/running OK on all the 3.13-rc versions, and 3.13 Final, but on my main system, vmnet failed to compile: … /tmp/modconfig-I1rVjt/vmnet-only/filter.c:206:1: error: conflicting types for ‘VNetFilterHookFn’  VNetFilterHookFn(unsigned … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA, Opinion, Performance, VMware | Tagged 10.0.1, 319.82, 331.38, compile fail, error, kernel 3.13, nvidia, patch, problem, success, vmnet, vmware, vnetfilterhookfn | 5 Replies

Post navigation

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