Comment 3 for bug 1928788

Revision history for this message
Dexuan Cui (decui) wrote :

I installed and tested the 5.8.0-1034-azure kernel and it worked as expected.

I created a Ubuntu 20.04 VM and installed the “5.8.0-1034” kernel this way:
1. Enable the “proposed” kernel by running the below as “root” (refer to https://wiki.ubuntu.com/Testing/EnableProposed):

cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe
EOF

2. apt-get update
3. apt-get install linux-image-5.8.0-1034-azure linux-modules-extra-5.8.0-1034-azure
4. reboot

Now I saw
root@decui-u2004-tmp:~# uname -r
5.8.0-1034-azure
root@decui-u2004-tmp:~# modinfo mana | grep mana.ko
filename: /lib/modules/5.8.0-1034-azure/kernel/drivers/net/ethernet/microsoft/mana/mana.ko

5. I did the tests described in the "Bug Description" and it all worked as expected.