<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Axel Thimm wrote:
<blockquote cite="mid20040927064638.GA2469@neu.nirvana" type="cite">
<pre wrap="">On Sun, Sep 26, 2004 at 06:46:10PM -0700, Brad Fuller wrote:
</pre>
<blockquote type="cite">
<pre wrap="">newbie to mythtv. Trying to follow jarod's webpage and the help here and I'm
now stuck. Actually, I've been limping along the way --- primarily, I
believe, because I'm using Athalon and FC2.
Anyway, I'm trying to install mythtv-suite at the moment. There are several
dependencies not satisfied along the way, and I'm sure there are more to
come. I'm also using yum (since I could NOT get ATrpms kickstart to work on
my system. but, yum seems to do ok.) Here's where I'm at:
</pre>
</blockquote>
<pre wrap=""><!---->
native x86_64 ports of some components are not existing right now,
this includes:
o mythmusic (due to some pointer arithmetics in goom/filters.c)
o mythphone (due to lack of festival for x86_64)
o apt (well, it does build, but only works in a pure x86_64
environment, e.g. no 32/64 bit mixing, e.g. no multilib).
Before even considering myth, have you confirmed your video drivers
work under x86_64? If yes, which are you using (asking out of personal
interest).
</pre>
</blockquote>
Thanks for the message. Are you refering to the video capture card? If
so, I have a PVR-250. I get the following after this: /sbin/lspci -v<br>
<br>
00:0a.0 Multimedia video controller: Internext Compression Inc iTVC16
(CX23416) MPEG-2 Encoder (rev 01)<br>
Subsystem: Hauppauge computer works Inc. WinTV PVR 250<br>
Flags: bus master, medium devsel, latency 64, IRQ 153<br>
Memory at e4000000 (32-bit, prefetchable)<br>
Capabilities: [44] Power Management version 2<br>
<br>
Doing a /bin/dmesg |grep ivtv also looked ok -- to me at least:<br>
<br>
ivtv: ==================== START INIT IVTV ====================<br>
ivtv: version 0.1.10 (0.1.10pre2-ck108k) loading<br>
ivtv: Linux version: 2.6.8-1.521 gcc-3.3<br>
ivtv: In case of problems please include the debug info<br>
ivtv: between the START INIT IVTV and END INIT IVTV lines when<br>
ivtv: mailing the ivtv-devel mailinglist.<br>
ivtv: Autodetected WinTV PVR 250 card<br>
ivtv: Found an iTVC16 based chip<br>
ivtv: VIA PCI device: 0x0204 vendor: 0x1106<br>
ivtv: i2c attach [client=tveeprom[1],ok]<br>
tuner: chip found at addr 0xc2 i2c-bus ivtv i2c driver #0<br>
ivtv: i2c attach [client=(tuner unset),ok]<br>
saa7115: starting probe for adapter ivtv i2c driver #0 (0x10005)<br>
ivtv: i2c attach [client=saa7115[1],ok]<br>
msp34xx: ivtv version<br>
ivtv: i2c attach [client=MSP3445G-B8,ok]<br>
ivtv: Tuner Type 50, Tuner formats 0x00001000, Radio: yes, Model
0x00891615, Revision 0x00000000<br>
ivtv: NTSC tuner detected<br>
ivtv: Radio detected<br>
ivtv: Encoder revision: 0x02040011<br>
ivtv: Configuring WinTV PVR 250 card with 5 streams<br>
ivtv: Create DMA stream 0 using 16 131072 byte buffers 2097152 kbytes
total<br>
ivtv: Registered v4l2 device, streamtype 0 minor 0<br>
ivtv: Create DMA stream 1 using 16 131072 byte buffers 2097152 kbytes
total<br>
ivtv: Registered v4l2 device, streamtype 1 minor 32<br>
ivtv: Create stream 2 using 512 4096 byte buffers 2097152 kbytes total<br>
ivtv: Registered v4l2 device, streamtype 2 minor 224<br>
ivtv: Create DMA stream 3 using 16 131072 byte buffers 2097152 kbytes
total<br>
ivtv: Registered v4l2 device, streamtype 3 minor 24<br>
ivtv: Create stream 4 <br>
ivtv: Registered v4l2 device, streamtype 4 minor 64<br>
ivtv: Setting Tuner 50<br>
ivtv: Setting audio matrix to input 3, output 1<br>
ivtv: Switching standard to NTSC.<br>
ivtv: Initialized WinTV PVR 250, card #0<br>
ivtv: ==================== END INIT IVTV ====================<br>
<br>
But, I receive the following error when trying -p = 1 thru 8<br>
cat /dev/video0 > /tmp/test_capture.mpg<br>
<br>
cat: /dev/video0: Input/output error<br>
<br>
Does this mean my ivtv is working ok?<br>
<br>
</body>
</html>