Intel AX200 WIFI Driver is work in Win11, I installed ubuntu server thru virtual box 7.0.8. I tried check with below and disable fast-boot in asus TUF B550-plus boot: https://jianjiesun.medium.com/ubuntu-20-04-intel-ax200-wifi-driver-install-2ac4c0dc4601
sudo lshw -C network enter image description here
uname -r 5.15.0-71-generic
ls -l /etc/modprobe.d/ iwlwifi.conf
ls -l /lib/firmware/ grep | iwlwifi-cc-a0 I can find iwlwifi-cc-a0-46.ucode inside it
but none wifi w* interface in cat /etc/netplan/00-installer-config.yaml
network: ethernets: enp0s3: dhcp4: true version: 2
May I know how to turn wifi driver install and up in ubuntu ? now, it only have ethernet driver installed, but I need use wifi.
lshw -C network
– Jeremy31 May 14 '23 at 23:31