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 23, 2024
1 parent 5bfefcd commit 32a15fd
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 32a15fd

Please sign in to comment.