понедельник

[Bug 2085538] Re: Missing Bluetooth firmware for Intel WiFi 7 AX211/BE200/BE201

Reply to my comment #16, it takes an additional kernel patch to complete
BE201 firmware loading on MTL. Added all affected components and will
proceed to SRU.

** Description changed:

[SRU Justification]

BugLink: https://bugs.launchpad.net/bugs/2085538

[Impact]

Missing Bluetooth firmware for Intel(R) Wi-Fi 7 BE201 320MHz:
```
$ lsusb
Bus 003 Device 004: ID 8087:0033 Intel Corp. AX211 Bluetooth

$ sudo dmesg | grep Bluetooth
kernel: Bluetooth: hci0: Device revision is 0
kernel: Bluetooth: hci0: Secure boot is enabled
kernel: Bluetooth: hci0: OTP lock is enabled
kernel: Bluetooth: hci0: API lock is enabled
kernel: Bluetooth: hci0: Debug lock is disabled
kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
kernel: Bluetooth: hci0: Bootloader timestamp 2022.18 buildtype 1 build 16362
kernel: Bluetooth: hci0: DSM reset method type: 0x00
kernel: Bluetooth: hci0: Failed to load Intel firmware file intel/ibt-0093-0041.sfi (-2)
kernel: Bluetooth: hci0: Failed to read MSFT supported features (-56)
```

Where:
* intel/ibt-0093-0041.sfi: BE201 on ARL
- - PCIID: 8086:7740 SUBSYS 8086:4090
- - USBID: 8087:0033
+   - PCIID: 8086:7740 SUBSYS 8086:4090
+   - USBID: 8087:0033
* intel/ibt-0093-0291.sfi: BE201 on MTL
- - PCIID: 8086:7740 SUBSYS 8086:40e0
- - USBID: 8087:0037
+   - PCIID: 8086:7740 SUBSYS 8086:40e0
+   - USBID: 8087:0037

[Fix]

Upstream commit
[65c4b9b74b00](https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
firmware.git/commit/?id=65c4b9b74b00b70777ca216474f2f7f8affba095)
("linux-firmware: Update firmware file for Intel BlazarU core"), which
has been included in upstream tag 20241110.

This also pulls a few more commits due to updates to
`intel/ibt-0291-0291.sfi` for Gale Peak2 (BE200).

[Test Case]

1. Install linux-firmware from -proposed pocket
2. check dmesg for successful firmware loading messages:
   ```
   Bluetooth: hci0: Device revision is 0
   Bluetooth: hci0: Secure boot is enabled
   Bluetooth: hci0: OTP lock is enabled
   Bluetooth: hci0: API lock is enabled
   Bluetooth: hci0: Debug lock is disabled
   Bluetooth: hci0: Minimum firmware build 1 week 10 2014
   Bluetooth: hci0: Bootloader timestamp 2022.18 buildtype 1 build 16362
   Bluetooth: hci0: DSM reset method type: 0x00
   Bluetooth: hci0: Found device firmware: intel/ibt-0093-0041.sfi
   Bluetooth: hci0: Boot Address: 0x100800
   Bluetooth: hci0: Firmware Version: 87-38.24
   Bluetooth: BNEP (Ethernet Emulation) ver 1.3
   Bluetooth: BNEP filters: protocol multicast
   Bluetooth: BNEP socket layer initialized
   Bluetooth: hci0: Waiting for firmware download to complete
   Bluetooth: hci0: Firmware loaded in 1748071 usecs
   Bluetooth: hci0: Waiting for device to boot
   Bluetooth: hci0: Device booted in 44999 usecs
   Bluetooth: hci0: Malformed MSFT vendor event: 0x02
   Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-0093-0041.ddc
   Bluetooth: hci0: Applying Intel DDC parameters completed
   Bluetooth: hci0: Firmware timestamp 2024.38 buildtype 1 build 67159
   Bluetooth: hci0: Firmware SHA1: 0x083ad0b2
   Bluetooth: hci0: Fseq status: Success (0x00)
   Bluetooth: hci0: Fseq executed: 00.00.04.191
   Bluetooth: hci0: Fseq BT Top: 00.00.04.191
   ```
3. check bluetooth interface is up:
   ```
   Index list with 1 item
   hci0: Primary controller
           addr 98:5F:41:D6:25:0D version 12 manufacturer 2 class 0x6c010c
           supported settings: powered connectable fast-connectable discoverable bondable link-security ssp br/edr le advertising secure-conn debug-keys privacy configuration static-addr phy-configuration wide-band-speech cis-central cis-peripheral
           current settings: powered ssp br/edr le secure-conn cis-central cis-peripheral
           name localhost
           short name
   hci0: Configuration options
           supported options: public-address
           missing options:
   ```

[Where problems could occur]

New hardware. And we still have iwlwifi firmware API problem to be
addressed in bug 2085547.

[Other Info]

To be supported in linux-oem-6.11/noble, nominate for Noble and Oracular
only. Plucky version 20241107.gitdb0082fa-0ubuntu1 and newer has covered
this already.

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

- Proposed fix in
- https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
- firmware.git/commit/?id=65c4b9b74b00b70777ca216474f2f7f8affba095:
-
- commit 65c4b9b74b00b70777ca216474f2f7f8affba095
- Author: Kiran K <kiran.k@intel.com>
- Date: Tue Oct 22 15:21:13 2024 +0530
-
-     linux-firmware: Update firmware file for Intel BlazarU core
-
-     This patch contains firmware files for BlazarU core -
-     1. Gale Peak2 (BE200)
-     2. Garfield Peak2 (AX211)
-     3. Filmore Peak2 (BE201)
-
-     FW Build: BT_BlazarU_S_REL67159_23.90.24382.67159
-
-     Release Version: 23.90.0.3
-     FSEQ: 0x0.0.4.191
-
-     Signed-off-by: Kiran K <kiran.k@intel.com>
-
-  WHENCE | 6 +++++-
-  intel/ibt-0093-0041.ddc | Bin 0 -> 9 bytes
-  intel/ibt-0093-0041.sfi | Bin 0 -> 908200 bytes
-  intel/ibt-0093-0291.ddc | Bin 0 -> 9 bytes
-  intel/ibt-0093-0291.sfi | Bin 0 -> 980580 bytes
-  intel/ibt-0291-0291.sfi | Bin 978908 -> 980580 bytes
-  6 files changed, 5 insertions(+), 1 deletion(-)
+ Proposed fixes:
+ * kernel
+ - https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d88a8bb8bbbec9d57b84232a2d6f8dab84221959 ("Bluetooth: btintel: Add DSBR support for BlazarIW, BlazarU and GaP")
+ * linux-firmware
+ - https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=65c4b9b74b00b70777ca216474f2f7f8affba095 ("linux-firmware: Update firmware file for Intel BlazarU core")
+
---
ProblemType: Bug
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
AudioDevicesInUse:
 USER PID ACCESS COMMAND
 /dev/snd/seq: ubuntu 2035 F.... pipewire
CRDA: N/A
CasperMD5CheckResult: pass
Dependencies: firmware-sof-signed 2023.12.1-1ubuntu1
DistroRelease: Ubuntu 24.04
InstallationDate: Installed on 2024-10-18 (6 days ago)
InstallationMedia: Ubuntu 24.04.1 LTS "Noble Numbat" - Release amd64 (20240827.1)
IwConfig:
 lo no wireless extensions.

 enx00e04c6801fa no wireless extensions.
MachineType: Dell Inc. Dell Pro 13 Plus PB13250
Package: linux-firmware
PackageArchitecture: amd64
ProcFB:
 0 simpledrmdrmfb
 1 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.11.0-1006-oem root=UUID=fc84ebe2-195e-4b97-bf16-6a80d10fc4ab ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 6.11.0-1006.6-oem 6.11.0
RelatedPackageVersions:
 linux-restricted-modules-6.11.0-1006-oem N/A
 linux-backports-modules-6.11.0-1006-oem N/A
 linux-firmware 20240318.git3b128b60-0ubuntu2.4
RfKill:
 0: hci0: Bluetooth
  Soft blocked: no
  Hard blocked: no
Tags: noble
Uname: Linux 6.11.0-1006-oem x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: N/A
_MarkForUpload: True
dmi.bios.date: 09/12/2024
dmi.bios.release: 68.3
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 68.3.29
dmi.board.name: 0VE010
dmi.board.vendor: Dell Inc.
dmi.board.version: D01
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.ec.firmware.release: 137.137
dmi.modalias: dmi:bvnDellInc.:bvr68.3.29:bd09/12/2024:br68.3:efr137.137:svnDellInc.:pnDellPro13PlusPB13250:pvr:rvnDellInc.:rn0VE010:rvrD01:cvnDellInc.:ct10:cvr:sku0CF4:
dmi.product.family: Dell Pro Laptops
dmi.product.name: Dell Pro 13 Plus PB13250
dmi.product.sku: 0CF4
dmi.sys.vendor: Dell Inc.
---
ProblemType: Bug
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
AudioDevicesInUse:
 USER PID ACCESS COMMAND
 /dev/snd/seq: ubuntu 1405 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
Dependencies: firmware-sof-signed 2023.12.1-1ubuntu1.1+exp.7 [origin: LP-PPA-canonical-hwe-team-linux-firmware-staging]
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-20241017-99
DistroRelease: Ubuntu 24.04
InstallationDate: Installed on 2024-10-17 (26 days ago)
InstallationMedia: Ubuntu OEM 24.04.1 LTS "Noble Numbat" - Release amd64 (20241016)
IwConfig:
 lo no wireless extensions.

 enp0s31f6 no wireless extensions.
MachineType: Dell Inc. Dell Pro Max 14 MC14250
Package: linux-firmware
PackageArchitecture: amd64
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.11.0-1007-oem root=UUID=c9a8add1-fe81-47f8-9098-04dfaf14fdca ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 6.11.0-1007.7-oem 6.11.0
RelatedPackageVersions:
 linux-restricted-modules-6.11.0-1007-oem N/A
 linux-backports-modules-6.11.0-1007-oem N/A
 linux-firmware 20240318.git3b128b60-0ubuntu2.5+exp.24
RfKill:
 0: hci0: Bluetooth
  Soft blocked: no
  Hard blocked: no
Tags: noble third-party-packages
Uname: Linux 6.11.0-1007-oem x86_64
UnreportableReason: This does not seem to be an official Ubuntu package. Please retry after updating the indexes of available packages, if that does not work then remove related third party packages and try again.
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.

--
You received this bug notification because you are subscribed to linux
in Ubuntu.
Matching subscriptions: Bgg, Bmail, Nb
https://bugs.launchpad.net/bugs/2085538

Title:
Missing Bluetooth firmware for Intel WiFi 7 AX211/BE200/BE201

Status in linux package in Ubuntu:
In Progress
Status in linux-firmware package in Ubuntu:
Fix Released
Status in linux-oem-6.11 package in Ubuntu:
Invalid
Status in linux source package in Noble:
Invalid
Status in linux-firmware source package in Noble:
In Progress
Status in linux-oem-6.11 source package in Noble:
In Progress
Status in linux source package in Oracular:
In Progress
Status in linux-firmware 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-firmware source package in Plucky:
Fix Released
Status in linux-oem-6.11 source package in Plucky:
Invalid

Bug description:
[SRU Justification]

BugLink: https://bugs.launchpad.net/bugs/2085538

[Impact]

Missing Bluetooth firmware for Intel(R) Wi-Fi 7 BE201 320MHz:
```
$ lsusb
Bus 003 Device 004: ID 8087:0033 Intel Corp. AX211 Bluetooth

$ sudo dmesg | grep Bluetooth
kernel: Bluetooth: hci0: Device revision is 0
kernel: Bluetooth: hci0: Secure boot is enabled
kernel: Bluetooth: hci0: OTP lock is enabled
kernel: Bluetooth: hci0: API lock is enabled
kernel: Bluetooth: hci0: Debug lock is disabled
kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
kernel: Bluetooth: hci0: Bootloader timestamp 2022.18 buildtype 1 build 16362
kernel: Bluetooth: hci0: DSM reset method type: 0x00
kernel: Bluetooth: hci0: Failed to load Intel firmware file intel/ibt-0093-0041.sfi (-2)
kernel: Bluetooth: hci0: Failed to read MSFT supported features (-56)
```

Where:
* intel/ibt-0093-0041.sfi: BE201 on ARL
  - PCIID: 8086:7740 SUBSYS 8086:4090
  - USBID: 8087:0033
* intel/ibt-0093-0291.sfi: BE201 on MTL
  - PCIID: 8086:7740 SUBSYS 8086:40e0
  - USBID: 8087:0037

[Fix]

Upstream commit
[65c4b9b74b00](https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
firmware.git/commit/?id=65c4b9b74b00b70777ca216474f2f7f8affba095)
("linux-firmware: Update firmware file for Intel BlazarU core"), which
has been included in upstream tag 20241110.

This also pulls a few more commits due to updates to
`intel/ibt-0291-0291.sfi` for Gale Peak2 (BE200).

[Test Case]

1. Install linux-firmware from -proposed pocket
2. check dmesg for successful firmware loading messages:
   ```
   Bluetooth: hci0: Device revision is 0
   Bluetooth: hci0: Secure boot is enabled
   Bluetooth: hci0: OTP lock is enabled
   Bluetooth: hci0: API lock is enabled
   Bluetooth: hci0: Debug lock is disabled
   Bluetooth: hci0: Minimum firmware build 1 week 10 2014
   Bluetooth: hci0: Bootloader timestamp 2022.18 buildtype 1 build 16362
   Bluetooth: hci0: DSM reset method type: 0x00
   Bluetooth: hci0: Found device firmware: intel/ibt-0093-0041.sfi
   Bluetooth: hci0: Boot Address: 0x100800
   Bluetooth: hci0: Firmware Version: 87-38.24
   Bluetooth: BNEP (Ethernet Emulation) ver 1.3
   Bluetooth: BNEP filters: protocol multicast
   Bluetooth: BNEP socket layer initialized
   Bluetooth: hci0: Waiting for firmware download to complete
   Bluetooth: hci0: Firmware loaded in 1748071 usecs
   Bluetooth: hci0: Waiting for device to boot
   Bluetooth: hci0: Device booted in 44999 usecs
   Bluetooth: hci0: Malformed MSFT vendor event: 0x02
   Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-0093-0041.ddc
   Bluetooth: hci0: Applying Intel DDC parameters completed
   Bluetooth: hci0: Firmware timestamp 2024.38 buildtype 1 build 67159
   Bluetooth: hci0: Firmware SHA1: 0x083ad0b2
   Bluetooth: hci0: Fseq status: Success (0x00)
   Bluetooth: hci0: Fseq executed: 00.00.04.191
   Bluetooth: hci0: Fseq BT Top: 00.00.04.191
   ```
3. check bluetooth interface is up:
   ```
   Index list with 1 item
   hci0: Primary controller
           addr 98:5F:41:D6:25:0D version 12 manufacturer 2 class 0x6c010c
           supported settings: powered connectable fast-connectable discoverable bondable link-security ssp br/edr le advertising secure-conn debug-keys privacy configuration static-addr phy-configuration wide-band-speech cis-central cis-peripheral
           current settings: powered ssp br/edr le secure-conn cis-central cis-peripheral
           name localhost
           short name
   hci0: Configuration options
           supported options: public-address
           missing options:
   ```

[Where problems could occur]

New hardware. And we still have iwlwifi firmware API problem to be
addressed in bug 2085547.

[Other Info]

To be supported in linux-oem-6.11/noble, nominate for Noble and
Oracular only. Plucky version 20241107.gitdb0082fa-0ubuntu1 and newer
has covered this already.

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

Proposed fixes:
* kernel
- https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d88a8bb8bbbec9d57b84232a2d6f8dab84221959 ("Bluetooth: btintel: Add DSBR support for BlazarIW, BlazarU and GaP")
* linux-firmware
- https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=65c4b9b74b00b70777ca216474f2f7f8affba095 ("linux-firmware: Update firmware file for Intel BlazarU core")

---
ProblemType: Bug
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
AudioDevicesInUse:
 USER PID ACCESS COMMAND
 /dev/snd/seq: ubuntu 2035 F.... pipewire
CRDA: N/A
CasperMD5CheckResult: pass
Dependencies: firmware-sof-signed 2023.12.1-1ubuntu1
DistroRelease: Ubuntu 24.04
InstallationDate: Installed on 2024-10-18 (6 days ago)
InstallationMedia: Ubuntu 24.04.1 LTS "Noble Numbat" - Release amd64 (20240827.1)
IwConfig:
 lo no wireless extensions.

 enx00e04c6801fa no wireless extensions.
MachineType: Dell Inc. Dell Pro 13 Plus PB13250
Package: linux-firmware
PackageArchitecture: amd64
ProcFB:
 0 simpledrmdrmfb
 1 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.11.0-1006-oem root=UUID=fc84ebe2-195e-4b97-bf16-6a80d10fc4ab ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 6.11.0-1006.6-oem 6.11.0
RelatedPackageVersions:
 linux-restricted-modules-6.11.0-1006-oem N/A
 linux-backports-modules-6.11.0-1006-oem N/A
 linux-firmware 20240318.git3b128b60-0ubuntu2.4
RfKill:
 0: hci0: Bluetooth
  Soft blocked: no
  Hard blocked: no
Tags: noble
Uname: Linux 6.11.0-1006-oem x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: N/A
_MarkForUpload: True
dmi.bios.date: 09/12/2024
dmi.bios.release: 68.3
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 68.3.29
dmi.board.name: 0VE010
dmi.board.vendor: Dell Inc.
dmi.board.version: D01
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.ec.firmware.release: 137.137
dmi.modalias: dmi:bvnDellInc.:bvr68.3.29:bd09/12/2024:br68.3:efr137.137:svnDellInc.:pnDellPro13PlusPB13250:pvr:rvnDellInc.:rn0VE010:rvrD01:cvnDellInc.:ct10:cvr:sku0CF4:
dmi.product.family: Dell Pro Laptops
dmi.product.name: Dell Pro 13 Plus PB13250
dmi.product.sku: 0CF4
dmi.sys.vendor: Dell Inc.
---
ProblemType: Bug
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
AudioDevicesInUse:
 USER PID ACCESS COMMAND
 /dev/snd/seq: ubuntu 1405 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
Dependencies: firmware-sof-signed 2023.12.1-1ubuntu1.1+exp.7 [origin: LP-PPA-canonical-hwe-team-linux-firmware-staging]
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-20241017-99
DistroRelease: Ubuntu 24.04
InstallationDate: Installed on 2024-10-17 (26 days ago)
InstallationMedia: Ubuntu OEM 24.04.1 LTS "Noble Numbat" - Release amd64 (20241016)
IwConfig:
 lo no wireless extensions.

 enp0s31f6 no wireless extensions.
MachineType: Dell Inc. Dell Pro Max 14 MC14250
Package: linux-firmware
PackageArchitecture: amd64
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.11.0-1007-oem root=UUID=c9a8add1-fe81-47f8-9098-04dfaf14fdca ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 6.11.0-1007.7-oem 6.11.0
RelatedPackageVersions:
 linux-restricted-modules-6.11.0-1007-oem N/A
 linux-backports-modules-6.11.0-1007-oem N/A
 linux-firmware 20240318.git3b128b60-0ubuntu2.5+exp.24
RfKill:
 0: hci0: Bluetooth
  Soft blocked: no
  Hard blocked: no
Tags: noble third-party-packages
Uname: Linux 6.11.0-1007-oem x86_64
UnreportableReason: This does not seem to be an official Ubuntu package. Please retry after updating the indexes of available packages, if that does not work then remove related third party packages and try again.
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/2085538/+subscriptions

Комментариев нет:

Отправить комментарий