Raphael Geissert wrote:
I do not know whether it is significant but I do not have that /lib/modules folder, all my drivers are compiled into the kernel:Yes, if you use nm you will see the via_hook_segment symbol in via_dma.ko: $ nm /lib/modules/$(uname -r)/kernel/drivers/char/drm/via.ko | grep via_hook_segment 00000e94 t via_hook_segment But IIRC (based on other messages found via google) the bug is caused by the DRI driver in the via drm module in the kernel; though I am not an expert in the field so I might be wrong.
# Graphics support # CONFIG_AGP=y CONFIG_AGP_VIA=y CONFIG_DRM=y CONFIG_DRM_VIA=y