NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 301 302 303 304 305 … 433 Next »
Hauppauge PCTV 801e SE tuner problem

Hauppauge PCTV 801e SE tuner problem
snagglewest
Offline

Senior Member

VA USA
Posts: 361
Threads: 60
Joined: Jul 2011
#1
2012-06-28, 01:23 AM
I just picked up a Hauppauge PCTV HD Stick 801e SE USB tuner to replace a HVR-980 analog tuner that's on it's last legs. I pulled the 980 and stuck the 801 in, but it's giving me fits and a search of the archives didn't turn up an answer, so here goes:

The 801 tuner does both digital & analog and it works fine in the OEM "TVCenter" software picking up all my digital and analog channels. NPVR sees it too, but only as a digital device and lists it as:

ATSC "DiBcom BDA Digital Tuner (Dev1 Path0)"
QAM "DiBcom BDA Digital Tuner (Dev1 Path0)"
DVB-C "DiBcom BDA Digital Tuner (Dev1 Path1)"

It scanned QAM fine and found all my digital channels. The problem is it doesn’t see the analog side which I suspect means I need to add it to the AnalogDevices.xml. I played around with the AnalogDevices.xml file, but I didn't have a clue what I was doing, so I can't get it working. Can someone point me in the right direction?

Snag
[ATTACH=CONFIG]33836[/ATTACH]
NextPVR V6.1.5.231022 - Ubuntu 22.04 VM / 4 core / 8Gb memory
HDHR Prime X2 / HDFX-2 /Schedule Direct / 2X Pi4 + & 3X Pi3 LibreELEC Kodi clients
Server - TrueNAS/ SuperMicro MBD-X10SL7-F MB / Xeon E3-1246 / 32Gb Unbuffered ECC / 8 X 4TB RAIDZ2
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#2
2012-06-28, 01:32 AM
Code:
    <Device filter="DiBcom BDA Analog Capture (Dev1 Path2)">
        <Name>PCTV HD Stick 801e</Name>
        <Type>SOFT_ENCODE</Type>
    </Device>

ought to work... I'm assuming this thing doesn't have a hardware encoder, right?
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#3
2012-06-28, 01:42 AM
@sub - since almost all analog tuner filters have the word "Capture" or "Tuner" in them, and most now do not have hardware encoders, why not add code to simply enable any otherwise unknown (i.e. not listed in AnalogDevices.xml) analog "Capture" or "Tuner" device with soft encoding? This would save much user frustration and support requests, where all we do is tell NPVR what it already knows (that is to say, I used nothing other than the NPVR.log to create the entry I gave snagglewest).
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
snagglewest
Offline

Senior Member

VA USA
Posts: 361
Threads: 60
Joined: Jul 2011
#4
2012-06-28, 01:48 AM
Wow, 9 minutes and I'm fixed! That's what makes NPVR so great, the instant support and the community that works so hard to make it the best program out there.

Ok, so just for future eduction, were exactly did you find the "PCTV HD Stick 801e" and the "DiBcom BDA Analog Capture (Dev1 Path2)"? I poked around in the logs, but I didn't find it.

Snag
NextPVR V6.1.5.231022 - Ubuntu 22.04 VM / 4 core / 8Gb memory
HDHR Prime X2 / HDFX-2 /Schedule Direct / 2X Pi4 + & 3X Pi3 LibreELEC Kodi clients
Server - TrueNAS/ SuperMicro MBD-X10SL7-F MB / Xeon E3-1246 / 32Gb Unbuffered ECC / 8 X 4TB RAIDZ2
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#5
2012-06-28, 01:56 AM
npvr.log:
Code:
2012-06-27 20:38:53.689    [DEBUG][1]     skipping 'DiBcom BDA Analog Capture (Dev1 Path2)' (not in AnalogDevices.xml)
The <Name> parameter is just a friendly name for the device, I made it up based on what you said the device was called. It can be anything.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
snagglewest
Offline

Senior Member

VA USA
Posts: 361
Threads: 60
Joined: Jul 2011
#6
2012-06-28, 08:13 PM
OK, I see were you found <Device filter="DiBcom BDA Analog Capture (Dev1 Path2)"> in the NPVR.log. So my next question is what does NPVR do with the <Name>? I see that the The devices list only shows whatever <Device filter= is.

Snag
NextPVR V6.1.5.231022 - Ubuntu 22.04 VM / 4 core / 8Gb memory
HDHR Prime X2 / HDFX-2 /Schedule Direct / 2X Pi4 + & 3X Pi3 LibreELEC Kodi clients
Server - TrueNAS/ SuperMicro MBD-X10SL7-F MB / Xeon E3-1246 / 32Gb Unbuffered ECC / 8 X 4TB RAIDZ2
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#7
2012-06-28, 08:25 PM
snagglewest Wrote:So my next question is what does NPVR do with the <Name>? I see that the The devices list only shows whatever <Device filter= is.
Nothing. I original intended it for some other purpose, but didn't end up using it.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#8
2012-06-28, 10:55 PM
I always assumed the Name parameter was just for humans to identify which real-world device a given entry was for... How else would one know a PCTV HD Stick 810e is supported if the analogdevices.xml only contains the DiBcom filter name?
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Unable to access tuner after hibernation bm_00 1 1,223 2022-12-12, 02:00 PM
Last Post: mvallevand
  Tuner not being released when live TV stopped on Kodi dark_half 7 2,833 2022-06-12, 11:59 PM
Last Post: sub
  Hauppauge WinTV-HVR-950 - Analog FM Radio No sound RazorRust 8 1,968 2022-04-02, 05:50 PM
Last Post: mvallevand
  Can't find tuner filter in NPVR 4.05 on old XP machine (eee 701) with RTL2832U iamanotheruser 3 1,690 2022-01-03, 04:45 AM
Last Post: mvallevand
  NPVR4 and MPC-HC problem The Solutor 29 7,151 2021-07-27, 03:45 PM
Last Post: The Solutor
  Problem locking on to a tuner? time_lord 7 2,982 2021-01-09, 12:06 PM
Last Post: Graham
  EPG XMLTV problem DBHall 8 3,786 2021-01-01, 12:34 PM
Last Post: Graham
  Problem with Intel 4600 graphics driver pol098 1 1,426 2020-12-01, 12:44 PM
Last Post: romdl
  Problem setting up recording for some programmes LeoL 5 2,024 2020-10-21, 09:34 PM
Last Post: LeoL
  Replayed recording problem Tj.2 25 9,161 2020-09-22, 04:51 PM
Last Post: baj1

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode