↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: kernel

Post navigation

← Older posts
Newer posts →

Back to 3.10.11..

Adventures With Linux ™ Posted on September 10, 2013 by RGSeptember 10, 2013

I encountered some (relatively) minor issues with USB3 connectivity on my main x86_64 system (flash drives not always being recognised on connection), so have reverted to 3.10.11 for the time being.. Unlike recent kernel versions, which have been EOL (End Of Life) after the next major version was released, the 3.10.x series is due to be supported … Continue reading →

Posted in compilation, kernel, Linux, USB3 | Tagged 3.11, long term support, revert to 3.10.11, usb3 issues | Leave a reply

Pi to 3.11..

Adventures With Linux ™ Posted on September 9, 2013 by RGSeptember 9, 2013

Just updated the Raspberry Pi to kernel 3.11, using the source code available (linux-rpi-3.11.y) on GitHub, with a couple of minor hacks.. As seems to often be the case, there were a couple of source/config files missing: drivers/net/ethernet/Kconfig is missing, so.. just copy one from the older 3.10.x tree.. make[2]: *** No rule to make target `net/mac80211/chan.o’, … Continue reading →

Posted in compilation, Crash and Burn.., Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged hack, kernel 3.11, raspberry pi, success | 1 Reply

VMware 10 – No Patches Needed..

Adventures With Linux ™ Posted on September 7, 2013 by RGSeptember 7, 2013

Just upgraded to VMware Workstation 10, and can confirm that it installs and runs on Kernel 3.11 without the need for any patches.. Now, all we need is for NVIDIA to release a 3.11-compatible version of their driver, and all will be well..   That is – until Kernel 3.12-rc1 is out! Robert Gadsdon.   September 7, 2013 … Continue reading →

Posted in compilation, kernel, Linux, VMware | Tagged kernel 3.11, no patches needed, success, vmware 10 | 1 Reply

VMware W/S 10 released..

Adventures With Linux ™ Posted on September 7, 2013 by RGSeptember 7, 2013

VMware Workstation 10.0 has just been released.   This version is reported to work with later Kernels, without any patches.. Thanks to Tim for the info..   I will be upgrading and testing it later today.. Robert Gadsdon.   September 7, 2013. … Continue reading →

Posted in compilation, kernel, Linux, VMware | Tagged later kernels ok, vmware 10 released | Leave a reply

At Last – 3.11..

Adventures With Linux ™ Posted on September 3, 2013 by RGSeptember 3, 2013

Linux Kernel 3.11 has – finally – been released..    Just missing the 22nd anniversary of Linux, and the anniversary of the release of Windows version 3.11 (‘Windows for Workgroups’) As with the -rc versions mentioned in earlier articles, VMware 9.02 – with the 3.10 patches for vmnet and vmblock plus the additional 3.11 patch for vmblock, and … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged 3.11 patches, kernel 3.11 released, linux, nvidia, success, vmware | 5 Replies

22nd Anniversary Linux! – 3.11-rc7

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

Kernel 3.11-rc7 was recently released, exactly 22 years after the very first version of Linux.. Unusually, the release message from Linus was not on the Linux Kernel Mailing List (LKML) but on Google+ https://plus.google.com/+Linux/posts/f96weYxzEu1 As with previous -rc’s, the patched VMware 9.02 and NVIDIA 325.15 drivers compile OK..    (See earlier posts for links to the various patches..) … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, VMware | Tagged kernel 3.11-rc7, linux 22nd anniversary, nvidia, vmware | Leave a reply

Forget 3.10.8, Here is 3.10.9!

Adventures With Linux ™ Posted on August 21, 2013 by RGAugust 21, 2013

Kernel 3.10.8 was released, followed very quickly by 3.10.9, which fixes some ‘networking issues’.. So, I went from 3.10.7 to 3.10.9, as this is recommended for ‘anyone who uses networking’ – in other words, just about everyone! The latest NVIDIA driver – 325.15 – compiles and runs OK, as expected, and the patched VMware 9.02 works correctly.. … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged kernel 3.10.9, skip 3.10.8, vmblock patch, vmnet patch, vmware patches link | Leave a reply

Kernel 3.10.7 Already!

Adventures With Linux ™ Posted on August 15, 2013 by RGAugust 15, 2013

Hot on the heels of 3.10.6 comes 3.10.7, which includes some fixes for USB, and Radeon, and EXT4.. $ uname -a Linux rglinux 3.10.7 #1 SMP PREEMPT Thu Aug 15 11:24:19 BST 2013 x86_64 x86_64 x86_64 GNU/Linux Full details here:   https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.7 No problems with patched VMware 9.02, and the NVIDIA 325.15 driver.. Robert Gadsdon.   August 15, 2013 … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged kernel 3.10.7, nvidia and patched vmware ok | 2 Replies

3.10.6 – Performance Improvement?

Adventures With Linux ™ Posted on August 14, 2013 by RGAugust 14, 2013

The recent kernel 3.10.6 includes a – potential – performance improvement, by reverting some old (circa 3.8) patches, after research and testing by kernel contributors at Intel, and RedHat..   More details in the changelog, at:  https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.6 3.11-rc5 is also out, and works fine with the patched versions of VMware 9.0.2, and NVIDIA 325.15.    Incidentally, the NVIDIA patch … Continue reading →

Posted in compilation, kernel, Linux, Performance | Tagged kernel 3.10.6, kernel 3.11-rc5, nvidia, ok, performance improvements, vmware | Leave a reply

New NVIDIA Driver – OK for 3.10, not for 3.11..

Adventures With Linux ™ Posted on August 5, 2013 by RGAugust 5, 2013

Just installed the latest NVIDIA driver – 325.15 – and it compiles cleanly with 3.10 kernels, but fails with 3.11-rc..: /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/os-interface.c: In function ‘os_get_system_memory_size’: /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/os-interface.c:244:21: error: ‘num_physpages’ undeclared (first use in this function) return (((NvU64)NV_NUM_PHYSPAGES * PAGE_SIZE) / RM_PAGE_SIZE); ^ /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/os-interface.c:244:21: note: each undeclared identifier is reported only once for each function it appears in /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/os-interface.c:245:1: warning: … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA | Tagged 325.15, compilation, kernel 3.10 ok, kernel 3.11 fail, nvidia | 2 Replies

Post navigation

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