[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1032608: firmware-iwlwifi: missing one firmware in iwlwifi



Package: firmware-iwlwifi
Version: 20230210-1
Severity: normal
Tags: patch

Dear Maintainer,

   * What led up to the situation?
   after upgrading to 20230210-1, my laptop became unable to connect to wifi
   networks
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   booted my computer
   * What was the outcome of this action?
   iwlwifi module failed to load firmware for my device because it was absent,
   so i could not connect to networks
   * What outcome did you expect instead?
   iwlwifi loads firmware and connects to networks

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-5-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

firmware-iwlwifi depends on no packages.

firmware-iwlwifi recommends no packages.

Versions of packages firmware-iwlwifi suggests:
ii  initramfs-tools  0.142

-- no debconf information
>From jonathantomer@gmail.com Mon Sep 17 00:00:00 2001
From: Jonathan Klabunde Tomer <jonathantomer@gmail.com>
Date: Wed, 8 Mar 2023 23:44:28 -0800
Subject: [PATCH] iwlwifi: add missing entry to base

The entry in the base section of config/iwlwifi/defines for
iwlwifi-so-a0-hr-b0-72 was missing from 5869e3d, when the section for the fw
itself was added. As a result, since version 71 was removed in b932a14 (and
upstream in 3435843), we no longer include any version of this fw in the
build, removing support for these cards.
---
 debian/changelog              | 4 ++++
 debian/config/iwlwifi/defines | 1 +
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6564619..7a2ece7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 firmware-nonfree (20230210-3) UNRELEASED; urgency=medium
 
+  [ Bastian Germann ]
   * firmware-atheros: Remove ath9k_htc from description
 
+  [ Jonathan Klabunde Tomer ]
+  * iwlwifi: add missing entry to base
+
  -- Bastian Germann <bage@debian.org>  Sun, 26 Feb 2023 11:34:51 +0100
 
 firmware-nonfree (20230210-2) unstable; urgency=medium
diff --git a/debian/config/iwlwifi/defines b/debian/config/iwlwifi/defines
index 9b7a3be..9d206b8 100644
--- a/debian/config/iwlwifi/defines
+++ b/debian/config/iwlwifi/defines
@@ -112,6 +112,7 @@ files:
  iwlwifi-so-a0-gf-a0.pnvm
  iwlwifi-so-a0-gf4-a0-72.ucode
  iwlwifi-so-a0-gf4-a0.pnvm
+ iwlwifi-so-a0-hr-b0-72.ucode
  iwlwifi-so-a0-jf-b0-72.ucode
 longdesc: Intel Wireless cards supported by the iwl3945, iwl4965, and
  iwlwifi drivers
-- 
2.39.2


Reply to: