← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2121006] Re: Intel AC9560 on Jasper Lake by CNVi is mislabeled as AX201 in udev

 

Confirmed this is already fixed in questing:

root@q:~# apt policy udev
udev:
  Installed: 257.7-1ubuntu1
  Candidate: 257.7-1ubuntu1
  Version table:
 *** 257.7-1ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu questing/main amd64 Packages
        100 /var/lib/dpkg/status
root@q:~# systemd-hwdb query pci:v00008086d00004DF0*
ID_VENDOR_FROM_DATABASE=Intel Corporation
ID_MODEL_FROM_DATABASE=Jasper Lake PCH CNVi WiFi

root@q:~# systemd-hwdb query pci:v00008086d00004DF0sv00008086sd00004030*
ID_VENDOR_FROM_DATABASE=Intel Corporation
ID_MODEL_FROM_DATABASE=Jasper Lake PCH CNVi WiFi (Wireless-AC 9560 160MHz)

But not in plucky or noble:

root@p:~# apt policy udev
udev:
  Installed: 257.4-1ubuntu3.1
  Candidate: 257.4-1ubuntu3.1
  Version table:
 *** 257.4-1ubuntu3.1 500
        500 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages
        100 /var/lib/dpkg/status
     257.4-1ubuntu3 500
        500 http://archive.ubuntu.com/ubuntu plucky/main amd64 Packages
root@p:~# systemd-hwdb query pci:v00008086d00004DF0*
ID_VENDOR_FROM_DATABASE=Intel Corporation
ID_MODEL_FROM_DATABASE=Wi-Fi 6 AX201 160MHz
root@p:~# systemd-hwdb query pci:v00008086d00004DF0sv00008086sd00004030*
ID_VENDOR_FROM_DATABASE=Intel Corporation
ID_MODEL_FROM_DATABASE=Wi-Fi 6 AX201 160MHz


root@n:~# apt policy udev
udev:
  Installed: 255.4-1ubuntu8.10
  Candidate: 255.4-1ubuntu8.10
  Version table:
 *** 255.4-1ubuntu8.10 500
        500 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     255.4-1ubuntu8.8 500
        500 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages
     255.4-1ubuntu8 500
        500 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages
root@n:~# systemd-hwdb query pci:v00008086d00004DF0*
ID_VENDOR_FROM_DATABASE=Intel Corporation
ID_MODEL_FROM_DATABASE=Wi-Fi 6 AX201 160MHz
root@n:~# systemd-hwdb query pci:v00008086d00004DF0sv00008086sd00004030*
ID_VENDOR_FROM_DATABASE=Intel Corporation
ID_MODEL_FROM_DATABASE=Wi-Fi 6 AX201 160MHz


** Also affects: systemd (Ubuntu Noble)
   Importance: Undecided
       Status: New

** Also affects: systemd-hwe (Ubuntu Noble)
   Importance: Undecided
       Status: New

** Also affects: systemd (Ubuntu Plucky)
   Importance: Undecided
       Status: New

** Also affects: systemd-hwe (Ubuntu Plucky)
   Importance: Undecided
       Status: New

** Also affects: systemd (Ubuntu Jammy)
   Importance: Undecided
       Status: New

** Also affects: systemd-hwe (Ubuntu Jammy)
   Importance: Undecided
       Status: New

** Also affects: systemd (Ubuntu Questing)
   Importance: Undecided
     Assignee: Yao Wei (medicalwei)
       Status: Invalid

** Also affects: systemd-hwe (Ubuntu Questing)
   Importance: Undecided
     Assignee: Yao Wei (medicalwei)
       Status: In Progress

** Changed in: systemd-hwe (Ubuntu Questing)
       Status: In Progress => Invalid

** Changed in: systemd (Ubuntu Questing)
       Status: Invalid => Fix Released

** Changed in: systemd (Ubuntu Plucky)
       Status: New => Invalid

** Changed in: systemd (Ubuntu Noble)
       Status: New => Invalid

** Changed in: systemd (Ubuntu Jammy)
       Status: New => Invalid

** Changed in: systemd-hwe (Ubuntu Plucky)
       Status: New => Triaged

** Changed in: systemd-hwe (Ubuntu Noble)
       Status: New => Triaged

** Changed in: systemd-hwe (Ubuntu Jammy)
       Status: New => Triaged

-- 
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/2121006

Title:
  Intel AC9560 on Jasper Lake by CNVi is mislabeled as AX201 in udev

Status in OEM Priority Project:
  In Progress
Status in systemd package in Ubuntu:
  Fix Released
Status in systemd-hwe package in Ubuntu:
  Invalid
Status in systemd source package in Jammy:
  Invalid
Status in systemd-hwe source package in Jammy:
  Triaged
Status in systemd source package in Noble:
  Invalid
Status in systemd-hwe source package in Noble:
  Triaged
Status in systemd source package in Plucky:
  Invalid
Status in systemd-hwe source package in Plucky:
  Triaged
Status in systemd source package in Questing:
  Fix Released
Status in systemd-hwe source package in Questing:
  Invalid

Bug description:
  This issue is similar to Bug #2100918, however systemd keeps its own
  copy of pci.ids and converted to hwdb file (20-pci-vendor-model.hwdb),
  this package needs an update to fix the name of the product as well.

  [ Impact ]

   * Intel AC9560 on Jasper Lake by CNVi is mislabeled as AX201

   * This would cause problems on users looking into the hardware
  configurations

  [ Test Plan ]

  TODO: need a udevadm command to get the display name of CNVi
  interface.

   * On the Jasper Lake platform with AC9560, run
  udevadm info -p /sys/class/net/wl*
  and ensure ID_MODEL_FROM_DATABASE contains "Wi-Fi 6 AX201 160MHz", to ensure this issue is reproducible

   * Update pci.ids to -proposed, reboot and run
  udevadm info -p /sys/class/net/wl*
  again and ID_MODEL_FROM_DATABASE should be corrected to
  "Jasper Lake PCH CNVi WiFi (Wireless-AC 9560 160MHz)"

  [ Where problems could occur ]

   * This provides naming changes to the interface, therefore any tool
  that relies on the name of the interface, on the affected platform,
  could be affected by this SRU.

   * If updating systemd failed, the system may be rendered unbootable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2121006/+subscriptions



References