Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2010-08-02 18:33:11 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2010-08-02 18:33:11 (GMT)
commit7cd6b45a739745cc6e9c55dfaa623db7484a7be6 (patch)
treea21247ca1bf720ea13f17a8ac8a20d36a1ab94b0 /modules
parent591038b04421cea89896d56dad2a4e7f2dcd8ce0 (diff)
Disable mesh support
Also move code to a custom script
Diffstat (limited to 'modules')
-rw-r--r--modules/custom_scripts/libertas_debug.sh6
-rw-r--r--modules/sugar/kspost.50.misc.inc5
2 files changed, 6 insertions, 5 deletions
diff --git a/modules/custom_scripts/libertas_debug.sh b/modules/custom_scripts/libertas_debug.sh
new file mode 100644
index 0000000..eaace9b
--- /dev/null
+++ b/modules/custom_scripts/libertas_debug.sh
@@ -0,0 +1,6 @@
+# enable debug for pgf
+# also disable mesh to see if this makes the bug go away
+cat >>/etc/rc.local <<__EOF__
+echo 0x26187 > /sys/module/libertas/parameters/libertas_debug
+echo 0 > /sys/class/net/eth0/lbs_mesh
+__EOF__
diff --git a/modules/sugar/kspost.50.misc.inc b/modules/sugar/kspost.50.misc.inc
index af5df59..5d301ae 100644
--- a/modules/sugar/kspost.50.misc.inc
+++ b/modules/sugar/kspost.50.misc.inc
@@ -8,8 +8,3 @@ cat >/home/olpc/.sugar/default/terminalrc <<__EOF__
font = Monospace 8
__EOF__
chown -R olpc:olpc /home/olpc/.sugar
-
-# debug for pgf
-cat >>/etc/rc.local <<__EOF__
-echo 0x26187 > /sys/module/libertas/parameters/libertas_debug
-__EOF__