That is what the machine does during boot: run cgminer from the command line. That is necessarily how it must be run under Linux
One only needs to edit /etc/rc.d/S99cgminer. Here is a sample of S99cgminer:
DEVS=`find /dev/ -type c -name "ttyUSB*" | sed 's/^/-S/' | sed ':a;N;$!ba;s/\n/ /g'`
PARAMS=" $DEVS $POOL1 $POOL2 $POOL3 --avalon-options 115200:24:10:45:282 -q --api-allow "W:0/0" --api-listen "
ntpd -d -n -q -N -p 0.openwrt.pool.ntp.org \
-p 1.openwrt.pool.ntp.org -p 2.openwrt.pool.ntp.org -p 3.openwrt.pool.ntp.org && \
start-stop-daemon -S -x $APP -p $PID_FILE -m -b -- $PARAMS
jeff,
Can you try --avalon-options 115200:24:10:42:300 Or something similar just to see if there is real increase in performance and post here the results?
10X