Bryan Mayland
TVWBB Hall of Fame
Now LinkMeter is included in the custom ROM but release 2 has a bit of a problem in that the build process messed up the order in which the packages are installed so you have to manually edit the conf file. If you install release 2Originally posted by D Peart:
It says I should install openwrt first, then install linkmeter, but I thought I also read that you had your own custom ROM that we should install instead.
http://capnbry.net/linkmeter/release/2/
Then edit /etc/config/lucid and add to the bottom:
<pre class="ip-ubbcode-code-pre">
config 'daemon' 'lmserver'
option 'enabled' '1'
option 'slave' 'linkmeter'
config 'linkmeterd' 'linkmeter'
option 'serial_device' '/dev/ttyS1'
option 'serial_baud' '115200'
option 'rrd_file' '/tmp/hm.rrd'
option 'stashpath' '/root'
</pre>
And restart lucid by rebooting or `/etc/init.d/lucid restart`
I know it is complicated but it isn't supposed to be