If you try ps ax you can see if trickey is running.

There is a known error in the IP display code of /hack/etc/trickey.conf (CLR should be CLEAR). See KnownIssuesCurrentImageRelease

There are only 3 tricks loaded (and only 2 work till you fix the above).

Code:
# This one will force a daily call
DailyCall       CLEAR,LIVETV,CLEAR          3        /hack/bin/forcedailycall.tc
l &
# This one will display IP address of TiVo
ShowIP       CLEAR,NUM1,CLR           2        newtext2osd -s 15 -t "`ifconfig $
DYNAMIC_NET_DEV | sed 's/.*addr:\([0-9.]*\).*/\1/;t;d'`"
# This will set TiVo in to Maintenance Mode on next reboot
MaintMode       CLEAR,NUM9,NUM1,CLEAR           3        /hack/bin/set_maintenan
ce_mode.sh &
Peter.