When booting the kernel, I noticed a long hang (180s according to udev) while loading my modules. It times out and fails to load. Looking into it I found out that the module "parport_pc" was causing the problem. Manually loading this module also times out (but doesn't crash the kernel). I'm using x86_64 on an Acer TravelMate 6592. This is my lspci -vv output: http://paste.pocoo.org/show/184074/ Help appreciated :)