PDA

View Full Version : Q: Intermittent blank "Now Playing" list after applying Zipper hacks?


JeffHayes
12-26-2005, 01:30 PM
I have upgraded my DVR80 with a 300GB hard drive. Used the Weaknees upgrade instructions to allow for large drives.
restored using: mfsrestore -s 150 -r 4 -xzpi /mnt/tivo.bak /dev/hdc

Updated the system with the Zipper. (PS: The Zipper Rocks, as far as hacking goes. Way fast no problems.)
The Zipper performed the following hacks:
- Installed channel logos
- Replaced the “Almost There” splash screen
- Installed a profile with “aliases”
- Installed customized Version of Tivowebplus.
- Installed a fully functional cron setup
- Removed MRV/HMO expiration certificates from MFS.
- Made a Backup of Season Passes and Wishlists.
- Appended Crontab to Make a Weekly Backup of Your Season Passes and Wishlists..
- Updated fakecall.tcl with a Version That Works with 6.2.
- Added Showcases and Yellow Stars.
- Installs NCID CallerID Application.
- Installs USB 2.0 Drivers.
- Confirmed network settings are appropriate for MRV.
- Installs the joe Text Editor.
- Customizes Your Bash Prompt.

Corrected the invalid SWAP file.
- Telnet into system performed the following:
- mkswap /dev/hda8
- swapon –a
- Verified SWAP now active in log files.


Everything seems to work as it should, but I have found an issue with the “Now Playing” list. Intermittently, when I remove a program and the list refreshes, or simply enter the “Now Playing” menu item, the list will be blank.

This problem seems to correct itself buy waiting for a few minutes then trying again, or rebooting the system.

Has anyone else seen this?
Is this a known problem and or a fix to this problem?

Gunnyman
12-26-2005, 01:45 PM
this behavior is usually indicative of incorrect DNS settings.
Do the settings on the tivo for DNS reflect the ones in your router?

JeffHayes
12-26-2005, 01:54 PM
Ah ha....

Currently, my wireless bridge is not working, so when I need to work with Tivo, I make a manual connection with a cross-over cable.

So there is no live connection to the Router or DNS servers until I get my Wireless Bridge up and running. (Waiting on Talsiman 1.11 to be released for the WRT54GS v4 router)

Q: Why do I need a live DNS connection for the Now Playing list to work?
Q: What else might be broken without the live DNS / Internet connection?

Gunnyman
12-26-2005, 02:25 PM
I am not entirely sure why DNS needs to work but MRV will NOT work without it.

JeffHayes
12-26-2005, 02:28 PM
Good enough.

I will follow up after I get full connectivity to my DTivo.


Thanks again.

JamieP
12-26-2005, 02:54 PM
I am not entirely sure why DNS needs to work but MRV will NOT work without it.It doesn't have to work. It just has to "fail fast" to avoid the now playing display delay. Don't set a DNS server, or set it to 0.0.0.0; same for the default route. Ref: ADH's post 222440 at DDB. On a SA tivo, just remember to set it back to a valid DNS server once you get the network working if you want the tivo to "phone home" across the network.

dnemec123
12-26-2005, 05:17 PM
Here's how I solved the slow Now Playing List issue on my two DTiVo's:
http://www.tivocommunity.com/tivo-vb/showthread.php?p=3521709&&#post3521709

Good luck!
Dale

teberly
12-27-2005, 02:51 PM
Here's how I solved the slow Now Playing List issue on my two DTiVo's:

Good luck!
Dale
Here are the contents of my etc/host file:

******
# Copyright (c) 2001 TiVo Inc.
127.0.0.1 localhost.localdomain localhost
*******

What were your edits?

JeffHayes
12-27-2005, 08:04 PM
quick follow up.

Establishing a live link to the network and solved the slow "Now Playing" list problems.

I agree, it should fail fast when the DNS server is not available.
I will experiment with the hosts files and other files a bit later.

Thanks for all of you assistance.

dnemec123
01-03-2006, 12:47 PM
Here are the contents of my etc/host file:

******
# Copyright (c) 2001 TiVo Inc.
127.0.0.1 localhost.localdomain localhost
*******

What were your edits?
Please see my post in this other parallel thread:

http://www.tivocommunity.com/tivo-vb/showthread.php?p=3627517&&#post3627517

Dale

magnus
01-04-2006, 05:48 PM
Thank you very much for this post. Worked like a charm.


Here's how I solved the slow Now Playing List issue on my two DTiVo's:
http://www.tivocommunity.com/tivo-vb/showthread.php?p=3521709&&#post3521709

Good luck!
Dale