Results 1 to 9 of 9

Thread: Intel 3165 wifi does not work on Jammy

  1. #1
    Join Date
    Apr 2007
    Beans
    334
    Distro
    Ubuntu 20.04 Focal Fossa

    Intel 3165 wifi does not work on Jammy



    Intel 3165 wifi does not work on jammy new install. Ubuntu's Network Manager sees the router but never manages to connect to it. I've tried the purge of the backport iwlwifi module but that didn't help. I followed the instructions elsewhere to give diagnostics. They are at https://pastebin.ubuntu.com/p/6tgVfYkmFj/

    Some more info:
    admin@Server:~$ lspci -nnk | grep 3165
    02:00.0 Network controller [0280]: Intel Corporation Wireless 3165 [8086:3165] (rev 81) Subsystem: Intel Corporation Dual Band Wireless AC 3165 [8086:4010]
    admin@Server:~$ rfkill list all
    0: hci0: Bluetooth Soft blocked: yes Hard blocked: no
    1: hci1: Bluetooth Soft blocked: yes Hard blocked: no
    2: phy0: Wireless LAN Soft blocked: no Hard blocked: no –
    Not dual boot. BTW Computer is an old Intel NUC.
    John

  2. #2
    Join Date
    Jun 2007
    Beans
    14,877

    Re: Intel 3165 wifi does not work on Jammy

    Code:
    [ 4260.993213] iwlwifi 0000:02:00.0: Microcode SW error detected.  Restarting 0x2000000.
    There are some things to try here: https://bugzilla.kernel.org/show_bug.cgi?id=207409
    I know it's a different chipset, but I think it may help.

  3. #3
    Join Date
    Apr 2007
    Beans
    334
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Intel 3165 wifi does not work on Jammy

    @Yellow Pasque I looked at that bug report. It's above my pay grade. I tried 'sudo dmesg|grep microcode' but it showed nothing.
    John

  4. #4
    Join Date
    Apr 2007
    Beans
    334
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Intel 3165 wifi does not work on Jammy

    I've reported this on Launchpad as bug 1993890.
    John

  5. #5
    Join Date
    Jun 2007
    Beans
    14,877

    Re: Intel 3165 wifi does not work on Jammy

    Quote Originally Posted by johnaaronrose View Post
    It's above my pay grade.
    Heh, I've been there. Try this:
    Code:
    echo 'options iwlwifi power_save=0 uapsd_disable=0' | sudo tee -a /etc/modprobe.d/wifihacks.conf
    echo 'options iwlmvm power_scheme=1' | sudo tee -a /etc/modprobe.d/wifihacks.conf
    And, of course, reboot. That will disable powersaving on the wifi chip, which can cause firmware errors and other issues. Note that if you're on a battery-powered device, your battery life might take a bit of a hit. I think it would be minor, but don't quote me on that.

    If you want to undo the changes, you can just remove the file you created:
    Code:
    sudo rm /etc/modprobe.d/wifihacks.conf

  6. #6
    Join Date
    Apr 2007
    Beans
    334
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Intel 3165 wifi does not work on Jammy

    @Yellow Pasque Thanks for the instructions. The instructions created the wifihacks.conf file Ok. But after rebooting the wifi still says connecting and doesn't work. Any other ideas?
    I'll report it at https://bugs.launchpad.net/ubuntu/+s...x/+bug/1993890
    John

  7. #7
    Join Date
    Apr 2007
    Beans
    334
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Intel 3165 wifi does not work on Jammy

    I've tried changing /etc/modprobe.d/wifihacks.conf to conform with https://bugzilla.kernel.org/show_bug.cgi?id=207409 but wifi still does not work.
    admin@Server:~$ cat /etc/modprobe.d/wifihacks.conf
    options iwlwifi swcrypt=0
    options iwlwifi power_save=0
    options iwlmvm power_scheme=1
    options iwlwifi uapsd_disable=1
    John

  8. #8
    Join Date
    Jun 2007
    Beans
    14,877

    Re: Intel 3165 wifi does not work on Jammy

    Quote Originally Posted by johnaaronrose View Post
    Any other ideas?
    Unfortunately, no. But I would suggest you ask the the mods to have this moved to the Networking & Wireless subforum, as it may get better attention.

  9. #9
    Join Date
    Apr 2007
    Beans
    334
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Intel 3165 wifi does not work on Jammy

    John

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
  •