TiVo Community
TiVo Community
TiVo Community
Go Back   TiVo Community > Main TiVo Forums > TiVo Series 1 - UK
TiVo Community
Reply
Forum Jump
 
Thread Tools
Old 01-19-2006, 02:06 PM   #1
tdenson
Registered User
 
Join Date: Oct 2002
Location: Leeds
Posts: 296
Getting Daily call to work over network

I have had Tivoweb for several years now but never managed to get my daily call working over the network. I though it was about time I cracked this, so can anyone give me a clue where to look. I have set my gateway (with route.tivo) to 192.168.1.1 and I can ping the outside world by ip address. However if I tell my Tivo to use ,#401 as the dialup I get "cannot connect" or somesuch.
__________________
Tony
tdenson is offline   Reply With Quote
Old 01-19-2006, 02:53 PM   #2
mike0151
A Friend of Dot
 
Join Date: Dec 2001
Location: Liverpool, Merseyside, UK
Posts: 752
,#401 is NOT needed for a UK TiVo.

you need to run nic_config_tivo and set it to connect over the network rather than dial-up, making sure all other details are correct and then reboot the TiVo.

HTH
Mike
__________________
6020 since Feb 2001, 1 x 500Gb, Freeview, TurboNet and TiVoWeb
6022 since Feb 2003, 160Gb, Freeview, TurboNet and TiVoWeb;
mike0151 is offline   Reply With Quote
Old 01-19-2006, 03:26 PM   #3
tdenson
Registered User
 
Join Date: Oct 2002
Location: Leeds
Posts: 296
Although I've used it in the past I can't seem to find nic_config_tivo - where should it be (I've looked in /sbin and /var/hack)
__________________
Tony
tdenson is offline   Reply With Quote
Old 01-19-2006, 03:28 PM   #4
cwaring
VM Tivo User
 
cwaring's Avatar
 
Join Date: Feb 2002
Location: Knaresborough, North Yorkshire, UK
Posts: 9,015
I think it should be in the 'path'; ie you should be able to type it from anywhere. I know that it works for me without me changing directories
__________________
Carl Waring


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
with the new
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Get
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- TV Guide for Windows

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
cwaring is offline   Reply With Quote
Old 01-19-2006, 04:31 PM   #5
Glesgie
Registered User
 
Join Date: Feb 2003
Location: London
Posts: 194
nic_config_tivo is in /sbin.

I suggest that you download the latest .iso from silicondust, burn it to CD,
use it to boot a PC with the TiVo drive(s) attached and run nic_install_tivo.

PS if you are using an old (TiVonet) card instead of a turbonet card the process is different.

Posting the contents of /etc/rc.d/rc.net (config for network card) could help.
Glesgie is offline   Reply With Quote
Old 01-19-2006, 07:30 PM   #6
tdenson
Registered User
 
Join Date: Oct 2002
Location: Leeds
Posts: 296
rc.d/rc.net contains -



if /sbin/insmod -f /lib/modules/ax88796.o devicename=eth1 macaddr=69C667 timing= 3 ; then
/sbin/ifconfig eth1 192.168.1.200 netmask 255.255.255.0 up
fi
__________________
Tony
tdenson is offline   Reply With Quote
Old 01-20-2006, 02:10 AM   #7
Rob Nespor Bellis
Grumpy Sod
 
Rob Nespor Bellis's Avatar
 
Join Date: Feb 2001
Location: ~, Brighton, UK
Posts: 674
For the daily call to work the ethernet interface must be named eth0.

Rgds,

R.
Rob Nespor Bellis is offline   Reply With Quote
Old 01-20-2006, 05:58 AM   #8
tdenson
Registered User
 
Join Date: Oct 2002
Location: Leeds
Posts: 296
Restored nic_config_tivo from a backup and now all working thanks.
__________________
Tony
tdenson is offline   Reply With Quote
Old 01-20-2006, 05:59 AM   #9
tdenson
Registered User
 
Join Date: Oct 2002
Location: Leeds
Posts: 296
Quote:
Originally Posted by Rob Nespor Bellis
For the daily call to work the ethernet interface must be named eth0.

Rgds,

R.
I don't think so - see my other post (and I didn't change the eth1 to eth0).
__________________
Tony
tdenson is offline   Reply With Quote
Old 01-20-2006, 09:36 AM   #10
Rob Nespor Bellis
Grumpy Sod
 
Rob Nespor Bellis's Avatar
 
Join Date: Feb 2001
Location: ~, Brighton, UK
Posts: 674
Quote:
Originally Posted by tdenson
I don't think so - see my other post (and I didn't change the eth1 to eth0).
If you used nic_config_tivo to change the daily call type I *suspect* that it would have renamed the interface to eth0 as naming the interface eth1 is one way of having a network connection but using the phone line for daily calls.

Rgds,

R.
Rob Nespor Bellis is offline   Reply With Quote
Old 01-20-2006, 12:26 PM   #11
tdenson
Registered User
 
Join Date: Oct 2002
Location: Leeds
Posts: 296
Quote:
Originally Posted by Rob Nespor Bellis
If you used nic_config_tivo to change the daily call type I *suspect* that it would have renamed the interface to eth0 as naming the interface eth1 is one way of having a network connection but using the phone line for daily calls.

Rgds,

R.
My apologies, you are right - nic_config_tivo changed it.
__________________
Tony
tdenson is offline   Reply With Quote
Old 03-23-2006, 11:40 AM   #12
Fastdax
Registered User
 
Join Date: Apr 2005
Location: Sheffield
Posts: 4
I'm also having trouble getting my daily call to work over the network.
I have set the daily call option to "network" in nic_config_tivo but still it uses the phone!

I can ping the outside world from my Tivo just fine. I even see it trying to access the Tivo website IP address in my router's log (but, bizarrely, only when the phone line is connected!)

/etc/rc.d/rc.nett (anti-spam filter compliant naming!) file is as follows:

if /sbin/insmod -f /lib/modules/turbonet2.o macaddr=00:0B:AD:5C:3C:B3 ; then
export DYNAMIC_NET_DEV=eth0
/sbin/ifconfig eth0 192.168.0.200 netmask 255.255.255.0 up
/sbin/route.tivo add default gw 192.168.0.1 netmask 0.0.0.0
fi

Any help very gratefully received.
Fastdax is offline   Reply With Quote
Old 03-23-2006, 02:45 PM   #13
mike0151
A Friend of Dot
 
Join Date: Dec 2001
Location: Liverpool, Merseyside, UK
Posts: 752
Did you remember to reboot the TiVo after making the changes?

Mike
__________________
6020 since Feb 2001, 1 x 500Gb, Freeview, TurboNet and TiVoWeb
6022 since Feb 2003, 160Gb, Freeview, TurboNet and TiVoWeb;
mike0151 is offline   Reply With Quote
Old 03-23-2006, 05:30 PM   #14
Fastdax
Registered User
 
Join Date: Apr 2005
Location: Sheffield
Posts: 4
Quote:
Originally Posted by mike0151
Did you remember to reboot the TiVo after making the changes?

Mike
Yup.
Fastdax is offline   Reply With Quote
Old 03-24-2006, 04:46 AM   #15
Glesgie
Registered User
 
Join Date: Feb 2003
Location: London
Posts: 194
If you have installed several hacks you may have the same problem as

http://www.tivocommunity.com/tivo-vb...ght=background
Glesgie is offline   Reply With Quote
Old 03-28-2006, 03:56 AM   #16
Fastdax
Registered User
 
Join Date: Apr 2005
Location: Sheffield
Posts: 4
Quote:
Originally Posted by Glesgie
If you have installed several hacks you may have the same problem as

<snip>
Thanks Glesgie. I read that thread with growing anticipation and made the suggested changes (and rebooted) but I'm sorry to report that my Tivo still uses the d@mn phone. Every time!

Any other suggestions would be most welcome as I'm at the point of tearing my hair out and reprogramming my Tivo with an axe. I can provide logs etc. as required to help diagnose this one.
Fastdax is offline   Reply With Quote
Old 03-28-2006, 07:36 AM   #17
threadkiller
Dark side Nrth Devon
 
Join Date: Dec 2002
Posts: 523
I had similar problems when I first installed my airnet, although the gateway was correctly entered in Nic_Config it wasn't being correctly saved in the right file. I had to manually change it. Hoiwever the newer versions of the drivers fixed this. So I updated them & the problem disapeared
__________________
Marc.

1 X 120Gig + 2 x 160Gig Tivo's + Turbonet + Sky Digital + Freeview + Tivoweb + Every module available until the novelty wears off, or my wife beats me :)
threadkiller is offline   Reply With Quote
Old 10-31-2006, 04:58 AM   #18
my02awe
Registered User
 
Join Date: Jun 2005
Posts: 4
I'm having similar problems
thompson 2x200Gb + 512Mb cachecard running v2.5.5-01-1-023 + TCL - v1.9.4 (no subscription)

when I checked, the daily call hasn't run since june
however the test call ran when I triggered it - so I decided to run setup to update chanels etc. Of course the "real" call failed ...
After a little thought I rememberd the nic setup .. switched to the phoneline ... and everything worked ok .... but still no network connection.
the only mod I've made I've made this year (jan/feb) is to update the manrec.itcl module to version v0.2.5 - if it 'aint broke)

Can complete call using phoneline .... but not with network (can ping (both ways), transfer files locally (b/w), use tivoweb interface & schedule recordings).

I've followed the suggestions here and backgrounded everything ... no joy

I've not tried a full restore (and I don't want to - I don't like being beat - but I can live with this small irritation)

I'd appreciate any suggestions

andy


Oct 31 10:22:24 (none) tcphonehome[129]: setting call in progress to 1 (second successCount)
Oct 31 10:22:25 (none) tcphonehome[129]: End of transaction, err is 0 0x00000000
Oct 31 10:22:25 (none) tcphonehome[129]: Setting callActive to 1
Oct 31 10:22:25 (none) tcphonehome[129]: Running command: /bin/getprom -gateway
Oct 31 10:22:25 (none) tcphonehome[129]: Command output: 0.0.0.0
Oct 31 10:22:25 (none) tcphonehome[129]: Command finished status: 0, errno = 2
Oct 31 10:22:25 (none) tcphonehome[129]: Running command: /sbin/route add default gw 0.0.0.0 netmask 0.0.0.0
Oct 31 10:22:25 (none) tcphonehome[129]: Command finished status: 0, errno = 2
Oct 31 10:22:25 (none) tcphonehome[129]: setting call attempt
Oct 31 10:22:26 (none) tcphonehome[129]: Running TClient
Oct 31 10:22:26 (none) tcphonehome[129]: Running command: $TIVO_ROOT/tvbin/tivosh $TIVO_ROOT/tvbin/TClient >> /var/log/tclient
Oct 31 10:22:26 (none) tcl[170]: Tcl created pool of 3145728 bytes
Oct 31 10:22:42 (none) EvtSwitcher[77]: Tmk client 12 (pid=170) has attached
Oct 31 10:22:42 (none) EvtSwitcher[77]: Client 12 (Phone Home, pid=170) is service Phone Home
Oct 31 10:22:42 (none) EvtSwitcher[77]: Client 12 (Phone Home, pid=170), thread 170 has activated MFS
Oct 31 10:22:43 (none) TClient[170]: activated
Oct 31 10:22:43 (none) EvtSwitcher[77]: Client 12 (Phone Home, pid=170) has asked for 30 events
Oct 31 10:23:06 (none) EvtSwitcher[77]: Client 12 (Phone Home, pid=170) has asked for 26 events
Oct 31 10:23:33 (none) Recorder[154]: AllocateFiles for live cache
Oct 31 10:23:33 (none) Recorder[154]: Live cache size 1462272
Oct 31 10:23:33 (none) Recorder[154]: User recording 378198400 free 449920
Oct 31 10:23:33 (none) Recorder[154]: TivoClip total 10000000 free 9686656
Oct 31 10:23:33 (none) Recorder[154]: Allocated stream Id 1009296, size 208896
Oct 31 10:23:33 (none) mediamgr[154]: AddLiveFile input#0
Oct 31 10:23:34 (none) Recorder[154]: Adding check schedule task
Oct 31 10:24:12 (none) TClient[170]: connect 204.176.49.3:80
Oct 31 10:24:20 (none) EvtSwitcher[77]: Client 12 (Phone Home, pid=170) says he has finished
Oct 31 10:24:20 (none) EvtSwitcher[77]: Client 12 (Phone Home, pid=170) being removed
Oct 31 10:24:21 (none) tcphonehome[129]: Command finished status: 0, errno = 2
my02awe is offline   Reply With Quote
Reply
Forum Jump




Thread Tools


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Advertisements

TiVo Community
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
vBulletin Skins by: Relivo Media
(C) 2013 Magenium Solutions - All Rights Reserved. No information may be posted elsewhere without written permission.
TiVoŽ is a registered trademark of TiVo Inc. This site is not owned or operated by TiVo Inc.
All times are GMT -5. The time now is 08:38 AM.
OUR NETWORK: MyOpenRouter | TechLore | SansaCommunity | RoboCommunity | MediaSmart Home | Explore3DTV | Dijit Community | DVR Playground |