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!
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.
https://askubuntu.com/questions/1099929/enters-airplane-mode-after-suspend-resume-cant-toggle-it
– Andreas Sep 18 '19 at 15:20