Gentoo Archives: gentoo-user

From: Michael Sullivan <michael@××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: OT - Need MythTV setup help (resend)
Date: Sun, 01 Jan 2006 22:34:00
Message-Id: 1136154629.9572.4.camel@camille.espersunited.com
In Reply to: Re: [gentoo-user] Re: OT - Need MythTV setup help (resend) by Bob Sanders
1 On Sat, 2005-12-31 at 09:18 -0800, Bob Sanders wrote:
2 > On Sat, 31 Dec 2005 00:40:06 -0600
3 > Michael Sullivan <michael@××××××××××××.com> wrote:
4 >
5 > > I didn't see anything there that hinted at being my TV card, yet I KNOW
6 > > it's in there. It works great in Windows. It's a Hauppage
7 > > WinTV-PVR-250. Why doesn't it show up in /dev?
8 > >
9 >
10 > Well, I've got the PVR-350. Have you re-emerged the ivtv drivers? They should
11 > be something like -
12 >
13 > [MU] media-tv/ivtv (0.4.0-r3): ivtv driver for Hauppauge PVR PCI cards
14 >
15 > Also, in /etc/modules.d, do you have -
16 > rsanders@chi ~ $ more /etc/modules.d/
17 > .keep aliases alsa alsa.old i386 ivtv ivtv-fb nvidia
18 > rsanders@chi ~ $ more /etc/modules.d/ivtv
19 > alias char-major-81 videodev
20 > alias char-major-81-0 ivtv
21 > alias char-major-81-1 ivtv
22 > alias char-major-61 lirc_i2c
23 > #add above ivtv lirc_dev lirc_i2c
24 >
25 > Ans is the card showing up when you type - lspci?
26 >
27 >
28 > 02:06.0 Multimedia video controller: Internext Compression Inc iTVC15 MPEG-2 Encoder (rev 01)
29 >
30 > Bob
31
32 Here's my lscpi:
33
34 camille ~ # lspci | grep 'TV'
35 05:00.0 Multimedia video controller: Internext Compression Inc iTVC16
36 (CX23416) MPEG-2 Encoder (rev 01)
37
38 I think that's good. I checked my /dev directory and now there is a v4l
39 subdirectory there with new files in it. I ran mythsetup and it looks
40 to me like everything is set up correctly there. It told me to run
41 mythfilldatabase, so I did:
42
43 camille v4l # mythfilldatabase
44 2006-01-01 16:25:38.868 New DB connection, total: 1
45 2006-01-01 16:25:38.905 New DB connection, total: 2
46 Refreshing Tomorrow's data
47 2006-01-01 16:25:38.959 New DB DataDirect connection
48 Retrieving datadirect data...
49 Grabbing data for Sun Jan 1 2006 offset 1
50 >From : Mon Jan 2 06:00:00 2006 To : Tue Jan 3 06:00:00 2006 (UTC)
51 --16:25:39--
52 http://datadirect.webservices.zap2it.com/tvlistings/xtvdService
53 => `-'
54 Resolving datadirect.webservices.zap2it.com... 206.18.98.160
55 Connecting to datadirect.webservices.zap2it.com|206.18.98.160|:80...
56 connected.
57 HTTP request sent, awaiting response... 401 Unauthorized
58 Connecting to datadirect.webservices.zap2it.com|206.18.98.160|:80...
59 connected.
60 HTTP request sent, awaiting response... 401 Unauthorized
61 Authorization failed.
62 Grab complete. Actual data from --16:25:39--
63 http://datadirect.webservices.zap2it.com/tvlistings/xtvdService
64 => `-'
65 Resolving datadirect.webservices.zap2it.com... 206.18.98.160
66 Connecting to datadirect.webservices.zap2it.com|206.18.98.160|:80...
67 connected.
68 HTTP request sent, awaiting response... 401 Unauthorized
69 Connecting to datadirect.webservices.zap2it.com|206.18.98.160|:80...
70 connected.
71 HTTP request sent, awaiting response... 200 OK
72 Length: unspecified [text/xml]
73
74 [ <=> ] 158,550
75 70.27K/s
76
77 16:25:42 (70.18 KB/s) - `-' saved [158550]
78
79 --16:26:16--
80 http://datadirect.webservices.zap2it.com/tvlistings/xtvdService
81 => `-'
82 Resolving datadirect.webservices.zap2it.com... 206.18.98.160
83 Connecting to datadirect.webservices.zap2it.com|206.18.98.160|:80...
84 connected.
85 HTTP request sent, awaiting response... 401 Unauthorized
86 Connecting to datadirect.webservices.zap2it.com|206.18.98.160|:80...
87 connected.
88 HTTP request sent, awaiting response... 200 OK
89 Length: unspecified [text/xml]
90
91 [ <=> ] 161,811
92 62.71K/s
93
94 16:26:19 (62.67 KB/s) - `-' saved [161811]
95
96 --16:26:53--
97 http://datadirect.webservices.zap2it.com/tvlistings/xtvdService
98 => `-'
99 Resolving datadirect.webservices.zap2it.com... 206.18.98.160
100 Connecting to datadirect.webservices.zap2it.com|206.18.98.160|:80...
101 connected.
102 HTTP request sent, awaiting response... 401 Unauthorized
103 Connecting to datadirect.webservices.zap2it.com|206.18.98.160|:80...
104 connected.
105 HTTP request sent, awaiting response... 200 OK
106 Length: unspecified [text/xml]
107
108 [ <=> ] 146,438
109 44.84K/s
110
111 16:26:57 (44.77 KB/s) - `-' saved [146438]
112
113 Connection timed out.
114 You probably should modify the Master Server settings
115 in the setup program and set the proper IP address.
116 error resceduling id -1 in ScheduledRecording::signalChange
117
118 In mythsetup I specified my IP address as 192.168.1.3, which is my
119 intra-network IP address. Was this not correct. I'd like for my wife
120 to be able to connect to my mythbackend from her computer (which also
121 runs Gentoo), which is why I set it up that way. Any thoughts?
122
123
124 --
125 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: OT - Need MythTV setup help (resend) Michael Sullivan <michael@××××××××××××.com>