Comment 5 for bug 23048

Revision history for this message
Matt Zimmerman (mdz) wrote :

Please boot the system in recovery mode, then run:

for file in /lib/modules/`uname -r`/kernel/drivers/acpi/*.ko; do
  modname=$(basename $file .ko)
  echo "Trying to load: $modname"
  modprobe $modname
done

and copy the output here.