** Tags added: kern-11508

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

Title:
  Missing firmware for Intel(R) Wi-Fi 7 BE200 320MHz

Status in HWE Next:
  New
Status in linux-firmware package in Ubuntu:
  Fix Released
Status in linux-firmware source package in Noble:
  In Progress
Status in linux-firmware source package in Oracular:
  Fix Released

Bug description:
  [SRU Justification]

  [Impact]

  Missing iwlwifi for Intel BE200.
  ```
  $ sudo dmesg|grep iwlwifi
  [ 3.274505] iwlwifi 0000:82:00.0: Detected Intel(R) Wi-Fi 7 BE200 320MHz
  [ 3.275097] iwlwifi 0000:82:00.0: Direct firmware load for 
iwlwifi-gl-c0-fm-c0-92.ucode failed with error -2
  [ 3.275115] iwlwifi 0000:82:00.0: Direct firmware load for 
iwlwifi-gl-c0-fm-c0-91.ucode failed with error -2
  [ 3.275128] iwlwifi 0000:82:00.0: Direct firmware load for 
iwlwifi-gl-c0-fm-c0-90.ucode failed with error -2
  [ 3.275129] iwlwifi 0000:82:00.0: no suitable firmware found!
  [ 3.275131] iwlwifi 0000:82:00.0: minimum version required: 
iwlwifi-gl-c0-fm-c0-90
  [ 3.275132] iwlwifi 0000:82:00.0: maximum version supported: 
iwlwifi-gl-c0-fm-c0-92
  [ 3.275133] iwlwifi 0000:82:00.0: check 
git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
  ```

  [Fix]

  Two upstream linux-firmware commits from upstream tag iwlwifi-
  fw-2024-07-23 fulfills the need.

  [Test Case]

  Expecting similar dmesg:
  ```
  $ sudo dmesg|grep iwlwifi
  [ 2.548446] iwlwifi 0000:82:00.0: Detected Intel(R) Wi-Fi 7 BE200 320MHz
  [ 2.555076] iwlwifi 0000:82:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.182.4.1
  [ 2.555507] iwlwifi 0000:82:00.0: loaded firmware version 92.67ce4588.0 
gl-c0-fm-c0-92.ucode op_mode iwlmvm
  [ 3.017113] iwlwifi 0000:82:00.0: WRT: Invalid buffer destination
  [ 3.281636] iwlwifi 0000:82:00.0: loaded PNVM version da3b5cf2
  [ 3.302582] iwlwifi 0000:82:00.0: Detected RF FM, rfid=0x112200
  [ 3.402403] iwlwifi 0000:82:00.0: base HW address: a0:02:a5:79:66:d4
  [ 3.570939] iwlwifi 0000:82:00.0 wlp130s0f0: renamed from wlan0
  ```

  [Where problems could occur]

  In kernels >= v6.11-rc1, the supported UCODE API range is [90, 92],
  and for v6.10 kernels [80, 90], v6.9 [80, 89], v6.8 [80, 86]. So this
  affects kernel >= 6.10, and for them BE200 is not supported yet.

  [Other Info]

  This affects kernel >= 6.10, and therefore Noble and Oracular should
  be in the list. While linux-firmware/oracular has included iwlwifi-
  fw-2024-07-23, it makes Noble the only one nominated for fixing.

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

  Got:

  $ sudo dmesg|grep iwlwifi
  [    3.257466] iwlwifi 0000:82:00.0: enabling device (0000 -> 0002)
  [    3.274366] iwlwifi 0000:82:00.0: Detected crf-id 0x2001910, cnv-id 
0x2001910 wfpm id 0x80000000
  [    3.274502] iwlwifi 0000:82:00.0: PCI dev 272b/40f0, rev=0x472, 
rfid=0x112200
  [    3.274505] iwlwifi 0000:82:00.0: Detected Intel(R) Wi-Fi 7 BE200 320MHz
  [    3.275097] iwlwifi 0000:82:00.0: Direct firmware load for 
iwlwifi-gl-c0-fm-c0-92.ucode failed with error -2
  [    3.275115] iwlwifi 0000:82:00.0: Direct firmware load for 
iwlwifi-gl-c0-fm-c0-91.ucode failed with error -2
  [    3.275128] iwlwifi 0000:82:00.0: Direct firmware load for 
iwlwifi-gl-c0-fm-c0-90.ucode failed with error -2
  [    3.275129] iwlwifi 0000:82:00.0: no suitable firmware found!
  [    3.275131] iwlwifi 0000:82:00.0: minimum version required: 
iwlwifi-gl-c0-fm-c0-90
  [    3.275132] iwlwifi 0000:82:00.0: maximum version supported: 
iwlwifi-gl-c0-fm-c0-92
  [    3.275133] iwlwifi 0000:82:00.0: check 
git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git

  Expecting:

  $ sudo dmesg|grep iwlwifi
  [    2.541369] iwlwifi 0000:82:00.0: enabling device (0000 -> 0002)
  [    2.548367] iwlwifi 0000:82:00.0: Detected crf-id 0x2001910, cnv-id 
0x2001910 wfpm id 0x80000000
  [    2.548444] iwlwifi 0000:82:00.0: PCI dev 272b/40f0, rev=0x472, 
rfid=0x112200
  [    2.548446] iwlwifi 0000:82:00.0: Detected Intel(R) Wi-Fi 7 BE200 320MHz
  [    2.555076] iwlwifi 0000:82:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 
0.182.4.1
  [    2.555507] iwlwifi 0000:82:00.0: loaded firmware version 92.67ce4588.0 
gl-c0-fm-c0-92.ucode op_mode iwlmvm
  [    3.017113] iwlwifi 0000:82:00.0: WRT: Invalid buffer destination
  [    3.281636] iwlwifi 0000:82:00.0: loaded PNVM version da3b5cf2
  [    3.302582] iwlwifi 0000:82:00.0: Detected RF FM, rfid=0x112200
  [    3.402403] iwlwifi 0000:82:00.0: base HW address: a0:02:a5:79:66:d4
  [    3.570939] iwlwifi 0000:82:00.0 wlp130s0f0: renamed from wlan0
  [    4.200554] iwlwifi 0000:82:00.0: WRT: Invalid buffer destination
  [    4.611030] iwlwifi 0000:82:00.0: Registered PHC clock: iwlwifi-PTP, with 
index: 1

  ---
  ProblemType: Bug
  ApportVersion: 2.28.1-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USER        PID ACCESS COMMAND
   /dev/snd/seq:        ubuntu     1517 F.... pipewire
   /dev/snd/controlC0:  ubuntu     1520 F.... wireplumber
  CRDA: N/A
  CasperMD5CheckMismatches: ./casper/initrd ./casper/vmlinuz 
./casper/minimal.standard.live.hotfix.squashfs 
./casper/minimal.standard.hotfix.squashfs ./casper/minimal.hotfix.squashfs 
./boot/grub/grub.cfg
  CasperMD5CheckResult: fail
  Dependencies: firmware-sof-signed 2023.12.1-1ubuntu1
  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-next-20240805-41
  DistroRelease: Ubuntu 24.04
  InstallationDate: Installed on 2024-08-06 (15 days ago)
  InstallationMedia: Ubuntu OEM 24.04 LTS "Noble Numbat" - Release amd64 
(20240804)
  IwConfig:
   lo        no wireless extensions.

   eno0      no wireless extensions.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0bda:5595 Realtek Semiconductor Corp. 
Integrated_Webcam_5M
   Bus 001 Device 005: ID 8087:0036 Intel Corp.
   Bus 001 Device 007: ID 29bd:9302 Silicon Works SiW HID Touch Controller
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  MachineType: Dell Inc. Dell Pro 24 All-in-One Q124250
  Package: linux-firmware 20240318.git3b128b60-0ubuntu2.1
  PackageArchitecture: amd64
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.11.0-9001-oem 
root=UUID=9e2bbb67-d03d-45c2-b3ab-a56ed354df23 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 6.11.0-9001.1+exp.3-oem 6.11.0-rc2
  RelatedPackageVersions:
   linux-restricted-modules-6.11.0-9001-oem N/A
   linux-backports-modules-6.11.0-9001-oem  N/A
   linux-firmware                           20240318.git3b128b60-0ubuntu2.1
  RfKill:
   0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
  Tags: noble
  Uname: Linux 6.11.0-9001-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 07/04/2024
  dmi.bios.release: 0.1
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 0.1.4
  dmi.board.name: 0JJ105
  dmi.board.vendor: Dell Inc.
  dmi.board.version: X00
  dmi.chassis.type: 13
  dmi.chassis.vendor: Dell Inc.
  dmi.ec.firmware.release: 0.0
  dmi.modalias: 
dmi:bvnDellInc.:bvr0.1.4:bd07/04/2024:br0.1:efr0.0:svnDellInc.:pnDellPro24All-in-OneQ124250:pvr:rvnDellInc.:rn0JJ105:rvrX00:cvnDellInc.:ct13:cvr:sku0CE9:
  dmi.product.family: Dell Pro Desktops
  dmi.product.name: Dell Pro 24 All-in-One Q124250
  dmi.product.sku: 0CE9
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/2077509/+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