Pages : 1
#1 Le 08/05/2008, à 15:02
- juju33
[Problème Atheros AR242x]Pas de wifi
Bonjour à tous les utilisateur de Ubuntu, je suis passé hier à Ubuntu 8.04, je suis donc un GRAND novice, bref passons à mon problème : le WIFI
J'ai essayé de suivre le tuto spécial pour installer madwifi, mais voila lorsque j'arrive à cette étape:
make
J'ai quelques problèmes:
juju33-974@juju33-974-laptop:~/madwifi-0.9.4$ make
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.24-16-generic/build SUBDIRS=/home/juju33-974/madwifi-0.9.4 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
HOSTCC /home/juju33-974/madwifi-0.9.4/ath_hal/uudecode
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:26:19: error: stdio.h: No such file or directory
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:27:19: error: errno.h: No such file or directory
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:28:20: error: getopt.h: No such file or directory
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:29:20: error: string.h: No such file or directory
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:30:20: error: stdlib.h: No such file or directory
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:32:23: error: sys/fcntl.h: No such file or directory
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:33:22: error: sys/stat.h: No such file or directory
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c: In function 'uudecode_usage':
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:37: warning: implicit declaration of function 'printf'
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:37: warning: incompatible implicit declaration of built-in function 'printf'
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c: At top level:
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:40: error: expected ')' before '*' token
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:70: error: expected ')' before '*' token
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c: In function 'main':
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:121: error: 'FILE' undeclared (first use in this function)
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:121: error: (Each undeclared identifier is reported only once
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:121: error: for each function it appears in.)
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:121: error: 'src_stream' undeclared (first use in this function)
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:122: error: 'dst_stream' undeclared (first use in this function)
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:122: error: 'NULL' undeclared (first use in this function)
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:130: warning: implicit declaration of function 'getopt'
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:134: error: 'optarg' undeclared (first use in this function)
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:138: warning: implicit declaration of function 'exit'
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:138: warning: incompatible implicit declaration of built-in function 'exit'
/home/juju33-974/madwifi-0.9.4/ath_hal/uudecode.c:141: error: 'optind' undeclared (first use in this function)
Que puis-je faire?
Ps: j'ai essayé d'installer mon wifi avec ndiwrapper mais je n'y suis pas arrivé
Dernière modification par juju33 (Le 08/05/2008, à 15:04)
Hors ligne
#2 Le 08/05/2008, à 19:07
- willy78
Re : [Problème Atheros AR242x]Pas de wifi
il faut installer le paquet pour compiler!
a faire avec une connexion cablé!
sudo apt-get install build-essential
Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum
Hors ligne
#3 Le 09/05/2008, à 08:26
- juju33
Re : [Problème Atheros AR242x]Pas de wifi
Hum en effet, je n'ai pas utilisé ce code, j'ai installé avec la commande:
wget http://downloads.sourceforge.net/madwifi/madwifi-0.9.4.tar.gz && tar -xvzf madwifi-0.9.4.tar.gz
Et c'est tout. J'essaie le plus vite possible
Et sinon, saurais-tu où pourrais-je trouver tous ce qu'il me faut pour installer le wifi car j'ai peur ne pas avoir les bons drivers(je n'ai pas le cd d'install windows vista) ?
Hors ligne
Pages : 1