NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Hardware v
« Previous 1 … 184 185 186 187 188 … 263 Next »
Very high CPU usage with PVR-150 and GBPVR

 
  • 0 Vote(s) - 0 Average
Very high CPU usage with PVR-150 and GBPVR
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#21
2006-06-20, 10:15 AM
So the wifi PCI card I was suspicious of did, in fact, turn out to be one of the major culprits. I removed it and its drivers today and replaced it with an external Zonet USB wifi adapter. CPU usage has dropped to 30-50% for live TV. Not quite as good as I'd hoped, but certainly acceptable.

So the moral seems to be that PCI slots should be used for additional capture cards and not for anything else. Big Grin

Also, that motherboard characteristics vary more than you would expect and that a mobo that makes a perfectly good general purpose computer can cause unexpected problems when used as an HTPC.

I think I'll avoid sending the PVR-150 back to Hauppauge, even though I'm still not clear that it is working 100% "as advertised". Instead, ricklous has now inspired me to see if I can get my piece-of-junk Prolink PixelView PlayTVPro BT878 card working with GB-PVR - "just for the hell of it". It would be pretty funny if it ends up using less CPU cycles than the PVR-150.:eek:
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
wtg
Offline

Posting Freak

Posts: 1,402
Threads: 120
Joined: Mar 2005
#22
2006-06-20, 04:59 PM
Check the interrupts being used by your hardware. It used to be that PC's couldn't have devices that share IRQs. Today they can, but some do it much better than others. If you have your video card, sound card and tuner card all sharing the same IRQ, you'll notice higher CPU utilization than if they all had their own. CPU utilization goes up even though the CPU isn't really doing much other than waiting for one device to give up the IRQ so it can let another device use it.

Some PCs BIOS' let you control what PCI slots get which IRQ, giving you lots of control. Others assign 2 or more IRQs to be shared by various hardcoded PCI slots, so swapping PCI slots can make a difference, while others give you no control whatsoever. You may find you can solve the problem this way, or not Sad.


Good luck!
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#23
2006-06-23, 08:35 AM
wtg Wrote:Check the interrupts being used by your hardware. It used to be that PC's couldn't have devices that share IRQs. Today they can, but some do it much better than others. If you have your video card, sound card and tuner card all sharing the same IRQ, you'll notice higher CPU utilization than if they all had their own. CPU utilization goes up even though the CPU isn't really doing much other than waiting for one device to give up the IRQ so it can let another device use it.

Some PCs BIOS' let you control what PCI slots get which IRQ, giving you lots of control. Others assign 2 or more IRQs to be shared by various hardcoded PCI slots, so swapping PCI slots can make a difference, while others give you no control whatsoever. You may find you can solve the problem this way, or not Sad.
Absolutely! That was my first thought too. But (on the original mother board) I had checked IRQ settings and tried every possible slot permutation for the cards which is why I figured something else was going on. That partiular ASUS board has a reputation for being finicky (in fact I had to send back an ATI graphics card when I found out on Google that the card, for no clear reason, was well known to simply not work in that particular Asus mobo).

Thanks, anyway, for your clear explanation of the IRQ issues. Since I suspect this thread may be a useful reference thread for others with CPU problems with GB-PVR, it's good to get all the issues in one place.
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
gkreis
Offline

Member

Posts: 166
Threads: 31
Joined: Sep 2005
#24
2006-07-20, 03:07 PM
I too have seen a leap in constant interrupts and DPCs that are making my machine very sluggish (according to procexp.exe). I can't say for sure, but I am pretty certain it coincided with the installation of the 97.13. (I skipped the one right before that). Unfortunately, I can't find a way to track down the source of this flood of interrrupts.

I did convert to using SQLlite and I did have to remove some dlls that were not compatible with this gbpvr version. Could there be some sort of registry issue that erupted because I removed the plugin dlls and didn't unregister them?

RootkitRevealer showed that gbpvr's metadata.xml is hidden from the Windows APIs. Hmm.... can anyone else download the rootkitsrevealer from sysinternals.com and see what they get for results?
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#25
2006-07-20, 04:41 PM
Also normally when you see interrupt processing go high the DPCs go up too, since the DPC is usually set up in the interrupt handler to finish handling interrupt processing that doesn't need to be run at highest priority or in real time.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#26
2006-07-20, 04:54 PM
Quote:RootkitRevealer showed that gbpvr's metadata.xml is hidden from the Windows APIs. Hmm.... can anyone else download the rootkitsrevealer from sysinternals.com and see what they get for results?
Thats odd it would report that. Its not hidden from Windows APIs, but it is an alternate data stream. Its used to store metadata inside the MPEG files without interfering with the actual content.

Windows APIs have no problem opening. Infact, you can open it with notepad, for example:

notepad c:\path\to\recording.mpg:metadata.xml
gkreis
Offline

Member

Posts: 166
Threads: 31
Joined: Sep 2005
#27
2006-07-20, 09:06 PM
Here is a screen capture to show what RootkitRevealer shows.

Are the interrupts that are shown by procexp only possible from hardware? In other words, am I supposed to look for a bad card? Any suggestions on how to diagnose this?
gkreis
Offline

Member

Posts: 166
Threads: 31
Joined: Sep 2005
#28
2006-07-21, 04:13 AM
I pulled out the AverMedia 150 card and the interrupts settled down. I put it back in and sure enough, they started up again. So it is the capture card, but it sure seems a strange coincidence that this started when I installed the latest GBPVR.

Could a plugin cause this kind of a problem?

I wonder how many others have this going on and they don't know it if their processor is fast enough to mask it? What is really strange, is that Task Manager will show 98% in idle, but if you look at the chart tab, it shows 30-50% of the CPU is busy.
gkreis
Offline

Member

Posts: 166
Threads: 31
Joined: Sep 2005
#29
2006-07-24, 07:31 PM
Well, all attempts to uninstall the card, uninstall the drivers and reinstall have failed (other forums indicated this helped with other hardware interrupts and DPC excesses on sound cards, etc.).

I ordered a "VisionTek XTASY Theater 550 Pro TV Tuner Card PVR MCE with Remote Control" ($30 rebate from Buy.com) to move on. I think I fried the other one with heat. I was trying to scrimp along on an old PC case, so I ordered a new one from Amazon (Antec NK4400) which seems to be a good compromise in noise, ventilation and price.
gkreis
Offline

Member

Posts: 166
Threads: 31
Joined: Sep 2005
#30
2006-07-27, 08:31 PM
Here with an update. While waiting for my new tuner card, I got a hunch that the problem might be that the overclocking might have pushed the PCI bus too far, so I slowed the machine down and the wild interrupts and DPCs went away! Strange, since it has been overclocked for a long time. Maybe the heat of summer pushed the electronics too much. It went from 37.5 Mhz down to the standard 33Mhz.

I transferred to the new Antec NK4400 case and the temperature in the case dropped from the mid 40's C to 27 C... wow. The processor had a rewarding drop from 51C to 41C, as you would expect based on the drop in the case, and the rig is much quieter. The huge 120mm exhaust fan, set at the slowest speed, is very quiet and moves a decent amount of air. I have a suspended Zalman fan (seems like it is 80 or 90mm) set to 1600 rpm blowing on the copper flower heatsink. I suspect the case would be noticeably noisier with a traditional CPU cooler, especially since the NK4400 case has a hole in the side of the case with a shroud to funnel cool outside air to the CPU.

P.S.
I still have the Visiontek card on the way (great excuse with the misses to get another tuner ;-) since it was too late to cancel.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3


Possibly Related Threads…
Thread Author Replies Views Last Post
  Is this reasonable CPU usage for recording without transcode ngeunit1 3 470 2025-04-01, 12:18 AM
Last Post: mvallevand
  Apple TV2 - wokring with GBPVR (and specifically NZ DVB-T video) psycik 0 1,987 2011-05-19, 08:24 PM
Last Post: psycik
  Hauppauge MCE Remote (kit) works great on GBPVR but a couple questions please treble 3 2,298 2011-03-30, 06:51 AM
Last Post: stustunz
  Will turning off "Wake on Directed Packet" in Intel NIC affect GBPVR recordings? jksmurf 5 3,375 2011-01-03, 02:27 PM
Last Post: jksmurf
  ASUS 1501P using the MCE remote with GBPVR? jasjol 1 1,905 2010-12-19, 10:28 PM
Last Post: pBS
  Recommendation needed: DVB-C (High Definition) ShiningDragon 15 6,092 2010-11-04, 06:39 AM
Last Post: nia
  Guide for getting serial ir receiver useable with gbpvr dinki 13 7,149 2010-10-05, 09:18 PM
Last Post: markbb1
  Good enough for HD GBPVR system? txinga 12 4,428 2010-05-08, 03:27 PM
Last Post: systemshark
  capturing video using Hauppauge wintv-pvr150 and GBPVR tomji 5 3,064 2010-04-08, 10:39 AM
Last Post: tomji
  HDHomerun - GBPVR - No Channels Found Rudgey 43 15,194 2010-03-23, 04:32 PM
Last Post: whurlston

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

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

Linear Mode
Threaded Mode