You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently I'm trying to set up my Intel WiFi AX200. However, I run into the problem that iwlwifi doesn't find it although Intel firmware is provided by the Linux kernel.
$ rfkill
ID TYPE DEVICE SOFT HARD
0 bluetooth tpacpi_bluetooth_sw unblocked unblocked
1 wwan tpacpi_wwan_sw blocked unblocked
3 bluetooth hci0 unblocked unblocked
I'm not sure if I oversee something in my configuration or if this is general bug. I also checked the other issue #93452, but that didn't help me either.
To Reproduce
Steps to reproduce the behavior:
1. Install AX200 card
2. rfkill -> check that there is no wireless interface or whatsoever
Expected behavior
For wifi to work
Notify maintainers
Metadata
system: "x86_64-linux"
host os: Linux 5.10.48, NixOS, 21.05.1493.1f4e50f03c5 (Okapi)
After checking my network controller, it turned out that I have an Realtek Semiconductor Co. Ltd Device 8852. By the help of this I had to include rtw89 as following in my configuration:
Describe the bug
Currently I'm trying to set up my Intel WiFi AX200. However, I run into the problem that
iwlwifi
doesn't find it although Intel firmware is provided by the Linux kernel.lsmod | grep iwl iwlmvm 380928 0 mac80211 819200 1 iwlmvm led_class 20480 4 snd_hda_codec_generic,input_leds,iwlmvm,thinkpad_acpi iwlwifi 348160 1 iwlmvm cfg80211 831488 3 iwlmvm,iwlwifi,mac80211
$ lspci | grep AX
doesn't output anything.$ dmesg | grep iwlwifi
doesn't output anything.I'm not sure if I oversee something in my configuration or if this is general bug. I also checked the other issue #93452, but that didn't help me either.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
For wifi to work
Notify maintainers
Metadata
"x86_64-linux"
Linux 5.10.48, NixOS, 21.05.1493.1f4e50f03c5 (Okapi)
yes
yes
nix-env (Nix) 2.3.12
"nixos-21.05.1493.1f4e50f03c5, nixos-hardware"
/nix/var/nix/profiles/per-user/root/channels/nixos
Maintainer information:
Additionally, I added my configuration.
The text was updated successfully, but these errors were encountered: