#51 Le 11/01/2008, à 20:06
- ledocteur
Re : wifi avec la methode de Willy78 donnée le 02/01/08
oui
Hors ligne
#52 Le 11/01/2008, à 20:10
- safinaz
Re : wifi avec la methode de Willy78 donnée le 02/01/08
fais ceci pour le fun
Ce n'est rien on a juste oublié un petit truc essentiel pour pouvoir compiler ton module
ça:sudo apt-get install build-essential linux headers
Ca installe le nécessaire pour pouvoir compiler, c'est idiot!
bon on recommence!sudo rmmod ath_pci cd rm -rf madwifi-ng-r3123-20080111 wget http://snapshots.madwifi.org/madwifi-ng-current.tar.gz tar -xvzf madwifi-ng-current.tar.gz cd madwifi-ng* wget http://madwifi.org/attachment/ticket/1679/madwifi-ng-0933.ar2425.20071130.i386.patch?format=raw -O madwifi-ng-0933.ar2425.20071130.i386.patch patch -p0 < madwifi-ng-0933.ar2425.20071130.i386.patch make clean patch -p0 < madwifi-ng-0933.ar2425.20071130.i386.patch make sudo make install sudo modprobe ath_pci
et donnes le retour de:
sudo lshw -C network iwlist scan
#53 Le 11/01/2008, à 20:10
- willy78
Re : wifi avec la methode de Willy78 donnée le 02/01/08
On refait tous mais au propre (on supprime tous les anciens téléchargements)
cd
rm -rf madwifi-ng*
sudo rmmod ath_pci
wget http://snapshots.madwifi.org/madwifi-ng-current.tar.gz
tar -xvzf madwifi-ng-current.tar.gz
cd madwifi-ng*
wget http://madwifi.org/attachment/ticket/1679/madwifi-ng-0933.ar2425.20071130.i386.patch?format=raw -O madwifi-ng-0933.ar2425.20071130.i386.patch
patch -p0 < madwifi-ng-0933.ar2425.20071130.i386.patch
make clean
patch -p0 < madwifi-ng-0933.ar2425.20071130.i386.patch
make
sudo make install
sudo modprobe ath_pci
Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum
Hors ligne
#54 Le 11/01/2008, à 20:14
- ledocteur
Re : wifi avec la methode de Willy78 donnée le 02/01/08
ça plante:
jean@jean-laptop:~$ cd
jean@jean-laptop:~$ rm -rf madwifi-ng*
jean@jean-laptop:~$ sudo rmmod ath_pci
[sudo] password for jean:
ERROR: Module ath_pci does not exist in /proc/modules
jean@jean-laptop:~$ sudo rmmod ath_pci
ERROR: Module ath_pci does not exist in /proc/modules
jean@jean-laptop:~$
Hors ligne
#55 Le 11/01/2008, à 20:15
- safinaz
Re : wifi avec la methode de Willy78 donnée le 02/01/08
c'est rien
pas grave continue
#56 Le 11/01/2008, à 20:16
- willy78
Re : wifi avec la methode de Willy78 donnée le 02/01/08
ça c'est normal pas d'incidence sur la suite!
donne ce retour avant de continuer:
ls
Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum
Hors ligne
#57 Le 11/01/2008, à 20:24
- ledocteur
Re : wifi avec la methode de Willy78 donnée le 02/01/08
jean@jean-laptop:~$ ls
amsn_received
ar5007eg-32-0.2
ar5007eg-32-0.2.tar.gz
atheros-ar5007eg-installer-0.1c.tar.gz
bash
bcmvl5
bcmwl5
Bureau
Documents
Examples
FSC_WLAN_miniCard_D2301____USB_D1705_5_1_1039_1081__1006741_Info.txt
FSC_WN6301A_miniCard_WLAN_IEEE802_11_b_g_4_2_2_14_XP_32bit__1006708_Info.txt
Images
Modèles
Musique
nautilus-debug-log.txt
ndiswrapper-1.5.tar.gz
ndiswrapper-common_1.50-1ubuntu1_all.deb
ndiswrapper-utils-1.9_1.50-1ubuntu1_i386.deb
patch
Public
Vidéos
wn2302a.rar
jean@jean-laptop:~$
Hors ligne
#58 Le 11/01/2008, à 20:28
- willy78
Re : wifi avec la methode de Willy78 donnée le 02/01/08
ok c'est bon:
cd
wget http://snapshots.madwifi.org/madwifi-ng-current.tar.gz
tar -xvzf madwifi-ng-current.tar.gz
cd madwifi-ng*
wget http://madwifi.org/attachment/ticket/1679/madwifi-ng-0933.ar2425.20071130.i386.patch?format=raw -O madwifi-ng-0933.ar2425.20071130.i386.patch
patch -p0 < madwifi-ng-0933.ar2425.20071130.i386.patch
make clean
patch -p0 < madwifi-ng-0933.ar2425.20071130.i386.patch
make
sudo make install
sudo modprobe ath_pci
PS : pour les balises [code ] du forum il faut quelles entourent le texte a mettre en forme!
Tu selectionnes le texte et tu clique sur la balises après
Dernière modification par willy78 (Le 11/01/2008, à 20:28)
Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum
Hors ligne
#59 Le 11/01/2008, à 20:38
- ledocteur
Re : wifi avec la methode de Willy78 donnée le 02/01/08
non,il veut rien savoir
jean@jean-laptop:~$ cd
jean@jean-laptop:~$ wget http://snapshots.madwifi.org/madwifi-ng-current.tar.gz
--20:32:42-- http://snapshots.madwifi.org/madwifi-ng-current.tar.gz
=> `madwifi-ng-current.tar.gz.1'
Résolution de snapshots.madwifi.org... 217.24.1.134
Connexion vers snapshots.madwifi.org|217.24.1.134|:80... connecté.
requête HTTP transmise, en attente de la réponse... 200 OK
Longueur: 4 077 072 (3.9M) [application/x-gzip]
100%[====================================>] 4 077 072 358.28K/s ETA 00:00
20:32:54 (340.72 KB/s) - « madwifi-ng-current.tar.gz.1 » sauvegardé [4077072/4077072]
jean@jean-laptop:~$ tar -xvzf madwifi-ng-current.tar.gz
madwifi-ng-r3123-20080111/
madwifi-ng-r3123-20080111/THANKS
madwifi-ng-r3123-20080111/scripts/
madwifi-ng-r3123-20080111/scripts/madwifi-unload
madwifi-ng-r3123-20080111/scripts/if_ath_hal_generator.pl
madwifi-ng-r3123-20080111/scripts/get_arch.mk
madwifi-ng-r3123-20080111/scripts/find-madwifi-modules.sh
madwifi-ng-r3123-20080111/scripts/make-release.bash
madwifi-ng-r3123-20080111/scripts/madwifi-indent
madwifi-ng-r3123-20080111/regression/
madwifi-ng-r3123-20080111/regression/ccmp/
madwifi-ng-r3123-20080111/regression/ccmp/Makefile
madwifi-ng-r3123-20080111/regression/ccmp/test_ccmp.c
madwifi-ng-r3123-20080111/regression/tkip/
madwifi-ng-r3123-20080111/regression/tkip/Makefile
madwifi-ng-r3123-20080111/regression/tkip/test_tkip.c
madwifi-ng-r3123-20080111/regression/wep/
madwifi-ng-r3123-20080111/regression/wep/test_wep.c
madwifi-ng-r3123-20080111/regression/wep/Makefile
madwifi-ng-r3123-20080111/regression/Makefile
madwifi-ng-r3123-20080111/BuildCaps.inc
madwifi-ng-r3123-20080111/ath/
madwifi-ng-r3123-20080111/ath/if_athvar.h
madwifi-ng-r3123-20080111/ath/if_ath_hal_macros.h
madwifi-ng-r3123-20080111/ath/if_ath_hal_wrappers.h
madwifi-ng-r3123-20080111/ath/if_ath_pci.c
madwifi-ng-r3123-20080111/ath/Makefile.kernel
madwifi-ng-r3123-20080111/ath/if_athioctl.h
madwifi-ng-r3123-20080111/ath/if_ath_pci.h
madwifi-ng-r3123-20080111/ath/if_ath_hal.h
madwifi-ng-r3123-20080111/ath/if_ath_ahb.c
madwifi-ng-r3123-20080111/ath/Makefile
madwifi-ng-r3123-20080111/ath/if_ath.c
madwifi-ng-r3123-20080111/ath/if_ath_ahb.h
madwifi-ng-r3123-20080111/tools/
madwifi-ng-r3123-20080111/tools/man/
madwifi-ng-r3123-20080111/tools/man/wlanconfig.8
madwifi-ng-r3123-20080111/tools/man/athkey.8
madwifi-ng-r3123-20080111/tools/man/athctrl.8
madwifi-ng-r3123-20080111/tools/man/80211debug.8
madwifi-ng-r3123-20080111/tools/man/athdebug.8
madwifi-ng-r3123-20080111/tools/man/athchans.8
madwifi-ng-r3123-20080111/tools/man/athstats.8
madwifi-ng-r3123-20080111/tools/man/ath_info.8
madwifi-ng-r3123-20080111/tools/man/80211stats.8
madwifi-ng-r3123-20080111/tools/athctrl.c
madwifi-ng-r3123-20080111/tools/athdebug.c
madwifi-ng-r3123-20080111/tools/80211stats.c
madwifi-ng-r3123-20080111/tools/wlanconfig.c
madwifi-ng-r3123-20080111/tools/athstats.c
madwifi-ng-r3123-20080111/tools/ath_info.c
madwifi-ng-r3123-20080111/tools/wireless_copy.h
madwifi-ng-r3123-20080111/tools/athchans.c
madwifi-ng-r3123-20080111/tools/athkey.c
madwifi-ng-r3123-20080111/tools/Makefile
madwifi-ng-r3123-20080111/tools/80211debug.c
madwifi-ng-r3123-20080111/ath_hal/
madwifi-ng-r3123-20080111/ath_hal/uudecode.c
madwifi-ng-r3123-20080111/ath_hal/ah_osdep.h
madwifi-ng-r3123-20080111/ath_hal/ah_os.h
madwifi-ng-r3123-20080111/ath_hal/Makefile.kernel
madwifi-ng-r3123-20080111/ath_hal/ah_target.inc
madwifi-ng-r3123-20080111/ath_hal/opt_ah.h
madwifi-ng-r3123-20080111/ath_hal/ah_os.c
madwifi-ng-r3123-20080111/ath_hal/Makefile
madwifi-ng-r3123-20080111/patch-kernel/
madwifi-ng-r3123-20080111/patch-kernel/Config.in
madwifi-ng-r3123-20080111/patch-kernel/README
madwifi-ng-r3123-20080111/patch-kernel/Kconfig
madwifi-ng-r3123-20080111/patch-kernel/install.sh
madwifi-ng-r3123-20080111/patch-kernel/Configure.help.patch
madwifi-ng-r3123-20080111/net80211/
madwifi-ng-r3123-20080111/net80211/ieee80211_crypto.h
madwifi-ng-r3123-20080111/net80211/ieee80211_rate.h
madwifi-ng-r3123-20080111/net80211/ieee80211_var.h
madwifi-ng-r3123-20080111/net80211/ieee80211_linux.h
madwifi-ng-r3123-20080111/net80211/if_media.h
madwifi-ng-r3123-20080111/net80211/ieee80211_crypto.c
madwifi-ng-r3123-20080111/net80211/ieee80211.h
madwifi-ng-r3123-20080111/net80211/if_media.c
madwifi-ng-r3123-20080111/net80211/if_ethersubr.h
madwifi-ng-r3123-20080111/net80211/ieee80211_scan.h
madwifi-ng-r3123-20080111/net80211/ieee80211_rate.c
madwifi-ng-r3123-20080111/net80211/if_llc.h
madwifi-ng-r3123-20080111/net80211/ieee80211_wireless.c
madwifi-ng-r3123-20080111/net80211/ieee80211.c
madwifi-ng-r3123-20080111/net80211/ieee80211_radiotap.h
madwifi-ng-r3123-20080111/net80211/ieee80211_node.c
madwifi-ng-r3123-20080111/net80211/ieee80211_crypto_tkip.c
madwifi-ng-r3123-20080111/net80211/ieee80211_input.c
madwifi-ng-r3123-20080111/net80211/ieee80211_scan.c
madwifi-ng-r3123-20080111/net80211/ieee80211_output.c
madwifi-ng-r3123-20080111/net80211/ieee80211_crypto_ccmp.c
madwifi-ng-r3123-20080111/net80211/ieee80211_power.c
madwifi-ng-r3123-20080111/net80211/ieee80211_debug.h
madwifi-ng-r3123-20080111/net80211/ieee80211_monitor.h
madwifi-ng-r3123-20080111/net80211/ieee80211_scan_ap.c
madwifi-ng-r3123-20080111/net80211/ieee80211_crypto_none.c
madwifi-ng-r3123-20080111/net80211/Makefile.kernel
madwifi-ng-r3123-20080111/net80211/ieee80211_ioctl.h
madwifi-ng-r3123-20080111/net80211/ieee80211_beacon.c
madwifi-ng-r3123-20080111/net80211/ieee80211_linux.c
madwifi-ng-r3123-20080111/net80211/if_athproto.h
madwifi-ng-r3123-20080111/net80211/ieee80211_skb.h
madwifi-ng-r3123-20080111/net80211/ieee80211_node.h
madwifi-ng-r3123-20080111/net80211/ieee80211_xauth.c
madwifi-ng-r3123-20080111/net80211/ieee80211_monitor.c
madwifi-ng-r3123-20080111/net80211/ieee80211_power.h
madwifi-ng-r3123-20080111/net80211/ieee80211_acl.c
madwifi-ng-r3123-20080111/net80211/Makefile
madwifi-ng-r3123-20080111/net80211/ieee80211_crypto_wep.c
madwifi-ng-r3123-20080111/net80211/ieee80211_scan_sta.c
madwifi-ng-r3123-20080111/net80211/_ieee80211.h
madwifi-ng-r3123-20080111/net80211/ieee80211_proto.h
madwifi-ng-r3123-20080111/net80211/ieee80211_proto.c
madwifi-ng-r3123-20080111/net80211/ieee80211_skb.c
madwifi-ng-r3123-20080111/COPYRIGHT
madwifi-ng-r3123-20080111/ath_rate/
madwifi-ng-r3123-20080111/ath_rate/onoe/
madwifi-ng-r3123-20080111/ath_rate/onoe/onoe.c
madwifi-ng-r3123-20080111/ath_rate/onoe/Makefile.kernel
madwifi-ng-r3123-20080111/ath_rate/onoe/onoe.h
madwifi-ng-r3123-20080111/ath_rate/onoe/Makefile
madwifi-ng-r3123-20080111/ath_rate/minstrel/
madwifi-ng-r3123-20080111/ath_rate/minstrel/minstrel.h
madwifi-ng-r3123-20080111/ath_rate/minstrel/minstrel.c
madwifi-ng-r3123-20080111/ath_rate/minstrel/minstrel.txt
madwifi-ng-r3123-20080111/ath_rate/minstrel/Makefile.kernel
madwifi-ng-r3123-20080111/ath_rate/minstrel/Makefile
madwifi-ng-r3123-20080111/ath_rate/sample/
madwifi-ng-r3123-20080111/ath_rate/sample/sample.c
madwifi-ng-r3123-20080111/ath_rate/sample/sample.h
madwifi-ng-r3123-20080111/ath_rate/sample/Makefile.kernel
madwifi-ng-r3123-20080111/ath_rate/sample/Makefile
madwifi-ng-r3123-20080111/ath_rate/amrr/
madwifi-ng-r3123-20080111/ath_rate/amrr/amrr.c
madwifi-ng-r3123-20080111/ath_rate/amrr/amrr.h
madwifi-ng-r3123-20080111/ath_rate/amrr/Makefile.kernel
madwifi-ng-r3123-20080111/ath_rate/amrr/Makefile
madwifi-ng-r3123-20080111/ath_rate/Makefile
madwifi-ng-r3123-20080111/include/
madwifi-ng-r3123-20080111/include/compat.h
madwifi-ng-r3123-20080111/include/sys/
madwifi-ng-r3123-20080111/include/sys/queue.h
madwifi-ng-r3123-20080111/Makefile.inc
madwifi-ng-r3123-20080111/kernelversion.c
madwifi-ng-r3123-20080111/README
madwifi-ng-r3123-20080111/Makefile.kernel
madwifi-ng-r3123-20080111/INSTALL
madwifi-ng-r3123-20080111/SNAPSHOT
madwifi-ng-r3123-20080111/contrib/
madwifi-ng-r3123-20080111/contrib/madwifi.spec.in
madwifi-ng-r3123-20080111/contrib/madwifi.spec
madwifi-ng-r3123-20080111/Makefile
madwifi-ng-r3123-20080111/hal/
madwifi-ng-r3123-20080111/hal/ah_devid.h
madwifi-ng-r3123-20080111/hal/COPYRIGHT
madwifi-ng-r3123-20080111/hal/public/
madwifi-ng-r3123-20080111/hal/public/ap30.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/i386-elf.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/ap30.inc
madwifi-ng-r3123-20080111/hal/public/i386-elf.inc
madwifi-ng-r3123-20080111/hal/public/mips-le-elf.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/ap51.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/sparc-be-elf.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/xscale-be-elf.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/xscale-le-elf.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/alpha-elf.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/wackelf.c
madwifi-ng-r3123-20080111/hal/public/ap43.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/sparc64-be-elf.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/armv4-be-elf.inc
madwifi-ng-r3123-20080111/hal/public/ap30.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/alpha-elf.inc
madwifi-ng-r3123-20080111/hal/public/ap61.inc
madwifi-ng-r3123-20080111/hal/public/mipsisa32-be-elf.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/powerpc-be-elf.inc
madwifi-ng-r3123-20080111/hal/public/mipsisa32-be-elf.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/sparc64-be-elf.inc
madwifi-ng-r3123-20080111/hal/public/mips1-be-elf.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/sh4-le-elf.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/arm9-le-thumb-elf.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/mips1-le-elf.inc
madwifi-ng-r3123-20080111/hal/public/powerpc-be-eabi.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/powerpc-be-eabi.inc
madwifi-ng-r3123-20080111/hal/public/mips-be-elf.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/powerpc-be-elf.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/powerpc-be-eabi.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/mips1-be-elf.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/mips1-le-elf.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/sh4-le-elf.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/powerpc-le-eabi.inc
madwifi-ng-r3123-20080111/hal/public/xscale-le-elf.inc
madwifi-ng-r3123-20080111/hal/public/armv4-le-elf.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/powerpc-le-eabi.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/x86_64-elf.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/mipsisa32-le-elf.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/sh4-le-elf.inc
madwifi-ng-r3123-20080111/hal/public/arm9-le-thumb-elf.inc
madwifi-ng-r3123-20080111/hal/public/powerpc-be-elf.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/mips1-be-elf.inc
madwifi-ng-r3123-20080111/hal/public/alpha-elf.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/arm9-le-thumb-elf.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/mips-be-elf.inc
madwifi-ng-r3123-20080111/hal/public/mips-le-elf.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/ap43.inc
madwifi-ng-r3123-20080111/hal/public/mips-be-elf.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/ap51.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/mipsisa32-le-elf.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/ap61.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/armv4-le-elf.inc
madwifi-ng-r3123-20080111/hal/public/armv4-be-elf.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/i386-elf.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/armv4-le-elf.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/mips1-le-elf.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/x86_64-elf.inc
madwifi-ng-r3123-20080111/hal/public/mipsisa32-be-elf.inc
madwifi-ng-r3123-20080111/hal/public/ap51.inc
madwifi-ng-r3123-20080111/hal/public/sparc-be-elf.inc
madwifi-ng-r3123-20080111/hal/public/armv4-be-elf.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/mips-le-elf.inc
madwifi-ng-r3123-20080111/hal/public/xscale-be-elf.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/mipsisa32-le-elf.inc
madwifi-ng-r3123-20080111/hal/public/sparc-be-elf.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/powerpc-le-eabi.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/xscale-be-elf.inc
madwifi-ng-r3123-20080111/hal/public/ap61.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/x86_64-elf.opt_ah.h
madwifi-ng-r3123-20080111/hal/public/ap43.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/sparc64-be-elf.hal.o.uu
madwifi-ng-r3123-20080111/hal/public/xscale-le-elf.opt_ah.h
madwifi-ng-r3123-20080111/hal/ah_soc.h
madwifi-ng-r3123-20080111/hal/README
madwifi-ng-r3123-20080111/hal/version.h
madwifi-ng-r3123-20080111/hal/ah.h
madwifi-ng-r3123-20080111/hal/ah_desc.h
madwifi-ng-r3123-20080111/release.h
jean@jean-laptop:~$ cd madwifi-ng*
bash: cd: madwifi-ng-0933.ar2425.20071130.i386.patch: N'est pas un répertoire
jean@jean-laptop:~$ wget http://madwifi.org/attachment/ticket/1679/madwifi-ng-0933.ar2425.20071130.i386.patch?format=raw -O madwifi-ng-0933.ar2425.20071130.i386.patch
--20:34:09-- http://madwifi.org/attachment/ticket/1679/madwifi-ng-0933.ar2425.20071130.i386.patch?format=raw
=> `madwifi-ng-0933.ar2425.20071130.i386.patch'
Résolution de madwifi.org... 217.24.1.134
Connexion vers madwifi.org|217.24.1.134|:80... connecté.
requête HTTP transmise, en attente de la réponse... 200 OK
Longueur: 695 617 (679K) [text/x-diff]
100%[====================================>] 695 617 342.40K/s
20:34:11 (341.42 KB/s) - « madwifi-ng-0933.ar2425.20071130.i386.patch » sauvegardé [695617/695617]
jean@jean-laptop:~$ patch -p0 < madwifi-ng-0933.ar2425.20071130.i386.patch
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur old-hal/ah.h hal/ah.h
|--- old-hal/ah.h 2007-12-03 16:16:56.000000000 -0800
|+++ hal/ah.h 2007-12-03 16:16:01.000000000 -0800
--------------------------
File to patch:
Skip this patch? [y] y
Skipping patch.
6 out of 6 hunks ignored
can't find file to patch at input line 93
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur old-hal/public/i386-elf.hal.o.uu hal/public/i386-elf.hal.o.uu
|--- old-hal/public/i386-elf.hal.o.uu 2007-12-03 16:17:16.000000000 -0800
|+++ hal/public/i386-elf.hal.o.uu 2007-12-03 16:15:17.000000000 -0800
--------------------------
File to patch: y
y: No such file or directory
Skip this patch? [y] y
Skipping patch.
21 out of 21 hunks ignored
can't find file to patch at input line 11071
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur old-hal/public/i386-elf.inc hal/public/i386-elf.inc
|--- old-hal/public/i386-elf.inc 2007-12-03 16:17:16.000000000 -0800
|+++ hal/public/i386-elf.inc 2007-12-03 16:15:17.000000000 -0800
--------------------------
File to patch: y
y: No such file or directory
Skip this patch? [y] y
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 11083
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur old-hal/public/i386-elf.opt_ah.h hal/public/i386-elf.opt_ah.h
|--- old-hal/public/i386-elf.opt_ah.h 2007-12-03 16:17:16.000000000 -0800
|+++ hal/public/i386-elf.opt_ah.h 2007-12-03 16:15:17.000000000 -0800
--------------------------
File to patch: y
y: No such file or directory
Skip this patch? [y] y
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 11092
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur old-hal/version.h hal/version.h
|--- old-hal/version.h 2007-12-03 16:17:01.000000000 -0800
|+++ hal/version.h 2007-12-03 16:16:07.000000000 -0800
--------------------------
File to patch: y
y: No such file or directory
Skip this patch? [y] y
Skipping patch.
1 out of 1 hunk ignored
jean@jean-laptop:~$ make clean
make: *** Pas de règle pour fabriquer la cible « clean ». Arrêt.
jean@jean-laptop:~$ patch -p0 < madwifi-ng-0933.ar2425.20071130.i386.patch
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur old-hal/ah.h hal/ah.h
|--- old-hal/ah.h 2007-12-03 16:16:56.000000000 -0800
|+++ hal/ah.h 2007-12-03 16:16:01.000000000 -0800
--------------------------
File to patch:
Skip this patch? [y] y
Skipping patch.
6 out of 6 hunks ignored
can't find file to patch at input line 93
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur old-hal/public/i386-elf.hal.o.uu hal/public/i386-elf.hal.o.uu
|--- old-hal/public/i386-elf.hal.o.uu 2007-12-03 16:17:16.000000000 -0800
|+++ hal/public/i386-elf.hal.o.uu 2007-12-03 16:15:17.000000000 -0800
--------------------------
File to patch:
Skip this patch? [y] y
Skipping patch.
21 out of 21 hunks ignored
can't find file to patch at input line 11071
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur old-hal/public/i386-elf.inc hal/public/i386-elf.inc
|--- old-hal/public/i386-elf.inc 2007-12-03 16:17:16.000000000 -0800
|+++ hal/public/i386-elf.inc 2007-12-03 16:15:17.000000000 -0800
--------------------------
File to patch: y
y: No such file or directory
Skip this patch? [y] y
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 11083
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur old-hal/public/i386-elf.opt_ah.h hal/public/i386-elf.opt_ah.h
|--- old-hal/public/i386-elf.opt_ah.h 2007-12-03 16:17:16.000000000 -0800
|+++ hal/public/i386-elf.opt_ah.h 2007-12-03 16:15:17.000000000 -0800
--------------------------
File to patch: y
y: No such file or directory
Skip this patch? [y] y
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 11092
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur old-hal/version.h hal/version.h
|--- old-hal/version.h 2007-12-03 16:17:01.000000000 -0800
|+++ hal/version.h 2007-12-03 16:16:07.000000000 -0800
--------------------------
File to patch: y
y: No such file or directory
Skip this patch? [y] y
Skipping patch.
1 out of 1 hunk ignored
jean@jean-laptop:~$ make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
jean@jean-laptop:~$ sudo make install
[sudo] password for jean:
make: *** Pas de règle pour fabriquer la cible « install ». Arrêt.
jean@jean-laptop:~$ sudo modprobe ath_pci
FATAL: Error inserting ath_pci (/lib/modules/2.6.22-14-generic/net/ath_pci.ko): Unknown symbol in module, or unknown parameter (see dmesg)
jean@jean-laptop:~$
Hors ligne
#60 Le 11/01/2008, à 20:42
- safinaz
Re : wifi avec la methode de Willy78 donnée le 02/01/08
cd
tar -xvzf madwifi-ng-current.tar.gz
cd madwifi-ng-r3123-20080111/
wget http://madwifi.org/attachment/ticket/1679/madwifi-ng-0933.ar2425.20071130.i386.patch?format=raw -O madwifi-ng-0933.ar2425.20071130.i386.patch
patch -p0 < madwifi-ng-0933.ar2425.20071130.i386.patch
make clean
patch -p0 < madwifi-ng-0933.ar2425.20071130.i386.patch
make
sudo make install
sudo modprobe ath_pci
#61 Le 11/01/2008, à 20:52
- ledocteur
Re : wifi avec la methode de Willy78 donnée le 02/01/08
jean@jean-laptop:~/madwifi-ng-r3123-20080111$ sudo modprobe ath_pci
FATAL: Error inserting ath_pci (/lib/modules/2.6.22-14-generic/net/ath_pci.ko): Unknown symbol in module, or unknown parameter (see dmesg)
Hors ligne
#62 Le 11/01/2008, à 20:55
- willy78
Re : wifi avec la methode de Willy78 donnée le 02/01/08
ça:
cd
cd madwifi-ng-r3123-20080111/
wget http://madwifi.org/attachment/ticket/1679/madwifi-ng-0933.ar2425.20071130.i386.patch?format=raw -O madwifi-ng-0933.ar2425.20071130.i386.patch
patch -p0 < madwifi-ng-0933.ar2425.20071130.i386.patch
make clean
patch -p0 < madwifi-ng-0933.ar2425.20071130.i386.patch
make
sudo make install
sudo modprobe ath_pci
Dernière modification par willy78 (Le 11/01/2008, à 20:55)
Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum
Hors ligne
#63 Le 11/01/2008, à 21:01
- ledocteur
Re : wifi avec la methode de Willy78 donnée le 02/01/08
jean@jean-laptop:~/madwifi-ng-r3123-20080111$ sudo modprobe ath_pci
FATAL: Error inserting ath_pci (/lib/modules/2.6.22-14-generic/net/ath_pci.ko): Unknown symbol in module, or unknown parameter (see dmesg)
Hors ligne
#64 Le 11/01/2008, à 21:04
- willy78
Re : wifi avec la methode de Willy78 donnée le 02/01/08
bon
Donne tous les retour!
cd
cd madwifi-ng-r3123-20080111/
make clean
make
sudo make install
sudo modprobe ath_pci
Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum
Hors ligne
#65 Le 11/01/2008, à 21:07
- safinaz
Re : wifi avec la methode de Willy78 donnée le 02/01/08
purée willy ta méthode c'est de la merde
essaye les drivers hercules
#66 Le 11/01/2008, à 21:09
- willy78
Re : wifi avec la methode de Willy78 donnée le 02/01/08
@safinaz
D'ailleurs je ne suis pas là ce soir si tu pouvais reprendre cette compile a ma suite
Dernière modification par willy78 (Le 11/01/2008, à 21:09)
Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum
Hors ligne
#67 Le 11/01/2008, à 21:11
- ledocteur
Re : wifi avec la methode de Willy78 donnée le 02/01/08
jean@jean-laptop:~$ cd
jean@jean-laptop:~$ cd madwifi-ng-r3123-20080111/
jean@jean-laptop:~/madwifi-ng-r3123-20080111$ make clean
for i in ath/ ath_hal/ ath_rate/ net80211/; do \
make -C $i clean; \
done
make[1]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/ath'
rm -f *~ *.o *.ko *.mod.c .*.cmd
rm -f .depend .version .*.o.flags .*.o.d
rm -rf .tmp_versions
make[1]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/ath'
make[1]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/ath_hal'
rm -f *~ *.o *.ko *.mod.c uudecode .*.cmd
rm -f .depend .version .*.o.flags .*.o.d
rm -rf .tmp_versions
make[1]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/ath_hal'
make[1]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate'
for i in amrr/ onoe/ sample/ minstrel/; do \
make -C $i clean; \
done
make[2]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate/amrr'
rm -f *~ *.o *.ko *.mod.c
rm -f .depend .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd
rm -rf .tmp_versions
make[2]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate/amrr'
make[2]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate/onoe'
rm -f *~ *.o *.ko *.mod.c
rm -f .depend .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd
rm -rf .tmp_versions
make[2]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate/onoe'
make[2]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate/sample'
rm -f *~ *.o *.ko *.mod.c
rm -f .depend .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd
rm -rf .tmp_versions
make[2]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate/sample'
make[2]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate/minstrel'
rm -f *~ *.o *.ko *.mod.c
rm -f .depend .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd
rm -rf .tmp_versions
make[2]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate/minstrel'
make[1]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate'
make[1]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/net80211'
rm -f *~ *.o *.ko *.mod.c
rm -f .depend .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd
rm -rf .tmp_versions
make[1]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/net80211'
make -C ./tools clean
make[1]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/tools'
rm -f athstats 80211stats athkey athchans athctrl athdebug 80211debug wlanconfig ath_info core a.out
make[1]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/tools'
rm -rf .tmp_versions
rm -f *.symvers svnversion.h
jean@jean-laptop:~/madwifi-ng-r3123-20080111$ make
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.22-14-generic/build SUBDIRS=/home/jean/madwifi-ng-r3123-20080111 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic'
CC [M] /home/jean/madwifi-ng-r3123-20080111/ath/if_ath.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/ath/if_ath_pci.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/ath/ath_pci.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/ath_hal/ah_os.o
HOSTCC /home/jean/madwifi-ng-r3123-20080111/ath_hal/uudecode
UUDECODE /home/jean/madwifi-ng-r3123-20080111/ath_hal/i386-elf.hal.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/ath_hal/ath_hal.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/ath_rate/amrr/amrr.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/ath_rate/amrr/ath_rate_amrr.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/ath_rate/minstrel/minstrel.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/ath_rate/minstrel/ath_rate_minstrel.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/ath_rate/onoe/onoe.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/ath_rate/onoe/ath_rate_onoe.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/ath_rate/sample/sample.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/ath_rate/sample/ath_rate_sample.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/if_media.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_skb.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_beacon.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_crypto.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_crypto_none.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_input.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_node.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_output.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_power.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_proto.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_scan.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_wireless.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_linux.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_monitor.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_rate.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_acl.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_crypto_ccmp.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_scan_ap.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_scan_sta.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_crypto_tkip.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_crypto_wep.o
CC [M] /home/jean/madwifi-ng-r3123-20080111/net80211/ieee80211_xauth.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/net80211/wlan.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_wep.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_tkip.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_ccmp.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_acl.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_xauth.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_scan_sta.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_scan_ap.o
Building modules, stage 2.
MODPOST 14 modules
CC /home/jean/madwifi-ng-r3123-20080111/ath/ath_pci.mod.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/ath/ath_pci.ko
CC /home/jean/madwifi-ng-r3123-20080111/ath_hal/ath_hal.mod.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/ath_hal/ath_hal.ko
CC /home/jean/madwifi-ng-r3123-20080111/ath_rate/amrr/ath_rate_amrr.mod.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/ath_rate/amrr/ath_rate_amrr.ko
CC /home/jean/madwifi-ng-r3123-20080111/ath_rate/minstrel/ath_rate_minstrel.mod.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/ath_rate/minstrel/ath_rate_minstrel.ko
CC /home/jean/madwifi-ng-r3123-20080111/ath_rate/onoe/ath_rate_onoe.mod.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/ath_rate/onoe/ath_rate_onoe.ko
CC /home/jean/madwifi-ng-r3123-20080111/ath_rate/sample/ath_rate_sample.mod.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/ath_rate/sample/ath_rate_sample.ko
CC /home/jean/madwifi-ng-r3123-20080111/net80211/wlan.mod.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/net80211/wlan.ko
CC /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_acl.mod.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_acl.ko
CC /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_ccmp.mod.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_ccmp.ko
CC /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_scan_ap.mod.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_scan_ap.ko
CC /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_scan_sta.mod.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_scan_sta.ko
CC /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_tkip.mod.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_tkip.ko
CC /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_wep.mod.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_wep.ko
CC /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_xauth.mod.o
LD [M] /home/jean/madwifi-ng-r3123-20080111/net80211/wlan_xauth.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic'
make -C ./tools all || exit 1
make[1]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/tools'
gcc -o athstats -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal -I../ath athstats.c
gcc -o 80211stats -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal 80211stats.c
gcc -o athkey -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal athkey.c
gcc -o athchans -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal athchans.c
gcc -o athctrl -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal athctrl.c
gcc -o athdebug -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal athdebug.c
gcc -o 80211debug -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal 80211debug.c
gcc -o wlanconfig -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal wlanconfig.c
gcc -o ath_info -g -O2 -Wall ath_info.c
make[1]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/tools'
jean@jean-laptop:~/madwifi-ng-r3123-20080111$ sudo make install
[sudo] password for jean:
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.22-14-generic/build SUBDIRS=/home/jean/madwifi-ng-r3123-20080111 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic'
Building modules, stage 2.
MODPOST 14 modules
make[1]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic'
sh scripts/find-madwifi-modules.sh -r 2.6.22-14-generic
for i in ath/ ath_hal/ ath_rate/ net80211/; do \
make -C $i install || exit 1; \
done
make[1]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/ath'
test -d //lib/modules/2.6.22-14-generic/net || mkdir -p //lib/modules/2.6.22-14-generic/net
install -m 0644 ath_pci.ko //lib/modules/2.6.22-14-generic/net
make[1]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/ath'
make[1]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/ath_hal'
test -d //lib/modules/2.6.22-14-generic/net || mkdir -p //lib/modules/2.6.22-14-generic/net
install -m 0644 ath_hal.ko //lib/modules/2.6.22-14-generic/net
make[1]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/ath_hal'
make[1]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate'
for i in amrr/ onoe/ sample/ minstrel/; do \
make -C $i install || exit 1; \
done
make[2]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate/amrr'
test -d //lib/modules/2.6.22-14-generic/net || mkdir -p //lib/modules/2.6.22-14-generic/net
install -m 0644 ath_rate_amrr.ko //lib/modules/2.6.22-14-generic/net
make[2]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate/amrr'
make[2]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate/onoe'
test -d //lib/modules/2.6.22-14-generic/net || mkdir -p //lib/modules/2.6.22-14-generic/net
install -m 0644 ath_rate_onoe.ko //lib/modules/2.6.22-14-generic/net
make[2]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate/onoe'
make[2]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate/sample'
test -d //lib/modules/2.6.22-14-generic/net || mkdir -p //lib/modules/2.6.22-14-generic/net
install -m 0644 ath_rate_sample.ko //lib/modules/2.6.22-14-generic/net
make[2]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate/sample'
make[2]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate/minstrel'
test -d //lib/modules/2.6.22-14-generic/net || mkdir -p //lib/modules/2.6.22-14-generic/net
install -m 0644 ath_rate_minstrel.ko //lib/modules/2.6.22-14-generic/net
make[2]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate/minstrel'
make[1]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/ath_rate'
make[1]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/net80211'
test -d //lib/modules/2.6.22-14-generic/net || mkdir -p //lib/modules/2.6.22-14-generic/net
for i in wlan.o wlan_wep.o wlan_tkip.o wlan_ccmp.o wlan_acl.o wlan_xauth.o wlan_scan_sta.o wlan_scan_ap.o; do \
f=`basename $i .o`; \
install -m 0644 $f.ko //lib/modules/2.6.22-14-generic/net; \
done
make[1]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/net80211'
(export KMODPATH=/lib/modules/2.6.22-14-generic/net; /sbin/depmod -ae 2.6.22-14-generic)
make -C ./tools all || exit 1
make[1]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/tools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/tools'
make -C ./tools install || exit 1
make[1]: Entering directory `/home/jean/madwifi-ng-r3123-20080111/tools'
install -d /usr/local/bin
for i in athstats 80211stats athkey athchans athctrl athdebug 80211debug wlanconfig ath_info; do \
install $i /usr/local/bin/$i; \
strip /usr/local/bin/$i; \
done
install -d /usr/local/man/man8
install -m 0644 man/*.8 /usr/local/man/man8
install ../scripts/madwifi-unload /usr/local/bin/madwifi-unload
make[1]: Leaving directory `/home/jean/madwifi-ng-r3123-20080111/tools'
jean@jean-laptop:~/madwifi-ng-r3123-20080111$ sudo modprobe ath_pci
FATAL: Error inserting ath_pci (/lib/modules/2.6.22-14-generic/net/ath_pci.ko): Unknown symbol in module, or unknown parameter (see dmesg)
jean@jean-laptop:~/madwifi-ng-r3123-20080111$
Hors ligne
#68 Le 11/01/2008, à 21:15
- willy78
Re : wifi avec la methode de Willy78 donnée le 02/01/08
bizarre reboot et donne ces retour:
sudo lshw -C network
iwlist scan
Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum
Hors ligne
#69 Le 11/01/2008, à 21:21
- ledocteur
Re : wifi avec la methode de Willy78 donnée le 02/01/08
jean@jean-laptop:~$ sudo lshw -C network
[sudo] password for jean:
*-network
description: Wireless interface
product: AR5006EG 802.11 b/g Wireless PCI Express Adapter
vendor: Atheros Communications, Inc.
physical id: 0
bus info: pci@0000:02:00.0
logical name: wifi0
version: 01
serial: 00:15:af:4a:13:36
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list logical ethernet physical wireless
configuration: broadcast=yes driver=ath_pci driverversion=svn r3123 latency=0 module=ath_pci multicast=yes wireless=IEEE 802.11g
*-network
description: Ethernet interface
product: L2 100 Mbit Ethernet Adapter
vendor: Attansic Technology Corp.
physical id: 0
bus info: pci@0000:06:00.0
logical name: eth0
version: a0
serial: 00:1d:60:cd:66:21
size: 100MB/s
capacity: 100MB/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=ATL2 driverversion=1.0.40.2 duplex=full firmware=L2 ip=192.168.1.70 latency=0 link=yes module=atl2 multicast=yes port=twisted pair speed=100MB/s
jean@jean-laptop:~$ iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wifi0 Interface doesn't support scanning.
ath0 Scan completed :
Cell 01 - Address: 00:14:7F:C9:A9:D9
ESSID:"SpeedTouch246BA4"
Mode:Master
Frequency:2.412 GHz (Channel 1)
Quality=57/70 Signal level=-38 dBm Noise level=-95 dBm
Encryption key:on
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
12 Mb/s; 48 Mb/s
Extra:bcn_int=100
Extra:wme_ie=dd180050f2020101880003a4000027a4000042435e0062322f00
Cell 02 - Address: 00:1A:6B:B4:80:8B
ESSID:"Livebox-6932"
Mode:Master
Frequency:2.457 GHz (Channel 10)
Quality=9/70 Signal level=-86 dBm Noise level=-95 dBm
Encryption key:on
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Extra:bcn_int=100
Cell 03 - Address: 00:1A:6B:C8:2A:1F
ESSID:"Livebox-a438"
Mode:Master
Frequency:2.462 GHz (Channel 11)
Quality=2/70 Signal level=-93 dBm Noise level=-95 dBm
Encryption key:on
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Extra:bcn_int=100
jean@jean-laptop:~$
Hors ligne
#70 Le 11/01/2008, à 21:27
- safinaz
Re : wifi avec la methode de Willy78 donnée le 02/01/08
echo -e 'auto lo\niface lo inet loopback\n' | sudo tee /etc/network/interfaces
puis connecte te toi via les deux tv en haut à droite
#71 Le 11/01/2008, à 21:31
- willy78
Re : wifi avec la methode de Willy78 donnée le 02/01/08
et ben tous de même !
bizarre ce modprobe qui plante
surement que le make install le fais et du coup la commande etait en trop!
enfin c'est bon maintenant!
Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum
Hors ligne
#72 Le 11/01/2008, à 21:33
- ledocteur
Re : wifi avec la methode de Willy78 donnée le 02/01/08
Ca marche,merci willy et merci safinaz,je vous dois une bonne bouteille,on pourrait la boire ensemble mais je pense qu'on habite pas tous a coté l'un de l'autre.Apres le reboot ca a fonctionné. Merci encore!
Hors ligne
#73 Le 11/01/2008, à 21:33
- safinaz
Re : wifi avec la methode de Willy78 donnée le 02/01/08
c'est du à la méthode je pense
#74 Le 11/01/2008, à 21:36
- willy78
Re : wifi avec la methode de Willy78 donnée le 02/01/08
c'est sur faut que je change de méthode!
bon ben moi je vais faire un peu de musique mes potes m'attendent!
Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum
Hors ligne