Now I run M9 on an older desktop that still accepts this card. I got it running fairly easily with the V4L2 Test Bench, but only video, no sound.
Some commands:
- Code: Select all
$ arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 2: ALC662 rev1 Alt Analog [ALC662 rev1 Alt Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Bt878 [Brooktree Bt878], device 0: Bt87x Digital [Bt87x Digital]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 1: Bt878 [Brooktree Bt878], device 1: Bt87x Analog [Bt87x Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
- Code: Select all
# v4l2-ctl --list-inputs
ioctl: VIDIOC_ENUMINPUT
Input : 0
Name : Television
Type : 0x00000001 (Tuner)
Audioset : 0x00000000
Tuner : 0x00000000
Standard : 0x0000000000FFBFFF (PAL-B/B1/G/H/I/D/D1/K/M/N/Nc/60 NTSC-M/M-JP/M-KR SECAM-B/D/G/H/K/K1/L/Lc)
Status : 0x00000000 (ok)
Capabilities: 0x00000004 (SDTV standards)
Input : 1
Name : Composite1
Type : 0x00000002 (Camera)
Audioset : 0x00000000
Tuner : 0x00000000
Standard : 0x0000000000FFBFFF (PAL-B/B1/G/H/I/D/D1/K/M/N/Nc/60 NTSC-M/M-JP/M-KR SECAM-B/D/G/H/K/K1/L/Lc)
Status : 0x00000000 (ok)
Capabilities: 0x00000004 (SDTV standards)
Input : 2
Name : S-Video
Type : 0x00000002 (Camera)
Audioset : 0x00000000
Tuner : 0x00000000
Standard : 0x0000000000FFBFFF (PAL-B/B1/G/H/I/D/D1/K/M/N/Nc/60 NTSC-M/M-JP/M-KR SECAM-B/D/G/H/K/K1/L/Lc)
Status : 0x00000000 (ok)
Capabilities: 0x00000004 (SDTV standards)
Input : 3
Name : Composite3
Type : 0x00000002 (Camera)
Audioset : 0x00000000
Tuner : 0x00000000
Standard : 0x0000000000FFBFFF (PAL-B/B1/G/H/I/D/D1/K/M/N/Nc/60 NTSC-M/M-JP/M-KR SECAM-B/D/G/H/K/K1/L/Lc)
Status : 0x00000000 (ok)
Capabilities: 0x00000004 (SDTV standards)
- Code: Select all
# journalctl -b | grep bttv
Feb 09 14:06:39 mach6.hviaene.thuis kernel: bttv: driver version 0.9.19 loaded
Feb 09 14:06:39 mach6.hviaene.thuis kernel: bttv: using 8 buffers with 2080k (520 pages) each for capture
Feb 09 14:06:39 mach6.hviaene.thuis kernel: bttv: Bt8xx card found (0)
Feb 09 14:06:39 mach6.hviaene.thuis kernel: bttv: 0: Bt878 (rev 17) at 0000:05:00.0, irq: 20, latency: 64, mmio: 0xfbffe000
Feb 09 14:06:39 mach6.hviaene.thuis kernel: bttv: 0: detected: Hauppauge WinTV [card=10], PCI subsystem ID is 0070:13eb
Feb 09 14:06:39 mach6.hviaene.thuis kernel: bttv: 0: using: Hauppauge (bt878) [card=10,autodetected]
Feb 09 14:06:39 mach6.hviaene.thuis kernel: bttv: 0: Hauppauge/Voodoo msp34xx: reset line init [5]
Feb 09 14:06:39 mach6.hviaene.thuis kernel: bttv: 0: Hauppauge eeprom indicates model#44804
Feb 09 14:06:39 mach6.hviaene.thuis kernel: bttv: 0: tuner type=55
Feb 09 14:06:39 mach6.hviaene.thuis kernel: bttv: 0: audio absent, no audio device found!
Feb 09 14:06:39 mach6.hviaene.thuis kernel: bttv: 0: Setting PLL: 28636363 => 35468950 (needs up to 100ms)
Feb 09 14:06:39 mach6.hviaene.thuis kernel: bttv: PLL set ok
Feb 09 14:06:39 mach6.hviaene.thuis kernel: bttv: 0: registered device video0
Feb 09 14:06:39 mach6.hviaene.thuis kernel: bttv: 0: registered device vbi0
Feb 09 14:39:19 mach6.hviaene.thuis kernel: bttv0: ================= START STATUS =================
Feb 09 14:39:19 mach6.hviaene.thuis kernel: bttv0: Brightness: 32768
Feb 09 14:39:19 mach6.hviaene.thuis kernel: bttv0: Contrast: 27648
Feb 09 14:39:19 mach6.hviaene.thuis kernel: bttv0: Saturation: 32768
Feb 09 14:39:19 mach6.hviaene.thuis kernel: bttv0: Color Killer: false
Feb 09 14:39:19 mach6.hviaene.thuis kernel: bttv0: Hue: 32768
Feb 09 14:39:19 mach6.hviaene.thuis kernel: bttv0: Chroma AGC: false
Feb 09 14:39:19 mach6.hviaene.thuis kernel: bttv0: Mute: false
Feb 09 14:39:19 mach6.hviaene.thuis kernel: bttv0: Comb Filter: false
Feb 09 14:39:19 mach6.hviaene.thuis kernel: bttv0: Auto Mute: false
Feb 09 14:39:19 mach6.hviaene.thuis kernel: bttv0: Luma Decimation Filter: false
Feb 09 14:39:19 mach6.hviaene.thuis kernel: bttv0: AGC Crush: true
Feb 09 14:39:19 mach6.hviaene.thuis kernel: bttv0: VCR Hack: false
Feb 09 14:39:19 mach6.hviaene.thuis kernel: bttv0: Whitecrush Lower: 127
Feb 09 14:39:19 mach6.hviaene.thuis kernel: bttv0: Whitecrush Upper: 207
Feb 09 14:39:19 mach6.hviaene.thuis kernel: bttv0: UV Ratio: 50
Feb 09 14:39:19 mach6.hviaene.thuis kernel: bttv0: Full Luma Range: false
Feb 09 14:39:19 mach6.hviaene.thuis kernel: bttv0: Coring: 0
Feb 09 14:39:19 mach6.hviaene.thuis kernel: bttv0: ================== END STATUS ===============
I googled for this "audio absent" to no avail and AFAICS there is nothing muted.
