From: Grazvydas Ignotas Date: Wed, 2 May 2012 19:45:33 +0000 (+0300) Subject: pandora-first-run-wizard: blacklist rtl8192cu X-Git-Tag: sz_beta5~19 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b59cf7aee1e83a355e4ec2bb9e4fbe8190b1cf1;hp=ecb37afa9a681ac6520a39b3875ce151f9689c6b;p=openpandora.oe.git pandora-first-run-wizard: blacklist rtl8192cu continuing to abuse this thing for unrelated stuff, yeah.. --- 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