]> git.zerfleddert.de Git - m1-debian/blobdiff - files/wifi.pl
be less aggrassive on the wifi driver, it is fragile
[m1-debian] / files / wifi.pl
index b914c60c6fcb4cd66b9bc46551be076c39835d00..a8cb6c3e407b395e335d8f404b4fc6c1a6b475a9 100755 (executable)
@@ -16,15 +16,8 @@ for my $dev (@vfat_devices) {
         system("mount -o ro $dev /mnt");
         if (-f $firmware_tarball) {
                 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');
         }
         system('umount /mnt');
-
 }
Impressum, Datenschutz