User:Samir/USB2VGA UVT-100 dev

From OLPC
< User:Samir
Revision as of 12:46, 16 May 2008 by Samir (talk | contribs)
Jump to: navigation, search

Public Domain

Public Domain Dedication : all information into this page are hereby put into the public domain, which means that there is no rights reserved. Don't modify if you disagree with this dedication.

Info

The unit is from MCT, the UVT-100 (see http://www.esysmall.com/detail_prod.asp?prod_Id=5544 ) one.

Download

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.