Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules/custom_scripts/libertas_debug.sh
blob: aee13428ec56d369a5d7b3a7b5617e14a401d020 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# enable debug for pgf
# also disable mesh to see if this makes the bug go away
cat >>"$INSTALL_ROOT/etc/rc.local" <<__EOF__
echo 0x26187 > /sys/module/libertas/parameters/libertas_debug
echo 0       > /sys/class/net/eth0/lbs_mesh
__EOF__