Results 1 to 10 of 124

Thread: Nz Tivo!!

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #10
    Join Date
    Oct 2005
    Location
    Tairua, NZ
    Posts
    94
    Wanted - Damn, I'd forgotten that you had one for sale. Would have contacted you since I now understand that's the only way I'll get twin tuners.

    Catdog - I agree and it's not cable issues as the router shows it connecting OK and I can access it via a browser.

    More importantly, I've just learned more about accessing it via ftp software and have cruised the disk and found the file Wibble was talking about, /etc/rc.d/rc.sysinit.author. Can't understand why I didn't find it the first time. Finger trouble perhaps. However, here it is. I note that there is NO line starting with emuProxy2, so that may be the problem.


    #### START HACKS ####

    export MY_SERVER=10.0.0.1
    export NFS_SERVER=$MY_SERVER
    export SMB_SERVER=$MY_SERVER
    #export TIME_SERVER=$MY_SERVER

    #### Mount Network Shares #######

    # mount NFS shares (if you have them) Change the NFS_SERVER variable above to t$
    #insmod -f /lib/modules/nfs.o
    #mount -t nfs -o rsize=8192,wsize=8192 ${NFS_SERVER}:/home/tivo /hack/nfs

    # Mount shares on your windows boxen.
    # This doesn't work too well.
    # insmod -f /lib/modules/smbfs.o
    # smbmount //${SMB_SERVER}/SHARE /hack/smb -s putrename -c tivo -I x.x.x.x -U u$

    #### Start Programs ######

    #Start dumb ntp daemon up for time syncs - Not necessary in most cases any more
    # Not certain if this works in 3.0
    #dumbntpd &

    # CRON # Edit /hack/etc/crontab
    cron &

    #Start FTP daemon
    tivoftpd &

    # Start TiVoWeb
    /hack/tivoweb-tcl/tivoweb &

    # Vserver - Stream ty files on port 8074 see tivo-mplayer.sf.net
    vserver > /dev/null 2>&1 &

    # Start BASH on serial
    shondss.sh &

    # EndPad
    # If you want to edit the start and end, do so in /hack/bin/runendpad.sh
    /var/hack/endpadplus.tcl 5 10 -auto

    ##### Various Other Hacks #######

    # Keep Guided Setup from bothering us
    # Actually, we want GS to bother us...so comment it out
    #fixup30.tcl
    #fixup25.tcl

    # Tweak HDD settings
    # Don't worry if you don't have a two drive TiVo. It will work for 1 drive setu$
    hdparm -c1 -m8 -M1 -S0 /dev/hda /dev/hdb
    hdparm -m16 /dev/hda /dev/hdb
    Last edited by David Stott; 10-09-2008 at 09:05 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •