↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

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

Category Archives: kernel

Post navigation

← Older posts
Newer posts →

3.12-rc5 Released – Still OK with VMware and NVIDIA (Patched)

Adventures With Linux ™ Posted on October 14, 2013 by RGOctober 14, 2013

Just installed kernel 3.12-rc5 on the test system, and – as expected – VMware 10.0 compiles and runs OK, and NVIDIA drivers 319.60 and 331.13 – both with the 3.12 patch – compile OK. Changes, here: http://permalink.gmane.org/gmane.linux.kernel/1578296 $ uname -a Linux rg6830l 3.12.0-rc5 #1 SMP PREEMPT Mon Oct 14 11:09:39 BST 2013 x86_64 x86_64 x86_64 GNU/Linux Sadly, … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged 319.60, 331.13, kernel 3.12-rc5, nvidia patch, success, vmware 10 | 2 Replies

Kernel 3.12-rc4 – With fix for NVIDIA..

Adventures With Linux ™ Posted on October 7, 2013 by RGOctober 7, 2013

Just installed Kernel 3.12-rc4 on the test system, and I can confirm – as expected – that it does include the ‘EXPORT_SYMBOL‘ fix, which allows the NVIDIA 3.12 patch to work correctly.    Details of changes are here:    https://lkml.org/lkml/2013/10/6/148 Patched NVIDIA drivers 331.13 and 319.60 both compile OK Robert Gadsdon.   October 7, 2013 … Continue reading →

Posted in compilation, Hacks, kernel, Linux, NVIDIA | Tagged export_symbol, kernel 3.12-rc4, nvidia 331.13 and 319.60, nvidia fix, patch, success | Leave a reply

NVIDIA and Kernel 3.12 – Solution, at Last..

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

It seemed there was no ‘legal’ way to fix the problem with NVIDIA driver compilation on Kernel 3.12-rc, but now – unusually – there is a kernel patch to fix this: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/acpi/scan.c?id=6585925b62fa4dd2f4aecf634b0f8956577aa981 Thanks to conky_vs_julian (on the NVIDIA Devtalk forum) for this info. More details – including a link to a 3.12 patch for NVIDIA drivers – … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Opinion | Tagged 319.60, 331.13, compile, kernel 3.12 patch, nvidia, nvidia 3.12 patch, success | 6 Replies

NVIDIA – Driver 331.13 Released – Still Fails..

Adventures With Linux ™ Posted on October 4, 2013 by RGOctober 4, 2013

Sadly – as has already been reported – the latest NVIDIA 331.13 driver still won’t compile with 3.11 kernels.. I did manage to get it to work, by applying the 3.11-only patch originally created for 325.15.. It would appear that a ‘legal’ patch for 3.12 kernels would be a non-trivial task, but the 3.11 patch is so … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, Opinion | Tagged 315.25 patch works, compile fail, kernel 3.11, nvidia 331.13, workaround | Leave a reply

NVIDIA – We Have a Problem…

Adventures With Linux ™ Posted on October 2, 2013 by RGOctober 2, 2013

After some time, NVIDIA have just released their latest driver – 319.60.  Unfortunately, it fails to compile with the latest kernel – 3.11.3: /home/rgadsdon/NVIDIA-Linux-x86_64-319.60/kernel/os-interface.c: In function ‘os_get_system_memory_size’: /home/rgadsdon/NVIDIA-Linux-x86_64-319.60/kernel/os-interface.c:255: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-319.60/kernel/os-interface.c:255:21: note: each undeclared identifier is reported only once for each function it appears … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, Opinion | Tagged compile fail, kernel 3.11.3, nvidia 319.60 | Leave a reply

Dreamplug to 3.11.3 – With ‘Device Tree’..

Adventures With Linux ™ Posted on October 1, 2013 by RGOctober 2, 2013

Updated the Dreamplug to 3.11.3, and – although # make uImage… still works, decided to try the ‘new/improved’ Device Tree option, as this is the way of the future – apparently.. I found that the obvious config option of ‘Marvell Dreamplug…..’ etc didn’t work, and I would assume this is due to this being an earlier Dreamplug, … Continue reading →

Posted in compilation, Dreamplug, kernel, Linux / ARM | Tagged arm, device tree, dreamplug, dtb, kernel 3.11.3, linux, success, zimage | Leave a reply

3.11.2 – Better now?

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

I had been experiencing occasional problems with X and KDE with the previous 3.11 kernel versions, and had reverted to 3.10.12, but have just updated to 3.11.2, and it seems to be better – so far…. VMware 10 compiles and runs OK, and NVIDIA 319.49 – with the 3.11 patch – works OK.    I have seen reports … Continue reading →

Posted in compilation, Hacks, KDE, kernel, Linux, NVIDIA, Opinion, VMware | Tagged 3.12 illegal nvidia hack, kernel 3.11.2, nvidia 3.19.49, success, vmware 10, with patch | 2 Replies

Dreamplug to 3.11.1, but not 3.12-rc1..

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

Updated the Dreamplug to kernel 3.11.1, using the ARM /Marvell Kirkwood ‘Marvell GuruPlug Reference Board (Flattened Device Tree)’ kernel config option, as – for some reason – the ‘Marvell Dreamplug (Flattened Device Tree)’ option did not boot.. # uname -a Linux rgdreamplug 3.11.1 #4 Wed Sep 18 02:13:54 BST 2013 armv5tel armv5tel armv5tel GNU/Linux I then tried … Continue reading →

Posted in Dreamplug, kernel, Linux / ARM, Performance | Tagged 3.12-rc1 fail, arm, dreamplug, kernel 3.11.1, success | Leave a reply

3.12-rc1 – VMware OK, NVIDIA Not…

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

Just installed kernel 3.12-rc1 on the test system, and VMware 10.0 compiles OK.. NVIDIA 325.15 (with the 3.11 patch) fails: /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/nv-drm.c: At top level: /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/nv-drm.c:109:15: error: ‘drm_fasync’ undeclared here (not in a function) .fasync = drm_fasync, ^ /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/nv-drm.c: In function ‘nv_alloc_os_descriptor_handle’: /home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/nv-drm.c:205:9: error: void value not ignored as it ought to be ret = drm_gem_private_object_init(nvl->drm, &nv_obj->base, size); … Continue reading →

Posted in compilation, Crash and Burn.., kernel, Linux, NVIDIA, VMware | Tagged 3.11 patch, compile fail, kernel 3.12-rc1, nvidia 325.15, vmware 10.0 ok | 2 Replies

3.11.1 Released, and ‘Long Term’ 3.10.12..

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

Kernel 3.11.1 has been released, and VMware 10.0 and (patched) NVIDIA 325.15 compile and run OK.. Details are here:  https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.11.1 In fact, there is a NVIDIA driver that compiles with 3.11 kernels unpatched, but it is the ‘legacy’ driver 173.14.38..   There is still no ‘current’ driver available, fully compatible with 3.11 kernels. The latest ‘long term’ kernel … Continue reading →

Posted in compilation, kernel, Linux, NVIDIA, VMware | Tagged 3.10.12 long term, kernel 3.11.1, nvidia 325.15 patched, vmware 10.0 | Leave a reply

Post navigation

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