Skip to content

Commit

Permalink
Merge pull request #409 from macmpi/patch-3
Browse files Browse the repository at this point in the history
Pi: update brcm firmware & improve BT coexistence
  • Loading branch information
volumio authored Apr 30, 2020
2 parents 51410a6 + 065ef81 commit 5c419f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/raspberryconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ echo "Adding PI3 & PiZero W Wireless, PI WIFI Wireless dongle, ralink mt7601u &
apt-get install -y --only-upgrade firmware-atheros firmware-ralink firmware-realtek firmware-brcm80211

# Temporary brcm firmware fix solution until we use Buster
wget http://repo.volumio.org/Volumio2/Firmwares/firmware-brcm80211_20190114-1+rpt2_all.deb
dpkg -i firmware-brcm80211_20190114-1+rpt2_all.deb
rm firmware-brcm80211_20190114-1+rpt2_all.deb
wget http://repo.volumio.org/Volumio2/Firmwares/firmware-brcm80211_20190114-1+rpt6_all.deb
dpkg -i firmware-brcm80211_20190114-1+rpt6_all.deb
rm firmware-brcm80211_20190114-1+rpt6_all.deb

if [ "$KERNEL_VERSION" = "4.4.9" ]; then # probably won't be necessary in future kernels
echo "Adding initial support for PiZero W wireless on 4.4.9 kernel"
Expand Down

0 comments on commit 5c419f1

Please sign in to comment.