3.12-rc1 – VMware OK, NVIDIA Not…
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);
^
make[3]: *** [/home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel/nv-drm.o] Error 1
make[2]: *** [_module_/home/rgadsdon/NVIDIA-Linux-x86_64-325.15/kernel] Error 2
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/usr/src/linux-3.12-rc1′
Robert Gadsdon. September 15, 2013.
Have you try to run any VMs?
I have problem to start up Win7 client, it crashes on start – no matter if it is running (suspended) or booted from cold.
My setup:
Ubuntu 13.04 + linux 3.12rc1 + VMware WS 10
I only have limited disk space on my test system (AMD Radeon), but have run an Android VM without any problems..
RG.