randywinchester
Guest
Registered: Not Yet
Location:
Posts: N/A |
I also had the problem of not being able to stop playstream with ^C. If you use the shondss=true method of starting a shell, there isn't any job control and ^C won't work.
What you want to do is add the following line to /mnt/etc/rc.d/rc.sysinit
/bin/bash </dev/ttyS3 >& /dev/ttyS3 &
You should make this change to both copies of rc.sysinit (on hda4 and hda7). Job control commands will work if you start up bash this way. See: http://tivo.samba.org/index.cgi?req...e=faq04.006.htp for background information, although I did this edit directly on the TiVo, then removed the shondss=true after I verified that it was working (otherwise it starts up bash twice).
POST #9 | Report this post to a moderator
| IP: Logged
|