Installation des pilotes madwifi

bonjour,
voila je suis pas trop doue sous linux je l avoue fort volontier
donc un coup de pousse pour installer ces pilotes est le bienvenu
je cherche a avoir le module wlanconfig absent d’origine sur ubuntu edgy eft
pour cela jai:
-telecharger les nouveaux drivers madwifi
-extrait l’archive
-ouvert un terminal et je suis monte dans le dossier madwifi
-fait make
arrive a la j ai des erreurs
j ai cherche un peu et j ai essaye;
-sudo apt-get install sharutils
-suivit d’un make mais c’est pareil
je vous copie les erreurs:
Checking requirements… ok.
Checking kernel configuration… ok.
make -C /lib/modules/2.6.17-10-generic/build SUBDIRS=/home/manu/Desktop/madwifi-ng-r2000-20070127 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.17-10-generic’
CC [M] /home/manu/Desktop/madwifi-ng-r2000-20070127/ath/if_ath_pci.o
LD [M] /home/manu/Desktop/madwifi-ng-r2000-20070127/ath/ath_pci.o
HOSTCC /home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:26:19: error: stdio.h: No such file or directory
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:27:19: error: errno.h: No such file or directory
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:28:20: error: getopt.h: No such file or directory
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:29:20: error: string.h: No such file or directory
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:30:20: error: stdlib.h: No such file or directory
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:32:23: error: sys/fcntl.h: No such file or directory
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:33:22: error: sys/stat.h: No such file or directory
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c: In function ‘uudecode_usage’:
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:37: warning: implicit declaration of function ‘printf’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:37: warning: incompatible implicit declaration of built-in function ‘printf’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c: At top level:
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:40: error: expected ‘)’ before ‘’ token
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:70: error: expected ‘)’ before '
’ token
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c: In function ‘main’:
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:121: error: ‘FILE’ undeclared (first use in this function)
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:121: error: (Each undeclared identifier is reported only once
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:121: error: for each function it appears in.)
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:121: error: ‘src_stream’ undeclared (first use in this function)
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:122: error: ‘dst_stream’ undeclared (first use in this function)
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:122: error: ‘NULL’ undeclared (first use in this function)
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:130: warning: implicit declaration of function ‘getopt’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:134: error: ‘optarg’ undeclared (first use in this function)
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:138: warning: implicit declaration of function ‘exit’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:138: warning: incompatible implicit declaration of built-in function ‘exit’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:141: error: ‘optind’ undeclared (first use in this function)
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:142: error: ‘stdin’ undeclared (first use in this function)
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:144: warning: implicit declaration of function ‘fopen’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:146: warning: implicit declaration of function ‘fprintf’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:146: warning: incompatible implicit declaration of built-in function ‘fprintf’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:146: error: ‘stderr’ undeclared (first use in this function)
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:147: warning: implicit declaration of function ‘strerror’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:147: error: ‘errno’ undeclared (first use in this function)
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:147: warning: format ‘%s’ expects type ‘char *’, but argument 4 has type ‘int’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:148: warning: incompatible implicit declaration of built-in function ‘exit’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:152: warning: incompatible implicit declaration of built-in function ‘exit’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:156: warning: implicit declaration of function ‘get_line_from_file’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:156: warning: assignment makes pointer from integer without a cast
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:157: warning: implicit declaration of function ‘strncmp’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:164: warning: incompatible implicit declaration of built-in function ‘fprintf’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:165: warning: incompatible implicit declaration of built-in function ‘exit’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:168: warning: implicit declaration of function ‘strtoul’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:170: warning: implicit declaration of function ‘strchr’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:170: warning: incompatible implicit declaration of built-in function ‘strchr’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:172: warning: incompatible implicit declaration of built-in function ‘fprintf’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:173: warning: incompatible implicit declaration of built-in function ‘exit’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:178: warning: implicit declaration of function ‘strcmp’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:179: error: ‘stdout’ undeclared (first use in this function)
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:182: error: ‘O_WRONLY’ undeclared (first use in this function)
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:182: error: ‘O_CREAT’ undeclared (first use in this function)
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:182: error: ‘O_TRUNC’ undeclared (first use in this function)
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:186: error: ‘O_EXCL’ undeclared (first use in this function)
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:188: warning: implicit declaration of function ‘open’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:189: error: ‘S_IRWXU’ undeclared (first use in this function)
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:189: error: ‘S_IRWXG’ undeclared (first use in this function)
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:189: error: ‘S_IRWXO’ undeclared (first use in this function)
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:191: warning: implicit declaration of function ‘fdopen’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:193: warning: incompatible implicit declaration of built-in function ‘fprintf’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:194: warning: format ‘%s’ expects type ‘char *’, but argument 4 has type ‘int’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:195: warning: incompatible implicit declaration of built-in function ‘exit’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:199: warning: implicit declaration of function ‘read_stduu’
/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode.c:201: warning: implicit declaration of function ‘fclose’
make[3]: *** [/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal/uudecode] Error 1
make[2]: *** [/home/manu/Desktop/madwifi-ng-r2000-20070127/ath_hal] Error 2
make[1]: *** [module/home/manu/Desktop/madwifi-ng-r2000-20070127] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.17-10-generic’
make: *** [modules] Erreur 2

Comme je ne veux qu’ajouter le module wlanconfig j ai essayer l’installation a partir du repertoire tool mais la aussi ca ne marche pas.
merci d’avance

Bonjour,

As-tu installé le paquet build-essential (il contient ce qu’il faut pour compiler) ?

non je dois le prendre par synaptic?

Pour avoir les drivers des cartes à base Atheros, il suffit d’installer le paquet restricted-modules correspondant à ton noyau via Synaptic.

Après, tu rebootes, et normalement, ça marche :smiley:

merci pour votre aide
installation effectuee
j ai dl bult essentiel et restricted module
mais j avais tjs pas wlanconfig
cependant lorsque j ai fait make install
j ai eu un message comme quoi de devais supprimer des anciens drivers présent
j ai fait remove , un reboot et apres l install a marche :pt1cable:
++

Si tu parles du truc qui permet de configurer les interfaces sans fil dans le terminal c’est iwconfig son petit nom.