Hi!
I am using Leap 15.1. After a recent kernel update, my network was suddenly disabled. It seems to me that there might be drivers missing, but I am not sure. I did not find any threads about this issue.
Kernel version:
This is my output of lspci | grep network:
Output of lspci -n | grep rev\ 10:
Output of iwconfig:
Apparently, my wireless adapter is gone. This is what I got from dmesg | grep iwlwifi:
I thought reinstalling the drivers might be worth a try, so I googled and found this:
https://opensuse-guide.org/wlan.php
Quote:
"Intel are cooperating quite well with the Linux-kernel developers and all Intel wifi chips should just work."
I am not sure what to do next. Can anyone help me?
I am using Leap 15.1. After a recent kernel update, my network was suddenly disabled. It seems to me that there might be drivers missing, but I am not sure. I did not find any threads about this issue.
Kernel version:
Code:
@linux-625c:~> uname -r
4.12.14-lp151.28.40-default
Code:
@linux-625c:~> sudo lspci | grep Network
03:00.0 Network controller: Intel Corporation Dual Band Wireless-AC 3168NGW [Stone Peak] (rev 10)
Code:
@linux-625c:~> /sbin/lspci -n | grep rev\ 10
03:00.0 0280: 8086:24fb (rev 10)
Code:
@linux-625c:~> sudo iwconfig
sudo iwconfig
eth0 no wireless extensions.
lo no wireless extensions.
Code:
@linux-625c:~> dmesg | grep iwlwifi
[ 9.636653] iwlwifi 0000:03:00.0: loaded firmware version 29.1654887522.0 op_mode iwlmvm
[ 9.778266] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 3168, REV=0x220
[ 9.801499] iwlwifi 0000:03:00.0: Can't parse phy_sku in B0, empty sections
[ 9.801504] iwlwifi 0000:03:00.0: Failed to read NVM: -61
[ 9.814851] iwlwifi 0000:03:00.0: Failed to run INIT ucode: -61
I thought reinstalling the drivers might be worth a try, so I googled and found this:
https://opensuse-guide.org/wlan.php
Quote:
"Intel are cooperating quite well with the Linux-kernel developers and all Intel wifi chips should just work."
I am not sure what to do next. Can anyone help me?