Loading sub-menu...

Epiphan cards

Version 5 by developer
on ago 07, 2012 13:36.

compared with
Current by developer
on sep 04, 2012 15:36.

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

Changes (10)

View Page History




h4. Epiphan VGA2PCI Module Installation

Download the drivers at [http://www.epiphan.com/downloads/linux/index.php?dir=vga2pci/]

For example, for an Ubuntu 10.10 you should download this [driver|http://www.epiphan.com/downloads/linux/index.php?dir=vga2pci/&file=vga2pci-3.25.0.2-ubuntu-2.6.35.22-server_x86_64.tbz].
For Ubuntu 12.04 you should download this [driver|http://www.epiphan.com/downloads/linux/index.php?dir=vga2pci/&file=vga2pci-3.27.2.4-ubuntu-3.2.0-24-generic_x86_64.tbz].

For example, for an Ubuntu 10.10 you should download this [driver|http://www.epiphan.com/downloads/linux/vga2usb-3.26.0.15-ubuntu-2.6.35-28-generic_x86_64.tbz].
For Ubuntu 12.04 you should download this [driver|http://www.epiphan.com/downloads/linux/index.php?dir=&file=vga2usb-3.27.2.4-ubuntu-3.2.0-24-generic-x86_64.tbz].

You should choose the driver according with some characteristics of your computer and operating system. Run the following commands in a shell to know some of them:

{code:none}
make
install -m 0644 vga2usb.ko vga2pci.ko /lib/modules/$(uname -r)/kernel/drivers/video/
echo options vga2usb v4l2_err_on_nosignal=0 > /etc/modprobe.d/vga2usb.conf
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}
{code:none}
make
install -m 0644 vga2usb.ko vga2pci.ko /lib/modules/$(uname -r)/kernel/drivers/video/
echo options vga2usb v4l_num_buffers=2 v4l_err_on_nosignal=0 > /etc/modprobe.d/vga2usb.conf
echo softdep vga2usb pre: videodev usbvideo post: >> /etc/modprobe.d/vga2usb.conf
echo options vga2pci v4l_num_buffers=2 v4l_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}


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