summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/systemconfig.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-04-02 19:10:02 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-04-02 19:10:02 (GMT)
commit951431ba42a422cf059666d8000f7d3f5fd8449a (patch)
tree9229cc4a0a4ec62ca964cf01091780ebc7928b04 /abs/core-testing/LinHES-config/systemconfig.sh
parent4f9a55f872ce58608438be2bf702825e396dbc7a (diff)
downloadlinhes_pkgbuild-951431ba42a422cf059666d8000f7d3f5fd8449a.zip
linhes_pkgbuild-951431ba42a422cf059666d8000f7d3f5fd8449a.tar.gz
linhes_pkgbuild-951431ba42a422cf059666d8000f7d3f5fd8449a.tar.bz2
LinHES-config: more stuff to fix hauppauge.
Still not complete because rmmod pvr-150 likes to cause an oops
Diffstat (limited to 'abs/core-testing/LinHES-config/systemconfig.sh')
-rwxr-xr-xabs/core-testing/LinHES-config/systemconfig.sh54
1 files changed, 27 insertions, 27 deletions
diff --git a/abs/core-testing/LinHES-config/systemconfig.sh b/abs/core-testing/LinHES-config/systemconfig.sh
index 72c5287..6b7f26d 100755
--- a/abs/core-testing/LinHES-config/systemconfig.sh
+++ b/abs/core-testing/LinHES-config/systemconfig.sh
@@ -185,33 +185,33 @@ fi
}
-function setupreceiver {
-case $ReceiverType in
- tinker) echo "do nothing"
- ;;
- Serial) echo "setup serial lirc"
- sed -i -e '/.*#lirc/d' ${BASE}/etc/modules.mythvantage
- echo "lirc_serial #lirc" >> ${BASE}/etc/modules.mythvantage
- load-modules-mythvantage.sh
- ;;
- Usb-imon) echo "setup receiver-usb-imon"
- sed -i -e '/.*#lirc/d' ${BASE}/etc/modules.mythvantage
- echo "lirc_imon #lirc" >> ${BASE}/etc/modules.mythvantage
- load-modules-mythvantage.sh
- ;;
-Hauppauge) echo "setup hauppauge reciever (lirc_i2c)"
- sed -i -e '/.*#lirc/d' ${BASE}/etc/modules.mythvantage
- echo "lirc_i2c #lirc" >> ${BASE}/etc/modules.mythvantage
- cp_and_log $TEMPLATES/modules/lirc_i2c.conf ${BASE}/etc/modprobe.d/lirc_i2c.conf
- rmmod lirc_i2c 2>/dev/null
- load-modules-mythvantage.sh
- ;;
- *) sed -i -e '/.*#lirc/d' ${BASE}/etc/modules.mythvantage
- ;;
- esac
-
-
-}
+# function setupreceiver {
+# case $ReceiverType in
+# tinker) echo "do nothing"
+# ;;
+# Serial) echo "setup serial lirc"
+# sed -i -e '/.*#lirc/d' ${BASE}/etc/modules.mythvantage
+# echo "lirc_serial #lirc" >> ${BASE}/etc/modules.mythvantage
+# load-modules-mythvantage.sh
+# ;;
+# Usb-imon) echo "setup receiver-usb-imon"
+# sed -i -e '/.*#lirc/d' ${BASE}/etc/modules.mythvantage
+# echo "lirc_imon #lirc" >> ${BASE}/etc/modules.mythvantage
+# load-modules-mythvantage.sh
+# ;;
+# Hauppauge) echo "setup hauppauge reciever (lirc_i2c)"
+# sed -i -e '/.*#lirc/d' ${BASE}/etc/modules.mythvantage
+# echo "lirc_i2c #lirc" >> ${BASE}/etc/modules.mythvantage
+# cp_and_log $TEMPLATES/modules/lirc_i2c.conf ${BASE}/etc/modprobe.d/lirc_i2c.conf
+# rmmod lirc_i2c 2>/dev/null
+# load-modules-mythvantage.sh
+# ;;
+# *) sed -i -e '/.*#lirc/d' ${BASE}/etc/modules.mythvantage
+# ;;
+# esac
+#
+#
+# }
function setupevrouter {