User:Samir/USB2VGA UVT-100 dev: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 14: | Line 14: | ||
* [[Media:Mcttrigger-alpha.zip | The alpha source code driver ]] : does compile with a 2.6.22 linux kernel but do not work |
* [[Media:Mcttrigger-alpha.zip | The alpha source code driver ]] : does compile with a 2.6.22 linux kernel but do not work |
||
== Unpack == |
|||
Go to your /linux source directory. |
|||
Untar the mcttrigger archive in drivers/usb/misc |
|||
== Compile == |
|||
* Add the line : |
|||
source "drivers/usb/misc/mcttrigger/Kconfig" |
|||
in the file linux/drivers/usb/misc/Kconfig |
|||
* go to include/linux directory and |
|||
type : ln -s autoconf.h config.h |
|||
* Then on the linux source directory, |
|||
make menuconfig |
|||
Device Support>>USB Support add the USB VGA MCT support as a module |
|||
Exit and Save the new configuration |
|||
* compile: make drivers/usb/misc/mcttrigger/triggerusbvga.ko |
|||
== Install == |
|||
insmod the new driver, if your running kernel matches the linux source only, otherwise there will be |
|||
a magic version issue. |
Revision as of 16:45, 16 May 2008
Info
- Tested unit : UVT-100 from MCT, also known as eMagic UTV-100 SXGA adapter
- Windows Driver : http://cs.chipsetcomm.com.tw/support/download/USB2.0_TO_VGA.rar
- Spec : chipset unknown
- lsusb gives : 0711:5001
- Need USB 2.0
The unit is from MCT, the UVT-100 (see http://www.esysmall.com/detail_prod.asp?prod_Id=5544 ) one.
Download
- The alpha source code driver : does compile with a 2.6.22 linux kernel but do not work
Unpack
Go to your /linux source directory. Untar the mcttrigger archive in drivers/usb/misc
Compile
- Add the line :
source "drivers/usb/misc/mcttrigger/Kconfig" in the file linux/drivers/usb/misc/Kconfig
- go to include/linux directory and
type : ln -s autoconf.h config.h
- Then on the linux source directory,
make menuconfig Device Support>>USB Support add the USB VGA MCT support as a module Exit and Save the new configuration
- compile: make drivers/usb/misc/mcttrigger/triggerusbvga.ko
Install
insmod the new driver, if your running kernel matches the linux source only, otherwise there will be a magic version issue.