Skip to content

Commit

Permalink
firmware.sh: Reload all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Feb 24, 2024
1 parent 8eb3f96 commit 10cb2c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tools/firmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ case "$os" in
fi
done
echo "Reloading Wi-Fi and Bluetooth drivers"
sudo modprobe -r brcmfmac_wcc || true
sudo modprobe -r brcmfmac || true
sudo modprobe brcmfmac || true
sudo modprobe -r hci_bcm4377 || true
Expand Down

0 comments on commit 10cb2c4

Please sign in to comment.