- Code: Select all
[eduardo@localhost ~]$ lspci |grep Wireless
03:00.0 Network controller: Intel Corporation Wireless 8265 / 8275 (rev 78)
But if I try to configure the WiFi network it tells me that there is no Wireless device
- Code: Select all
[eduardo@localhost ~]$ iwconfig
lo no wireless extensions.
enp2s0f0 no wireless extensions.
[eduardo@localhost ~]$
I think I have all the firmware files installed
- Code: Select all
[eduardo@localhost ~]$ ls -l /lib/firmware/iwlwifi-8265-*
-rw-r--r-- 1 root root 2389968 oct 15 05:07 /lib/firmware/iwlwifi-8265-21.ucode
-rw-r--r-- 1 root root 1811984 ene 5 2017 /lib/firmware/iwlwifi-8265-22.ucode
-rw-r--r-- 1 root root 2234528 oct 15 05:07 /lib/firmware/iwlwifi-8265-27.ucode
-rw-rw-r-- 1 root root 2440780 sep 18 22:19 /lib/firmware/iwlwifi-8265-34.ucode
-rw-rw-r-- 1 root root 2436632 sep 18 22:19 /lib/firmware/iwlwifi-8265-36.ucode
[eduardo@localhost ~]$
If I look in dmesg an error message appears
- Code: Select all
[eduardo@localhost ~]$ dmesg|grep iwl
[ 5.403256] iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
[ 5.536022] iwlwifi: probe of 0000:03:00.0 failed with error -110
[eduardo@localhost ~]$
So I look more in journaldctl and only appreciate the following:
- Code: Select all
oct 15 05:47:52 localhost kernel: Intel(R) Wireless WiFi driver for Linux
oct 15 05:47:52 localhost kernel: iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
oct 15 05:48:38 localhost draknetcenter[2683]: Found settings for driver "iwlwifi" in category "network::connection::wireless"
oct 15 05:48:38 localhost draknetcenter[2683]: No kernel_module package for module "iwlwifi" is required, skipping
oct 15 05:48:38 localhost draknetcenter[2683]: No tools package for module "iwlwifi" is required, skipping
oct 15 05:48:38 localhost draknetcenter[2683]: Required firmware package for module "iwlwifi" is already installed, skipping
oct 15 05:48:38 localhost draknetcenter[2683]: Loading module iwlwifi
oct 15 05:48:39 localhost draknetcenter[2683]: Settings for driver "iwlwifi" applied
oct 15 05:49:00 localhost draknetcenter[2683]: running: /bin/rpm -q --qf %{name}
wireless-tools
oct 15 05:49:00 localhost draknetcenter[2683]: Found settings for driver "iwlwifi" in category "network::connection::wireless"
oct 15 05:49:00 localhost draknetcenter[2683]: No kernel_module package for module "iwlwifi" is required, skipping
oct 15 05:49:00 localhost draknetcenter[2683]: No tools package for module "iwlwifi" is required, skipping
oct 15 05:49:00 localhost draknetcenter[2683]: Required firmware package for module "iwlwifi" is already installed, skipping
oct 15 05:49:00 localhost draknetcenter[2683]: Loading module iwlwifi
oct 15 05:49:06 localhost draknetcenter[2683]: running: /bin/rpm -q --qf %{name}
wireless-tools
oct 15 05:49:06 localhost draknetcenter[2683]: Found settings for driver "iwlwifi" in category "network::connection::wireless"
oct 15 05:49:06 localhost draknetcenter[2683]: No kernel_module package for module "iwlwifi" is required, skipping
oct 15 05:49:06 localhost draknetcenter[2683]: No tools package for module "iwlwifi" is required, skipping
oct 15 05:49:06 localhost draknetcenter[2683]: Required firmware package for module "iwlwifi" is already installed, skipping
oct 15 05:49:06 localhost draknetcenter[2683]: Loading module iwlwifi
oct 15 05:49:07 localhost draknetcenter[2683]: Settings for driver "iwlwifi" applied
I can't think of where to go next, any ideas?