Loading sub-menu...

Epiphan cards

Version 7 by developer
on ago 07, 2012 13:55.

compared with
Version 8 by developer
on ago 07, 2012 13:57.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
make
install -m 0644 vga2pci.ko /lib/modules/$(uname -r)/kernel/drivers/video/
echo options vga2pci v4l2_err_on_nosignal=0 > /etc/modprobe.d/vga2usb.conf /etc/modprobe.d/vga2pci.conf
depmod -a
{code}
make
install -m 0644 vga2pci.ko /lib/modules/$(uname -r)/kernel/drivers/video/
echo options vga2pci v4l_num_buffers=2 v4l_err_on_nosignal=0 > /etc/modprobe.d/vga2usb.conf /etc/modprobe.d/vga2pci.conf
echo softdep vga2pci pre: videodev usbvideo post: >> /etc/modprobe.d/vga2usb.conf /etc/modprobe.d/vga2pci.conf
depmod -a
{code}