#26 Le 15/01/2008, à 23:54
- safinaz
Re : WiFi intégré non détecté
tu n'as pas compris ce que j'ai dit
""puis tape
sudo gedit /etc/apt/sources.list
un fichier doit s'ouvrir. Dans ce fichier
retire le # s'il y en a un devant la ligne
deb cdrom:[Ubuntu 7.04.................
avec un cà¢ble, bah la c'est bcp plus simple.;)
#27 Le 15/01/2008, à 23:58
- Johnathan89
Re : WiFi intégré non détecté
Je me suis trompé ? ce n'est pas ce que j'ai fait ?
Désolé j'ai mal compris quoi faire alors...
Je vais tenter d'aller me connecter avec un cable ethernet sous Ubuntu.
Si j'y arrive que dois-je faire ??
#28 Le 16/01/2008, à 00:05
- safinaz
Re : WiFi intégré non détecté
sudo apt-get update
sudo apt-get install build-essential
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
sudo make install
redémarrer
taper
sudo modprobe ath_pci
puis donner le retour de
sudo lshw -C network
iwlist scan
#29 Le 16/01/2008, à 00:06
- safinaz
Re : WiFi intégré non détecté
rajout
sudo apt-get update sudo apt-get install build-essential patch 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 sudo make install
redémarrer
taper
sudo modprobe ath_pci
puis donner le retour de
sudo lshw -C network iwlist scan
#30 Le 16/01/2008, à 00:14
- Johnathan89
Re : WiFi intégré non détecté
Rhaa, quand je branche le cable ethernet rien ne se passe... impossible de se connecter...
Je dois taper quelques chose de spécial pour qu'il detecte le réseau ?
#31 Le 16/01/2008, à 00:15
- Johnathan89
Re : WiFi intégré non détecté
Je dois faire ca en étant connecté à Internet sous Ubuntu je suppose ??
#32 Le 16/01/2008, à 00:31
- safinaz
Re : WiFi intégré non détecté
branche le cà¢ble et poste
sudo lshw -C network
ifconfig
cat /etc/network/interfaces
#33 Le 16/01/2008, à 13:10
- Johnathan89
Re : WiFi intégré non détecté
johnathan@johnathan-laptop:~$ sudo lshw -C network
Password:
*-network UNCLAIMED
description: Ethernet controller
product: Atheros Communications, Inc.
vendor: Atheros Communications, Inc.
physical id: 0
bus info: pci@02:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: cap_list
configuration: latency=0
resources: iomemory:fa9f0000-fa9fffff irq:16
*-network UNCLAIMED
description: Ethernet controller
product: Attansic Technology Corp.
vendor: Attansic Technology Corp.
physical id: 0
bus info: pci@06:00.0
version: a0
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: latency=0
resources: iomemory:feac0000-feafffff irq:3
johnathan@johnathan-laptop:~$ ifconfig
lo Lien encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
Packets reçus:2 erreurs:0 :0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
Octets reçus:100 (100.0 b) Octets transmis:100 (100.0 b)
johnathan@johnathan-laptop:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
auto eth2
iface eth2 inet dhcp
auto ath0
iface ath0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
#34 Le 16/01/2008, à 13:20
- safinaz
Re : WiFi intégré non détecté
Salut même ta carte ethernet n'est pas reconnue
!!!!!!!!!!!
retse
#35 Le 16/01/2008, à 13:20
- safinaz
Re : WiFi intégré non détecté
suite
reste de télécharger les paquets pour installer build-essential
#36 Le 16/01/2008, à 14:38
- Johnathan89
Re : WiFi intégré non détecté
Je dois donc télécharger chaque paquets avec leurs dépendances ??
Et bien je vais faire cela tout de suite.
Une fois que c'est fait ca devrait marcher ou pas encore ??
Enfin de toute façon je préviens dés que c'est fait.
Merci encore pour la précieuse aide que tu m'apporte car moi, je suis paumé...:/
#37 Le 16/01/2008, à 14:50
- safinaz
Re : WiFi intégré non détecté
oui mais certains paquets sont installés
pour vérifier
apt-cache policy nom_du_paquet
#38 Le 16/01/2008, à 14:56
- Dude_the-flow
Re : WiFi intégré non détecté
Bonjour les gens.
\\totalement HS
@belga
Hey belga, y\'a ton pote pastek qui ne sait pas qui tu es...
http://forum.ubuntu-fr.org///viewtopic.php?pid=1466828
donne lui des pistes
#39 Le 16/01/2008, à 15:11
- Johnathan89
Re : WiFi intégré non détecté
Bon j'ai pris tous les paquets (je crois), pour les installer je clique simplement dessus comme sous Windows c'est ça ?
#40 Le 16/01/2008, à 15:52
- Johnathan89
Re : WiFi intégré non détecté
Aah, voila !
J'ai installer Build essential.
Mais maintenant... je suis toujours bloquer...
#41 Le 16/01/2008, à 17:13
- safinaz
Re : WiFi intégré non détecté
donne le retour de
apt-cache policy build-essential
Alors, tu dois télécharger
http://snapshots.madwifi.org/madwifi-ng-current.tar.gz
http://madwifi.org/attachment/ticket/1679/madwifi-ng-0933.ar2425.20071130.i386.patch?format=raw
http://mirrors.kernel.org/ubuntu/pool/main/p/patch/patch_2.5.9-4_i386.deb
clique sur le .deb pour l'installer
place les sur le bureau
cd ~/Desktop
cd ~/Bureau
sudo modprobe -r ath_pci
tar -xvzf madwifi-ng-current.tar.gz
cp madwifi-ng-0933.ar2425.20071130.i386.patch madwifi-ng-*
cd madwifi-ng-*
patch -p0 < madwifi-ng-0933.ar2425.20071130.i386.patch
make
sudo make install
sudo modprobe ath_pci
puis
donne les retours de
sudo lshw -C network
iwlist scan
#42 Le 17/01/2008, à 17:29
- Johnathan89
Re : WiFi intégré non détecté
Bonsoir, alors voila les réponses à tout ça :
apt-cache policy build-essential
johnathan@johnathan-laptop:~$ apt-cache policy build-essential
build-essential:
Installé : 11.3ubuntu1
Candidat : 11.3ubuntu1
Table de version :
*** 11.3ubuntu1 0
100 /var/lib/dpkg/status
11.3 0
500 cdrom://Ubuntu 7.04 _Feisty Fawn_ - Release i386 (20070415) feisty/main Packages
Ensuite apres avoir installé le .DEB et placé tout sur le bureau je bloque à cette ligne :
johnathan@johnathan-laptop:~$ cd ~/Desktop
johnathan@johnathan-laptop:~/Desktop$ sudo modprobe -r ath_pci
johnathan@johnathan-laptop:~/Desktop$ tar -xvzf madwifi-ng-current.tar.gz
madwifi-ng-r3191-20080117/
madwifi-ng-r3191-20080117/THANKS
madwifi-ng-r3191-20080117/scripts/
madwifi-ng-r3191-20080117/scripts/madwifi-unload
madwifi-ng-r3191-20080117/scripts/if_ath_hal_generator.pl
madwifi-ng-r3191-20080117/scripts/get_arch.mk
madwifi-ng-r3191-20080117/scripts/find-madwifi-modules.sh
madwifi-ng-r3191-20080117/scripts/make-release.bash
madwifi-ng-r3191-20080117/scripts/madwifi-indent
madwifi-ng-r3191-20080117/regression/
madwifi-ng-r3191-20080117/regression/ccmp/
madwifi-ng-r3191-20080117/regression/ccmp/Makefile
madwifi-ng-r3191-20080117/regression/ccmp/test_ccmp.c
madwifi-ng-r3191-20080117/regression/tkip/
madwifi-ng-r3191-20080117/regression/tkip/Makefile
madwifi-ng-r3191-20080117/regression/tkip/test_tkip.c
madwifi-ng-r3191-20080117/regression/wep/
madwifi-ng-r3191-20080117/regression/wep/test_wep.c
madwifi-ng-r3191-20080117/regression/wep/Makefile
madwifi-ng-r3191-20080117/regression/Makefile
madwifi-ng-r3191-20080117/BuildCaps.inc
madwifi-ng-r3191-20080117/ath/
madwifi-ng-r3191-20080117/ath/if_athvar.h
madwifi-ng-r3191-20080117/ath/if_ath_hal_macros.h
madwifi-ng-r3191-20080117/ath/if_ath_hal_wrappers.h
madwifi-ng-r3191-20080117/ath/if_ath_pci.c
madwifi-ng-r3191-20080117/ath/Makefile.kernel
madwifi-ng-r3191-20080117/ath/if_athioctl.h
madwifi-ng-r3191-20080117/ath/if_ath_pci.h
madwifi-ng-r3191-20080117/ath/if_ath_hal.h
madwifi-ng-r3191-20080117/ath/if_ath_ahb.c
madwifi-ng-r3191-20080117/ath/Makefile
madwifi-ng-r3191-20080117/ath/if_ath.c
madwifi-ng-r3191-20080117/ath/if_ath_ahb.h
madwifi-ng-r3191-20080117/tools/
madwifi-ng-r3191-20080117/tools/man/
madwifi-ng-r3191-20080117/tools/man/wlanconfig.8
madwifi-ng-r3191-20080117/tools/man/athkey.8
madwifi-ng-r3191-20080117/tools/man/athctrl.8
madwifi-ng-r3191-20080117/tools/man/80211debug.8
madwifi-ng-r3191-20080117/tools/man/athdebug.8
madwifi-ng-r3191-20080117/tools/man/athchans.8
madwifi-ng-r3191-20080117/tools/man/athstats.8
madwifi-ng-r3191-20080117/tools/man/ath_info.8
madwifi-ng-r3191-20080117/tools/man/80211stats.8
madwifi-ng-r3191-20080117/tools/athctrl.c
madwifi-ng-r3191-20080117/tools/athdebug.c
madwifi-ng-r3191-20080117/tools/80211stats.c
madwifi-ng-r3191-20080117/tools/wlanconfig.c
madwifi-ng-r3191-20080117/tools/athstats.c
madwifi-ng-r3191-20080117/tools/ath_info.c
madwifi-ng-r3191-20080117/tools/wireless_copy.h
madwifi-ng-r3191-20080117/tools/athchans.c
madwifi-ng-r3191-20080117/tools/athkey.c
madwifi-ng-r3191-20080117/tools/Makefile
madwifi-ng-r3191-20080117/tools/80211debug.c
madwifi-ng-r3191-20080117/ath_hal/
madwifi-ng-r3191-20080117/ath_hal/uudecode.c
madwifi-ng-r3191-20080117/ath_hal/ah_osdep.h
madwifi-ng-r3191-20080117/ath_hal/ah_os.h
madwifi-ng-r3191-20080117/ath_hal/Makefile.kernel
madwifi-ng-r3191-20080117/ath_hal/ah_target.inc
madwifi-ng-r3191-20080117/ath_hal/opt_ah.h
madwifi-ng-r3191-20080117/ath_hal/ah_os.c
madwifi-ng-r3191-20080117/ath_hal/Makefile
madwifi-ng-r3191-20080117/patch-kernel/
madwifi-ng-r3191-20080117/patch-kernel/Config.in
madwifi-ng-r3191-20080117/patch-kernel/README
madwifi-ng-r3191-20080117/patch-kernel/Kconfig
madwifi-ng-r3191-20080117/patch-kernel/install.sh
madwifi-ng-r3191-20080117/patch-kernel/Configure.help.patch
madwifi-ng-r3191-20080117/net80211/
madwifi-ng-r3191-20080117/net80211/ieee80211_crypto.h
madwifi-ng-r3191-20080117/net80211/ieee80211_rate.h
madwifi-ng-r3191-20080117/net80211/ieee80211_var.h
madwifi-ng-r3191-20080117/net80211/ieee80211_linux.h
madwifi-ng-r3191-20080117/net80211/if_media.h
madwifi-ng-r3191-20080117/net80211/ieee80211_crypto.c
madwifi-ng-r3191-20080117/net80211/ieee80211.h
madwifi-ng-r3191-20080117/net80211/if_media.c
madwifi-ng-r3191-20080117/net80211/if_ethersubr.h
madwifi-ng-r3191-20080117/net80211/ieee80211_scan.h
madwifi-ng-r3191-20080117/net80211/ieee80211_rate.c
madwifi-ng-r3191-20080117/net80211/if_llc.h
madwifi-ng-r3191-20080117/net80211/ieee80211_wireless.c
madwifi-ng-r3191-20080117/net80211/ieee80211.c
madwifi-ng-r3191-20080117/net80211/ieee80211_radiotap.h
madwifi-ng-r3191-20080117/net80211/ieee80211_node.c
madwifi-ng-r3191-20080117/net80211/ieee80211_crypto_tkip.c
madwifi-ng-r3191-20080117/net80211/ieee80211_input.c
madwifi-ng-r3191-20080117/net80211/ieee80211_scan.c
madwifi-ng-r3191-20080117/net80211/ieee80211_output.c
madwifi-ng-r3191-20080117/net80211/ieee80211_crypto_ccmp.c
madwifi-ng-r3191-20080117/net80211/ieee80211_power.c
madwifi-ng-r3191-20080117/net80211/ieee80211_debug.h
madwifi-ng-r3191-20080117/net80211/ieee80211_monitor.h
madwifi-ng-r3191-20080117/net80211/ieee80211_scan_ap.c
madwifi-ng-r3191-20080117/net80211/ieee80211_crypto_none.c
madwifi-ng-r3191-20080117/net80211/Makefile.kernel
madwifi-ng-r3191-20080117/net80211/ieee80211_ioctl.h
madwifi-ng-r3191-20080117/net80211/ieee80211_beacon.c
madwifi-ng-r3191-20080117/net80211/ieee80211_linux.c
madwifi-ng-r3191-20080117/net80211/if_athproto.h
madwifi-ng-r3191-20080117/net80211/ieee80211_skb.h
madwifi-ng-r3191-20080117/net80211/ieee80211_node.h
madwifi-ng-r3191-20080117/net80211/ieee80211_xauth.c
madwifi-ng-r3191-20080117/net80211/ieee80211_monitor.c
madwifi-ng-r3191-20080117/net80211/ieee80211_power.h
madwifi-ng-r3191-20080117/net80211/ieee80211_acl.c
madwifi-ng-r3191-20080117/net80211/Makefile
madwifi-ng-r3191-20080117/net80211/ieee80211_crypto_wep.c
madwifi-ng-r3191-20080117/net80211/ieee80211_scan_sta.c
madwifi-ng-r3191-20080117/net80211/_ieee80211.h
madwifi-ng-r3191-20080117/net80211/ieee80211_proto.h
madwifi-ng-r3191-20080117/net80211/ieee80211_proto.c
madwifi-ng-r3191-20080117/net80211/ieee80211_skb.c
madwifi-ng-r3191-20080117/COPYRIGHT
madwifi-ng-r3191-20080117/ath_rate/
madwifi-ng-r3191-20080117/ath_rate/onoe/
madwifi-ng-r3191-20080117/ath_rate/onoe/onoe.c
madwifi-ng-r3191-20080117/ath_rate/onoe/Makefile.kernel
madwifi-ng-r3191-20080117/ath_rate/onoe/onoe.h
madwifi-ng-r3191-20080117/ath_rate/onoe/Makefile
madwifi-ng-r3191-20080117/ath_rate/minstrel/
madwifi-ng-r3191-20080117/ath_rate/minstrel/minstrel.h
madwifi-ng-r3191-20080117/ath_rate/minstrel/minstrel.c
madwifi-ng-r3191-20080117/ath_rate/minstrel/minstrel.txt
madwifi-ng-r3191-20080117/ath_rate/minstrel/Makefile.kernel
madwifi-ng-r3191-20080117/ath_rate/minstrel/Makefile
madwifi-ng-r3191-20080117/ath_rate/sample/
madwifi-ng-r3191-20080117/ath_rate/sample/sample.c
madwifi-ng-r3191-20080117/ath_rate/sample/sample.h
madwifi-ng-r3191-20080117/ath_rate/sample/Makefile.kernel
madwifi-ng-r3191-20080117/ath_rate/sample/Makefile
madwifi-ng-r3191-20080117/ath_rate/amrr/
madwifi-ng-r3191-20080117/ath_rate/amrr/amrr.c
madwifi-ng-r3191-20080117/ath_rate/amrr/amrr.h
madwifi-ng-r3191-20080117/ath_rate/amrr/Makefile.kernel
madwifi-ng-r3191-20080117/ath_rate/amrr/Makefile
madwifi-ng-r3191-20080117/ath_rate/Makefile
madwifi-ng-r3191-20080117/include/
madwifi-ng-r3191-20080117/include/compat.h
madwifi-ng-r3191-20080117/include/sys/
madwifi-ng-r3191-20080117/include/sys/queue.h
madwifi-ng-r3191-20080117/Makefile.inc
madwifi-ng-r3191-20080117/kernelversion.c
madwifi-ng-r3191-20080117/README
madwifi-ng-r3191-20080117/Makefile.kernel
madwifi-ng-r3191-20080117/INSTALL
madwifi-ng-r3191-20080117/SNAPSHOT
madwifi-ng-r3191-20080117/contrib/
madwifi-ng-r3191-20080117/contrib/madwifi.spec.in
madwifi-ng-r3191-20080117/contrib/madwifi.spec
madwifi-ng-r3191-20080117/Makefile
madwifi-ng-r3191-20080117/hal/
madwifi-ng-r3191-20080117/hal/ah_devid.h
madwifi-ng-r3191-20080117/hal/COPYRIGHT
madwifi-ng-r3191-20080117/hal/public/
madwifi-ng-r3191-20080117/hal/public/ap30.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/i386-elf.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/ap30.inc
madwifi-ng-r3191-20080117/hal/public/i386-elf.inc
madwifi-ng-r3191-20080117/hal/public/mips-le-elf.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/ap51.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/sparc-be-elf.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/xscale-be-elf.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/xscale-le-elf.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/alpha-elf.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/wackelf.c
madwifi-ng-r3191-20080117/hal/public/ap43.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/sparc64-be-elf.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/armv4-be-elf.inc
madwifi-ng-r3191-20080117/hal/public/ap30.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/alpha-elf.inc
madwifi-ng-r3191-20080117/hal/public/ap61.inc
madwifi-ng-r3191-20080117/hal/public/mipsisa32-be-elf.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/powerpc-be-elf.inc
madwifi-ng-r3191-20080117/hal/public/mipsisa32-be-elf.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/sparc64-be-elf.inc
madwifi-ng-r3191-20080117/hal/public/mips1-be-elf.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/sh4-le-elf.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/arm9-le-thumb-elf.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/mips1-le-elf.inc
madwifi-ng-r3191-20080117/hal/public/powerpc-be-eabi.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/powerpc-be-eabi.inc
madwifi-ng-r3191-20080117/hal/public/mips-be-elf.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/powerpc-be-elf.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/powerpc-be-eabi.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/mips1-be-elf.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/mips1-le-elf.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/sh4-le-elf.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/powerpc-le-eabi.inc
madwifi-ng-r3191-20080117/hal/public/xscale-le-elf.inc
madwifi-ng-r3191-20080117/hal/public/armv4-le-elf.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/powerpc-le-eabi.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/x86_64-elf.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/mipsisa32-le-elf.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/sh4-le-elf.inc
madwifi-ng-r3191-20080117/hal/public/arm9-le-thumb-elf.inc
madwifi-ng-r3191-20080117/hal/public/powerpc-be-elf.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/mips1-be-elf.inc
madwifi-ng-r3191-20080117/hal/public/alpha-elf.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/arm9-le-thumb-elf.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/mips-be-elf.inc
madwifi-ng-r3191-20080117/hal/public/mips-le-elf.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/ap43.inc
madwifi-ng-r3191-20080117/hal/public/mips-be-elf.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/ap51.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/mipsisa32-le-elf.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/ap61.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/armv4-le-elf.inc
madwifi-ng-r3191-20080117/hal/public/armv4-be-elf.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/i386-elf.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/armv4-le-elf.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/mips1-le-elf.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/x86_64-elf.inc
madwifi-ng-r3191-20080117/hal/public/mipsisa32-be-elf.inc
madwifi-ng-r3191-20080117/hal/public/ap51.inc
madwifi-ng-r3191-20080117/hal/public/sparc-be-elf.inc
madwifi-ng-r3191-20080117/hal/public/armv4-be-elf.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/mips-le-elf.inc
madwifi-ng-r3191-20080117/hal/public/xscale-be-elf.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/mipsisa32-le-elf.inc
madwifi-ng-r3191-20080117/hal/public/sparc-be-elf.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/powerpc-le-eabi.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/xscale-be-elf.inc
madwifi-ng-r3191-20080117/hal/public/ap61.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/x86_64-elf.opt_ah.h
madwifi-ng-r3191-20080117/hal/public/ap43.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/sparc64-be-elf.hal.o.uu
madwifi-ng-r3191-20080117/hal/public/xscale-le-elf.opt_ah.h
madwifi-ng-r3191-20080117/hal/ah_soc.h
madwifi-ng-r3191-20080117/hal/README
madwifi-ng-r3191-20080117/hal/version.h
madwifi-ng-r3191-20080117/hal/ah.h
madwifi-ng-r3191-20080117/hal/ah_desc.h
madwifi-ng-r3191-20080117/release.h
johnathan@johnathan-laptop:~/Desktop$ cp madwifi-ng-0933.ar2425.20071130.i386.patch madwifi-ng-*
cp: AVERTISSEMENT: fichier source `madwifi-ng-0933.ar2425.20071130.i386.patch' spécifié plus d'une fois
johnathan@johnathan-laptop:~/Desktop$ cd madwifi-ng-*
bash: cd: madwifi-ng-0933.ar2425.20071130.i386.patch: N'est pas un répertoire
johnathan@johnathan-laptop:~/Desktop$ 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: #JE NE SAIS PAS QUOI METTRE ICI#
Et sinon voici sudo lshw -C network
johnathan@johnathan-laptop:~$ sudo lshw -C network
Password:
*-network UNCLAIMED
description: Ethernet controller
product: Atheros Communications, Inc.
vendor: Atheros Communications, Inc.
physical id: 0
bus info: pci@02:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: cap_list
configuration: latency=0
resources: iomemory:fa9f0000-fa9fffff irq:18
*-network UNCLAIMED
description: Ethernet controller
product: Attansic Technology Corp.
vendor: Attansic Technology Corp.
physical id: 0
bus info: pci@06:00.0
version: a0
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: latency=0
resources: iomemory:feac0000-feafffff irq:3
johnathan@johnathan-laptop:~$ iwlist scan
lo Interface doesn't support scanning.
-----------------------------------------------------------------
Voila, y'a toujours quelque chose qui ne va pas mais je ne sais pas quoi:(
#43 Le 17/01/2008, à 19:21
- safinaz
Re : WiFi intégré non détecté
cd ~/Desktop
sudo modprobe -r ath_pci
tar -xvzf madwifi-ng-current.tar.gz
cp madwifi-ng-0933.ar2425.20071130.i386.patch madwifi-ng-r3191-20080117/madwifi-ng-0933.ar2425.20071130.i386.patch
cd madwifi-ng-r3191-20080117/
patch -p0 < madwifi-ng-0933.ar2425.20071130.i386.patch
make
sudo make install
sudo modprobe ath_pci
puis
donne les retours de
sudo lshw -C network
iwlist scan