LinHES Forums http://forum.linhes.org/ |
|
How to add Schedule Direct after a fresh install of R5F27 http://forum.linhes.org/viewtopic.php?f=11&t=16476 |
Page 1 of 1 |
Author: | sparky.watson [ Wed Sep 12, 2007 10:44 pm ] |
Post subject: | How to add Schedule Direct after a fresh install of R5F27 |
I installed R5F27 but didn't select Schedule Direct since I had not signed up yet for the service. Once I got a picture and sound with Watch TV, I went out to the Schedule Direct website and created an account. Is there anything other than MythTV setup --> "Video Sources" which needs to be configured now? I set Listing Grabber to be "North America (ScheduleDirect.org) (internal)", entered my UserID and password, but when I do a "Retrieve Lineups", I see a window flash for a moment then nothing. |
Author: | cecil [ Wed Sep 12, 2007 10:59 pm ] |
Post subject: | |
If you run mythtv-setup from an xterm, you can <alt><tab> and get more info... |
Author: | sparky.watson [ Thu Sep 13, 2007 7:56 am ] |
Post subject: | |
I'm away from the box now but I did grab a copy of the results:
2007-09-13 07:32:25.347 Using runtime prefix = /usr 2007-09-13 07:32:25.353 DPMS is disabled. 2007-09-13 07:32:25.379 New DB connection, total: 1 2007-09-13 07:32:25.385 Connected to database 'mythconverg' at host: localhost 2007-09-13 07:32:25.388 Total desktop dim: 800x600, with 1 screen[s]. 2007-09-13 07:32:25.391 Using screen 0, 800x600 at 0,0 2007-09-13 07:32:25.408 Current Schema Version: 1160 2007-09-13 07:32:25.427 Total desktop dim: 800x600, with 1 screen[s]. 2007-09-13 07:32:25.428 Using screen 0, 800x600 at 0,0 2007-09-13 07:32:25.430 Switching to square mode (Retro) 2007-09-13 07:32:25.448 Using the Qt painter 2007-09-13 07:32:25.585 New DB connection, total: 2 2007-09-13 07:32:25.586 Connected to database 'mythconverg' at host: localhost Could not initialize /dev/input/js0 open: No such file or directory ioctl JSIOCGAXES: Bad file descriptor 2007-09-13 07:32:25.629 Loading from: /usr/share/mythtv/themes/default/base.xml 2007-09-13 07:34:36.194 Fetching lineups from Schedules Direct... 2007-09-13 07:34:36.212 Grabbing channel data --07:34:36-- http://webservices.schedulesdirect.tmsd ... tvdService => `-' Resolving webservices.schedulesdirect.tmsdatadirect.com... failed: Temporary failure in name resolution. 2007-09-13 07:34:36.225 New DB DataDirect connection 2007-09-13 07:34:36.225 Connected to database 'mythconverg' at host: localhost 2007-09-13 07:34:36.239 DataDirect: Deleting temporary files |
Author: | slowtolearn [ Thu Sep 13, 2007 8:03 am ] |
Post subject: | |
sparky.watson wrote: I'm away from the box now but I did grab a copy of the results: Appears you aren't able to resolve names. Is your network card functioning? What does your /etc/resolv.conf look like?
2007-09-13 07:34:36.212 Grabbing channel data --07:34:36-- http://webservices.schedulesdirect.tmsd ... tvdService => `-' Resolving webservices.schedulesdirect.tmsdatadirect.com... failed: Temporary failure in name resolution. |
Author: | sparky.watson [ Thu Sep 13, 2007 4:55 pm ] |
Post subject: | |
Network card is working (able to ping IP addresses). /etc/resolv.conf contains a single line Code: nameserver 192.168.1.1
|
Author: | slowtolearn [ Thu Sep 13, 2007 5:03 pm ] |
Post subject: | |
sparky.watson wrote: Network card is working (able to ping IP addresses). /etc/resolv.conf contains a single line Do you have a DNS server on your network at 192.168.1.1? My guess is that you can't ping names (ping www.yahoo.com for example)
Code: nameserver 192.168.1.1 You'll need to add your ISP's name servers to /etc/resolv.conf. |
Author: | sparky.watson [ Thu Sep 13, 2007 5:17 pm ] |
Post subject: | |
192.168.1.1 is my Linksys router between me and a cable modem. You are correct that I am unable to resolve names. Just looked at the results from ifconfig and I don't think the Bcast value is correct but I'm not sure how to change it.
inet addr:192.168.1.99 Bcast:192.168.1.1 Mask:255.255.255.0 inet6 addr: fe80::219:dbff:fe20:f9e/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:304 errors:0 dropped:0 overruns:0 frame:0 TX packets:186 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:28196 (27.5 KiB) TX bytes:21251 (20.7 KiB) Interrupt:16 Base address:0x2000 |
Author: | slowtolearn [ Thu Sep 13, 2007 5:24 pm ] |
Post subject: | |
sparky.watson wrote: 192.168.1.1 is my Linksys router between me and a cable modem. You are correct that I am unable to resolve names. Just looked at the results from ifconfig and I don't think the Bcast value is correct but I'm not sure how to change it. Are you using DHCP? If so, I would say your router is giving you incorrect information and you will need to correct that. At this point it would probably be best to rerun netcardconfig -force and get your NIC settings sorted out properly.
inet addr:192.168.1.99 Bcast:192.168.1.1 Mask:255.255.255.0 inet6 addr: fe80::219:dbff:fe20:f9e/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:304 errors:0 dropped:0 overruns:0 frame:0 TX packets:186 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:28196 (27.5 KiB) TX bytes:21251 (20.7 KiB) Interrupt:16 Base address:0x2000 |
Author: | sparky.watson [ Thu Sep 13, 2007 5:59 pm ] |
Post subject: | |
I didn't intend to use dhcp but rather specified an IP (and such) but I'm concerned that it is really hosed up. Somehow my whole home network just came to a screeching halt and only once I turned off my knoppmyth box was I able to function again. I'll give the network config another go. Update: [d'oh] Thought so, entered my router (192.168.1.1) ip when asked for broadcast address during initial install. [/d'oh] Thanks for your help! |
Author: | slowtolearn [ Thu Sep 13, 2007 7:13 pm ] |
Post subject: | |
sparky.watson wrote: I didn't intend to use dhcp but rather specified an IP (and such) but I'm concerned that it is really hosed up. Somehow my whole home network just came to a screeching halt and only once I turned off my knoppmyth box was I able to function again. I'll give the network config another go. Ouch! Glad you got it figured out.
Update: [d'oh] Thought so, entered my router (192.168.1.1) ip when asked for broadcast address during initial install. [/d'oh] Thanks for your help! |
Author: | therntier [ Thu Sep 20, 2007 8:20 pm ] |
Post subject: | |
Sorry to resurrect this thread. I am having the same issue. When you say "during intial setup", do you mean inital upgrade/install of Knoppmyth, or mythtv setup, or _____? |
Author: | slowtolearn [ Thu Sep 20, 2007 8:50 pm ] |
Post subject: | |
therntier wrote: Sorry to resurrect this thread. I am having the same issue. When you say "during intial setup", do you mean inital upgrade/install of Knoppmyth, or mythtv setup, or _____?
From an XTerm as root: netcardconfig -force This is run during the installation of KnoppMyth. |
Author: | therntier [ Thu Sep 20, 2007 9:21 pm ] |
Post subject: | |
Hmm.. that command is new to me... It looks like it is going to work, but I am hitting a snag... My network card is label ath0. The netcardconfig command is trying to configure eth0. Any ideas? UPDATE I thought I would post this. 100% dumb, oversite on my part... But, make sure you select a listing at schedulesdirect.org after you sign up.... All is fixed now. Time for sleep (about 5 hours ago...) |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |