Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules/custom_scripts/libertas_debug.sh
blob: eaace9be63db3e4061a83bb3a16a9aa1d4f54df2 (plain)
1
2
3
4
5
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__