Everything posted by JhonScript
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
Rename file 46 to 66 and copy file "66" to /lib/firmware folder, run dmesg command and get this output [ 5.491948] iwlwifi 0000:04:00.0: firmware: direct-loading firmware iwlwifi-cc-a0-66.ucode [ 5.491968] iwlwifi 0000:04:00.0: Found debug destination: EXTERNAL_DRAM [ 5.491969] iwlwifi 0000:04:00.0: Found debug configuration: 0 [ 5.492245] iwlwifi 0000:04:00.0: loaded firmware version 46.177b3e46.0 cc-a0-66.ucode op_mode iwlmvm [ 5.651527] iwlwifi 0000:04:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340 [ 5.749474] iwlwifi 0000:04:00.0: retry init count 0 [ 5.749507] iwlwifi 0000:04:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340 [ 5.849701] iwlwifi 0000:04:00.0: retry init count 1 [ 5.849728] iwlwifi 0000:04:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340 [ 5.936719] iwlwifi 0000:04:00.0: retry init count 2 After loading the driver it keeps trying to detect the wifi card.
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
Thanks @ghost82. @ghost82, Can you do me the favor of passing me the 66 file to do the test? I'm curious that it starts searching from file 66 and not from file 68. maybe the error is that firmware 66 is not really loaded.
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
I don't know if you mean that it replaces 63, because 66 doesn't exist. What I did was copy 68 to /lib/firmware folder and restart Kali. but the result was the same. the Kali continued looking for file 66 until file 63. After that i renamed file 68 to 66 and got below output with dmesg command. $ sudo dmesg | grep iwl [ 5.627642] iwlwifi 0000:04:00.0: firmware: direct-loading firmware iwlwifi-cc-a0-66.ucode [ 5.627657] iwlwifi 0000:04:00.0: api flags index 2 larger than supported by driver [ 5.627665] iwlwifi 0000:04:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37 [ 5.627670] iwlwifi 0000:04:00.0: Driver unable to support your firmware API. Driver supports v66, firmware is v68. [ 5.628029] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-65.ucode (-2) [ 5.628033] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-65.ucode failed with error -2 [ 5.628052] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-64.ucode (-2) [ 5.628054] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-64.ucode failed with error -2 [ 5.642753] iwlwifi 0000:04:00.0: firmware: direct-loading firmware iwlwifi-cc-a0-63.ucode [ 5.642786] WARNING: CPU: 2 PID: 45 at drivers/net/wireless/intel/iwlwifi/iwl-drv.c:1145 iwl_req_fw_callback+0x2193/0x2310 [iwlwifi] [ 5.642800] Modules linked in: drbg(E+) ansi_cprng(E) iwlwifi(E) ecdh_generic(E+) intel_rapl_msr(E) ecc(E) intel_rapl_common(E) iTCO_wdt(E) joydev(E) intel_pmc_bxt(E) pcspkr(E) sg(E) serio_raw(E) cfg80211(E) efi_pstore(E) iTCO_vendor_support(E) watchdog(E) virtio_console(E) rfkill(E) qemu_fw_cfg(E) evdev(E) fuse(E) configfs(E) sunrpc(E) efivarfs(E) ip_tables(E) x_tables(E) autofs4(E) ext4(E) crc16(E) mbcache(E) jbd2(E) crc32c_generic(E) hid_generic(E) usbhid(E) sd_mod(E) t10_pi(E) hid(E) crc_t10dif(E) crct10dif_generic(E) crct10dif_pclmul(E) crct10dif_common(E) crc32_pclmul(E) crc32c_intel(E) ghash_clmulni_intel(E) virtio_net(E) net_failover(E) failover(E) ahci(E) libahci(E) libata(E) aesni_intel(E) crypto_simd(E) qxl(E) drm_ttm_helper(E) cryptd(E) ttm(E) scsi_mod(E) xhci_pci(E) scsi_common(E) psmouse(E) i2c_i801(E) drm_kms_helper(E) i2c_smbus(E) xhci_hcd(E) lpc_ich(E) cec(E) virtio_pci(E) rc_core(E) virtio_pci_modern_dev(E) usbcore(E) virtio(E) usb_common(E) virtio_ring(E) drm(E) [ 5.642862] RIP: 0010:iwl_req_fw_callback+0x2193/0x2310 [iwlwifi] [ 5.662038] iwlwifi 0000:04:00.0: firmware: direct-loading firmware iwlwifi-cc-a0-62.ucode [ 5.662076] WARNING: CPU: 2 PID: 45 at drivers/net/wireless/intel/iwlwifi/iwl-drv.c:1145 iwl_req_fw_callback+0x2193/0x2310 [iwlwifi] [ 5.662093] Modules linked in: drbg(E+) ansi_cprng(E) iwlwifi(E) ecdh_generic(E+) intel_rapl_msr(E) ecc(E) intel_rapl_common(E) iTCO_wdt(E) joydev(E) intel_pmc_bxt(E) pcspkr(E) sg(E) serio_raw(E) cfg80211(E) efi_pstore(E) iTCO_vendor_support(E) watchdog(E) virtio_console(E) rfkill(E) qemu_fw_cfg(E) evdev(E) fuse(E) configfs(E) sunrpc(E) efivarfs(E) ip_tables(E) x_tables(E) autofs4(E) ext4(E) crc16(E) mbcache(E) jbd2(E) crc32c_generic(E) hid_generic(E) usbhid(E) sd_mod(E) t10_pi(E) hid(E) crc_t10dif(E) crct10dif_generic(E) crct10dif_pclmul(E) crct10dif_common(E) crc32_pclmul(E) crc32c_intel(E) ghash_clmulni_intel(E) virtio_net(E) net_failover(E) failover(E) ahci(E) libahci(E) libata(E) aesni_intel(E) crypto_simd(E) qxl(E) drm_ttm_helper(E) cryptd(E) ttm(E) scsi_mod(E) xhci_pci(E) scsi_common(E) psmouse(E) i2c_i801(E) drm_kms_helper(E) i2c_smbus(E) xhci_hcd(E) lpc_ich(E) cec(E) virtio_pci(E) rc_core(E) virtio_pci_modern_dev(E) usbcore(E) virtio(E) usb_common(E) virtio_ring(E) drm(E) [ 5.662156] RIP: 0010:iwl_req_fw_callback+0x2193/0x2310 [iwlwifi] [ 5.662399] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-61.ucode (-2) [ 5.662404] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-61.ucode failed with error -2 [ 5.662429] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-60.ucode (-2) [ 5.662432] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-60.ucode failed with error -2 [ 5.683709] iwlwifi 0000:04:00.0: firmware: direct-loading firmware iwlwifi-cc-a0-59.ucode [ 5.683752] WARNING: CPU: 2 PID: 45 at drivers/net/wireless/intel/iwlwifi/iwl-drv.c:1145 iwl_req_fw_callback+0x2193/0x2310 [iwlwifi] [ 5.683766] Modules linked in: sha512_generic(E+) drbg(E+) ansi_cprng(E) iwlwifi(E) ecdh_generic(E+) intel_rapl_msr(E) ecc(E) intel_rapl_common(E) iTCO_wdt(E) joydev(E) intel_pmc_bxt(E) pcspkr(E) sg(E) serio_raw(E) cfg80211(E) efi_pstore(E) iTCO_vendor_support(E) watchdog(E) virtio_console(E) rfkill(E) qemu_fw_cfg(E) evdev(E) fuse(E) configfs(E) sunrpc(E) efivarfs(E) ip_tables(E) x_tables(E) autofs4(E) ext4(E) crc16(E) mbcache(E) jbd2(E) crc32c_generic(E) hid_generic(E) usbhid(E) sd_mod(E) t10_pi(E) hid(E) crc_t10dif(E) crct10dif_generic(E) crct10dif_pclmul(E) crct10dif_common(E) crc32_pclmul(E) crc32c_intel(E) ghash_clmulni_intel(E) virtio_net(E) net_failover(E) failover(E) ahci(E) libahci(E) libata(E) aesni_intel(E) crypto_simd(E) qxl(E) drm_ttm_helper(E) cryptd(E) ttm(E) scsi_mod(E) xhci_pci(E) scsi_common(E) psmouse(E) i2c_i801(E) drm_kms_helper(E) i2c_smbus(E) xhci_hcd(E) lpc_ich(E) cec(E) virtio_pci(E) rc_core(E) virtio_pci_modern_dev(E) usbcore(E) virtio(E) usb_common(E) [ 5.683818] RIP: 0010:iwl_req_fw_callback+0x2193/0x2310 [iwlwifi] [ 5.683936] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-58.ucode (-2) [ 5.683939] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-58.ucode failed with error -2 [ 5.683955] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-57.ucode (-2) [ 5.683957] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-57.ucode failed with error -2 [ 5.684868] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-56.ucode (-2) [ 5.684873] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-56.ucode failed with error -2 [ 5.716313] iwlwifi 0000:04:00.0: firmware: direct-loading firmware iwlwifi-cc-a0-55.ucode [ 5.716355] WARNING: CPU: 2 PID: 45 at drivers/net/wireless/intel/iwlwifi/iwl-drv.c:1145 iwl_req_fw_callback+0x2193/0x2310 [iwlwifi] [ 5.716372] Modules linked in: sha512_ssse3(E+) sha512_generic(E) drbg(E+) ansi_cprng(E) iwlwifi(E) ecdh_generic(E+) intel_rapl_msr(E) ecc(E) intel_rapl_common(E) iTCO_wdt(E) joydev(E) intel_pmc_bxt(E) pcspkr(E) sg(E) serio_raw(E) cfg80211(E) efi_pstore(E) iTCO_vendor_support(E) watchdog(E) virtio_console(E) rfkill(E) qemu_fw_cfg(E) evdev(E) fuse(E) configfs(E) sunrpc(E) efivarfs(E) ip_tables(E) x_tables(E) autofs4(E) ext4(E) crc16(E) mbcache(E) jbd2(E) crc32c_generic(E) hid_generic(E) usbhid(E) sd_mod(E) t10_pi(E) hid(E) crc_t10dif(E) crct10dif_generic(E) crct10dif_pclmul(E) crct10dif_common(E) crc32_pclmul(E) crc32c_intel(E) ghash_clmulni_intel(E) virtio_net(E) net_failover(E) failover(E) ahci(E) libahci(E) libata(E) aesni_intel(E) crypto_simd(E) qxl(E) drm_ttm_helper(E) cryptd(E) ttm(E) scsi_mod(E) xhci_pci(E) scsi_common(E) psmouse(E) i2c_i801(E) drm_kms_helper(E) i2c_smbus(E) xhci_hcd(E) lpc_ich(E) cec(E) virtio_pci(E) rc_core(E) virtio_pci_modern_dev(E) usbcore(E) virtio(E) [ 5.716432] RIP: 0010:iwl_req_fw_callback+0x2193/0x2310 [iwlwifi] [ 5.716557] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-54.ucode (-2) [ 5.716561] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-54.ucode failed with error -2 [ 5.736923] iwlwifi 0000:04:00.0: firmware: direct-loading firmware iwlwifi-cc-a0-53.ucode [ 5.736964] WARNING: CPU: 2 PID: 45 at drivers/net/wireless/intel/iwlwifi/iwl-drv.c:1145 iwl_req_fw_callback+0x2193/0x2310 [iwlwifi] [ 5.736981] Modules linked in: sha512_ssse3(E) sha512_generic(E) drbg(E+) ansi_cprng(E) iwlwifi(E) ecdh_generic(E+) intel_rapl_msr(E) ecc(E) intel_rapl_common(E) iTCO_wdt(E) joydev(E) intel_pmc_bxt(E) pcspkr(E) sg(E) serio_raw(E) cfg80211(E) efi_pstore(E) iTCO_vendor_support(E) watchdog(E) virtio_console(E) rfkill(E) qemu_fw_cfg(E) evdev(E) fuse(E) configfs(E) sunrpc(E) efivarfs(E) ip_tables(E) x_tables(E) autofs4(E) ext4(E) crc16(E) mbcache(E) jbd2(E) crc32c_generic(E) hid_generic(E) usbhid(E) sd_mod(E) t10_pi(E) hid(E) crc_t10dif(E) crct10dif_generic(E) crct10dif_pclmul(E) crct10dif_common(E) crc32_pclmul(E) crc32c_intel(E) ghash_clmulni_intel(E) virtio_net(E) net_failover(E) failover(E) ahci(E) libahci(E) libata(E) aesni_intel(E) crypto_simd(E) qxl(E) drm_ttm_helper(E) cryptd(E) ttm(E) scsi_mod(E) xhci_pci(E) scsi_common(E) psmouse(E) i2c_i801(E) drm_kms_helper(E) i2c_smbus(E) xhci_hcd(E) lpc_ich(E) cec(E) virtio_pci(E) rc_core(E) virtio_pci_modern_dev(E) usbcore(E) virtio(E) [ 5.737041] RIP: 0010:iwl_req_fw_callback+0x2193/0x2310 [iwlwifi] [ 5.737166] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-52.ucode (-2) [ 5.737169] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-52.ucode failed with error -2 [ 5.737186] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-51.ucode (-2) [ 5.737187] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-51.ucode failed with error -2 [ 5.762891] iwlwifi 0000:04:00.0: firmware: direct-loading firmware iwlwifi-cc-a0-50.ucode [ 5.762933] WARNING: CPU: 2 PID: 45 at drivers/net/wireless/intel/iwlwifi/iwl-drv.c:1145 iwl_req_fw_callback+0x2193/0x2310 [iwlwifi] [ 5.762949] Modules linked in: jitterentropy_rng(E+) sha512_ssse3(E) sha512_generic(E) drbg(E) ansi_cprng(E) iwlwifi(E) ecdh_generic(E+) intel_rapl_msr(E) ecc(E) intel_rapl_common(E) iTCO_wdt(E) joydev(E) intel_pmc_bxt(E) pcspkr(E) sg(E) serio_raw(E) cfg80211(E) efi_pstore(E) iTCO_vendor_support(E) watchdog(E) virtio_console(E) rfkill(E) qemu_fw_cfg(E) evdev(E) fuse(E) configfs(E) sunrpc(E) efivarfs(E) ip_tables(E) x_tables(E) autofs4(E) ext4(E) crc16(E) mbcache(E) jbd2(E) crc32c_generic(E) hid_generic(E) usbhid(E) sd_mod(E) t10_pi(E) hid(E) crc_t10dif(E) crct10dif_generic(E) crct10dif_pclmul(E) crct10dif_common(E) crc32_pclmul(E) crc32c_intel(E) ghash_clmulni_intel(E) virtio_net(E) net_failover(E) failover(E) ahci(E) libahci(E) libata(E) aesni_intel(E) crypto_simd(E) qxl(E) drm_ttm_helper(E) cryptd(E) ttm(E) scsi_mod(E) xhci_pci(E) scsi_common(E) psmouse(E) i2c_i801(E) drm_kms_helper(E) i2c_smbus(E) xhci_hcd(E) lpc_ich(E) cec(E) virtio_pci(E) rc_core(E) virtio_pci_modern_dev(E) [ 5.763018] RIP: 0010:iwl_req_fw_callback+0x2193/0x2310 [iwlwifi] [ 5.763141] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-49.ucode (-2) [ 5.763144] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-49.ucode failed with error -2 [ 5.786945] iwlwifi 0000:04:00.0: firmware: direct-loading firmware iwlwifi-cc-a0-48.ucode [ 5.786984] WARNING: CPU: 2 PID: 45 at drivers/net/wireless/intel/iwlwifi/iwl-drv.c:1145 iwl_req_fw_callback+0x2193/0x2310 [iwlwifi] [ 5.787000] Modules linked in: jitterentropy_rng(E) sha512_ssse3(E) sha512_generic(E) drbg(E) ansi_cprng(E) iwlwifi(E) ecdh_generic(E) intel_rapl_msr(E) ecc(E) intel_rapl_common(E) iTCO_wdt(E) joydev(E) intel_pmc_bxt(E) pcspkr(E) sg(E) serio_raw(E) cfg80211(E) efi_pstore(E) iTCO_vendor_support(E) watchdog(E) virtio_console(E) rfkill(E) qemu_fw_cfg(E) evdev(E) fuse(E) configfs(E) sunrpc(E) efivarfs(E) ip_tables(E) x_tables(E) autofs4(E) ext4(E) crc16(E) mbcache(E) jbd2(E) crc32c_generic(E) hid_generic(E) usbhid(E) sd_mod(E) t10_pi(E) hid(E) crc_t10dif(E) crct10dif_generic(E) crct10dif_pclmul(E) crct10dif_common(E) crc32_pclmul(E) crc32c_intel(E) ghash_clmulni_intel(E) virtio_net(E) net_failover(E) failover(E) ahci(E) libahci(E) libata(E) aesni_intel(E) crypto_simd(E) qxl(E) drm_ttm_helper(E) cryptd(E) ttm(E) scsi_mod(E) xhci_pci(E) scsi_common(E) psmouse(E) i2c_i801(E) drm_kms_helper(E) i2c_smbus(E) xhci_hcd(E) lpc_ich(E) cec(E) virtio_pci(E) rc_core(E) virtio_pci_modern_dev(E) [ 5.787062] RIP: 0010:iwl_req_fw_callback+0x2193/0x2310 [iwlwifi] [ 5.787178] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-47.ucode (-2) [ 5.787181] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-47.ucode failed with error -2 [ 5.807576] iwlwifi 0000:04:00.0: firmware: direct-loading firmware iwlwifi-cc-a0-46.ucode [ 5.807609] WARNING: CPU: 2 PID: 45 at drivers/net/wireless/intel/iwlwifi/iwl-drv.c:1145 iwl_req_fw_callback+0x2193/0x2310 [iwlwifi] [ 5.807624] Modules linked in: fat(E) jitterentropy_rng(E) sha512_ssse3(E) sha512_generic(E) drbg(E) ansi_cprng(E) iwlwifi(E) ecdh_generic(E) intel_rapl_msr(E) ecc(E) intel_rapl_common(E) iTCO_wdt(E) joydev(E) intel_pmc_bxt(E) pcspkr(E) sg(E) serio_raw(E) cfg80211(E) efi_pstore(E) iTCO_vendor_support(E) watchdog(E) virtio_console(E) rfkill(E) qemu_fw_cfg(E) evdev(E) fuse(E) configfs(E) sunrpc(E) efivarfs(E) ip_tables(E) x_tables(E) autofs4(E) ext4(E) crc16(E) mbcache(E) jbd2(E) crc32c_generic(E) hid_generic(E) usbhid(E) sd_mod(E) t10_pi(E) hid(E) crc_t10dif(E) crct10dif_generic(E) crct10dif_pclmul(E) crct10dif_common(E) crc32_pclmul(E) crc32c_intel(E) ghash_clmulni_intel(E) virtio_net(E) net_failover(E) failover(E) ahci(E) libahci(E) libata(E) aesni_intel(E) crypto_simd(E) qxl(E) drm_ttm_helper(E) cryptd(E) ttm(E) scsi_mod(E) xhci_pci(E) scsi_common(E) psmouse(E) i2c_i801(E) drm_kms_helper(E) i2c_smbus(E) xhci_hcd(E) lpc_ich(E) cec(E) virtio_pci(E) rc_core(E) virtio_pci_modern_dev(E) [ 5.807673] RIP: 0010:iwl_req_fw_callback+0x2193/0x2310 [iwlwifi] [ 5.807774] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-45.ucode (-2) [ 5.807777] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-45.ucode failed with error -2 [ 5.807792] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-44.ucode (-2) [ 5.807793] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-44.ucode failed with error -2 [ 5.807808] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-43.ucode (-2) [ 5.807809] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-43.ucode failed with error -2 [ 5.807822] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-42.ucode (-2) [ 5.807845] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-42.ucode failed with error -2 [ 5.807860] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-41.ucode (-2) [ 5.807861] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-41.ucode failed with error -2 [ 5.807876] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-40.ucode (-2) [ 5.807877] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-40.ucode failed with error -2 [ 5.807889] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-39.ucode (-2) [ 5.807891] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-39.ucode failed with error -2 [ 5.807892] iwlwifi 0000:04:00.0: minimum version required: iwlwifi-cc-a0-39 [ 5.807894] iwlwifi 0000:04:00.0: maximum version supported: iwlwifi-cc-a0-66 [ 5.807895] iwlwifi 0000:04:00.0: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git I don't know if I should delete file 63 I'm thinking of creating a bootable USB with Kali Linux. to test without the S.O UnRaid and rule out that it really is an error when passing the wifi card.
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
@ghost82, @SimonF, Do you know if these messages are normal?
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
copy the new file, restart the kali. I don't change anything.
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
, I don't know how to clone the repository of iwlwifi-cc-a0-68.ucode, i only found this repo https://github.com/thesofproject/linux-firmware/blob/master/iwlwifi-cc-a0-46.ucode I found this page but I'm not sure how to download the file. in the lower right corner there is a "txt" link, it downloads a file and I can change the extension to ucode. I don't know if that is the correct way. https://chromium.googlesource.com/chromiumos/third_party/linux-firmware/+/master/iwlwifi-cc-a0-68.ucode run this command without the "iwl" filter, and you see more errors, there is one with bluetooth. $ sudo dmesg [ 5.220842] Intel(R) Wireless WiFi driver for Linux [ 5.232576] alg: No test for fips(ansi_cprng) (fips_ansi_cprng) [ 5.236686] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-66.ucode (-2) [ 5.236693] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware [ 5.236695] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-66.ucode failed with error -2 [ 5.242185] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-65.ucode (-2) [ 5.242193] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-65.ucode failed with error -2 [ 5.242228] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-cc-a0-64.ucode (-2) [ 5.242229] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-64.ucode failed with error -2 [ 5.264416] iwlwifi 0000:04:00.0: firmware: direct-loading firmware iwlwifi-cc-a0-63.ucode [ 5.264430] iwlwifi 0000:04:00.0: api flags index 2 larger than supported by driver [ 5.264443] iwlwifi 0000:04:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37 [ 5.264760] iwlwifi 0000:04:00.0: loaded firmware version 63.c04f3485.0 cc-a0-63.ucode op_mode iwlmvm [ 5.264797] iwlwifi 0000:04:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2) [ 5.403841] kvm: Nested Virtualization enabled [ 5.403846] SVM: kvm: Nested Paging enabled [ 6.121171] iwlwifi 0000:04:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340 [ 6.175294] Bluetooth: Core ver 2.22 [ 6.175328] NET: Registered PF_BLUETOOTH protocol family [ 6.175329] Bluetooth: HCI device and connection manager initialized [ 6.175806] Bluetooth: HCI socket layer initialized [ 6.175810] Bluetooth: L2CAP socket layer initialized [ 6.175814] Bluetooth: SCO socket layer initialized [ 6.209357] usbcore: registered new interface driver btusb [ 6.222749] iwlwifi 0000:04:00.0: retry init count 0 [ 6.222775] iwlwifi 0000:04:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340 [ 6.241936] bluetooth hci0: firmware: failed to load intel/ibt-20-0-0.sfi (-2) [ 6.316319] iwlwifi 0000:04:00.0: retry init count 1 [ 6.316345] iwlwifi 0000:04:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340 [ 6.407028] iwlwifi 0000:04:00.0: retry init count 2 [ 6.859124] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 6.859128] Bluetooth: BNEP filters: protocol multicast [ 6.859132] Bluetooth: BNEP socket layer initialized [ 6.925160] NET: Registered PF_ALG protocol family [ 9.107940] Bluetooth: RFCOMM TTY layer initialized [ 9.107949] Bluetooth: RFCOMM socket layer initialized [ 9.107957] Bluetooth: RFCOMM ver 1.11 [ 796.123854] TeamViewer_Desk[4345]: segfault at 7f66d4f4c76f ip 00007f66d7bb0188 sp 00007ffed8dea020 error 4 in libgcc_s.so.1[7f66d7ba3000+12000] [ 796.123871] Code: f1 ff ff 48 8b 44 24 08 49 89 84 24 a0 00 00 00 e9 36 fe ff ff 0f 1f 44 00 00 49 8b 94 24 98 00 00 00 49 8b 84 24 90 00 00 00 <80> 3a 48 0f 85 6f ff ff ff 48 b9 c7 c0 0f 00 00 00 0f 05 48 39 4a [ 6.241936] bluetooth hci0: firmware: failed to load intel/ibt-20-0-0.sfi (-2)
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
Why can these retries be generated?
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
I am curious that the firmware "0a-63" is loaded, and according to intel, the firmware of the Wi Fi 6 ax 200 card is "0a-46" I already did the whole procedure but I continue without Wi Fi, bluetooth continues to work
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
just run this line, because the path "/boot/config/modprobe.d/" already exists. # echo -e 'blacklist btusb\nblacklist bluetooth' > /boot/config/modprobe.d/bluetooth.conf and when reviewing the file with the "nano" command, it looked like this. ok... I'm going to do it, I'm already getting scared
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
look in the manual of the board this configuration and found this https://www.gigabyte.com/co/Motherboard/B550-VISION-D-rev-10/support#support-manual I haven't really moved that, but I'm going to turn off the server and confirm that it really is disabled
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
$ rfkill list all 0: hci0: Bluetooth Soft blocked: no Hard blocked: no NOTE: execute this in Kali Linux, because in UNRAID it does not execute the command I don't know if something about wifi should appear here.
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
bluetooth now works great. only this output appears. I don't know if I should do something with this Feb 12 10:50:32 kali bluetoothd[2149]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed. Feb 12 10:50:32 kali bluetoothd[2149]: sap-server: Operation not permitted (1) Feb 12 10:50:32 kali bluetoothd[2149]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSink/sbc Feb 12 10:50:32 kali bluetoothd[2149]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSource/sbc Feb 12 10:50:32 kali bluetoothd[2149]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSink/sbc_xq_453 Feb 12 10:50:32 kali bluetoothd[2149]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSource/sbc_xq_453 Feb 12 10:50:32 kali bluetoothd[2149]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSink/sbc_xq_512 Feb 12 10:50:32 kali bluetoothd[2149]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSource/sbc_xq_512 Feb 12 10:50:32 kali bluetoothd[2149]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSink/sbc_xq_552 Feb 12 10:50:32 kali bluetoothd[2149]: Endpoint registered: sender=:1.36 path=/MediaEndpoint/A2DPSource/sbc_xq_552 bluetooth works fine on kali, and works after reboot. Thank you very much for the video. I'm still without Wifi, but I have a feeling that this is on the right track. @ghost82 I currently have 3 virtual machines 2 windows 1 kalilinux A while ago I assigned bluetooth and wifi to one of the windows machines and took this screenshot confirming that they work. I don't understand when they refer to boot issues. Do I have to make any configuration in the BIOS of the virtual machines? or in the physical machine BIOS? Or do you mean if I had two partitions in the "Kali" virtual machine with two operating systems? (This is not the case) I already did the test of turning on the windows virtual machine with wifi and bluetooth. turn it off, and turn on kali linux but the wifi is still not working in the kali. please tell me more about bios settings @ghost82 https://www.gigabyte.com/co/Motherboard/B550-VISION-D-rev-10/support#support-manual my BIOS is updated to F14 @SimonF I did not have any bluetooth driver installed, nor the services running. With the video that I put @ghost82 , those configurations were made, the bluetooth is working very well. Again, thank you both very much for helping me. It seems that there is little left to finish configuring this.
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
# modprobe -r btusb # modprobe-r bluetooth power off the virtual machine and run these commands in UNRAID. which according to what I understand from the other thread, disables the bluetooth drivers in UNRAID. but the Wifi still does not work in Kali Linux @SimonF o @ghost82 Does anything else occur to you? or something i did wrong? How can I confirm bluetooth is working on kali linux?
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
it seems that nothing changed in the kali linux i will follow this
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
LOL, it seems that I had already done this process to pass the WiFi device, thanks for the patience. Now I understand th e concept you were referring to. Thanks. switch PCIe ACI override but I do not separate the bluetooth After marking the group the devices disappeared and this appeared Now I see this in the virtual machine I'm going to do tests in kali linux VFIO-PCI Log.txt server-diagnostics-20220212-1000.zip XML_Virtual_Machine without _bluetooth.txt XML_Virtual_Machine with _VFIO.txt
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
I am going to move the USB, but I have no idea how to make the full pass of the USB where the bluetooth is
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
I also wanted to share this, I see that the bluetooth is in another USB tree. I don't know if I'm correct. @ghost82
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
I'm sorry I still don't have those basic concepts in linux, Thanks @ghost82 already knowing that, then the output message would be this $ sudo lspci -vs 03:00.0 Already knowing that, then the output message in Kali Linux would be this 03:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a) Subsystem: Intel Corporation Wi-Fi 6 AX200NGW Physical Slot: 0-2 Flags: bus master, fast devsel, latency 0, IRQ 22 Memory at 98200000 (64-bit, non-prefetchable) [size=16K] Capabilities: [c8] Power Management version 3 Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+ Capabilities: [40] Express Endpoint, MSI 00 Capabilities: [80] MSI-X: Enable+ Count=16 Masked- Capabilities: [100] Advanced Error Reporting Capabilities: [14c] Latency Tolerance Reporting Kernel driver in use: iwlwifi Kernel modules: iwlwifi
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
:), really thank you very much. I'm going to start testing by moving the usb. when I meant that the output was different, it is that in the output message of kali it shows this Capabilities: <access denied> and in the output message of the non-assaulted, this appears Capabilities: [c8] Power Management version 3 Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+ Capabilities: [40] Express Endpoint, MSI 00 Capabilities: [80] MSI-X: Enable+ Count=16 Masked- Capabilities: [100] Advanced Error Reporting Capabilities: [14c] Latency Tolerance Reporting Capabilities: [154] L1 PM Substates
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
At the moment I am only interested in solving this problem, I don't know if I am revealing sensitive information by showing this output of my UnRaid # lspci 00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Root Complex 00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Starship/Matisse IOMMU 00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge 00:01.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse GPP Bridge 00:01.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse GPP Bridge 00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge 00:03.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge 00:03.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse GPP Bridge 00:03.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse GPP Bridge 00:04.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge 00:05.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge 00:07.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge 00:07.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B] 00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge 00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B] 00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 61) 00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51) 00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Matisse Device 24: Function 0 00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Matisse Device 24: Function 1 00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Matisse Device 24: Function 2 00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Matisse Device 24: Function 3 00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Matisse Device 24: Function 4 00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Matisse Device 24: Function 5 00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Matisse Device 24: Function 6 00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Matisse Device 24: Function 7 01:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 07:00.0 USB controller: Advanced Micro Devices, Inc. [AMD] Device 43ee 07:00.1 SATA controller: Advanced Micro Devices, Inc. [AMD] Device 43eb 07:00.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 43e9 08:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 43ea 08:08.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 43ea 08:09.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 43ea 09:00.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 4C 2018] (rev 06) 0a:00.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 4C 2018] (rev 06) 0a:01.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 4C 2018] (rev 06) 0a:02.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 4C 2018] (rev 06) 0a:04.0 PCI bridge: Intel Corporation JHL7540 Thunderbolt 3 Bridge [Titan Ridge 4C 2018] (rev 06) 0b:00.0 System peripheral: Intel Corporation JHL7540 Thunderbolt 3 NHI [Titan Ridge 4C 2018] (rev 06) 2e:00.0 USB controller: Intel Corporation JHL7540 Thunderbolt 3 USB Controller [Titan Ridge 4C 2018] (rev 06) 51:00.0 PCI bridge: ASMedia Technology Inc. ASM1184e PCIe Switch Port 52:01.0 PCI bridge: ASMedia Technology Inc. ASM1184e PCIe Switch Port 52:03.0 PCI bridge: ASMedia Technology Inc. ASM1184e PCIe Switch Port 52:05.0 PCI bridge: ASMedia Technology Inc. ASM1184e PCIe Switch Port 52:07.0 PCI bridge: ASMedia Technology Inc. ASM1184e PCIe Switch Port 55:00.0 Ethernet controller: Intel Corporation I211 Gigabit Network Connection (rev 03) 56:00.0 Ethernet controller: Intel Corporation I211 Gigabit Network Connection (rev 03) 57:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a) 58:00.0 VGA compatible controller: NVIDIA Corporation TU116 [GeForce GTX 1660 SUPER] (rev a1) 58:00.1 Audio device: NVIDIA Corporation TU116 High Definition Audio Controller (rev a1) 58:00.2 USB controller: NVIDIA Corporation TU116 USB 3.1 Host Controller (rev a1) 58:00.3 Serial bus controller [0c80]: NVIDIA Corporation TU116 USB Type-C UCSI Controller (rev a1) 59:00.0 VGA compatible controller: NVIDIA Corporation TU116 [GeForce GTX 1660 SUPER] (rev a1) 59:00.1 Audio device: NVIDIA Corporation TU116 High Definition Audio Controller (rev a1) 59:00.2 USB controller: NVIDIA Corporation TU116 USB 3.1 Host Controller (rev a1) 59:00.3 Serial bus controller [0c80]: NVIDIA Corporation TU116 USB Type-C UCSI Controller (rev a1) 5a:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Function 5b:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Reserved SPP 5b:00.1 Encryption controller: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Cryptographic Coprocessor PSPCPP 5b:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Matisse USB 3.0 Host Controller 5b:00.4 Audio device: Advanced Micro Devices, Inc. [AMD] Starship/Matisse HD Audio Controller # lspci -vs 57:00.0 57:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a) Subsystem: Intel Corporation Device 0084 Flags: bus master, fast devsel, latency 0, IRQ 38, IOMMU group 21 Memory at eb500000 (64-bit, non-prefetchable) [size=16K] Capabilities: [c8] Power Management version 3 Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+ Capabilities: [40] Express Endpoint, MSI 00 Capabilities: [80] MSI-X: Enable+ Count=16 Masked- Capabilities: [100] Advanced Error Reporting Capabilities: [14c] Latency Tolerance Reporting Capabilities: [154] L1 PM Substates Kernel driver in use: vfio-pci I'm curious that the output message is different if I run it in UnRaid
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
I forgot the exit message $ lspci -vs 03:00.0 03:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a) Subsystem: Intel Corporation Wi-Fi 6 AX200NGW Physical Slot: 0-2 Flags: bus master, fast devsel, latency 0, IRQ 22 Memory at 98200000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: iwlwifi Kernel modules: iwlwifi this was executed in the virtual machine with S.O Kali-Linux
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
Hello, thank you very much for answering @SimonF. if the question is what is the version of unraid is 6.9.2 if the question is what is the version of kali, it is that I have tried with these two versions The screenshots in the post are from "kali-linux-2022-W06-installer-amd64" I'm going to take a look at the bluetooth post. I don't know if I need to assign another device to the virtual machine.
-
Does anyone know how to pass through the Wi Fi 6 ax200 network card to a virtual machine with Kali Linux OS?
This is the configuration of my virtual machine XML_Virtual_Machine.txt I found another command, I don't know if this can help $ modinfo iwlwifi modinfo iwlwifi.txt