Author |
Message |
tkoster
|
Posted: Mon Mar 20, 2006 10:02 pm |
|
Joined: Mon Apr 04, 2005 10:50 am
Posts: 120
|
I'm having difficulty getting my pvr-350 to record. When I initially upgraded, mythtv-setup had it set to video0/television. At that point I couldn't get it to do anything. After getting a little advice, I discovered that the setting I needed was video1/tuner0. At that point I got livetv, but it still wouldn't record.
Poking through the logs I discoverd that it was still trying to set the channel on the television input. Can anyone help me interpret that info into a fix?
|
|
Top |
|
 |
tjc
|
Posted: Mon Mar 20, 2006 10:22 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
- Run mythtv-setup (search for details on shutting down the backend, etc., etc.)
- Under Capture Cards, delete all your capture cards
- Same place, recreate the entry for your PVR-350 as MPEG2 Tuner card, /dev/video0, Tuner 0
- Recreate the Input Connection from "/dev/video0 Tuner 0" to your Video Source
- Exit mythtv-setup and reboot.
|
|
Top |
|
 |
tkoster
|
Posted: Mon Mar 20, 2006 10:41 pm |
|
Joined: Mon Apr 04, 2005 10:50 am
Posts: 120
|
That was strange. When I went in there again, it had created a new television setting under video1, which obviously wasn't working.
Deleting the cards and starting over, I still wasn't able to do video0. It had only 3 possible tuners 1 composite, 1 s-video and 1 television. So I moved on to video1. It had the proper tuners, so I grabbed tuner0 there.
Now it seems to be working. If the television tuner shows up again, I'll let you know. In the meantime, thanks.
|
|
Top |
|
 |
tjc
|
Posted: Mon Mar 20, 2006 10:57 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
Run this command and post the output for any device that says "Multimedia":
Code: lspci -v Also: Code: ivtvctl -d /dev/video0 -a ivtvctl -d /dev/video1 -a
You haven't got an HD3000 or the like in the system being misrecognized as a bttv device have you?
|
|
Top |
|
 |
tkoster
|
Posted: Tue Mar 21, 2006 5:32 pm |
|
Joined: Mon Apr 04, 2005 10:50 am
Posts: 120
|
lspci -v reveals 3 multimedia controllers
The first is the the 350
The second is Conexant Winfast TV2000 XP (rev 05)
The third is Conexant Unknown Device 8802 (rev 05)
I'm guessing that it is my HD3000 card showing up twice once for the dvb side and once for the analog side. I was guessing that was what was happening with the video0 as well, that it was picking up the analog of the hd3000.
the ivtvctl commands
The video0 says that this is not an ivtv device
The video1 gives me the info you would expect
So I guess I'll stick with video1 as it now seems to be working.
The odd thing was that I did exactly what you said above before I wrote and it still reverted to the television setting under the video1 setting. Now however, it seems to be working properly. At least I've gotten two recordings this way.
So I'll just say thanks and hope that the proper settings stick.
|
|
Top |
|
 |
tjc
|
Posted: Tue Mar 21, 2006 8:18 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
tkoster wrote: lspci -v reveals 3 multimedia controllers The first is the the 350 The second is Conexant Winfast TV2000 XP (rev 05) The third is Conexant Unknown Device 8802 (rev 05)
I wouldn't have said to use -v if I just wanted the summaries.
I'm pretty sure your problem is indeed the HD3000's YUV capture interface. It's almost a misfeature on that card. The only concern I would have is the stability of the device numbers, which should be OK if nothing else changes. I'm more and more glad that my HD-3000 is sitting in a cardboard box waiting for some way to get a decent OTA or QAM signal to it.
|
|
Top |
|
 |
tkoster
|
Posted: Tue Mar 21, 2006 11:22 pm |
|
Joined: Mon Apr 04, 2005 10:50 am
Posts: 120
|
If it helps,
Code: 0000:01:09.0 Multimedia video controller: Internext Compression Inc iTVC15 MPEG-2 Encoder (rev 01) Subsystem: Hauppauge computer works Inc. WinTV PVR-350 Flags: bus master, medium devsel, latency 224, IRQ 21 Memory at c8000000 (32-bit, prefetchable) [size=64M] Capabilities: [44] Power Management version 2
0000:01:0a.0 Multimedia video controller: Conexant Winfast TV2000 XP (rev 05) Subsystem: Unknown device 7063:3000 Flags: bus master, medium devsel, latency 226, IRQ 19 Memory at d1000000 (32-bit, prefetchable) [size=16M] Capabilities: [44] Vital Product Data Capabilities: [4c] Power Management version 2
0000:01:0a.2 Multimedia video controller: Conexant:Unknown device 8802 (rev 05) Subsystem: Unknown device 7063:3000 Flags: bus master, medium devsel, latency 226, IRQ 19 Memory at d1000000 (32-bit, prefetchable) [size=16M] Capabilities: [4c] Power Management version 2
|
|
Top |
|
 |
tjc
|
Posted: Wed Mar 22, 2006 5:40 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
tkoster wrote: If it helps, Code: 0000:01:0a.0 Multimedia video controller: Conexant Winfast TV2000 XP (rev 05) : 0000:01:0a.2 Multimedia video controller: Conexant:Unknown device 8802 (rev 05)
Yep, solid verification. Note that those are both the same PCI card, since only the last octect is different.
|
|
Top |
|
 |