pandora-first-run-wizard: blacklist rtl8192cu
authorGrazvydas Ignotas <notasas@gmail.com>
Wed, 2 May 2012 19:45:33 +0000 (22:45 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 2 May 2012 19:45:33 +0000 (22:45 +0300)
continuing to abuse this thing for unrelated stuff, yeah..

recipes/pandora-system/pandora-first-run-wizard.bb
recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh

index 72c84dc..4586fc6 100755 (executable)
@@ -6,7 +6,7 @@ RDEPENDS = "hsetroot zenity dbus pandora-wallpaper-official tslib tslib-calibrat
 
 COMPATIBLE_MACHINE = "omap3-pandora"
 
-PR = "r31"
+PR = "r32"
 
 SRC_URI = " \
           file://first-run-wizard.sh \
index a4f1a13..5fc3a12 100755 (executable)
@@ -233,6 +233,12 @@ update-rc.d -f wl1251-init remove
 if ! grep -q 'blacklist wl1251_sdio' /etc/modprobe.conf 2> /dev/null; then
   echo 'blacklist wl1251_sdio' >> /etc/modprobe.conf
 fi
+# we don't ship firmware for rtl8192cu, and it was reported not to work
+# with the right firmware anyway (not verified though)
+# vendor 8192cu is compiled instead for now
+if ! grep -q 'blacklist rtl8192cu' /etc/modprobe.conf 2> /dev/null; then
+  echo 'blacklist rtl8192cu' >> /etc/modprobe.conf
+fi
 
 # add Midi Module and zram
 echo snd-seq>>/etc/modules