Quote:
Originally Posted by biker_rat
Mess around with v4l2-ctl to see what is going on. You did install the firmware? You can also look at kernel logs to see the driver loading process for the card. You can use modinfo on the modules that load for the card to see if there are any options to toggle. To quote the tv show The Mandalorian : "this is the way."
|
I'm having a hard time figuring out v4l2-ctl, but I'm able to get qv4l2 to preview an analogue video stream by setting the correct frequency. The image is really shakey, low quality, and without audio. Still, no media player can play it though, and the sox commands on the wiki don't play audio, even though the correct alsa device is being used.
I did install the firmware package, linux-firmware-dvb.
The driver is em28xx and it seems pretty successful.
Code:
2022-10-26T00:52:34.87637 kern.info: [ 1306.647349] rc rc0: lirc_dev: driver em28xx registered at minor = 0, scancode receiver, no transmitter
2022-10-26T00:52:34.87646 kern.info: [ 1306.647476] input: AMD ATI TV Wonder HD 600 as /devices/pci0000:00/0000:00:1d.7/usb1/1-5/1-5:1.0/rc/rc0/input21
2022-10-26T00:52:34.87649 kern.info: [ 1306.647578] em28xx 1-5:1.0: Input extension successfully initialized
I don't see anything that looks like options. But then again, I've never used modinfo before.
https://pastebin.com/Q46njr4k