1

I am using Ubuntu 18.04 in my HP Pavilion DV4 laptop. After installing it shows that airplane mode is on by hardware switch

enter image description here

and there is no airplane mode disable switch I found in network

enter image description here

as a result WIFI and Bluetooth not working

enter image description here

enter image description here

When running rfkill list all

enter image description here

Also when I run on widows and press F12 airplane mode is on and off but in Ubuntu it doesn't work

enter image description here

So how can I disable airplane, enable WIFI and Bluetooth

  • I have exactly the same problem with HP Pavilion 15-n208tx laptop. It has been 3 years since I am looking for a solution to this problem. – Umang Goel Aug 29 '19 at 18:26
  • Possible duplicate of https://askubuntu.com/q/965595/267752 – THelper Sep 21 '19 at 11:00
  • @THelper thanks I did try that before but didn't work see my comment there https://askubuntu.com/questions/965595/why-does-airplane-mode-keep-toggling-on-my-hp-laptop-in-ubuntu-18-04#comment1904227_965596 – ARIF MAHMUD RANA Sep 21 '19 at 15:28

2 Answers2

1

After a long read and research, I discovered the issue is with acpi=off as a kernel boot parameter.

  1. Edit your kernel boot parameter with:

sudo nano /etc/default/grub

  1. Look for the line with GRUB_CMDLINE_LINUX_DEFAULT="quite splash acpi=off" <--parameters may defer based on your system - ->

Within the " " (quotes), replace acpi=off or any other acpi parameters with acpi_osi=!.

e.g.: GRUB_CMDLINE_LINUX_DEFAULT="quite splash acpi_osi=!"

  1. Press Ctrl+O to Save and Confirm Change

Press Ctrl+X to return to terminal

  1. Update grub with :

sudo update-grub

  1. Reboot your machine.

Everything should be working fine. :)

Kevin Bowen
  • 19,615
  • 55
  • 79
  • 83
Cx1
  • 11
0

My wifi does not work after installing Ubuntu on an HP Pavilion DV-4 Laptop, I found that the touch switch that used to turn wifi off and on now toggles it into and out of airplane mode, I think that is the manual switch the system is referencing. At least it was for me.