summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2015-10-10 21:00:40 +0300
committerAndrey Vihrov2015-10-10 21:00:40 +0300
commitf93134f93753eb41fb9838eed21f48d699f266b4 (patch)
treeea7c19728748312467aab183fc3b5c2c5c9efc45
parent274f38b00593ac84db37793857a50fd26f527f60 (diff)
downloadaur-f93134f93753eb41fb9838eed21f48d699f266b4.tar.gz
Still improve the post-install message
-rw-r--r--broadcom-wl-dkms.install8
1 files changed, 3 insertions, 5 deletions
diff --git a/broadcom-wl-dkms.install b/broadcom-wl-dkms.install
index e84de3174d1b..9c7677fa6fa8 100644
--- a/broadcom-wl-dkms.install
+++ b/broadcom-wl-dkms.install
@@ -28,12 +28,10 @@ dkms_install() {
cat << EOF || return 1
-To load the new module, execute:
+To load the new module, run as root:
- for m in b43 b43legacy ssb bcm43xx brcm80211 brcmfmac brcmsmac bcma wl; do
- sudo modprobe -r \$m # "not found" errors are normal
- done
- sudo modprobe wl
+ rmmod b43 b43legacy ssb bcm43xx brcm80211 brcmfmac brcmsmac bcma wl
+ modprobe wl
or just reboot the system.
EOF