jpoet / HauppaugeUSB

MythTV wrapper around the Hauppauge HD-PVR2/Colossus2 driver
GNU General Public License v3.0
16 stars 5 forks source link

Invalid output params and cannot determine video mode #27

Closed jacobgmartin closed 3 years ago

jacobgmartin commented 3 years ago

I recently updated everything on my gentoo system (including boost, gcc, kernel 5.10.27, etc).

After loading hdpvr and recompiling the HauppaugeUSB project, I got the following errors:

2021-05-01T16:05:18.222007 INFO <main> HauppaugeDev.cpp:385 (init_component) Invalid Output Params (1440571368x22080), retrying.
2021-05-01T16:05:18.272369 CRIT <main> HauppaugeDev.cpp:392 (init_component) Cannot determine video mode.

I have attached the full log with debug level output enabled.

Any ideas/hints?

Thanks in advance! erroout.txt

jacobgmartin commented 3 years ago

Update: It isn't the kernel version. I just tried version 5.4.28-gentoo-x86_64 and it didn't work either with the same error messages:

COMMAND: /opt/Hauppauge/bin/hauppauge2 -s E585-00-00D6A4DF -i 1 -a 3 -L 510 -o ./testnew8.ts OUTPUT:

2021-05-01T17:04:58.829342 CRIT <main> Logger.cpp:83 (setLogLevelFilter) Changing loglevel to NOTC
2021-05-01T17:04:58.829452 CRIT <main> hauppauge2.cpp:347 (main) Starting up
2021-05-01T17:04:58.839190 CRIT <main> hauppauge2.cpp:360 (main) Initializing [Bus: 6, Port: 1] E585-00-00D6A4DF
2021-05-01T17:05:20.921324 CRIT <main> HauppaugeDev.cpp:392 (init_component) Cannot determine video mode.
2021-05-01T17:05:21.223074 CRIT <main> hauppauge2.cpp:476 (main) Done.
jpoet commented 3 years ago

That typically means you don't have the input cable(s) hooked up correctly. Verify that the green component cable is hooked up to the green input cable, for example. If the cables are fine, then it is not detecting a valid signal from your STB.

jacobgmartin commented 3 years ago

Thanks, I believe the issue was a user error on my end. It was because I was selecting the wrong input. I'm using HDMI. So,

/opt/Hauppauge/bin/hauppauge2 -s E585-00-00D6A4DF -i 3 -a 3 -L 510 -o ./testnew8.ts

works fine.

Best regards,