2

The laptop is an msi gs65 stealth 8sg. I recently installed ubuntu 18.04 and when I close the lid or get in suspend mode the laptop gets into flight mode. I have to do a restart to switch it off.

Any suggestion on how to fix it?

Thanks!

Andreas
  • 41

1 Answers1

0

For anyone interested this workaround by @tleyden (URL: Enters airplane mode after suspend / resume, can't toggle it) worked:

Update /etc/default/grub with:

GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=! acpi_osi='Windows 2009' quiet splash"

And now after resuming, fn + f10 takes it out of airplane mode and removes the hard block on the wifi driver.

Andreas
  • 41