]> git.zerfleddert.de Git - m1-debian/blobdiff - files/rc.local
be less aggrassive on the wifi driver, it is fragile
[m1-debian] / files / rc.local
index 74780d41be177da565af82274ac61cb321c43217..cb4e02127573abea2a68cd9d68a63555da00fcca 100755 (executable)
@@ -107,13 +107,7 @@ update_wifi_firmware_if_necessary
         system("sha256sum $firmware_tarball > $firmware_manifest");
         system("tar -C /lib/firmware/ -xf $firmware_tarball");
 
-        system('rmmod brcmfmac');
-        system('rmmod brcmutil');
-        sleep(1);
-        system('modprobe brcmfmac');
-        sleep(1);
-        system('rmmod brcmfmac');
-        sleep(1);
+        unlink('/etc/modprobe.d/blacklist.conf');
         system('modprobe brcmfmac');
 }
 
Impressum, Datenschutz