↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Monthly Archives: September 2014

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

ARM – Odroid U2 – Finally an Up-to-Date Kernel?

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

I had been frustrated by the apparent inability of the suppliers to provide anything other than an obsolete Ubuntu-centric 3.8+ kernel for the Odroid U2, and other kernels I had tested were somewhat ‘incomplete’… I finally managed to get a 3.17-r3 version from https://github.com/tobiasjakobi/linux-odroid/tree/odroid-3.17.y This now includes the necessary ‘bits’ for the U3, which is functionally identical … Continue reading →

Posted in Hacks, kernel, Linux / ARM, Odroid, Performance | Tagged arm, boot, kernel 3.17-rc3, linux, odroid u2, success, usb stick fail | Leave a reply

ARM – Odroid U2 – Finally an Up-to-Date Kernel?

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

I had been frustrated by the apparent inability of the suppliers to provide anything other than an obsolete Ubuntu-centric 3.8+ kernel for the Odroid U2, and other kernels I had tested were somewhat ‘incomplete’… I finally managed to get a 3.17-r3 version from https://github.com/tobiasjakobi/linux-odroid/tree/odroid-3.17.y This now includes the necessary ‘bits’ for the U3, which is functionally identical … Continue reading →

Posted in Hacks, kernel, Linux / ARM, Odroid, Performance | Tagged arm, boot, kernel 3.17-rc3, linux, odroid u2, success, usb stick fail | 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
Original content © Robert Gadsdon 2013
↑