Comment 37 for bug 717919

Revision history for this message
Carlo Capocasa (carlotheman) wrote :

Same hardware (Lenovo 750p), same fix, same problem with the fix (battery detection). Oh well.

To test the fix, I pressed E in grub and added acpi=noirq after "quiet splash".

To make the fix permanent, I went ot the line that said

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

in /etc/default/grub and edit it to look like

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=noirq"