我使用的是 Ubuntu 16.04。我安装了 Hauppauge Win TV-HVR-2200 MC 卡并执行以下操作(从帮助解决 ubuntu 13.04 上的 hauppauge wintv-hvr-2250 问题):
我复制了这些文件
NXP7164-2010-03-10.1.fw v4l-saa7164-1.0.2-3.fw v4l-saa7164-1.0.3-3.fw
到/lib/firmware
你可以从这里获取 http://www.steventoth.net/linux/hvr22xx/firmwares/
只需查看文件夹你就会找到它们。
重新启动然后它们就应该加载。
你可以用 dmesg | grep saa7164 检查
当我dmesg | grep saa7164
在命令提示符下输入时,什么也没有得到。
我打开了 VLC,它显示 Hauppauge WinTV-HVR2200,但什么都没播放。
当我mplayer tv://
在命令提示符下输入时,我得到:
MPlayer 1.2.1 (Debian), built with gcc-5.3.1 (C) 2000-2016 MPlayer Team
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing tv://.
TV file format detected.
Selected driver: v4l2
name: Video 4 Linux 2 input
author: Martin Olschewski <[email protected]>
comment: first try, more to come ;-)
Selected device: Hauppauge WinTV-HVR2200
Tuner cap: STEREO
Tuner rxs:
Capabilities: video capture VBI capture device tuner read/write
supported norms: 0 = NTSC-M; 1 = NTSC-M-JP;
inputs: 0 = tuner; 1 = composite; 2 = svideo; 3 = aux; 4 = composite 2; 5 = svideo 2; 6 = aux 2;
Current input: 0
Current format: unknown (0x4745504d)
v4l2: current audio mode is : MONO
tv.c: norm_from_string(pal): Bogus norm parameter, setting default.
v4l2: ioctl request buffers failed: Inappropriate ioctl for device
v4l2: ioctl set mute failed: Invalid argument
v4l2: 0 frames successfully processed, 0 frames dropped.
Exiting... (End of file)
mplayer 和 vlc 都识别 Hauppauge WinTV-HVR2200 卡,为什么什么都dmesg | grep saa7164
没有显示?有谁能帮我吗?