Created attachment 87181 [details] .config used Hello, The kernel does not compile with message : CC init/version.o LD init/built-in.o drivers/built-in.o: In function `nouveau_acpi_edid': /usr/src/linux/drivers/gpu/drm/nouveau/nouveau_acpi.c:419: undefined reference to `acpi_video_get_edid' make: *** [vmlinux] Error 1 Regards JP Pozzi
Hello, Even while disabling EDID the same error. grep EDID .config # CONFIG_DRM_LOAD_EDID_FIRMWARE is not set # CONFIG_FIRMWARE_EDID is not set Nothing other changed. Regards JP Pozzi
You need ACPI_VIDEO set to yes not modular - shouldn't let you select a failing build but that is probably the workaround
Hello, I try it but ACPI_VIDEO is reset to "m" whenever you "make menuconfig" or compile the kernel. I can't find what other parameters are to be set to "y". At least the kernel compile but I have some problems, after one or two hours the screen (or keyboard ?) get stuck and I have to connect from another machine to stop properly the system. I get the same kind of "screen blocked" with the 3.7.1 kernel. I try it but ACPI_VIDEO is reset to "m" whenever you "make menuconfig" or compile the kernel. I can't find what other parameters are to be set to "y". It is the same for 3.7.1 kernel. Regards JP P
Hello, Did not get the problem with newer kernels. Bug to close. Regards