Loading sub-menu...

Epiphan cards

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

compared with
Version 9 by developer
on ago 07, 2012 14:09.

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

Changes (2)

View Page History
install -m 0644 vga2pci.ko /lib/modules/$(uname -r)/kernel/drivers/video/
echo options vga2pci v4l2_err_on_nosignal=0 > /etc/modprobe.d/vga2pci.conf
echo softdep vga2pci pre: videobuf-core videodev videobuf-vmalloc post: >> /etc/modprobe.d/vga2pci.conf
depmod -a
{code}
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/vga2pci.conf
echo softdep vga2pci pre: videobuf-core videodev usbvideo videobuf-vmalloc post: >> /etc/modprobe.d/vga2pci.conf
depmod -a
{code}