Comment 21 for bug 1932548

Revision history for this message
Alex Tu (alextu) wrote (last edit ):

sorry for confusing, let me break down the steps:
1. # Add PPA from https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1933415/comments/2
$ sudo add-apt-repository ppa:vicamo/linux-firmware-staging

2. # to get linux-firmware from Vicamo's PPA
$ sudo apt-get install linux-firmware

3. # to install OEM 5.13
# Please manually click on Pre-released updates(focal-proposed) in `Software & Updates` UI first.
$ sudo apt-get install linux-image-oem-20.04c

4. # reboot, and make sure you are running under oem kernel 5.13
$ uanme -r
5.13.0-1007-oem

5. # check if the target firmware `-63` loaded
$ dmesg | grep iwlwifi
iwlwifi 0000:00:14.3: loaded firmware version 63.c04f3485.0 QuZ-a0-hr-b0-63.ucode op_mode iwlmvm

6. # check if the wifi issue can still be reproduced.
- if it is there, please also attach the dmesg here.