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

Bug#810161: marked as done (New online b43 firmware installer)



Your message dated Sat, 11 Apr 2020 10:33:34 +0000
with message-id <E1jNDSA-000HSG-Hl@fasolo.debian.org>
and subject line Bug#810161: fixed in b43-fwcutter 1:019-5
has caused the Debian Bug report #810161,
regarding New online b43 firmware installer
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
810161: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810161
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: firmware-b43-installer
Version: 1:019-2
Severity: wishlist
Tags: patch

Hi,
I've written a patch to install the newest firmware which has been
supported by b43-fwcutter since version 1:018 (released in 2013) and
attached the patch to this email. b43-fwcutter 1:019-2 in jessie already
supported installing this firmware offline.

Upstream referred me to Debian [1] for this and confirmed that 784.2 is
the latest version of firmware available [2].

The patch I attached also corrects the description of the firmware
version. The description string listed the old postinst referred to the wl
driver version.

I changed the depends for those upgrading as b43-fwcutter before 018 will
not support this newer firmware. Though Debian may not need this,
downstream distributions might.

Two other issues I may later file/append to bugs on:
1) The listed Debian Package Source Repository (Browseable)[3] only shows
1:018 whereas 1:019 is in the package tracking system.

2) Upstream now lists more supported devices [4] than what the postinst has.

Thanks,

     Drew Daniels
Blog: http://www.boxheap.net/ddaniels/blog/

[1] http://lists.infradead.org/pipermail/b43-dev/2016-January/003866.html
[2] http://lists.infradead.org/pipermail/b43-dev/2016-January/003867.html
[3] http://anonscm.debian.org/cgit/collab-maint/b43-fwcutter.git
[4] http://linuxwireless.sipsolutions.net/en/users/Drivers/b43/
diff -uprwd old/debian/control new/debian/control
--- old/debian/control	2016-01-06 23:06:51.361668328 -0600
+++ new/debian/control	2016-01-06 23:07:21.241816495 -0600
@@ -21,7 +21,7 @@ Description: utility for extracting Broa
 Package: firmware-b43-installer
 Section: contrib/kernel
 Architecture: all
-Depends: b43-fwcutter (>= ${source:Version}), bzip2, wget, ${misc:Depends} 
+Depends: b43-fwcutter (>= 1:018-1), bzip2, wget, ${misc:Depends} 
 Replaces: firmware-b43-lpphy-installer (<= 1:015-14)
 Breaks: firmware-b43-lpphy-installer (<= 1:015-14)
 Description: firmware installer for the b43 driver
diff -uprwd old/debian/firmware-b43-installer.postinst new/debian/firmware-b43-installer.postinst
--- old/debian/firmware-b43-installer.postinst	2016-01-06 22:34:38.164082118 -0600
+++ new/debian/firmware-b43-installer.postinst	2016-01-06 22:45:04.367187292 -0600
@@ -22,7 +22,7 @@ if [ -n "$APT_PROXIES" ]; then
         eval export $APT_PROXIES
 fi
 
-wget --timeout=60 http://www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2
+wget --timeout=60 http://www.lwfinger.com/b43-firmware/broadcom-wl-6.30.163.46.tar.bz2
 if [ $? -ne 0 ]; then
 	echo "Some problem occurred during the firmware download. Please check your internet connection." 
 	exit 0
@@ -32,9 +32,8 @@ if [ $? -ne 0 ]; then
 	   rm -rf /lib/firmware/b43
 	fi
 fi
-tar xvjf broadcom-wl-5.100.138.tar.bz2
-cd broadcom-wl-5.100.138/linux
-b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" wl_apsta.o
+tar xvjf broadcom-wl-6.30.163.46.tar.bz2
+b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" broadcom-wl-6.30.163.46.wl_apsta.o
 rm -rf $tmp
 }
 
@@ -125,7 +124,7 @@ elif [ "$nottested" ]; then
         echo "This card is actually not tested. Please install the driver manually."
         exit 0
 elif [ "$latest" ]; then
-        echo "This card work with newer 5.100.138 firmware. Trying to install it."
+        echo "This card work with newer 666.2 or 784.2 firmware. Trying to install it."
         latest_firmware
         exit 0
 fi

--- End Message ---
--- Begin Message ---
Source: b43-fwcutter
Source-Version: 1:019-5
Done: =?utf-8?q?Rapha=C3=ABl_Hertzog?= <raphael@offensive-security.com>

We believe that the bug you reported is fixed in the latest version of
b43-fwcutter, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 810161@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Raphaël Hertzog <raphael@offensive-security.com> (supplier of updated b43-fwcutter package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 11 Apr 2020 11:42:37 +0200
Source: b43-fwcutter
Architecture: source
Version: 1:019-5
Distribution: unstable
Urgency: high
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Raphaël Hertzog <raphael@offensive-security.com>
Closes: 760813 810161
Changes:
 b43-fwcutter (1:019-5) unstable; urgency=high
 .
   * QA upload.
   * Add ca-certificates to Depends so that we can download over https
   * Install newer firmware 6.30.163.46 in firmware-b43-installer.
     Thanks to Elliott Mitchell <ehem+debian@drgnwing.com>
     (Closes: #810161, #760813)
Checksums-Sha1:
 dba635763d013ceeedb800555f86e90ec6692036 1782 b43-fwcutter_019-5.dsc
 614b3e47b2c4f01e2a51c3d57d0de461cd3cbfa8 18576 b43-fwcutter_019-5.debian.tar.xz
 fbb6595fc7fec59047561e20021336528066b788 5947 b43-fwcutter_019-5_source.buildinfo
Checksums-Sha256:
 3beb32821a73fa94ef8a9d4da5301064c1e64aaf5663e27008337959f887e311 1782 b43-fwcutter_019-5.dsc
 1342e898991110595e1e35038c67e6309b9820d422e9db11cb74e8b0e08871c8 18576 b43-fwcutter_019-5.debian.tar.xz
 e6a387a8e27c56c5472d0cc8f86d0307b48525e34ee5b8821d9e2af3b507f746 5947 b43-fwcutter_019-5_source.buildinfo
Files:
 b2a9350ba4e5f62bc65aac69076869f5 1782 contrib/utils optional b43-fwcutter_019-5.dsc
 cc5b0bded3f7c188feda7d6f26f1ab80 18576 contrib/utils optional b43-fwcutter_019-5.debian.tar.xz
 583c9520d33a9759205329232545a69d 5947 contrib/utils optional b43-fwcutter_019-5_source.buildinfo

-----BEGIN PGP SIGNATURE-----
Comment: Signed by Raphael Hertzog

iQEzBAEBCgAdFiEE1823g1EQnhJ1LsbSA4gdq+vCmrkFAl6RkrwACgkQA4gdq+vC
mrll2AgAurXeTOe4I3+zHspbf0UmYgF1x/aDRc+a1RpV2rd0g0xfp4+QePYjZCXv
u+pWj80oPPRg5KBIIYKKKakMt6diA45GasOwEeBQZYrPMKI7DddtCP0AU+ggEFZN
w7PIEN85QXfGmjlbyEFUA6Q1l2IGhwNmrNsqZ19iFbqk3lxT4tWYymvlpStX2iCM
AJZlVw44FEx5Zoko4/Au4TTK7sL/urVk57I0+dCKvtq9vAm49uA2vVhrodzVPJ67
05MoNwcHc0YCELFCNHadr8vwkS72pP7/8WMcAMnQiiLeecOyAHoUgFUsAfhw3kVv
zjoFiG7aR/pXG79yxetOaO8eCfWbsg==
=YHQX
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: