Re: [Linux-usb-users] PCTV USB

2002-03-12 Thread Leandro Melo
Hi Jorg... as I said to you, I got the following error when I tried to compile the src that you sent to me: # make gcc -D__KERNEL__ -I//lib/modules/2.4.17/build/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boun

Re: [Linux-usb-users] PCTV USB

2002-03-12 Thread Leandro Melo
Hi Joerg and everybody of the list... Ok, from http://www.emuit.com/webcam.html site I downloaded usbvision-0.3.3-test1.tgz file (was it the correct version?); I read the usbvision.txt and finally I did (after mark "Zoran/Nogatech USBVISION video support", after cd /usr/src/linux/; make menucon

Re: [Linux-usb-users] PCTV USB

2002-03-12 Thread Jörg Heckenbach
Hi, which version of usbvision do you use? Did you edit the usbvision.h? Please, send me the output of "cat /proc/bus/usb/devices" and the corresponding part of your /var/log/messages. Bye Joerg Leandro Melo wrote: > > Hi, PCTV USB was not detected! :( I think! > > # modprobe usb-uhci ; modp

Re: [Linux-usb-users] PCTV USB

2002-03-11 Thread Leandro Melo
Hi, PCTV USB was not detected! :( I think! # modprobe usb-uhci ; modprobe videodev ; modprobe usbvision; modprobe saa7111-new usbcore was already loaded!, because of this I didn't do "modprobe usbcore" # lsmod Module Size Used by usbvision 262688 0 (unused) i2c-

Re: [Linux-usb-users] PCTV USB

2002-03-11 Thread Jörg Heckenbach
Hi, try the USBvision driver. You will find it on http://www.emuit.com/webcam.html It is working for VID 0x2304 and PID 0x0111 just add an appropriate line to the usbvision_device_data[] and usbvision_table[] in usbvision.h. Type "make" and "make install" and tell me your experience. Good luck