NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Hardware v
« Previous 1 … 100 101 102 103 104 … 263 Next »
Avermedia m791

 
  • 0 Vote(s) - 0 Average
Avermedia m791
lorddemios
Offline

Junior Member

Posts: 12
Threads: 3
Joined: Aug 2007
#1
2008-05-10, 05:32 AM
I just bought a refurbished Gateway machine(http://cgi.ebay.com/ws/eBayISAPI.dll?Vie...0257436737) to use as my new GBPVR machine. Unfortunately, the tv card that comes with it is a Avermedia m791 and it does not appear to be supported by GBPVR. I've tried following the instructions for "unsupported cards" in the wiki:

http://gbpvr.com/pmwiki/pmwiki.php/Hardw...aptureCard

I have not had any success yet. I know the card works because it works in Media Center. I've attached my logs and my direct.ini file with the hopes that someone can tell me what I'm doing wrong.
[SIZE="2"]GBPVR Setup
[SIZE="1"]
GBPVR version 1.3.11
CPU - Intel Core2 Q6600 Memory - 2GB ram
Video - Nvidia 9600 | HD PVR
Remote - Gyration MCE
Storage - 320 GB OS drive,400 GB Recording drive[/SIZE][/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#2
2008-05-10, 05:38 AM
Can you run the filtercheck.exe utility from the gbpvr directory, then zip and attach the filtercheck.log that gets created.
lorddemios
Offline

Junior Member

Posts: 12
Threads: 3
Joined: Aug 2007
#3
2008-05-10, 06:58 PM
Sub,

Thanks for the quick reply! Here are the results from filtercheck.
[SIZE="2"]GBPVR Setup
[SIZE="1"]
GBPVR version 1.3.11
CPU - Intel Core2 Q6600 Memory - 2GB ram
Video - Nvidia 9600 | HD PVR
Remote - Gyration MCE
Storage - 320 GB OS drive,400 GB Recording drive[/SIZE][/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#4
2008-05-10, 07:08 PM
Try

[AVerMedia M791 (Analog)]
INIT_MODE=DEFAULT
INIT_MSP=0
SUPPORTS_FM_RADIO=0
BLACKBIRD=1
CONEXANT=1
FILTER_CROSSBAR=AVerMedia 23888 Crossbar
FILTER_CAPTURE=AVerMedia 23888 Video Capture
FILTER_TV_TUNER=AVerMedia 23888 Tuner
FILTER_TV_AUDIO=AVerMedia 23888 TvAudio
FILTER_ENCODER=AVerMedia 23888 MPEG Encoder
PIN_CROSSBAR_VIDEO_TUNER_IN=Video Tuner In
PIN_CROSSBAR_AUDIO_TUNER_IN=Audio Tuner In
PIN_CROSSBAR_VIDEO_DECODER_OUT=Video Decoder Out
PIN_CROSSBAR_AUDIO_DECODER_OUT=Audio Decoder Out
PIN_TVTUNER_ANALOG_VIDEO_OUT=Analog Video
PIN_TVTUNER_ANALOG_AUDIO_OUT=Analog Audio
PIN_TVAUDIO_TV_AUDIO_IN=TVAudio In
PIN_TVAUDIO_TV_AUDIO_OUT=TVAudio Out
PIN_CAPTURE_ANALOG_VIDEO_IN=Analog Video In
PIN_CAPTURE_ANALOG_AUDIO_IN=Analog Audio Input
PIN_CAPTURE_I2S_OUT=I2S Audio
PIN_CAPTURE_656_OUT=Analog ITU Video
PIN_ENCODER_I2S_IN=I2S Audio
PIN_ENCODER_656_IN=Analog ITU Video
PIN_ENCODER_OUT=MPEG2 Program
PIN_WRITER_INPUT_IN=Input
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#5
2008-05-10, 07:12 PM
Add the following to the bda.ini and it should get the digital side going:

Code:
[AVerMedia M791 (Digital)]
TUNING_TYPE=ATSC
FILTER_TUNER=AVerMedia 23888 BDA Tuner/Demod
PIN_TUNER_IN=Input0
PIN_TUNER_OUT=MPEG2 Transport
FILTER_CAPTURE=AVerMedia 23888 AVStream TS Capture
PIN_CAPTURE_IN=Mpeg2 Transport
PIN_CAPTURE_OUT=Mpeg2 Transport
lorddemios
Offline

Junior Member

Posts: 12
Threads: 3
Joined: Aug 2007
#6
2008-05-10, 07:42 PM
I've tried the above with no luck. I'm seeing the following error in the logs:

2008-05-10 13:31:29.824 VERBOSE [1] System.NullReferenceException: Object reference not set to an instance of an object.
at ConnectFilters(IBaseFilter* pFilterUpstream, IBaseFilter* pFilterDownstream)
at NativeUtilities.ConexantRecorder.StartRecording(String cardType, ConexantRecordSource recordingSource, Int32 qualitySetting, Int32 board, String filename, Int32 channel, Int32 countryCode, Int32 tuningType, Boolean useStreamingEngineIfAvailable, Boolean previewMode, Boolean fmRadioMode, Boolean fmRadioPreviewMode)
at NativeUtilities.ConexantRecorder.getPreviewGraph(String cardType, ConexantRecordSource recordingSource, Int32 board, Int32 channel, Int32 countryCode, Int32 tuningType)
at GBPVR.Backend.Common.DirectRecordingSource.getPreviewGraph(ChannelTuning channelTuning)
at GBPVRX2.Players.xb3e61f7448c39547.x4276385f71addb51(Channel xee500015fb4a65b6)
at GBPVRX2.Players.xb3e61f7448c39547.x4276385f71addb51()
at GBPVRX2.x4a212861656a24dd.x3852f96f8dab4cab()
at GBPVRX2.MenuTask.x0be92cb4e3ac1817.OnUiClick(PointF location)
at GBPVRX2.x0061b801bdf12d35.xf1b04f0b61b2ba29(Object xdf2e3583f942db7b, MouseEventArgs xc4f45905cb1fc7ba)
at System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at GBPVRX2.x0061b801bdf12d35.WndProc(Message& m)
[SIZE="2"]GBPVR Setup
[SIZE="1"]
GBPVR version 1.3.11
CPU - Intel Core2 Q6600 Memory - 2GB ram
Video - Nvidia 9600 | HD PVR
Remote - Gyration MCE
Storage - 320 GB OS drive,400 GB Recording drive[/SIZE][/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#7
2008-05-10, 07:46 PM
Try changing these lines:

PIN_CAPTURE_656_OUT=656
PIN_ENCODER_656_IN=656
lorddemios
Offline

Junior Member

Posts: 12
Threads: 3
Joined: Aug 2007
#8
2008-05-10, 07:56 PM
Well at least I'm getting a different error...


2008-05-10 13:48:45.574 VERBOSE [1] System.NullReferenceException: Object reference not set to an instance of an object.
at FindEncoderFilter(__MIDL___MIDL_itf_strmif_0000_0022_0003* pinMedium, Char* encoderFilterName)
at NativeUtilities.ConexantRecorder.StartRecording(String cardType, ConexantRecordSource recordingSource, Int32 qualitySetting, Int32 board, String filename, Int32 channel, Int32 countryCode, Int32 tuningType, Boolean useStreamingEngineIfAvailable, Boolean previewMode, Boolean fmRadioMode, Boolean fmRadioPreviewMode)
at NativeUtilities.ConexantRecorder.getPreviewGraph(String cardType, ConexantRecordSource recordingSource, Int32 board, Int32 channel, Int32 countryCode, Int32 tuningType)
at GBPVR.Backend.Common.DirectRecordingSource.getPreviewGraph(ChannelTuning channelTuning)
at GBPVRX2.Players.xb3e61f7448c39547.x4276385f71addb51(Channel xee500015fb4a65b6)
at GBPVRX2.Players.xb3e61f7448c39547.x4276385f71addb51()
at GBPVRX2.x4a212861656a24dd.x3852f96f8dab4cab()
at GBPVRX2.MenuTask.x0be92cb4e3ac1817.OnUiClick(PointF location)
at GBPVRX2.x0061b801bdf12d35.xf1b04f0b61b2ba29(Object xdf2e3583f942db7b, MouseEventArgs xc4f45905cb1fc7ba)
at System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at GBPVRX2.x0061b801bdf12d35.WndProc(Message& m)
[SIZE="2"]GBPVR Setup
[SIZE="1"]
GBPVR version 1.3.11
CPU - Intel Core2 Q6600 Memory - 2GB ram
Video - Nvidia 9600 | HD PVR
Remote - Gyration MCE
Storage - 320 GB OS drive,400 GB Recording drive[/SIZE][/SIZE]
lorddemios
Offline

Junior Member

Posts: 12
Threads: 3
Joined: Aug 2007
#9
2008-05-10, 08:21 PM
Here is my current direct.ini for reference. I forgot to include it in my last post.
[SIZE="2"]GBPVR Setup
[SIZE="1"]
GBPVR version 1.3.11
CPU - Intel Core2 Q6600 Memory - 2GB ram
Video - Nvidia 9600 | HD PVR
Remote - Gyration MCE
Storage - 320 GB OS drive,400 GB Recording drive[/SIZE][/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#10
2008-05-10, 08:54 PM
One more line to update:

PIN_CAPTURE_ANALOG_AUDIO_IN=Analog Audio In
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Avermedia A188B jfabernathy 12 8,007 2015-12-31, 06:21 PM
Last Post: jfabernathy
  Avermedia 7231 Analog Capture support rhf1959 9 8,042 2015-11-12, 05:15 PM
Last Post: rhf1959
  Avermedia Analog USB DVD Ezmaker C039 jetjaguar 4 3,069 2012-10-31, 06:44 PM
Last Post: Reddwarf
  Avermedia A188 remote config for NPVR? chalkster99 0 2,024 2011-03-26, 02:49 AM
Last Post: chalkster99
  AVerMedia AVerTVHD Duet PCTV tuner (A188) elbryyan 0 2,744 2011-01-20, 11:38 PM
Last Post: elbryyan
  AVerMedia MTVHDDVRR BTJustice 8 4,484 2010-09-17, 03:55 AM
Last Post: sub
  Avermedia or Gigabyte zvm 0 1,454 2010-02-22, 09:07 PM
Last Post: zvm
  AverMedia M150 w/out MCE ?!? dazz 11 6,127 2010-02-19, 10:14 PM
Last Post: uniontown
  AVerMedia AVerTV HD DVR Bluethunder 3 3,591 2010-02-11, 06:07 PM
Last Post: Bluethunder
  Anybody try yet the AverMedia A188 Duet digital tuner? mkenyon2 3 2,805 2010-01-08, 04:56 PM
Last Post: mikeh49

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

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

Linear Mode
Threaded Mode