Visualizzazione dei risultati da 1 a 6 su 6
  1. #1

    fpix (driver per Fuji per usarla come webcam)

    Ho scaricato da qui http://sourceforge.net/projects/fpix/ i driver per usare le fotocamere finepix come webcam.
    Sul readme leggo :

    Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode

    driver/
    Contains the driver sources.
    Compile with "make".
    Then as root, install with "make install".
    Type "modprobe finepix" to load the module.

    To enable some kernel traces, compile the drive with "make DEBUG=1".
    To compile against another installed kernel, compile with the KMOD option. eg "make KMOD=/lib/modules/2.6.9"

    userspace/
    Type "make" to compile.
    fpix: test program, independant of the driver. Uses libusb to
    directly access the camera and capture a frame, saved
    under frame.jpg. Will not work if the driver is loaded.

    fpixtest: test program. Uses V4L2 to capture an image.

    fpix-stress-v4l2: never ending (in theory) stress test; derived from fpixtest.

    Beh, non sono riuscito a "compilare". Come.. si fa? Ho fatto dei tentativi, non riusciti.

    :master:

  2. #2
    Ciao, sarebbe carino se scrivessi che tentativi hai fatto comunque c'è scritto:
    Compile with "make".
    Then as root, install with "make install".
    Type "modprobe finepix" to load the module.
    quindi apri un terminale (konsole, aterm, vc, quellochevuoi..) vai nella cartella giusta
    codice:
    cd percorso/driver
    e dai un bel "make" scirtto così com'è. Se ti da qualche errori scrivi qui se tutto va bene
    codice:
    sudo make install
    per installare i drivere e poi "modprobe finepix" li carica nel kernel
    http://www.pierotofy.it

    La comunità dei giovani programmatori informatici

  3. #3
    Dunque: su SimplyMepis (quindi...Debian), ho fatto "su" per abilitarmi come root.
    Poi ecco cosa contiene la cartella, e i relativi comandi

    root@1[fpix-0.91.0]# cd driver
    root@1[driver]# ls
    finepix-common.c finepix-jpeg.c finepix-main.c finepix-v4l.c
    finepix.h finepix-jpeg.h finepix-v4l2.c Makefile
    root@1[driver]# make
    The sources for the current kernel have not been found. Aborting.
    make: *** [prereq_check] Error 1
    root@1[driver]# make install
    make -C /lib/modules/2.6.15-27-desktop/build SUBDIRS=/home/paolo/Desktop/fpix-0.91.0/driver modules_install
    make: *** /lib/modules/2.6.15-27-desktop/build: No such file or directory. Stop.
    make: *** [install] Error 2

    Ho inoltre visto che nek file Makefile c'è questa sezione:

    prereq_check:
    @ if [ ! -f $(KSRC)/include/linux/version.h ]; then \
    echo "The sources for the current kernel have not been found. Aborting."; \
    exit 1;\
    fi


  4. #4

  5. #5
    Hai provato a installare i kernel source?

    qualcosa tipo "#apt-get install linux-source"...
    http://www.pierotofy.it

    La comunità dei giovani programmatori informatici

  6. #6
    Installato, ma sempre stesse risposte.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.