User talk:Samir/USB2VGA UVT-100 dev

From OLPC
Jump to: navigation, search

Hello Samir,

I don't have a XO ...

But I bought this dongle because the VGA output of my laptop is out of order

I have a Slackware 12.1 distro including a 2.6.24-5 kernel.

I hoped sisusb driver would work "out of the box", but it don't.

After "lsusb" and googling "0711:5001 usb" I found your page.

I tried to make the mctrigger module: http://wiki.laptop.org/images/d/d2/Mcttrigger-orig.rar

using following commands:

mkdir /usr/src/drivers/usb/misc/mcttrigger cp Mcttrigger-orig.rar /usr/src/drivers/usb/misc/mcttrigger unrar Mcttrigger-orig.rar edited /usr/src/drivers/usb/misc/Kconfig to include the line:

source "drivers/usb/misc/mcttrigger/Kconfig"

cd /usr/src/linux/include/linux ln -s autoconf.h config.h make xconfig => mcttrigger as a module cd /usr/src/linux make drivers/usb/misc/mcttrigger/triggerusbvga.ko

Got this error message : drivers/usb/misc/mcttrigger/Tusb.h:74:27: erreur: sisusb_struct.h : Aucun fichier ou répertoire de ce type

to avoid it, did:

cp /usr/src/drivers/usb/misc/sisusb/sisusb_struct.h /usr/src/drivers/usb/misc/mcttrigger

and again: make drivers/usb/misc/mcttrigger/triggerusbvga.ko

and still got theses error messages (I had it already in the first try):

drivers/usb/misc/mcttrigger/Tusb.c: In function ‘triggerusb_probe’: drivers/usb/misc/mcttrigger/Tusb.c:3050: erreur: ‘sisusb_first_vc’ undeclared (first use in this function) drivers/usb/misc/mcttrigger/Tusb.c:3050: erreur: (Each undeclared identifier is reported only once drivers/usb/misc/mcttrigger/Tusb.c:3050: erreur: for each function it appears in.) drivers/usb/misc/mcttrigger/Tusb.c:3051: erreur: ‘sisusb_last_vc’ undeclared (first use in this function) drivers/usb/misc/mcttrigger/Tusb.c:3079: erreur: implicit declaration of function ‘sisusb_console_init’ drivers/usb/misc/mcttrigger/Tusb.c: In function ‘triggerusb_disconnect’: drivers/usb/misc/mcttrigger/Tusb.c:3110: erreur: implicit declaration of function ‘sisusb_console_exit’ drivers/usb/misc/mcttrigger/Tusb.c: In function ‘usb_triggerusb_init’: drivers/usb/misc/mcttrigger/Tusb.c:3183: erreur: implicit declaration of function ‘sisusb_init_concode’ make[1]: *** [drivers/usb/misc/mcttrigger/Tusb.o] Erreur 1 make: *** [drivers/usb/misc/mcttrigger/triggerusbvga.ko] Erreur 2

As I'm not at all a C programmer, I don't know what to do now.

Could you please help me, though it be not about XO ???

You could answer me at following address :

didier [dot] spaier [at] epsm [dot] fr

Sorry for my bad English and thanks in advance,

Didier Spaier Paris France