public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Michael Sullivan <michael@espersunited.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: OT - Need MythTV setup help (resend)
Date: Sun, 01 Jan 2006 16:30:29 -0600	[thread overview]
Message-ID: <1136154629.9572.4.camel@camille.espersunited.com> (raw)
In-Reply-To: <20051231091827.4db53412@chi.speakeasy.net>

On Sat, 2005-12-31 at 09:18 -0800, Bob Sanders wrote:
> On Sat, 31 Dec 2005 00:40:06 -0600
> Michael Sullivan <michael@espersunited.com> wrote:
> 
> > I didn't see anything there that hinted at being my TV card, yet I KNOW
> > it's in there.  It works great in Windows.  It's a Hauppage
> > WinTV-PVR-250.  Why doesn't it show up in /dev?
> > 
> 
> Well, I've got the PVR-350.  Have you re-emerged the ivtv drivers?  They should
> be something like - 
> 
> [MU] media-tv/ivtv (0.4.0-r3):  ivtv driver for Hauppauge PVR PCI cards
> 
> Also, in /etc/modules.d, do you have - 
> rsanders@chi ~ $ more /etc/modules.d/
> .keep     aliases   alsa      alsa.old  i386      ivtv      ivtv-fb   nvidia    
> rsanders@chi ~ $ more /etc/modules.d/ivtv
> alias char-major-81     videodev
> alias char-major-81-0   ivtv
> alias char-major-81-1   ivtv
> alias char-major-61 lirc_i2c
> #add above ivtv lirc_dev lirc_i2c
> 
> Ans is the card showing up when you type - lspci?
> 
> 
> 02:06.0 Multimedia video controller: Internext Compression Inc iTVC15 MPEG-2 Encoder (rev 01)
> 
> Bob

Here's my lscpi:

camille ~ # lspci | grep 'TV'
05:00.0 Multimedia video controller: Internext Compression Inc iTVC16
(CX23416) MPEG-2 Encoder (rev 01)

I think that's good.  I checked my /dev directory and now there is a v4l
subdirectory there with new files in it.  I ran mythsetup and it looks
to me like everything is set up correctly there.  It told me to run
mythfilldatabase, so I did:

camille v4l # mythfilldatabase
2006-01-01 16:25:38.868 New DB connection, total: 1
2006-01-01 16:25:38.905 New DB connection, total: 2
Refreshing Tomorrow's data
2006-01-01 16:25:38.959 New DB DataDirect connection
Retrieving datadirect data...
Grabbing data for Sun Jan 1 2006 offset 1
>From : Mon Jan 2 06:00:00 2006 To : Tue Jan 3 06:00:00 2006 (UTC)
--16:25:39--
http://datadirect.webservices.zap2it.com/tvlistings/xtvdService
           => `-'
Resolving datadirect.webservices.zap2it.com... 206.18.98.160
Connecting to datadirect.webservices.zap2it.com|206.18.98.160|:80...
connected.
HTTP request sent, awaiting response... 401 Unauthorized
Connecting to datadirect.webservices.zap2it.com|206.18.98.160|:80...
connected.
HTTP request sent, awaiting response... 401 Unauthorized
Authorization failed.
Grab complete.  Actual data from --16:25:39--
http://datadirect.webservices.zap2it.com/tvlistings/xtvdService
           => `-'
Resolving datadirect.webservices.zap2it.com... 206.18.98.160
Connecting to datadirect.webservices.zap2it.com|206.18.98.160|:80...
connected.
HTTP request sent, awaiting response... 401 Unauthorized
Connecting to datadirect.webservices.zap2it.com|206.18.98.160|:80...
connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/xml]

    [      <=>                                       ] 158,550
70.27K/s

16:25:42 (70.18 KB/s) - `-' saved [158550]

--16:26:16--
http://datadirect.webservices.zap2it.com/tvlistings/xtvdService
           => `-'
Resolving datadirect.webservices.zap2it.com... 206.18.98.160
Connecting to datadirect.webservices.zap2it.com|206.18.98.160|:80...
connected.
HTTP request sent, awaiting response... 401 Unauthorized
Connecting to datadirect.webservices.zap2it.com|206.18.98.160|:80...
connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/xml]

    [      <=>                                       ] 161,811
62.71K/s

16:26:19 (62.67 KB/s) - `-' saved [161811]

--16:26:53--
http://datadirect.webservices.zap2it.com/tvlistings/xtvdService
           => `-'
Resolving datadirect.webservices.zap2it.com... 206.18.98.160
Connecting to datadirect.webservices.zap2it.com|206.18.98.160|:80...
connected.
HTTP request sent, awaiting response... 401 Unauthorized
Connecting to datadirect.webservices.zap2it.com|206.18.98.160|:80...
connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/xml]

    [        <=>                                     ] 146,438
44.84K/s

16:26:57 (44.77 KB/s) - `-' saved [146438]

Connection timed out.
You probably should modify the Master Server settings
in the setup program and set the proper IP address.
error resceduling id -1 in ScheduledRecording::signalChange

In mythsetup I specified my IP address as 192.168.1.3, which is my
intra-network IP address.  Was this not correct.  I'd like for my wife
to be able to connect to my mythbackend from her computer (which also
runs Gentoo), which is why I set it up that way.  Any thoughts?


-- 
gentoo-user@gentoo.org mailing list



  reply	other threads:[~2006-01-01 22:34 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-29 17:53 [gentoo-user] OT - Need MythTV setup help (resend) Michael Sullivan
2005-12-30  1:06 ` [gentoo-user] " Michael Sullivan
2005-12-30 22:08   ` Michael Sullivan
2005-12-31  3:30     ` Bob Sanders
2005-12-31  6:40       ` Michael Sullivan
2005-12-31 17:18         ` Bob Sanders
2006-01-01 22:30           ` Michael Sullivan [this message]
2006-01-01 22:47             ` Michael Sullivan
2006-01-01 22:57               ` Michael Sullivan
2006-01-02  1:47                 ` Bob Sanders
2006-01-02  3:20                   ` Bob Sanders
2006-01-02  3:27                     ` Michael Sullivan
2006-01-02  5:05                       ` Michael Sullivan
2006-01-02  5:15                     ` Michael Sullivan
2006-01-02  5:21                       ` Michael Sullivan
2006-01-08  0:42                     ` Michael Sullivan
2006-01-08  3:50                       ` Bob Sanders
2006-01-08  4:35                         ` Michael Sullivan
2006-01-08  5:17                         ` Michael Sullivan
2006-01-08 16:50                           ` Bob Sanders
2006-01-08 17:32                             ` Mark Knecht
2006-01-08 17:53                               ` Michael Sullivan
2006-01-08 18:18                                 ` Mark Knecht
2006-01-08 18:31                                   ` Michael Sullivan
2006-01-08 18:37                                   ` Michael Sullivan
2006-01-08 18:58                                     ` Mark Knecht
2006-01-08 19:10                                   ` OT - Need help with mythfronted GUI (WAS[Re: [gentoo-user] Re: OT - Need MythTV setup help (resend)]) Michael Sullivan
2006-01-08 19:22                                     ` Mark Knecht
2006-01-08 19:36                                       ` Michael Sullivan
2006-01-08 19:41                                         ` Michael Sullivan
2006-01-08 20:28                                           ` [gentoo-user] OT - mysql (WAS: [Re: OT - Need help with mythfronted GUI]) Michael Sullivan
2006-01-08 20:46                                             ` Mark Knecht
2006-01-08 21:13                                               ` Michael Sullivan
2006-01-08 21:54                                                 ` Mark Knecht
2006-01-08 21:58                                                   ` Mark Knecht
2006-01-08 22:21                                                     ` Michael Sullivan
2006-01-08 22:20                                                   ` Michael Sullivan
2006-01-08 22:40                                                     ` Mark Knecht
2006-01-08 23:20                                                       ` [gentoo-user] OT - mysql (WAS: [Re: OT - Need help with mythfronted GUI]) [SOLVED] Michael Sullivan
2006-01-08 23:58                                                         ` Mark Knecht
2006-01-08 20:19                                         ` OT - Need help with mythfronted GUI (WAS[Re: [gentoo-user] Re: OT - Need MythTV setup help (resend)]) Mark Knecht
2006-01-08 20:25                                           ` Mark Knecht
2006-01-08 17:57                             ` [gentoo-user] Re: OT - Need MythTV setup help (resend) Michael Sullivan
2006-01-08 21:04                             ` Bob Sanders
2006-01-08 21:18                               ` Michael Sullivan
2006-01-08 22:49                                 ` John Myers
2006-01-09  0:31                                   ` Mark Knecht
2006-01-02 17:21                   ` GARTInit: WAS (Re: [gentoo-user] Re: OT - Need MythTV setup help (resend)) Michael Sullivan
2006-01-02 20:17                     ` Rumen Yotov
2006-01-02 18:30                       ` Michael Sullivan
2006-01-02 21:01                         ` Rumen Yotov
2006-01-02 19:12                           ` Ted Ozolins
2006-01-02 19:22                             ` Michael Sullivan
2006-01-02 21:55                               ` Ted Ozolins
2006-01-02 19:21                           ` Michael Sullivan
2006-01-02 21:55                             ` Rumen Yotov
2006-01-02 21:29                               ` Michael Sullivan
2006-01-03  6:53                                 ` Rumen Yotov
2006-01-03 16:05                                   ` Michael Sullivan
2006-01-03 18:23                                     ` Rumen Yotov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1136154629.9572.4.camel@camille.espersunited.com \
    --to=michael@espersunited.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox