Bonjour,
voilà, j'ai un petit souci pour installer ma carte wifi PCMCIA ATMEL.
J'ai voulu installer les drivers ATMEL, et au moment de compiler le tout, j'ai cette erreur, et je ne sais pas du tout ce que cela veut dire:
[root@livebox atmelwlandriver]# make pcmf502re
Building pcmf502re
Bootstraping target pcmf502re
Debug
make[1]: Entering directory `/home/mroche/atmelwlandriver/objs/pcmf502re/debug'
make[2]: Entering directory `/usr/src/kernels/2.6.11-1.1369_FC4-i686'
LD /home/mroche/atmelwlandriver/objs/pcmf502re/debug/built-in.o
CC [M] /home/mroche/atmelwlandriver/objs/pcmf502re/debug/card.o
CC [M] /home/mroche/atmelwlandriver/objs/pcmf502re/debug/command.o
CC [M] /home/mroche/atmelwlandriver/objs/pcmf502re/debug/common.o
CC [M] /home/mroche/atmelwlandriver/objs/pcmf502re/debug/debug.o
CC [M] /home/mroche/atmelwlandriver/objs/pcmf502re/debug/fastvnet_cs.o
/home/mroche/atmelwlandriver/objs/pcmf502re/debug/fastvnet_cs.c: In function ?VNetGetSystemTime?:
/home/mroche/atmelwlandriver/objs/pcmf502re/debug/fastvnet_cs.c:1876: erreur: membre gauche de l'affectation invalide
/home/mroche/atmelwlandriver/objs/pcmf502re/debug/fastvnet_cs.c: In function ?vnet_ioctl?:
/home/mroche/atmelwlandriver/objs/pcmf502re/debug/fastvnet_cs.c:2643: attention : ignoring return value of ?copy_to_user?, declared with attribute warn_unused_result
/home/mroche/atmelwlandriver/objs/pcmf502re/debug/fastvnet_cs.c:2646: attention : ignoring return value of ?copy_from_user?, declared with attribute warn_unused_result
/home/mroche/atmelwlandriver/objs/pcmf502re/debug/fastvnet_cs.c:2652: attention : ignoring return value of ?copy_to_user?, declared with attribute warn_unused_result
/home/mroche/atmelwlandriver/objs/pcmf502re/debug/fastvnet_cs.c:2656: attention : ignoring return value of ?copy_from_user?, declared with attribute warn_unused_result
/home/mroche/atmelwlandriver/objs/pcmf502re/debug/fastvnet_cs.c:2674: attention : ignoring return value of ?copy_to_user?, declared with attribute warn_unused_result
/home/mroche/atmelwlandriver/objs/pcmf502re/debug/fastvnet_cs.c:2694: attention : ignoring return value of ?copy_to_user?, declared with attribute warn_unused_result
/home/mroche/atmelwlandriver/objs/pcmf502re/debug/fastvnet_cs.c:2788: attention : ignoring return value of ?copy_from_user?, declared with attribute warn_unused_result
/home/mroche/atmelwlandriver/objs/pcmf502re/debug/fastvnet_cs.c:2797: attention : ignoring return value of ?copy_to_user?, declared with attribute warn_unused_result
/home/mroche/atmelwlandriver/objs/pcmf502re/debug/fastvnet_cs.c:2803: attention : ignoring return value of ?copy_to_user?, declared with attribute warn_unused_result
/home/mroche/atmelwlandriver/objs/pcmf502re/debug/fastvnet_cs.c:2809: attention : ignoring return value of ?copy_to_user?, declared with attribute warn_unused_result
make[3]: *** [/home/mroche/atmelwlandriver/objs/pcmf502re/debug/fastvnet_cs.o] Erreur 1
make[2]: *** [_module_/home/mroche/atmelwlandriver/objs/pcmf502re/debug] Erreur 2
make[2]: Leaving directory `/usr/src/kernels/2.6.11-1.1369_FC4-i686'
make[1]: *** [all] Erreur 2
make[1]: Leaving directory `/home/mroche/atmelwlandriver/objs/pcmf502re/debug'
make: *** [pcmf502re] Erreur 2
J'ai le kernel de base de la FC4, j'ai mis à jour via yum (ppf ce que yum est lent), et j'ai aussi installer le kernel-devel, et gcc (qui je croyais était déjà installer)
Bref quelqu'un voit ce qui manque?
Merci