Results 1 to 10 of 10

Thread: Drivers for Intel Killer Wi-Fi 6E AX1690i 160MHz Wireless Network Adapter

  1. #1
    Join Date
    Aug 2023
    Beans
    5

    Question Drivers for Intel Killer Wi-Fi 6E AX1690i 160MHz Wireless Network Adapter

    I have a new Intel NUC computer (NUC13SBBi9) and it came with a Intel Killer Wi-Fi 6E AX1690i 160MHz Wireless Network Adapter.

    I have tried to get this to work with Ubuntu 22.04.3 LTS and also 23.04 but have failed.

    Anyone here who could help?

  2. #2
    Join Date
    May 2022
    Beans
    44

    Re: Drivers for Intel Killer Wi-Fi 6E AX1690i 160MHz Wireless Network Adapter

    Try this:
    Code:
    sudo apt-get install backport-iwlwifi-dkms
    Then reboot

  3. #3
    Join Date
    May 2014
    Location
    /home
    Beans
    11,165
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Drivers for Intel Killer Wi-Fi 6E AX1690i 160MHz Wireless Network Adapter

    Can you post results from terminal for
    Code:
    lspci -nnk | grep -iA3 net
    Moved to Networking & Wireless

  4. #4
    Join Date
    Aug 2023
    Beans
    5

    Re: Drivers for Intel Killer Wi-Fi 6E AX1690i 160MHz Wireless Network Adapter

    The output of lspci -nnk is:

    Code:
    00:14.3 Network controller [0280]: Intel Corporation Device [8086:7af0] (rev 11)
        Subsystem: Rivet Networks Device [1a56:1692]
        Kernel modules: iwlwifi
    00:15.0 Serial bus controller [0c80]: Intel Corporation Device [8086:7acc] (rev 11)
        Subsystem: Intel Corporation Device [8086:3033]
    --
    07:00.0 Ethernet controller [0200]: Aquantia Corp. Device [1d6a:14c0] (rev 03)
        Subsystem: Intel Corporation Device [8086:3033]
        Kernel driver in use: atlantic
        Kernel modules: atlantic
    08:00.0 Ethernet controller [0200]: Intel Corporation Device [8086:125c] (rev 04)
        Subsystem: Intel Corporation Device [8086:0000]
        Kernel driver in use: igc
        Kernel modules: igc

  5. #5
    Join Date
    May 2014
    Location
    /home
    Beans
    11,165
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Drivers for Intel Killer Wi-Fi 6E AX1690i 160MHz Wireless Network Adapter

    Any results for
    Code:
    sudo dmesg | grep iwl

  6. #6
    Join Date
    Aug 2023
    Beans
    5

    Re: Drivers for Intel Killer Wi-Fi 6E AX1690i 160MHz Wireless Network Adapter

    The output of `sudo dmesg | grep iwl` is

    iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
    iwlwifi: No config found for PCI dev 7af0/1692, rev=0x430, rfid=0x3010d00
    iwlwifi: probe of 0000:00:14.3 failed with error -22

    Not sure what I can / should do?

  7. #7
    Join Date
    May 2022
    Beans
    44

    Re: Drivers for Intel Killer Wi-Fi 6E AX1690i 160MHz Wireless Network Adapter

    https://github.com/torvalds/linux/co...758575af33e5d4
    Your device seems to be supported starting from Linux 6.4. You can try updating your kernel. backport-iwlwifi-dkms should be removed in that case.

    UPD: the same fix seems to be present in OEM Ubuntu kernel. You could try it this way:
    Code:
    sudo apt install linux-oem-22.04c
    Last edited by readableauthor; September 7th, 2023 at 02:18 PM.

  8. #8
    Join Date
    Aug 2023
    Beans
    5

    Re: Drivers for Intel Killer Wi-Fi 6E AX1690i 160MHz Wireless Network Adapter

    Thanks, I'll try. I'm not sure how I can get this done then the target machine (with the issue) does not have Internet connection.

    What do I need to download (on another machine) to get this?

  9. #9
    Join Date
    May 2022
    Beans
    44

    Re: Drivers for Intel Killer Wi-Fi 6E AX1690i 160MHz Wireless Network Adapter

    Can you use your phone's USB tethering?

  10. #10
    Join Date
    Aug 2023
    Beans
    5

    Re: Drivers for Intel Killer Wi-Fi 6E AX1690i 160MHz Wireless Network Adapter

    Ah, good idea - I'll see if that works

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •