Loading sub-menu...

Epiphan cards

Version 6 by developer
on ago 07, 2012 13:53.

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

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

Changes (6)

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


Restart the computer to load the driver, or execute as root {{modprobe vga2usb}} vga2pci}}