Skip to content

Instantly share code, notes, and snippets.

@shamun
Created October 22, 2011 20:29
Show Gist options
  • Save shamun/1306465 to your computer and use it in GitHub Desktop.
Save shamun/1306465 to your computer and use it in GitHub Desktop.
Step 1: download http://www.epiphan.com/downloads/linux/vga2usb-3.26.0.25-2.6.40-4.fc15.i686.tbz
Step 2: ls
Config.mak drvwrapper.o vga2usb-3.26.0.25-2.6.40-4.fc15.i686.tbz
drvwrapper.c Makefile vga2usb_bins.o
drvwrapper.h modules.order vga2usb.ko
drvwrapper_lib.c Module.symvers vga2usb.mod.c
drvwrapper_lib.h README vga2usb.mod.o
drvwrapper_lib.o v2u_id.h vga2usb.o
Step 3: make; make install
Step 4: cp -R vga2usb.ko /lib/modules/2.6.40.6-0.fc15.i686/
Step 5: depmod -a
Step 6: modprobe vga2usb
Step 7: dmesg
[47260.759480] Epiphan Systems frame grabber driver version 3.26.0.25 loaded
[47260.780910] VGA2USB is now attached to vga2usb-192
[47260.780949] usbcore: registered new interface driver vga2usb
[47260.782555] usb 1-3: USB disconnect, device number 5
[47260.782615] vga2usb: Disconnect
[47262.504079] usb 1-3: new high speed USB device number 6 using ehci_hcd
[47262.619009] usb 1-3: New USB device found, idVendor=5555, idProduct=1110
[47262.619052] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[47262.619061] usb 1-3: Product: VGA to USB
[47262.619068] usb 1-3: Manufacturer: Epiphan
[47262.619079] usb 1-3: SerialNumber: V2U107759
[47262.620308] VGA2USB is now attached to vga2usb-192
Step 8: ll /dev/vide<tab>
video0
:)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment