Now I tried to load all available modules: ls /modules | grep -v acpi | sed -e 's/.ko/_load="YES"/g' > /boot/loader.conf In this case it crashes immediately when acpi.ko gets loaded. Without acpi it works fine. Perhaps it's related to a buggy bios on my laptop (Thinkpad T42)? Johannes