Created
October 21, 2011 10:11
-
-
Save shamun/1303500 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /var/tmp/vga | |
wget http://www.epiphan.com/downloads/linux/vga2usb-3.26.0.27-ubuntu-3.0.0-12-server_X86_64.tbz | |
tar xvfj vga2usb-3.26.0.27-ubuntu-3.0.0-12-server_X86_64.tbz | |
mv vga2usb.ko /lib/modules/3.0-ARCH | |
$ make load | |
insmod: error inserting 'vga2usb.ko': -1 unknown symbol in module make: *** [load] Error 1 | |
$ modprobe vga2usb | |
FATAL: error inserting vga2usb (/lib/modules/3.0-ARCH/vga2usb.ko): unknonwn symbol in module, or unknown parameter (see dmesg) | |
$ dmesg | |
vga2usb: version magic '3.0.0-12-server SMP mod_unload modversions should be '3.0-ARCH SMP preempt mod_unload' | |
vga2usb: unknonwn symbol pv_lock_ops (err 0) | |
vga2usb: unknonwn symbol pv_lock_ops (err 0) | |
vga2usb: unknonwn symbol pv_lock_ops (err 0) | |
vga2usb: unknonwn symbol pv_lock_ops (err 0) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment