Package: firmware-b43-installer Version: 1:015-4 Severity: normal Tags: patch
Hi, The b43 driver supports the BCM43224 and BCM43225 chips as of Linux 3.1. A patch amending firmware-b43-installer's postinst is attached. Another BCM43224 device ID (0576, found in some ThinkPad systems) may work, but has not been tested (ref. Linux Wireless b43 page). The patch moves this ID from the unsupported to nottested list. Geoff -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 3.1.0-1-686-pae (SMP w/1 CPU core) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages firmware-b43-installer depends on: ii b43-fwcutter 1:015-4 ii bzip2 1.0.5-7 ii wget 1.13.4-1 Versions of packages firmware-b43-installer recommends: ii linux-image-3.0.0-2-686-pae [linux-image] 3.0.0-6 ii linux-image-3.1.0-1-686-pae [linux-image] 3.1.1-1 firmware-b43-installer suggests no packages. -- no debconf information
diff --git a/debian/firmware-b43-installer.postinst b/debian/firmware-b43-installer.postinst index dc887f8..1e7a050 100644 --- a/debian/firmware-b43-installer.postinst +++ b/debian/firmware-b43-installer.postinst @@ -82,13 +82,13 @@ if [ -n "$pci" ]; then 4315) lpphy=1 ;; - 4328 | 4329 | 4307 | 4311 | 4312 | 4318 | 4319 | 432b | 4315 | 4321 | 5354) + 4328 | 4329 | 4307 | 4311 | 4312 | 4318 | 4319 | 432b | 4315 | 4321 | 4353 | 4357 | 5354) latest=1 ;; - 0576 | 4322 | 4331 | 4353 | 4357 | 4727) + 4322 | 4331 | 4727) unsupported="$unsupported $device_id" ;; - 4313 | 4325 | 432a | 432c | 432d | 4358 | 4359 | 435a | a99d) + 0576 | 4313 | 4325 | 432a | 432c | 432d | 4358 | 4359 | 435a | a99d) nottested=1 ;; *)