Loading sub-menu...

Epiphan cards

compared with
Version 4 by developer
on jul 19, 2012 17:54.

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

Changes (4)

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}



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