Pages : 1
#1 Le 11/06/2005, à 16:53
- florian
install du driver spca5xx
salut
je suis en train d'essayer d'installer le driver spca5xx, cela ne m'avait pourtant poser aucun probleme avec fedora mais sous ubuntu j'ai :
make
Building SPCA5XX driver for 2.5/2.6 kernel.
Remember: you must have read/write access to your kernel source tree.
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/florian/camera/spca5xx-20050601.tar.gz_FILES/spca5xx-20050601 modules
make: *** /lib/modules/2.6.10-5-386/build: No such file or directory. Stop.
make: *** [default] Error 2
lorsque je lance la commande make depuis le repertoire spca5xx
apparement y'a une embouille avec le kernel??
comment faire siou plait
Hors ligne
#2 Le 11/06/2005, à 17:52
- Stemp
Re : install du driver spca5xx
Salut,
Récupère les headers de ton kernel (recherche dans Synaptic linux-headers)
«La violence n'a jamais rien réglé» Gengis Khan 1162-1227
Blog | Crunchbang Linux | Arch Linux
Hors ligne
#3 Le 11/06/2005, à 18:52
- florian
Re : install du driver spca5xx
merci de la reponse mais j'ai installer tout les linux-header que j'ai trouver dans synaptic (y'en a un paquet) et j'ai maintenant:
make
Building SPCA5XX driver for 2.5/2.6 kernel.
Remember: you must have read/write access to your kernel source tree.
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/florian/camera/spca5xx-20050601.tar.gz_FILES/spca5xx-20050601 modules
/usr/src/linux-headers-2.6.10-5-386/scripts/gcc-version.sh: line 11: gcc: command not found
/usr/src/linux-headers-2.6.10-5-386/scripts/gcc-version.sh: line 12: gcc: command not found
make[1]: Entering directory `/usr/src/linux-headers-2.6.10-5-386'
CC [M] /home/florian/camera/spca5xx-20050601.tar.gz_FILES/spca5xx-20050601/drivers/usb/spca5xx.o
/bin/sh: gcc: command not found
make[2]: *** [/home/florian/camera/spca5xx-20050601.tar.gz_FILES/spca5xx-20050601/drivers/usb/spca5xx.o] Error 127
make[1]: *** [_module_/home/florian/camera/spca5xx-20050601.tar.gz_FILES/spca5xx-20050601] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.10-5-386'
make: *** [default] Error 2
Hors ligne
#4 Le 11/06/2005, à 18:59
- cep
Re : install du driver spca5xx
Bonsoir,
Tu trouveras à cette adresse un topic de LeVulcain qui répondra à tes questions.
http://forum.ubuntu-fr.org/viewtopic.php?id=2596
En outre regarde dans tes errors, il semblerait que gcc n soit pas installé.
Hors ligne
#5 Le 11/06/2005, à 19:00
- florian
Re : install du driver spca5xx
ok j'ai insaller la librairy gcc et c'est bon , sorry pour ce post inutile
Hors ligne