From 8b59cf7aee1e83a355e4ec2bb9e4fbe8190b1cf1 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Wed, 2 May 2012 22:45:33 +0300 Subject: [PATCH] pandora-first-run-wizard: blacklist rtl8192cu continuing to abuse this thing for unrelated stuff, yeah.. --- recipes/pandora-system/pandora-first-run-wizard.bb | 2 +- .../pandora-first-run-wizard/first-run-wizard.sh | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/recipes/pandora-system/pandora-first-run-wizard.bb b/recipes/pandora-system/pandora-first-run-wizard.bb index 72c84dc..4586fc6 100755 --- a/recipes/pandora-system/pandora-first-run-wizard.bb +++ b/recipes/pandora-system/pandora-first-run-wizard.bb @@ -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 \ diff --git a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh index a4f1a13..5fc3a12 100755 --- a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh +++ b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh @@ -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 -- 2.39.5