Your message dated Wed, 03 Aug 2011 19:32:12 +0000
with message-id <[email protected]>
and subject line Bug#636503: fixed in b43-fwcutter 1:014-9
has caused the Debian Bug report #636503,
regarding firmware-b43-installer: Fails to recognize BCM4322 device
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 [email protected]
immediately.)
--
636503: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636503
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: firmware-b43-installer
Version: 1:014-8
Severity: normal
Tags: patch
% lspci -nn|grep -i bcm
0c:00.0 Network controller [0280]: Broadcom Corporation BCM4322 802.11a/b/g/n
Wireless LAN Controller [14e4:432b] (rev 01)
*.postinst should match alphabetic characters as well.
Regards,
Rodolphe
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages firmware-b43-installer depends on:
ii b43-fwcutter 1:014-8 Utility for extracting Broadcom 43
ii bzip2 1.0.5-6 high-quality block-sorting file co
ii wget 1.12-5 retrieves files from the web
Versions of packages firmware-b43-installer recommends:
ii linux-image-2 2.6.39-3 Linux 2.6.39 for 64-bit PCs
ii linux-image-3 3.0.0-1 Linux 3.0.0 for 64-bit PCs
ii linux-image-3 3.0.0~rc6-1~experimental.1 Linux 3.0.0-rc6 for 64-bit PCs
firmware-b43-installer suggests no packages.
-- no debconf information
>From 08003fe8dc624f99750df5d5918fc50075e9a2b2 Mon Sep 17 00:00:00 2001
From: Rodolphe Pelloux-Prayer <[email protected]>
Date: Wed, 3 Aug 2011 15:15:55 +0200
Subject: [PATCH] Match all hex characters.
---
debian/firmware-b43-installer.postinst | 8 ++++----
debian/firmware-b43-lpphy-installer.postinst | 2 +-
debian/firmware-b43legacy-installer.postinst | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/firmware-b43-installer.postinst
b/debian/firmware-b43-installer.postinst
index 807b13c..04ba15a 100644
--- a/debian/firmware-b43-installer.postinst
+++ b/debian/firmware-b43-installer.postinst
@@ -43,10 +43,10 @@ if [ "$chip" ] ; then
echo "Your card is BCM4306/3 [14e4:4320] (rev 03), firwmare 5.10.56.27.3
will be used"
latest_firmware
exit 0
-fi
-
+fi
+
# check chip
-pci=`lspci -n | grep -o "14e4:[1234567890]\+"` || true
+pci=`lspci -n | grep -o "14e4:[1234567890abcdef]\+"` || true
if [ -n "$pci" ]; then
for device in $pci; do
@@ -60,7 +60,7 @@ if [ -n "$pci" ]; then
;;
4328 | 4329 | 4307 | 4311 | 4312 | 4318 | 4319 | 432b | 4315 |
4321 | 5354)
latest=1
- ;;
+ ;;
0576 | 4322 | 4331 | 4353 | 4357 | 4727)
unsupported="$unsupported $device_id"
;;
diff --git a/debian/firmware-b43-lpphy-installer.postinst
b/debian/firmware-b43-lpphy-installer.postinst
index 5d56a0b..b4fac76 100644
--- a/debian/firmware-b43-lpphy-installer.postinst
+++ b/debian/firmware-b43-lpphy-installer.postinst
@@ -11,7 +11,7 @@ fi
# check chip
supported=0
-pci=`lspci -n | grep -o "14e4:[1234567890]\+"` || true
+pci=`lspci -n | grep -o "14e4:[1234567890abcdef]\+"` || true
if [ -n "$pci" ]; then
for device in $pci; do
diff --git a/debian/firmware-b43legacy-installer.postinst
b/debian/firmware-b43legacy-installer.postinst
index a734a4a..00a59ba 100644
--- a/debian/firmware-b43legacy-installer.postinst
+++ b/debian/firmware-b43legacy-installer.postinst
@@ -4,7 +4,7 @@ set -e
# check chip
supported=0
-pci=`lspci -n | grep -o "14e4:[1234567890]\+"` || true
+pci=`lspci -n | grep -o "14e4:[1234567890abcdef]\+"` || true
if [ -n "$pci" ]; then
for device in $pci; do
--
1.7.6
--- End Message ---
--- Begin Message ---
Source: b43-fwcutter
Source-Version: 1:014-9
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:
b43-fwcutter_014-9.debian.tar.gz
to contrib/b/b43-fwcutter/b43-fwcutter_014-9.debian.tar.gz
b43-fwcutter_014-9.dsc
to contrib/b/b43-fwcutter/b43-fwcutter_014-9.dsc
b43-fwcutter_014-9_amd64.deb
to contrib/b/b43-fwcutter/b43-fwcutter_014-9_amd64.deb
firmware-b43-installer_014-9_all.deb
to contrib/b/b43-fwcutter/firmware-b43-installer_014-9_all.deb
firmware-b43-lpphy-installer_014-9_all.deb
to contrib/b/b43-fwcutter/firmware-b43-lpphy-installer_014-9_all.deb
firmware-b43legacy-installer_014-9_all.deb
to contrib/b/b43-fwcutter/firmware-b43legacy-installer_014-9_all.deb
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Fabrizio Regalli <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 03 Aug 2011 19:22:16 +0200
Source: b43-fwcutter
Binary: b43-fwcutter firmware-b43-installer firmware-b43-lpphy-installer
firmware-b43legacy-installer
Architecture: source all amd64
Version: 1:014-9
Distribution: unstable
Urgency: low
Maintainer: Fabrizio Regalli <[email protected]>
Changed-By: Fabrizio Regalli <[email protected]>
Description:
b43-fwcutter - Utility for extracting Broadcom 43xx firmware
firmware-b43-installer - Installer package for firmware for the b43 driver
firmware-b43-lpphy-installer - Installer package for firmware for the b43
driver (LP-PHY version
firmware-b43legacy-installer - Installer package for firmware for the
b43legacy driver
Closes: 636503
Changes:
b43-fwcutter (1:014-9) unstable; urgency=low
.
* Match alphabetic characters as well. Closes: #636503
Checksums-Sha1:
c3192e404e403817eac79509b0ee6b0b87b0238f 1260 b43-fwcutter_014-9.dsc
4547f0d3fc6cbdd19606af31473dd4b95d15cb2c 8690 b43-fwcutter_014-9.debian.tar.gz
0be8ae8726b9a429008cf1884efbf26e5221fb6f 7892
firmware-b43-installer_014-9_all.deb
349ccff1d66aef84fa49a1f43fdc965bc7890b36 7324
firmware-b43legacy-installer_014-9_all.deb
adcc4be34e4af933c9013ccf2cb263b11f4125c6 7458
firmware-b43-lpphy-installer_014-9_all.deb
3b303374a9ed3e2e07c0723623197a28e0f31a9c 19598 b43-fwcutter_014-9_amd64.deb
Checksums-Sha256:
ee51395f1c3c3da94303741945600e0096cb19fdcfbcd940613acdb985dee7a6 1260
b43-fwcutter_014-9.dsc
2e2557344d8bb1b081a1b0a95c0c39ebae8b5c99de8340ebdafa55a3fe205a9f 8690
b43-fwcutter_014-9.debian.tar.gz
3415b9a372f3aed5e78b0c55feea5952ccae0552db9dbbfd89403d5286a3fb73 7892
firmware-b43-installer_014-9_all.deb
25294b64f427a42df55970ce78748fe95f8b0144fb7a14e682bcf34490c671fc 7324
firmware-b43legacy-installer_014-9_all.deb
e34478437947af64a1088e6d40e24f8fc2d33bdf5c48e232612eebdb3be275ac 7458
firmware-b43-lpphy-installer_014-9_all.deb
cb75b1049088e5756680fed62fb46039711773ed4f9c429923428b95117e2f43 19598
b43-fwcutter_014-9_amd64.deb
Files:
9bbe68c1066fbeeac37cde9e3708ec17 1260 contrib/utils optional
b43-fwcutter_014-9.dsc
84a762de00eec6335c9f79c92e2f4339 8690 contrib/utils optional
b43-fwcutter_014-9.debian.tar.gz
6d3adc01f2e7a0a6f14698056d8554e0 7892 contrib/kernel optional
firmware-b43-installer_014-9_all.deb
ba100b6f212bf1054cd5ec3c47efa9d2 7324 contrib/kernel optional
firmware-b43legacy-installer_014-9_all.deb
2f52b249a9fffd684ab7fa5934fa6c0d 7458 contrib/kernel optional
firmware-b43-lpphy-installer_014-9_all.deb
e085acb598aad54dd28d7e7b0321bad7 19598 contrib/utils optional
b43-fwcutter_014-9_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD4DBQFOOZ6rvdkzt4X+wX8RAhIOAJ9gpH37q5v3heyPNAginSP0uGlAqQCY+LzQ
n8p//02o3k8oVLCcy0+Qsw==
=Uwvk
-----END PGP SIGNATURE-----
--- End Message ---