Ubuntu 18.04 / iwlwifi : recurrent problems, now Airplane Mode activated and impossible to remove after...












0















Major Edit : the problem about "sudo modprobe iwlwifi" is solved ! I reset BIOS settings to optimized defaults and the problem disappeared on both Windows and Ubuntu. However, now I still have airplane mode activated and impossible to switch off after suspend.



Major Edit : I've tried on Windows and the Wi-Fi driver could not be loaded as well. Something really went wrong!



Dear AskUbuntu community,



Using a MSI P65 Creator 8RF laptop, I have just installed Ubuntu 18.04 LTS on my laptop. It is my first use of Ubuntu ever.



I am facing recurrent problems with the Wi-Fi driver. I have been facing the well-known problem with the system often switching to airplane mode after suspend, without me being unable to stop it unless suspending and logging in again one or several times.



My Wi-Fi card is Intel Wireless-AC 9560.



I tried to unload and reload iwlwifi by performing :



sudo modprobe -r iwlwifi
sudo modprobe iwlwifi


The first line indeed removed any form of Wi-Fi options on the desktop, but the second line now did not and still does not perform anything. Now I find myself unable to even restart the Wi-Fi. All the drivers seem up-to-date and rebooting does not help.



Does someone have any clue ?



Thank you in advance ! I am new to both Ubuntu and this forum, so I apologize if the question is ill-asked. If you need any other information, like the output of any terminal command line, I will edit the topic and show the answer.



EDIT 1 : thank you Chili555, so :



dmesg | grep iwl
[ 3.071654] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 3.080785] iwlwifi 0000:00:14.3: loaded firmware version 34.0.0 op_mode iwlmvm
[ 3.103001] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
[ 3.150716] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
[ 3.150722] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00000000 for Init uCode
[ 3.150989] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0x3, CPU2 Status: 0x2459
[ 3.151277] iwlwifi 0000:00:14.3: Failed to start INIT ucode: -5
[ 3.166429] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -5
[ 571.628552] iwlwifi 0000:00:14.3: loaded firmware version 34.0.0 op_mode iwlmvm
[ 571.640682] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
[ 571.686727] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
[ 571.686734] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00000000 for Init uCode
[ 571.686843] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0x3, CPU2 Status: 0x2458
[ 571.686848] iwlwifi 0000:00:14.3: Failed to start INIT ucode: -5
[ 571.699125] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -5

rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no


Before I removed iwlwifi with modprobe -r, "rfkill list all" would also show the Wi-Fi.



Edit 2 :



ls -al /lib/firmware | grep 9000
-rw-r--r-- 1 root root 2632620 avril 24 2018 iwlwifi-9000-pu-b0-jf-b0-33.ucode
-rw-r--r-- 1 root root 2677620 janv. 24 13:59 iwlwifi-9000-pu-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2520568 déc. 14 13:54 iwlwifi-9000-pu-b0-jf-b0-38.ucode


For your information, I also tried to reinstall the iwlwifi from Intel's website, maybe it explains why there are more than 1 result here. Of course, this procedure dit not help. I don't know if it made anything worse!



** Edit 3:**



Tried to reinstall the drivers but still have :



dmesg | grep iwl
[ 3.115860] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 3.124078] iwlwifi 0000:00:14.3: loaded firmware version 34.3125811985.0 op_mode iwlmvm
[ 3.158887] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
[ 3.208187] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
[ 3.208190] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00000000 for Init uCode
[ 3.208246] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0x3, CPU2 Status: 0x2458
[ 3.208248] iwlwifi 0000:00:14.3: Failed to start INIT ucode: -5
[ 3.220168] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -5









share|improve this question

























  • Please edit your question to show the result of the terminal commands: dmesg | grep iwl and also: rfkill list all Welcome to Ask Ubuntu.

    – chili555
    Jan 24 at 15:13











  • @chili555 : thank you for your help, I have just edited

    – MrOrgon
    Jan 24 at 15:30











  • This suggests a firmware fault and I wonder if your firmware file is corrupted. Please also add: ls -al /lib/firmware | grep 9000 On my machine, the relevent file is: 2678284 Nov 6 09:30 iwlwifi-9000-pu-b0-jf-b0-34.ucode

    – chili555
    Jan 24 at 16:18











  • @chili555 : yes it is highly possible. For your information, I also tried to reinstall the iwlwifi from Intel's website, it did not lead to much more success. I have added this command

    – MrOrgon
    Jan 24 at 16:22













  • I suspect that, in so doing, you reverted to an earlier firmware file, not later. Please install this, reboot and let us see: dmesg | grep iwl security.ubuntu.com/ubuntu/pool/main/l/linux-firmware/…

    – chili555
    Jan 24 at 16:28
















0















Major Edit : the problem about "sudo modprobe iwlwifi" is solved ! I reset BIOS settings to optimized defaults and the problem disappeared on both Windows and Ubuntu. However, now I still have airplane mode activated and impossible to switch off after suspend.



Major Edit : I've tried on Windows and the Wi-Fi driver could not be loaded as well. Something really went wrong!



Dear AskUbuntu community,



Using a MSI P65 Creator 8RF laptop, I have just installed Ubuntu 18.04 LTS on my laptop. It is my first use of Ubuntu ever.



I am facing recurrent problems with the Wi-Fi driver. I have been facing the well-known problem with the system often switching to airplane mode after suspend, without me being unable to stop it unless suspending and logging in again one or several times.



My Wi-Fi card is Intel Wireless-AC 9560.



I tried to unload and reload iwlwifi by performing :



sudo modprobe -r iwlwifi
sudo modprobe iwlwifi


The first line indeed removed any form of Wi-Fi options on the desktop, but the second line now did not and still does not perform anything. Now I find myself unable to even restart the Wi-Fi. All the drivers seem up-to-date and rebooting does not help.



Does someone have any clue ?



Thank you in advance ! I am new to both Ubuntu and this forum, so I apologize if the question is ill-asked. If you need any other information, like the output of any terminal command line, I will edit the topic and show the answer.



EDIT 1 : thank you Chili555, so :



dmesg | grep iwl
[ 3.071654] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 3.080785] iwlwifi 0000:00:14.3: loaded firmware version 34.0.0 op_mode iwlmvm
[ 3.103001] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
[ 3.150716] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
[ 3.150722] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00000000 for Init uCode
[ 3.150989] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0x3, CPU2 Status: 0x2459
[ 3.151277] iwlwifi 0000:00:14.3: Failed to start INIT ucode: -5
[ 3.166429] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -5
[ 571.628552] iwlwifi 0000:00:14.3: loaded firmware version 34.0.0 op_mode iwlmvm
[ 571.640682] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
[ 571.686727] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
[ 571.686734] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00000000 for Init uCode
[ 571.686843] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0x3, CPU2 Status: 0x2458
[ 571.686848] iwlwifi 0000:00:14.3: Failed to start INIT ucode: -5
[ 571.699125] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -5

rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no


Before I removed iwlwifi with modprobe -r, "rfkill list all" would also show the Wi-Fi.



Edit 2 :



ls -al /lib/firmware | grep 9000
-rw-r--r-- 1 root root 2632620 avril 24 2018 iwlwifi-9000-pu-b0-jf-b0-33.ucode
-rw-r--r-- 1 root root 2677620 janv. 24 13:59 iwlwifi-9000-pu-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2520568 déc. 14 13:54 iwlwifi-9000-pu-b0-jf-b0-38.ucode


For your information, I also tried to reinstall the iwlwifi from Intel's website, maybe it explains why there are more than 1 result here. Of course, this procedure dit not help. I don't know if it made anything worse!



** Edit 3:**



Tried to reinstall the drivers but still have :



dmesg | grep iwl
[ 3.115860] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 3.124078] iwlwifi 0000:00:14.3: loaded firmware version 34.3125811985.0 op_mode iwlmvm
[ 3.158887] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
[ 3.208187] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
[ 3.208190] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00000000 for Init uCode
[ 3.208246] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0x3, CPU2 Status: 0x2458
[ 3.208248] iwlwifi 0000:00:14.3: Failed to start INIT ucode: -5
[ 3.220168] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -5









share|improve this question

























  • Please edit your question to show the result of the terminal commands: dmesg | grep iwl and also: rfkill list all Welcome to Ask Ubuntu.

    – chili555
    Jan 24 at 15:13











  • @chili555 : thank you for your help, I have just edited

    – MrOrgon
    Jan 24 at 15:30











  • This suggests a firmware fault and I wonder if your firmware file is corrupted. Please also add: ls -al /lib/firmware | grep 9000 On my machine, the relevent file is: 2678284 Nov 6 09:30 iwlwifi-9000-pu-b0-jf-b0-34.ucode

    – chili555
    Jan 24 at 16:18











  • @chili555 : yes it is highly possible. For your information, I also tried to reinstall the iwlwifi from Intel's website, it did not lead to much more success. I have added this command

    – MrOrgon
    Jan 24 at 16:22













  • I suspect that, in so doing, you reverted to an earlier firmware file, not later. Please install this, reboot and let us see: dmesg | grep iwl security.ubuntu.com/ubuntu/pool/main/l/linux-firmware/…

    – chili555
    Jan 24 at 16:28














0












0








0








Major Edit : the problem about "sudo modprobe iwlwifi" is solved ! I reset BIOS settings to optimized defaults and the problem disappeared on both Windows and Ubuntu. However, now I still have airplane mode activated and impossible to switch off after suspend.



Major Edit : I've tried on Windows and the Wi-Fi driver could not be loaded as well. Something really went wrong!



Dear AskUbuntu community,



Using a MSI P65 Creator 8RF laptop, I have just installed Ubuntu 18.04 LTS on my laptop. It is my first use of Ubuntu ever.



I am facing recurrent problems with the Wi-Fi driver. I have been facing the well-known problem with the system often switching to airplane mode after suspend, without me being unable to stop it unless suspending and logging in again one or several times.



My Wi-Fi card is Intel Wireless-AC 9560.



I tried to unload and reload iwlwifi by performing :



sudo modprobe -r iwlwifi
sudo modprobe iwlwifi


The first line indeed removed any form of Wi-Fi options on the desktop, but the second line now did not and still does not perform anything. Now I find myself unable to even restart the Wi-Fi. All the drivers seem up-to-date and rebooting does not help.



Does someone have any clue ?



Thank you in advance ! I am new to both Ubuntu and this forum, so I apologize if the question is ill-asked. If you need any other information, like the output of any terminal command line, I will edit the topic and show the answer.



EDIT 1 : thank you Chili555, so :



dmesg | grep iwl
[ 3.071654] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 3.080785] iwlwifi 0000:00:14.3: loaded firmware version 34.0.0 op_mode iwlmvm
[ 3.103001] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
[ 3.150716] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
[ 3.150722] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00000000 for Init uCode
[ 3.150989] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0x3, CPU2 Status: 0x2459
[ 3.151277] iwlwifi 0000:00:14.3: Failed to start INIT ucode: -5
[ 3.166429] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -5
[ 571.628552] iwlwifi 0000:00:14.3: loaded firmware version 34.0.0 op_mode iwlmvm
[ 571.640682] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
[ 571.686727] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
[ 571.686734] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00000000 for Init uCode
[ 571.686843] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0x3, CPU2 Status: 0x2458
[ 571.686848] iwlwifi 0000:00:14.3: Failed to start INIT ucode: -5
[ 571.699125] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -5

rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no


Before I removed iwlwifi with modprobe -r, "rfkill list all" would also show the Wi-Fi.



Edit 2 :



ls -al /lib/firmware | grep 9000
-rw-r--r-- 1 root root 2632620 avril 24 2018 iwlwifi-9000-pu-b0-jf-b0-33.ucode
-rw-r--r-- 1 root root 2677620 janv. 24 13:59 iwlwifi-9000-pu-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2520568 déc. 14 13:54 iwlwifi-9000-pu-b0-jf-b0-38.ucode


For your information, I also tried to reinstall the iwlwifi from Intel's website, maybe it explains why there are more than 1 result here. Of course, this procedure dit not help. I don't know if it made anything worse!



** Edit 3:**



Tried to reinstall the drivers but still have :



dmesg | grep iwl
[ 3.115860] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 3.124078] iwlwifi 0000:00:14.3: loaded firmware version 34.3125811985.0 op_mode iwlmvm
[ 3.158887] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
[ 3.208187] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
[ 3.208190] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00000000 for Init uCode
[ 3.208246] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0x3, CPU2 Status: 0x2458
[ 3.208248] iwlwifi 0000:00:14.3: Failed to start INIT ucode: -5
[ 3.220168] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -5









share|improve this question
















Major Edit : the problem about "sudo modprobe iwlwifi" is solved ! I reset BIOS settings to optimized defaults and the problem disappeared on both Windows and Ubuntu. However, now I still have airplane mode activated and impossible to switch off after suspend.



Major Edit : I've tried on Windows and the Wi-Fi driver could not be loaded as well. Something really went wrong!



Dear AskUbuntu community,



Using a MSI P65 Creator 8RF laptop, I have just installed Ubuntu 18.04 LTS on my laptop. It is my first use of Ubuntu ever.



I am facing recurrent problems with the Wi-Fi driver. I have been facing the well-known problem with the system often switching to airplane mode after suspend, without me being unable to stop it unless suspending and logging in again one or several times.



My Wi-Fi card is Intel Wireless-AC 9560.



I tried to unload and reload iwlwifi by performing :



sudo modprobe -r iwlwifi
sudo modprobe iwlwifi


The first line indeed removed any form of Wi-Fi options on the desktop, but the second line now did not and still does not perform anything. Now I find myself unable to even restart the Wi-Fi. All the drivers seem up-to-date and rebooting does not help.



Does someone have any clue ?



Thank you in advance ! I am new to both Ubuntu and this forum, so I apologize if the question is ill-asked. If you need any other information, like the output of any terminal command line, I will edit the topic and show the answer.



EDIT 1 : thank you Chili555, so :



dmesg | grep iwl
[ 3.071654] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 3.080785] iwlwifi 0000:00:14.3: loaded firmware version 34.0.0 op_mode iwlmvm
[ 3.103001] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
[ 3.150716] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
[ 3.150722] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00000000 for Init uCode
[ 3.150989] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0x3, CPU2 Status: 0x2459
[ 3.151277] iwlwifi 0000:00:14.3: Failed to start INIT ucode: -5
[ 3.166429] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -5
[ 571.628552] iwlwifi 0000:00:14.3: loaded firmware version 34.0.0 op_mode iwlmvm
[ 571.640682] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
[ 571.686727] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
[ 571.686734] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00000000 for Init uCode
[ 571.686843] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0x3, CPU2 Status: 0x2458
[ 571.686848] iwlwifi 0000:00:14.3: Failed to start INIT ucode: -5
[ 571.699125] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -5

rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no


Before I removed iwlwifi with modprobe -r, "rfkill list all" would also show the Wi-Fi.



Edit 2 :



ls -al /lib/firmware | grep 9000
-rw-r--r-- 1 root root 2632620 avril 24 2018 iwlwifi-9000-pu-b0-jf-b0-33.ucode
-rw-r--r-- 1 root root 2677620 janv. 24 13:59 iwlwifi-9000-pu-b0-jf-b0-34.ucode
-rw-r--r-- 1 root root 2520568 déc. 14 13:54 iwlwifi-9000-pu-b0-jf-b0-38.ucode


For your information, I also tried to reinstall the iwlwifi from Intel's website, maybe it explains why there are more than 1 result here. Of course, this procedure dit not help. I don't know if it made anything worse!



** Edit 3:**



Tried to reinstall the drivers but still have :



dmesg | grep iwl
[ 3.115860] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 3.124078] iwlwifi 0000:00:14.3: loaded firmware version 34.3125811985.0 op_mode iwlmvm
[ 3.158887] iwlwifi 0000:00:14.3: Detected Intel(R) Dual Band Wireless AC 9560, REV=0x318
[ 3.208187] iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
[ 3.208190] iwlwifi 0000:00:14.3: Not valid error log pointer 0x00000000 for Init uCode
[ 3.208246] iwlwifi 0000:00:14.3: SecBoot CPU1 Status: 0x3, CPU2 Status: 0x2458
[ 3.208248] iwlwifi 0000:00:14.3: Failed to start INIT ucode: -5
[ 3.220168] iwlwifi 0000:00:14.3: Failed to run INIT ucode: -5






networking drivers wireless 18.04 iwlwifi






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 24 at 18:29







MrOrgon

















asked Jan 24 at 13:37









MrOrgonMrOrgon

112




112













  • Please edit your question to show the result of the terminal commands: dmesg | grep iwl and also: rfkill list all Welcome to Ask Ubuntu.

    – chili555
    Jan 24 at 15:13











  • @chili555 : thank you for your help, I have just edited

    – MrOrgon
    Jan 24 at 15:30











  • This suggests a firmware fault and I wonder if your firmware file is corrupted. Please also add: ls -al /lib/firmware | grep 9000 On my machine, the relevent file is: 2678284 Nov 6 09:30 iwlwifi-9000-pu-b0-jf-b0-34.ucode

    – chili555
    Jan 24 at 16:18











  • @chili555 : yes it is highly possible. For your information, I also tried to reinstall the iwlwifi from Intel's website, it did not lead to much more success. I have added this command

    – MrOrgon
    Jan 24 at 16:22













  • I suspect that, in so doing, you reverted to an earlier firmware file, not later. Please install this, reboot and let us see: dmesg | grep iwl security.ubuntu.com/ubuntu/pool/main/l/linux-firmware/…

    – chili555
    Jan 24 at 16:28



















  • Please edit your question to show the result of the terminal commands: dmesg | grep iwl and also: rfkill list all Welcome to Ask Ubuntu.

    – chili555
    Jan 24 at 15:13











  • @chili555 : thank you for your help, I have just edited

    – MrOrgon
    Jan 24 at 15:30











  • This suggests a firmware fault and I wonder if your firmware file is corrupted. Please also add: ls -al /lib/firmware | grep 9000 On my machine, the relevent file is: 2678284 Nov 6 09:30 iwlwifi-9000-pu-b0-jf-b0-34.ucode

    – chili555
    Jan 24 at 16:18











  • @chili555 : yes it is highly possible. For your information, I also tried to reinstall the iwlwifi from Intel's website, it did not lead to much more success. I have added this command

    – MrOrgon
    Jan 24 at 16:22













  • I suspect that, in so doing, you reverted to an earlier firmware file, not later. Please install this, reboot and let us see: dmesg | grep iwl security.ubuntu.com/ubuntu/pool/main/l/linux-firmware/…

    – chili555
    Jan 24 at 16:28

















Please edit your question to show the result of the terminal commands: dmesg | grep iwl and also: rfkill list all Welcome to Ask Ubuntu.

– chili555
Jan 24 at 15:13





Please edit your question to show the result of the terminal commands: dmesg | grep iwl and also: rfkill list all Welcome to Ask Ubuntu.

– chili555
Jan 24 at 15:13













@chili555 : thank you for your help, I have just edited

– MrOrgon
Jan 24 at 15:30





@chili555 : thank you for your help, I have just edited

– MrOrgon
Jan 24 at 15:30













This suggests a firmware fault and I wonder if your firmware file is corrupted. Please also add: ls -al /lib/firmware | grep 9000 On my machine, the relevent file is: 2678284 Nov 6 09:30 iwlwifi-9000-pu-b0-jf-b0-34.ucode

– chili555
Jan 24 at 16:18





This suggests a firmware fault and I wonder if your firmware file is corrupted. Please also add: ls -al /lib/firmware | grep 9000 On my machine, the relevent file is: 2678284 Nov 6 09:30 iwlwifi-9000-pu-b0-jf-b0-34.ucode

– chili555
Jan 24 at 16:18













@chili555 : yes it is highly possible. For your information, I also tried to reinstall the iwlwifi from Intel's website, it did not lead to much more success. I have added this command

– MrOrgon
Jan 24 at 16:22







@chili555 : yes it is highly possible. For your information, I also tried to reinstall the iwlwifi from Intel's website, it did not lead to much more success. I have added this command

– MrOrgon
Jan 24 at 16:22















I suspect that, in so doing, you reverted to an earlier firmware file, not later. Please install this, reboot and let us see: dmesg | grep iwl security.ubuntu.com/ubuntu/pool/main/l/linux-firmware/…

– chili555
Jan 24 at 16:28





I suspect that, in so doing, you reverted to an earlier firmware file, not later. Please install this, reboot and let us see: dmesg | grep iwl security.ubuntu.com/ubuntu/pool/main/l/linux-firmware/…

– chili555
Jan 24 at 16:28










2 Answers
2






active

oldest

votes


















1














Problem solved ! I managed to (seemingly) solve the Airplane Mode by performing the following :



1) Added this in /etc/default/grub:



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


2) Ran in Terminal :



sudo update-grub


3) Rebooted



Now I can use my Fn + F10 keyboard combination to activate and deactivate Airplane Mode on my own.



Credits to : Wifi Hard Blocked After Suspend in Ubuntu on GS65



Thank you for your help guys !






share|improve this answer

































    0














    Try instead (as root)



    modprobe -r iwlwifi



    modprobe -i iwlwifi or `



    My laptop had the same issue with some dkms modules and these commands worked for me my wifi module was 8821ce



    Always see manual pages first they are always helpful



    man modprobe



    There is bug related to this https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1710390



    If the above commanda fails then try searching the website it have some workarounds






    share|improve this answer


























    • Unfortunately, it did not change anything... But thank you still. Edit : saw the link before but I will try to have a deeper look, thanks!

      – MrOrgon
      Jan 24 at 17:18













    • Edit : the problem about "sudo modprobe iwlwifi" is solved ! I reset BIOS settings to optimized defaults and the problem disappeared on both Windows and Ubuntu. Thank you for your help.

      – MrOrgon
      Jan 24 at 18:27











    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1112505%2fubuntu-18-04-iwlwifi-recurrent-problems-now-airplane-mode-activated-and-imp%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    Problem solved ! I managed to (seemingly) solve the Airplane Mode by performing the following :



    1) Added this in /etc/default/grub:



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


    2) Ran in Terminal :



    sudo update-grub


    3) Rebooted



    Now I can use my Fn + F10 keyboard combination to activate and deactivate Airplane Mode on my own.



    Credits to : Wifi Hard Blocked After Suspend in Ubuntu on GS65



    Thank you for your help guys !






    share|improve this answer






























      1














      Problem solved ! I managed to (seemingly) solve the Airplane Mode by performing the following :



      1) Added this in /etc/default/grub:



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


      2) Ran in Terminal :



      sudo update-grub


      3) Rebooted



      Now I can use my Fn + F10 keyboard combination to activate and deactivate Airplane Mode on my own.



      Credits to : Wifi Hard Blocked After Suspend in Ubuntu on GS65



      Thank you for your help guys !






      share|improve this answer




























        1












        1








        1







        Problem solved ! I managed to (seemingly) solve the Airplane Mode by performing the following :



        1) Added this in /etc/default/grub:



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


        2) Ran in Terminal :



        sudo update-grub


        3) Rebooted



        Now I can use my Fn + F10 keyboard combination to activate and deactivate Airplane Mode on my own.



        Credits to : Wifi Hard Blocked After Suspend in Ubuntu on GS65



        Thank you for your help guys !






        share|improve this answer















        Problem solved ! I managed to (seemingly) solve the Airplane Mode by performing the following :



        1) Added this in /etc/default/grub:



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


        2) Ran in Terminal :



        sudo update-grub


        3) Rebooted



        Now I can use my Fn + F10 keyboard combination to activate and deactivate Airplane Mode on my own.



        Credits to : Wifi Hard Blocked After Suspend in Ubuntu on GS65



        Thank you for your help guys !







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Jan 24 at 20:02

























        answered Jan 24 at 18:52









        MrOrgonMrOrgon

        112




        112

























            0














            Try instead (as root)



            modprobe -r iwlwifi



            modprobe -i iwlwifi or `



            My laptop had the same issue with some dkms modules and these commands worked for me my wifi module was 8821ce



            Always see manual pages first they are always helpful



            man modprobe



            There is bug related to this https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1710390



            If the above commanda fails then try searching the website it have some workarounds






            share|improve this answer


























            • Unfortunately, it did not change anything... But thank you still. Edit : saw the link before but I will try to have a deeper look, thanks!

              – MrOrgon
              Jan 24 at 17:18













            • Edit : the problem about "sudo modprobe iwlwifi" is solved ! I reset BIOS settings to optimized defaults and the problem disappeared on both Windows and Ubuntu. Thank you for your help.

              – MrOrgon
              Jan 24 at 18:27
















            0














            Try instead (as root)



            modprobe -r iwlwifi



            modprobe -i iwlwifi or `



            My laptop had the same issue with some dkms modules and these commands worked for me my wifi module was 8821ce



            Always see manual pages first they are always helpful



            man modprobe



            There is bug related to this https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1710390



            If the above commanda fails then try searching the website it have some workarounds






            share|improve this answer


























            • Unfortunately, it did not change anything... But thank you still. Edit : saw the link before but I will try to have a deeper look, thanks!

              – MrOrgon
              Jan 24 at 17:18













            • Edit : the problem about "sudo modprobe iwlwifi" is solved ! I reset BIOS settings to optimized defaults and the problem disappeared on both Windows and Ubuntu. Thank you for your help.

              – MrOrgon
              Jan 24 at 18:27














            0












            0








            0







            Try instead (as root)



            modprobe -r iwlwifi



            modprobe -i iwlwifi or `



            My laptop had the same issue with some dkms modules and these commands worked for me my wifi module was 8821ce



            Always see manual pages first they are always helpful



            man modprobe



            There is bug related to this https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1710390



            If the above commanda fails then try searching the website it have some workarounds






            share|improve this answer















            Try instead (as root)



            modprobe -r iwlwifi



            modprobe -i iwlwifi or `



            My laptop had the same issue with some dkms modules and these commands worked for me my wifi module was 8821ce



            Always see manual pages first they are always helpful



            man modprobe



            There is bug related to this https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1710390



            If the above commanda fails then try searching the website it have some workarounds







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Jan 24 at 17:18

























            answered Jan 24 at 17:06









            Saurav SinghSaurav Singh

            565




            565













            • Unfortunately, it did not change anything... But thank you still. Edit : saw the link before but I will try to have a deeper look, thanks!

              – MrOrgon
              Jan 24 at 17:18













            • Edit : the problem about "sudo modprobe iwlwifi" is solved ! I reset BIOS settings to optimized defaults and the problem disappeared on both Windows and Ubuntu. Thank you for your help.

              – MrOrgon
              Jan 24 at 18:27



















            • Unfortunately, it did not change anything... But thank you still. Edit : saw the link before but I will try to have a deeper look, thanks!

              – MrOrgon
              Jan 24 at 17:18













            • Edit : the problem about "sudo modprobe iwlwifi" is solved ! I reset BIOS settings to optimized defaults and the problem disappeared on both Windows and Ubuntu. Thank you for your help.

              – MrOrgon
              Jan 24 at 18:27

















            Unfortunately, it did not change anything... But thank you still. Edit : saw the link before but I will try to have a deeper look, thanks!

            – MrOrgon
            Jan 24 at 17:18







            Unfortunately, it did not change anything... But thank you still. Edit : saw the link before but I will try to have a deeper look, thanks!

            – MrOrgon
            Jan 24 at 17:18















            Edit : the problem about "sudo modprobe iwlwifi" is solved ! I reset BIOS settings to optimized defaults and the problem disappeared on both Windows and Ubuntu. Thank you for your help.

            – MrOrgon
            Jan 24 at 18:27





            Edit : the problem about "sudo modprobe iwlwifi" is solved ! I reset BIOS settings to optimized defaults and the problem disappeared on both Windows and Ubuntu. Thank you for your help.

            – MrOrgon
            Jan 24 at 18:27


















            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1112505%2fubuntu-18-04-iwlwifi-recurrent-problems-now-airplane-mode-activated-and-imp%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Human spaceflight

            Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

            File:DeusFollowingSea.jpg