Package: b43-fwcutter Source: b43-fwcutter Binary: b43-fwcutter, firmware-b43-installer, firmware-b43-lpphy-installer, firmware-b43legacy-installer Architecture: any Version: 1:014-9
When running apt-get install firmware-b43-installer on a dell system with a 02:04.0 Network controller [0280]: Broadcom Corporation BCM4306 802.11a/b/g [14e4:4324] (rev 03) wireless network card the package informs the user to use the legacy package. Proposed change is to remove 4324 from: case $device_id in 4301 | 4306 | 4320 | 4324 ) Add special case handling under other fix for BCM4306/3: # Fix for BCM4306 [14e4:4324] (rev 03) chip=`lspci -n | grep -o "14e4:4324 (rev 03)"` || true if [ "$chip" ] ; then echo "Your card is BCM4306/3 [14e4:4324] (rev 03), firwmare 5.10.56.27.3 will be used" latest_firmware exit 0 fi -- Johnathan Falk A+ Network+ Linux+ MCP MCTS MCSA CCNA