Loading sub-menu...

Epiphan cards

Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current  |   View Page History

Epiphan VGA2USB Module Installation

Download the drivers at http://www.epiphan.com/downloads/linux/

For example, for an Ubuntu 10.10 you should download this driver.
For Ubuntu 12.04 you should download this driver.

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:

Kernel release: uname -r
Architecture: uname -m

You can follow the instructions in the README file to complete the driver installation.

Run the following commands in a shell (requires being root - sudo will not work) to use the driver like a modprobe.

If you are installing Ubuntu 12.04

make
install -m 0644 vga2usb.ko /lib/modules/$(uname -r)/kernel/drivers/video/
echo options vga2usb v4l2_err_on_nosignal=0 > /etc/modprobe.d/vga2usb.conf
depmod -a

On Ubuntu 10.10

make
install -m 0644 vga2usb.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
depmod -a

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

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.
For Ubuntu 12.04 you should download this driver.

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:

Kernel release: uname -r
Architecture: uname -m

You can follow the instructions in the README file to complete the driver installation.

Run the following commands in a shell (requires being root - sudo will not work) to use the driver like a modprobe.

If you are installing Ubuntu 12.04

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
depmod -a

On Ubuntu 10.10

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
echo softdep vga2pci pre: videodev usbvideo post: >> /etc/modprobe.d/vga2usb.conf
depmod -a

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

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.