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

Bug#579633: marked as done (firmware-b43legacy-installer.postins problem)



Your message dated Tue, 11 May 2010 00:17:16 +0000
with message-id <E1OBd9w-00028o-US@ries.debian.org>
and subject line Bug#579633: fixed in b43-fwcutter 1:013-2
has caused the Debian Bug report #579633,
regarding firmware-b43legacy-installer.postins problem
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.)


-- 
579633: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579633
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: firmware-b43legacy-installer
Version: 4.178.10.4-3
Severity: important


if if statement in firmware-b43legacy-installer.postins where the list
of supported cards is checked is wrong.

if [ -n "$pci" ]; then
        if [ "`echo $pci | cut -d: -f2`" != "4301" ] || \
           [ "`echo $pci | cut -d: -f2`" != "4306" ] || \
           [ "`echo $pci | cut -d: -f2`" != "4320" ]; then
                echo "Not supported card here (PCI id $pci)!"
                echo "Use b43 firmware. This is just for the b43legacy driver."
                echo "Aborting."
                exit 1
        fi
fi

The OR statement in the if should be AND. Otherwise the firmware for 4306 and 4320 cased cards will not be expanded. The corrected code should be:


if [ -n "$pci" ]; then
        if [ "`echo $pci | cut -d: -f2`" != "4301" ] && \
           [ "`echo $pci | cut -d: -f2`" != "4306" ] && \
           [ "`echo $pci | cut -d: -f2`" != "4320" ]; then
                echo "Not supported card here (PCI id $pci)!"
                echo "Use b43 firmware. This is just for the b43legacy driver."
                echo "Aborting."
                exit 1
        fi
fi



evgeni




-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.32-3-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages firmware-b43legacy-installer depends on:
ii  b43-fwcutter                  1:013-1    Utility for extracting Broadcom 43
ii  wget                          1.12-2     retrieves files from the web

Versions of packages firmware-b43legacy-installer recommends:
ii  linux-image-2.6.30-2-powerpc  2.6.30-8   Linux 2.6.30 image on uniprocessor
ii  linux-image-2.6.32-2-powerpc  2.6.32-8   Linux 2.6.32 for uniprocessor 32-b
ii  linux-image-2.6.32-3-powerpc  2.6.32-9   Linux 2.6.32 for uniprocessor 32-b
ii  linux-image-2.6.32-trunk-powe 2.6.32-5   Linux 2.6.32 for uniprocessor 32-b

firmware-b43legacy-installer suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: b43-fwcutter
Source-Version: 1:013-2

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_013-2.debian.tar.gz
  to contrib/b/b43-fwcutter/b43-fwcutter_013-2.debian.tar.gz
b43-fwcutter_013-2.dsc
  to contrib/b/b43-fwcutter/b43-fwcutter_013-2.dsc
b43-fwcutter_013-2_amd64.deb
  to contrib/b/b43-fwcutter/b43-fwcutter_013-2_amd64.deb
firmware-b43-installer_4.150.10.5-4_all.deb
  to contrib/b/b43-fwcutter/firmware-b43-installer_4.150.10.5-4_all.deb
firmware-b43-lpphy-installer_4.174.64.19-4_all.deb
  to contrib/b/b43-fwcutter/firmware-b43-lpphy-installer_4.174.64.19-4_all.deb
firmware-b43legacy-installer_4.178.10.4-4_all.deb
  to contrib/b/b43-fwcutter/firmware-b43legacy-installer_4.178.10.4-4_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 579633@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rene Engelhard <rene@debian.org> (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@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 11 May 2010 01:52:40 +0200
Source: b43-fwcutter
Binary: b43-fwcutter firmware-b43-installer firmware-b43-lpphy-installer firmware-b43legacy-installer
Architecture: source all amd64
Version: 1:013-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Rene Engelhard <rene@debian.org>
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: 579633 580098 580883
Changes: 
 b43-fwcutter (1:013-2) unstable; urgency=medium
 .
   * The "Ah, well, I end up maintaining this anyway" release....
 .
   * QA upload
   * allow 14e4:4320 also for firmware-b43-installer (closes: #580883)
   * fix logic: || -> && (closes: #579633)
   * don't fail in -lpphy-installer when also broadcom ethernet is present
     (closes: #580098)
Checksums-Sha1: 
 afc2b7c9e578cc54b1bc3281d920544ced7e8896 1731 b43-fwcutter_013-2.dsc
 7d46026fd34d6c7589b90e64ee7c9569e96cc358 5576 b43-fwcutter_013-2.debian.tar.gz
 8009593931e926731b96b473340a3f4252c1237b 5218 firmware-b43-installer_4.150.10.5-4_all.deb
 b63a8ef279c9db2d27bf5c3c4b2e627033169857 5058 firmware-b43legacy-installer_4.178.10.4-4_all.deb
 0d178d198dc9f70fe13b75c9ddfaeb1108bcbf92 5184 firmware-b43-lpphy-installer_4.174.64.19-4_all.deb
 76368b6fc9a9c36d16f975107e482594c3c0d814 16876 b43-fwcutter_013-2_amd64.deb
Checksums-Sha256: 
 0b1a232195289ac4bc87191424502ffe3e8f70334fd2c6d9cd55d2679be102f4 1731 b43-fwcutter_013-2.dsc
 e8f71a71ff6685d8f6dacb92a9ff12486b18cb9a4d6486b584288e2e5249c487 5576 b43-fwcutter_013-2.debian.tar.gz
 8de8833e75d639c029e2ba2f1d0f50445e474d66e021b71ccd953032513bdae0 5218 firmware-b43-installer_4.150.10.5-4_all.deb
 8f4d15a7c8ec6a7788a546d6cd91d4f88be03f886d2b430b4850b4a148001154 5058 firmware-b43legacy-installer_4.178.10.4-4_all.deb
 85ae9452e8c9a4233df1fe339adcfc1970bdb92be867d00c745316933fc37c0a 5184 firmware-b43-lpphy-installer_4.174.64.19-4_all.deb
 cc160feaea793061b860b3203d9f22180f8a79cd4a7c50ff8c81ae4295ba213e 16876 b43-fwcutter_013-2_amd64.deb
Files: 
 c8e671dce7879649e4423fc3f6bb7797 1731 contrib/utils optional b43-fwcutter_013-2.dsc
 2a066e8707e46ed8283ccbc68a9f151c 5576 contrib/utils optional b43-fwcutter_013-2.debian.tar.gz
 907de3b9ec849a1ed2a53374f3708c6b 5218 contrib/kernel optional firmware-b43-installer_4.150.10.5-4_all.deb
 a5a7a295459c0c03613985bd720b1839 5058 contrib/kernel optional firmware-b43legacy-installer_4.178.10.4-4_all.deb
 782301def9caf01cdadf5d4ba67a3aaf 5184 contrib/kernel optional firmware-b43-lpphy-installer_4.174.64.19-4_all.deb
 ce843f90329e91bb8f90bd37bdc4da52 16876 contrib/utils optional b43-fwcutter_013-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJL6J1lAAoJEAqgRXHQPj5wMKQQALom84rjYyXd6ge5cksWQPju
vW5jn55Q9l5iTVBrYRlgsrRlsdSmVm03IFdQryK+H4oQNcctVw/v7VI4Xqs/VeOA
qupY93zKGqVnRP1v8x2p9MnGLAET2c/xAzR+ky1tjeuySAvnoyGUVxk4PcLjyIOL
Fob35nFS7Wghza/5hPu900qXOuqKl470KBLwihxe07+AELj71QNxmrXQ6y5o9Ubo
+uQQSCvIavfqnNdgG17FdC11LYNA7nkRn1VzzWlytf0GL9xgpdWuoSjyHNvoIQ1y
6wIXu2AG4ap4/n60Mjkm+OZ+lMk7ZnZmwtabB7Jku+BW7wZQuKiByMs2mGTy0/9r
MuIlS4aP0RFtiwsa6iYA1dvCEo2rMknlL5pKLjx53E0Z/4DBhKy869uKqMx8uX8i
eZcICTq8eDJR1JOBI/gWdqYakj+X9dzfEMH2/y6kZ5/ro+VTY1lTbDgRs8aZxrpo
e9IgbY3YwCGzKPkJz6KJBK9Qp8uU+OaP06UdU1gesnZhHifsSV+OWE+obqXwY4A4
mIQZk4lmWnqZRnFlqfuvzg2nkrGPdqOd1X/9tnChgD7SRIFsAbHy8ksLxXF3CLZh
b6dj/BM62DsxJGbNx+rbIVXeV5o62suKvWxh0zeXcHnO6dNfWGKdnbYwvnDBaA3Q
PrQRY5UurhQC29au5tNa
=nIKI
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: