Hallo, I tried to load the driver, the led turns green but I can't see anything.
I made: [EMAIL PROTECTED]:~/Scrivania/webcam/branches/m5602$ make make -C /lib/modules/2.6.24-21-generic/build SUBDIRS=/home/gab/Scrivania/webcam/branches/m5602 modules make[1]: Entering directory `/usr/src/linux-headers-2.6.24-21-generic' CC [M] /home/gab/Scrivania/webcam/branches/m5602/m5602.o Building modules, stage 2. MODPOST 1 modules CC /home/gab/Scrivania/webcam/branches/m5602/m5602.mod.o LD [M] /home/gab/Scrivania/webcam/branches/m5602/m5602.ko make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-21-generic' [EMAIL PROTECTED]:~/Scrivania/webcam/branches/m5602$ make load sudo modprobe videodev sudo modprobe compat_ioctl32 sudo insmod ./m5602.ko dmesg: [ 7395.741368] /home/gab/Scrivania/webcam/branches/m5602/m5602.c: ALi m5602 webcam driver startup [ 7395.741704] /home/gab/Scrivania/webcam/branches/m5602/m5602.c: BisonCam webcam found [ 7395.742157] /home/gab/Scrivania/webcam/branches/m5602/m5602_mt9m111.c: Probing for a mt9m111 sensor [ 7395.753880] /home/gab/Scrivania/webcam/branches/m5602/m5602_s5k4aa.c: Probing for a s5k4aa sensor [ 7395.767286] /home/gab/Scrivania/webcam/branches/m5602/m5602_ov9650.c: Probing for an ov9650 sensor [ 7395.784148] /home/gab/Scrivania/webcam/branches/m5602/m5602_s5k83a.c: Probing for a s5k83a sensor [ 7395.792393] /home/gab/Scrivania/webcam/branches/m5602/m5602_s5k83a.c: Detected a s5k83a sensor [ 7395.917230] /home/gab/Scrivania/webcam/branches/m5602/m5602.c: ALi m5602 webcam driver is now controlling video device 0 [ 7395.917257] usbcore: registered new interface driver m5602 it seemed to be ok, but I ekiga froze, and xawtv show just a black screen. I had to turn to the first console and than to return back to gain the control again. any suggestion? I tried to compile livecam, but I get [EMAIL PROTECTED]:~/Scrivania/webcam/livecam/trunk$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for g++... g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... gcc3 checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking ffmpeg/avcodec.h usability... yes checking ffmpeg/avcodec.h presence... yes checking for ffmpeg/avcodec.h... yes checking SDL/SDL.h usability... yes checking SDL/SDL.h presence... yes checking for SDL/SDL.h... yes configure: creating ./config.status config.status: creating Makefile config.status: error: cannot find input file: config.h.in thanks in advance Gabriele __________________________________________________ Do You Yahoo!? Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi http://mail.yahoo.it ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ M560x-driver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/m560x-driver-devel
