↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: compilation

Post navigation

← Older posts
Newer posts →

Kernel 3.17 – At Last…

Adventures With Linux ™ Posted on October 6, 2014 by RGOctober 6, 2014

Kernel 3.17 Final has – finally – been released, and details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1410.0/02818.html As with the last -rc, the latest NVIDIA (340.46) and VMware (10.0.3 patched) drivers install and run OK.. $ uname -a Linux rglinux-i7 3.17.0 #1 SMP PREEMPT Sun Oct 5 18:02:39 PDT 2014 x86_64 x86_64 x86_64 GNU/Linux Robert Gadsdon.   October 5, 2014. … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged kernel, kernel 3.17, linux, nvidia 340.46, success, vmware 10.0.3 patched | Leave a reply

Kernel 3.17-rc7 – Unexpected..

Adventures With Linux ™ Posted on September 30, 2014 by RGSeptember 30, 2014

Kernel 3.17 was due out by now, but we have another release candidate instead – rc7.. No problems with the latest VMware (10.0.3 patched) and NVIDIA (340.32) drivers, which compile and load OK..   The latest NVIDIA ‘beta’ (343.22) compiles/loads OK, but I need to test it more thoroughly with VMware, as the previous version broke the VM … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged 3.17 delayed, extra, kernel 3.17-rc7, nvidia 340.32, nvidia 343.22, success, vmware 10.0.3 patched | Leave a reply

Kernel 3.17-rc6 – 3.17 Final Soon?

Adventures With Linux ™ Posted on September 23, 2014 by RGSeptember 23, 2014

Installed Kernel 3.17-rc6, and – as with -rc5 – the latest VMware (10.0.3 with vmnet patch) and NVIDIA (340.32) drivers compile and install/load OK.. # uname -a Linux rg6830l 3.17.0-rc6 #1 SMP PREEMPT Mon Sep 22 09:48:38 PDT 2014 x86_64 x86_64 x86_64 GNU/Linux Details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1409.2/03201.html From the comments, it seems that the next release may … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Performance, VMware | Tagged kernel, kernel 3.17-rc6, linux, nvidia 340.32, success, vmware 10.0.3 patched | Leave a reply

Kernel 3.17-rc5 – Same Comments as -rc4..

Adventures With Linux ™ Posted on September 15, 2014 by RGSeptember 15, 2014

Just updated the test system to Kernel 3.17-rc5, and – as with -rc4 – the vmnet-patched VMware 10.0.3 and NVIDIA 340.32 both compile/load OK.. $ uname -a Linux rg6830l 3.17.0-rc5 #1 SMP PREEMPT Sun Sep 14 23:17:13 PDT 2014 x86_64 x86_64 x86_64 GNU/Linux Details are here:  http://lkml.iu.edu/hypermail/linux/kernel/1409.1/05124.html Robert Gadsdon.   September 15, 2014. … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged kernel, kernel 3.17-rc5, linux, nvidia 340.32, success, vmware 10.0.3 patched | Leave a reply

Kernel 3.17-rc4 – OK with (Patched) VMware, and latest NVIDIA..

Adventures With Linux ™ Posted on September 8, 2014 by RGSeptember 8, 2014

Updated to Kernel 3.17-rc4, and the vmnet-patched VMware (10.0.3) and latest NVIDIA (340.32) all compile/load OK..    See previous -rc3 article for details of the patch.. $ uname -a Linux rg6830l 3.17.0-rc4 #1 SMP PREEMPT Sun Sep 7 22:33:23 PDT 2014 x86_64 x86_64 x86_64 GNU/Linux Details of the changes are here:  http://lkml.iu.edu/hypermail/linux/kernel/1409.0/04463.html Robert Gadsdon.  September 8, 2014. … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged kernel 3.17-rc4, linux, nvidia 340.32, success, vmnet, vmware 10.0.3 patched | 2 Replies

Kernel 3.17-rc3 – Breaks VMNET – and a Fix..

Adventures With Linux ™ Posted on September 4, 2014 by RGSeptember 4, 2014

Just tested Kernel 3.17-rc3, and it breaks VMware (10.0.3) – vmnet: ……………. /tmp/modconfig-d0zqLW/vmnet-only/netif.c: In function ‘VNetNetIf_Create’: /tmp/modconfig-d0zqLW/vmnet-only/netif.c:152:64: error: macro “alloc_netdev” requires 4 arguments, but only 3 given     dev = alloc_netdev(sizeof *netIf, deviceName, VNetNetIfSetup);                                                                 ^ /tmp/modconfig-d0zqLW/vmnet-only/netif.c:152:10: error: ‘alloc_netdev’ undeclared (first use in this function)     dev = alloc_netdev(sizeof *netIf, deviceName, VNetNetIfSetup); …………… Thanks to Erwin Zoer (see … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux, Opinion, Performance, VMware | Tagged fix, kernel 3.17-rc3, netif.c, net_name_unknown, requires 4 arguments, success, vmnet, vmware problem | 4 Replies

ARM – CuBox to 3.17-rc2 – 23rd Anniversary Release..

Adventures With Linux ™ Posted on August 26, 2014 by RGAugust 26, 2014

Just updated the CuBox i4-Pro to Kernel 3.17-rc2, which was – deliberately – released on the 23rd anniversary of the initial release of kernel code for ‘Linux’.. More details here:  http://lkml.iu.edu/hypermail/linux/kernel/1408.3/00773.html And source here:  https://github.com/jmontleon/fedora-20-cubox-i_hb/tree/3.17-rc2 Fedora release 20 (Heisenbug) Kernel 3.17.0-rc2 on an armv7l (ttymxc0) …………….. $ uname -a Linux rgcubox 3.17.0-rc2 #1 SMP PREEMPT Tue Aug … Continue reading →

Posted in compilation, CuBox, Fedora, Linux / ARM | Tagged 23rd anniversary, arm, cubox-i4-pro, kernel 3.17-rc2, linux | Leave a reply

ARM – CuBox-i4 Pro to Kernel 3.17-rc1..

Adventures With Linux ™ Posted on August 20, 2014 by RGAugust 20, 2014

Just updated the CuBox to kernel 3.17-rc1, but still used the previous ‘combined zImage plus DTB’ method, which works OK.. Kernel source here:  # git clone -b 3.17-rc1 –single-branch https://github.com/jmontleon/fedora-20-cubox-i4pro Fedora release 20 (Heisenbug) Kernel 3.17.0-rc1 on an armv7l (ttymxc0) ……………. # uname -a Linux rgcubox 3.17.0-rc1 #1 SMP PREEMPT Tue Aug 19 13:48:28 EDT 2014 armv7l … Continue reading →

Posted in compilation, CuBox, Fedora, Linux / ARM | Tagged arm, compile, cubox-i4-pro, dtb, kernel 3.17-rc1, linux, success, workflow | Leave a reply

Kernel 3.17-rc1 – OK with VMware and NVIDIA..

Adventures With Linux ™ Posted on August 17, 2014 by RGAugust 17, 2014

Just installed Kernel 3.17-rc1, and the latest VMware (10.0.3) and NVIDIA (340.32) drivers compile and load OK…    I had previously had trouble with VMware and NVIDIA’s ‘beta’ driver 343.13, so did not test this version again.. $ uname -a Linux rglinux-i7 3.17.0-rc1 #1 SMP PREEMPT Sat Aug 16 13:56:55 PDT 2014 x86_64 x86_64 x86_64 GNU/Linux Brief details … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Performance, VMware | Tagged kernel, kernel 3.17-rc1, linux, nvidia 340.32, success, vmware 10.0.3 | 2 Replies

NVIDIA – New Beta Driver – 343.13 – Breaks VMware..

Adventures With Linux ™ Posted on August 12, 2014 by RGAugust 12, 2014

Updated to the latest NVIDIA ‘beta’ driver – 343.13 – which compiles and installs OK on Kernel 3.16 (from kernel.org..).. More details can be found here:  http://www.geforce.com/drivers/results/77410 Just tested this with VMware, and it breaks fullscreen mode, so reverted to the previous version – 340.24.. Robert Gadsdon.  August 12, 2014. … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Performance | Tagged 343.13, beta driver, breaks vmware fullscreen mode, kernel 3.16, linux, nvidia, use 340.24 instead | Leave a reply

Post navigation

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