This bug was fixed in the package linux-oem-6.11 - 6.11.0-1011.11

---------------
linux-oem-6.11 (6.11.0-1011.11) noble; urgency=medium

  * noble/linux-oem-6.11: 6.11.0-1011.11 -proposed tracker (LP:
#2092173)

  * [SRU] Add Arrow Lake U/H support to the intel_pmc_core driver (LP: #2092001)
    - SAUCE: platform/x86:intel/pmc: Make tgl_core_generic_init() static
    - SAUCE: platform/x86:intel/pmc: Create info structure for pmc device
    - SAUCE: platform/x86/intel/pmc: Add Arrow Lake U/H support to 
intel_pmc_core
      driver

  * Packaging resync (LP: #1786013)
    - [Packaging] debian.oem/dkms-versions -- manual update for Intel MIPI 
Camera

  * Support AMD Strix-Halo Image Signal Processing (ISP) unit (LP: #2069019)
    - SAUCE: ispkernel 3.0 release
    - [Config] Enable AMD_ISP4

  * Failed to probe for OVTI02C1: chip id mismatch: 560243!=0 (LP: #2090932)
    - SAUCE: ACPI: scan: Update HID for new platform

  * Prefer BIOS over PMF on some AMD platforms (LP: #2091847)
    - SAUCE: amd: pmf: Add quirks to make probe fail on some platforms

  * Adding support for Cirrus sof-soundwire audio on Dell Renegade platform
    (LP: #2091837)
    - ASoC: Intel: soc-acpi: arl: Correct naming of a cs35l56 address struct
    - ASoC: Intel: soc-acpi: arl: Add match entries for new cs42l43 laptops

  * [SRU] Fix unnecessary error messages during optional AMDGPU firmware load
    (LP: #2091856)
    - drm/amd: Use a constant format string for amdgpu_ucode_request
    - drm/amdgpu: use sjt mec fw on gfx943 for sriov
    - drm/amdgpu: move per inst variables to amdgpu_vcn_inst
    - drm/amd: Add the capability to mark certain firmware as "required"

  * Intel AX211 wireless module [8086:7740] subsys [8086:4090] wrongly
    recognized as BE201 (LP: #2091546)
    - SAUCE: wifi: iwlwifi: fix CRF name for Bz

  * UBSAN: array-index-out-of-bounds in module mt76 in mt76_wcid_cleanup
    (LP: #2091077)
    - wifi: mt76: mt7915: fix oops on non-dbdc mt7986

  * Support for Cirrus codec on Taroko RPL platform (LP: #2089885)
    - ALSA/ASoC/SoundWire: Intel: use single definition for SDW_INTEL_MAX_LINKS
    - soundwire: intel: add probe-time check on link id
    - soundwire: intel: increase maximum number of links
    - ASoC: Intel: soc-acpi-intel-rpl-match: add missing empty item
    - ASoC: Intel: sof_sdw: Add missing quirks from some new Dell
    - ASoC: SOF: ipc3-topology: Convert the topology pin index to ALH dai index

 -- Kuan-Ying Lee <kuan-ying....@canonical.com>  Thu, 19 Dec 2024
17:38:30 +0800

** Changed in: linux-oem-6.11 (Ubuntu Noble)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2091546

Title:
  Intel AX211 wireless module [8086:7740] subsys [8086:4090] wrongly
  recognized as BE201

Status in linux package in Ubuntu:
  In Progress
Status in linux-oem-6.11 package in Ubuntu:
  Invalid
Status in linux source package in Noble:
  Invalid
Status in linux-oem-6.11 source package in Noble:
  Fix Released
Status in linux source package in Oracular:
  In Progress
Status in linux-oem-6.11 source package in Oracular:
  Invalid
Status in linux source package in Plucky:
  In Progress
Status in linux-oem-6.11 source package in Plucky:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]

  Intel AX211 wireless module [8086:7740] subsys [8086:4090] wrongly recognized 
as BE201.
  ```
  $ lspci -nnk
  00:14.3 Network controller [0280]: Intel Corporation Device [8086:7740]
          Subsystem: Intel Corporation Device [8086:4090]
          Kernel driver in use: iwlwifi
          Kernel modules: iwlwifi
  $ sudo dmesg |grep iwlwifi
  ...
  iwlwifi 0000:00:14.3: PCI dev 7740/4090, rev=0x461, rfid=0x2010d000
  iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 7 BE201 320MHz
  iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.182.4.3
  iwlwifi 0000:00:14.3: loaded firmware version 92.7541f516.0 
bz-b0-gf-a0-92.ucode op_mode iwlmvm
  iwlwifi 0000:00:14.3: loaded PNVM version da3b5cf2
  ...
  ```

  [Fix]

  Proposed fix https://lore.kernel.org/linux-
  
wireless/20241212132940.b9eebda1ca60.I36791a134ed5e538e059418eb6520761da97b44c@changeid/
  .

  [Test Case]

  1. Install kernel from -proposed pocket on a DUT with specified wireless chip 
installed,
  2. check device name now becomes "Wi-Fi 6E AX211 160MHz":
  ```
  iwlwifi 0000:00:14.3: Detected crf-id 0x401410, cnv-id 0x80930 wfpm id 
0x80005b20
  iwlwifi 0000:00:14.3: PCI dev 7740/4090, rev=0x461, rfid=0x2010d000
  iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6E AX211 160MHz
  iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.182.4.3
  iwlwifi 0000:00:14.3: loaded firmware version 92.7541f516.0 
bz-b0-gf-a0-92.ucode op_mode iwlmvm
  iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
  iwlwifi 0000:00:14.3: loaded PNVM version da3b5cf2
  ```

  [Where problems could occur]

  This effects also other models(AX201/BE211) also previously wrongly
  recognized as BE201. We don't have such configuration at hand, but
  this patch should give them the right names as well.

  [Other Info]

  While this is still under review in linux-wireless mailing list,
  nominate to Unstable, Plucky, Oracular and OEM-6.11 as affected.

  ========== original bug report ==========

  On OEM platform GSR4P-DVT1-C1X_202409-35554:

  00:14.3 Network controller [0280]: Intel Corporation Device [8086:7740]
          Subsystem: Intel Corporation Device [8086:4090]
          Kernel driver in use: iwlwifi
          Kernel modules: iwlwifi

  [Current]

  iwlwifi 0000:00:14.3: PCI dev 7740/4090, rev=0x461, rfid=0x2010d000
  iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 7 BE201 320MHz
  iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.182.4.3
  iwlwifi 0000:00:14.3: loaded firmware version 92.7541f516.0 
bz-b0-gf-a0-92.ucode op_mode iwlmvm
  iwlwifi 0000:00:14.3: loaded PNVM version da3b5cf2

  [Expected]

  iwlwifi 0000:00:14.3: Detected crf-id 0x401410, cnv-id 0x80930 wfpm id 
0x80005b20
  iwlwifi 0000:00:14.3: PCI dev 7740/4090, rev=0x461, rfid=0x2010d000
  iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6E AX211 160MHz
  iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.182.4.3
  iwlwifi 0000:00:14.3: loaded firmware version 92.7541f516.0 
bz-b0-gf-a0-92.ucode op_mode iwlmvm
  iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4
  iwlwifi 0000:00:14.3: loaded PNVM version da3b5cf2

  Proposed fix: https://lore.kernel.org/linux-
  
wireless/20241212132940.b9eebda1ca60.I36791a134ed5e538e059418eb6520761da97b44c@changeid/T/#u

  ---
  ProblemType: Bug
  ApportVersion: 2.28.1-0ubuntu3.1
  Architecture: amd64
  AudioDevicesInUse:
   USER        PID ACCESS COMMAND
   /dev/snd/seq:        ubuntu     1430 F.... pipewire
  CRDA: N/A
  CasperMD5CheckMismatches: ./casper/initrd ./casper/vmlinuz 
./casper/minimal.standard.live.hotfix.manifest 
./casper/minimal.standard.live.hotfix.size ./casper/minimal.standard.live.size 
./casper/minimal.manifest ./casper/minimal.standard.manifest 
./casper/minimal.standard.size ./casper/minimal.hotfix.size 
./casper/minimal.standard.live.hotfix.squashfs 
./casper/minimal.standard.hotfix.squashfs ./casper/minimal.standard.hotfix.size 
./casper/minimal.hotfix.squashfs ./casper/minimal.standard.live.manifest 
./casper/minimal.size ./boot/grub/grub.cfg
  CasperMD5CheckResult: fail
  DistributionChannelDescriptor:
   # This is the distribution channel descriptor for Ubuntu 24.04 for Dell
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-noble-oem-24.04b-edge-20241204-145
  DistroRelease: Ubuntu 24.04
  InstallationDate: Installed on 2024-12-04 (7 days ago)
  InstallationMedia: Ubuntu OEM 24.04.1 LTS "Noble Numbat" - Release amd64 
(20241203)
  MachineType: Dell Inc. Dell Pro Max 14 MC14250
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.11.0-1009-oem 
root=UUID=ea16160e-9a00-431a-96f2-94f9a60a85c1 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.11.0-1009.9-oem 6.11.0
  RelatedPackageVersions:
   linux-restricted-modules-6.11.0-1009-oem N/A
   linux-backports-modules-6.11.0-1009-oem  N/A
   linux-firmware                           
20240318.git3b128b60-0ubuntu2.6+exp.25
  Tags: noble
  Uname: Linux 6.11.0-1009-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 08/27/2024
  dmi.bios.release: 99.3
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 99.3.28
  dmi.board.name: 0VK010
  dmi.board.vendor: Dell Inc.
  dmi.board.version: D01
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 136.3
  dmi.modalias: 
dmi:bvnDellInc.:bvr99.3.28:bd08/27/2024:br99.3:efr136.3:svnDellInc.:pnDellProMax14MC14250:pvr:rvnDellInc.:rn0VK010:rvrD01:cvnDellInc.:ct10:cvr:sku0CF0:
  dmi.product.family: Dell Pro Max Laptops
  dmi.product.name: Dell Pro Max 14 MC14250
  dmi.product.sku: 0CF0
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2091546/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to