Loading sub-menu...

Epiphan cards

Version 2 by developer
on abr 13, 2012 17:56.

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 (6)

View Page History

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:
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
{code:none}
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
{code}

On Ubuntu 10.10
{code:none}
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
{code}

If the file {{vga2usb.ko}} is not present, run {{make}} first and repeat the commands above.


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


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].

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}
Kernel release: uname -r
Architecture: uname -m
{code}

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
{code:none}
make
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}

On Ubuntu 10.10
{code:none}
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/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 vga2pci}}