Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 09/01/2008, à 10:52

ledocteur

wifi avec la methode de Willy78 donnée le 02/01/08

Bonjour,
Je suis toujours dans la galère avec mon Wifi,J'ai essayé une methode donné par Willy78 A sam7 le 02/01/08,et ca plante.Je suis un petit nouveau sous ubuntu.Qui pourrait me dire ou est l'erreur:

jean@jean-laptop:~$ cd
jean@jean-laptop:~$ mkdir bcmwl5
mkdir: ne peut créer le répertoire `bcmwl5': Le fichier existe.
jean@jean-laptop:~$ cd bcmwl5
jean@jean-laptop:~/bcmwl5$ wget http://dlsvr03.asus.com/pub/ASUS/wireless/WL-100g-03/Driverv3100640.zip
--10:23:46--  http://dlsvr03.asus.com/pub/ASUS/wireless/WL-100g-03/Driverv3100640.zip
           => `Driverv3100640.zip.2'
Résolution de dlsvr03.asus.com... 66.238.93.163
Connexion vers dlsvr03.asus.com|66.238.93.163|:80... connecté.
requête HTTP transmise, en attente de la réponse... 200 OK
Longueur: 926 968 (905K) [application/x-zip-compressed]

100%[====================================>] 926 968       94.23K/s    ETA 00:00

10:23:58 (86.99 KB/s) - « Driverv3100640.zip.2 » sauvegardé [926968/926968]

jean@jean-laptop:~/bcmwl5$ unzip Driverv3100640.zip
Archive:  Driverv3100640.zip
replace Driver/WinXP/bcm43xx.cat? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
  inflating: Driver/WinXP/bcm43xx.cat 
replace Driver/WinXP/bcmwl5.inf? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
  inflating: Driver/WinXP/bcmwl5.inf 
replace Driver/WinXP/bcmwl5.sys? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
  inflating: Driver/WinXP/bcmwl5.sys 
replace Driver/WinME/bcm43xxa.cat? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
extracting: Driver/WinME/bcm43xxa.cat 
replace Driver/WinME/bcmwl5.sys? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
  inflating: Driver/WinME/bcmwl5.sys 
replace Driver/WinME/bcmwl5a.inf? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
  inflating: Driver/WinME/bcmwl5a.inf 
replace Driver/Win98/bcm43xxa.cat? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
extracting: Driver/Win98/bcm43xxa.cat 
replace Driver/Win98/bcmwl5.sys? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
  inflating: Driver/Win98/bcmwl5.sys 
replace Driver/Win98/bcmwl5a.inf? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
  inflating: Driver/Win98/bcmwl5a.inf 
replace Driver/Win2K/bcm43xx.cat? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
  inflating: Driver/Win2K/bcm43xx.cat 
replace Driver/Win2K/bcmwl5.inf? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
  inflating: Driver/Win2K/bcmwl5.inf 
replace Driver/Win2K/bcmwl5.sys? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
  inflating: Driver/Win2K/bcmwl5.sys 
jean@jean-laptop:~/bcmwl5$ sudo apt-get install ndiswrapper-utils-1.9
[sudo] password for jean:
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
ndiswrapper-utils-1.9 est déjà  la plus récente version disponible.
0 mis à  jour, 0 nouvellement installés, 0 à  enlever et 0 non mis à  jour.
jean@jean-laptop:~/bcmwl5$ sudo ndiswrapper -i ~/bcmwl5/Driver/WinXP/bcmwl5.inf
driver bcmwl5 is already installed
jean@jean-laptop:~/bcmwl5$ sudo rmmod bcm43xx
ERROR: Module bcm43xx does not exist in /proc/modules
jean@jean-laptop:~/bcmwl

Hors ligne

#2 Le 09/01/2008, à 12:12

jean bono

Re : wifi avec la methode de Willy78 donnée le 02/01/08

salut
bon deja il faut voir ce que te donne les differentes commandes demandees pour qu'on puisse cibler ton probleme
voir ici
http://forum.ubuntu-fr.org/viewtopic.php?id=141183
et egalement

ndiswrapper -l

Hors ligne

#3 Le 09/01/2008, à 15:53

safinaz

Re : wifi avec la methode de Willy78 donnée le 02/01/08

tape

sudo modprobe -r ndiswrapper
sudo ndiswrapper -e bcmwl5
sudo ndiswrapper -i ~/bcmwl5/Driver/WinXP/bcmwl5.inf

donne alors les retours de

ndiswrapper -l
sudo modprobe ndiswrapper
sudo iwlist scanning
cat /etc/modprobe.d/blacklist | grep bcm
cat /etc/modules

#4 Le 10/01/2008, à 18:33

ledocteur

Re : wifi avec la methode de Willy78 donnée le 02/01/08

Bonsoir a tous,saffinaz et jean bono,
Je sais ,je ne suis pas rapide mais comme tout le monde le boulot, doit passer avant le plaisir.Je vous envoie ce que vous m'avez demandé,car pour moi c'est un peu du chinois.
ean@jean-laptop:~$ sudo modprobe -r ndiswrapper
[sudo] password for jean:
jean@jean-laptop:~$ sudo ndiswrapper -e bcmwl5
jean@jean-laptop:~$ sudo ndiswrapper -i ~/bcmwl5/Driver/WinXP/bcmwl5.inf
installing bcmwl5 ...
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
jean@jean-laptop:~$ ndiswrapper -l
bcmwl5 : driver installed
rt2500usb : driver installed
jean@jean-laptop:~$ sudo modprobe ndiswrapper
jean@jean-laptop:~$ sudo iwlist scanning
lo        Interface doesn't support scanning.

eth0      Interface doesn't support scanning.

jean@jean-laptop:~$ cat /etc/modprobe.d/blacklist | grep bcm
blacklist bcm43xx
blacklist bcm43xx
jean@jean-laptop:~$ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

fuse
lp
ath_pci
ndiswrapper
ndiswrapper
jean@jean-laptop:~$
jean@jean-laptop:~$

Hors ligne

#5 Le 10/01/2008, à 20:17

safinaz

Re : wifi avec la methode de Willy78 donnée le 02/01/08

donne le retour de

lspci

#6 Le 10/01/2008, à 20:20

willy78

Re : wifi avec la methode de Willy78 donnée le 02/01/08

Dans aucun message tu n'as donné ces commande de vérification
donne les ça permet de connaitre exactement ta carte:

lspci
lsmod
sudo lshw -C network

Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum

Hors ligne

#7 Le 10/01/2008, à 20:34

ledocteur

Re : wifi avec la methode de Willy78 donnée le 02/01/08

RE je vous repons de suite:
jean@jean-laptop:~$ e:
bash: e: : commande introuvable
jean@jean-laptop:~$
jean@jean-laptop:~$ lspci
00:00.0 Host bridge: ATI Technologies Inc Unknown device 5a31 (rev 01)
00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:04.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:05.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:06.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:07.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:12.0 SATA controller: ATI Technologies Inc SB600 Non-Raid-5 SATA
00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0)
00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1)
00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2)
00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3)
00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4)
00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller (EHCI)
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 13)
00:14.1 IDE interface: ATI Technologies Inc SB600 IDE
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia
00:14.3 ISA bridge: ATI Technologies Inc SB600 PCI to LPC Bridge
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200M]
02:00.0 Ethernet controller: Atheros Communications, Inc. AR5006EG 802.11 b/g Wireless PCI Express Adapter (rev 01)
06:00.0 Ethernet controller: Attansic Technology Corp. L2 100 Mbit Ethernet Adapter (rev a0)
jean@jean-laptop:~$ lsmod
Module                  Size  Used by
ndiswrapper           185240  0
ipv6                  273892  10
af_packet              24840  2
rfcomm                 42136  2
l2cap                  26240  11 rfcomm
bluetooth              57060  4 rfcomm,l2cap
ppdev                  10244  0
cpufreq_userspace       5280  0
cpufreq_stats           7232  0
cpufreq_powersave       2688  0
cpufreq_ondemand        9612  0
freq_table              5792  2 cpufreq_stats,cpufreq_ondemand
cpufreq_conservative     8072  0
video                  18060  0
sbs                    19592  0
container               5504  0
button                  8976  0
dock                   10656  0
battery                11012  0
asus_acpi              17308  0
ac                      6148  0
ext3                  133896  1
jbd                    60456  1 ext3
parport_pc             37412  0
lp                     12580  0
parport                37448  3 ppdev,parport_pc,lp
joydev                 11328  0
snd_hda_intel         263712  1
snd_pcm_oss            44672  0
snd_mixer_oss          17664  1 snd_pcm_oss
snd_pcm                80388  2 snd_hda_intel,snd_pcm_oss
snd_seq_dummy           4740  0
snd_seq_oss            33152  0
snd_seq_midi            9600  0
snd_rawmidi            25728  1 snd_seq_midi
snd_seq_midi_event      8448  2 snd_seq_oss,snd_seq_midi
snd_seq                53232  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
ath_pci                98336  0
snd_timer              24324  2 snd_pcm,snd_seq
snd_seq_device          9228  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
uvcvideo               48644  0
ide_cd                 32672  0
cdrom                  37536  1 ide_cd
usb_storage            73024  0
compat_ioctl32          2304  1 uvcvideo
libusual               18448  1 usb_storage
atl2                   33304  0
snd                    54660  11 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore               8800  1 snd
snd_page_alloc         11400  2 snd_hda_intel,snd_pcm
videodev               29312  1 uvcvideo
v4l1_compat            15364  2 uvcvideo,videodev
v4l2_common            18432  2 uvcvideo,videodev
pcspkr                  4224  0
psmouse                39952  0
serio_raw               8068  0
wlan                  206660  1 ath_pci
ath_hal               192720  1 ath_pci
ata_generic             8452  0
i2c_piix4               9740  0
i2c_core               26112  1 i2c_piix4
ati_agp                10124  0
agpgart                35016  1 ati_agp
shpchp                 34580  0
pci_hotplug            32704  1 shpchp
evdev                  11136  6
ext2                   67208  1
mbcache                 9732  2 ext3,ext2
sg                     36764  0
sd_mod                 30336  6
ehci_hcd               36492  0
atiixp                  7056  0 [permanent]
ide_core              116804  3 ide_cd,usb_storage,atiixp
ahci                   23300  5
libata                125168  2 ata_generic,ahci
scsi_mod              147084  4 usb_storage,sg,sd_mod,libata
ohci_hcd               22916  0
usbcore               138632  7 ndiswrapper,uvcvideo,usb_storage,libusual,ehci_hcd,ohci_hcd
thermal                14344  0
processor              32072  1 thermal
fan                     5764  0
fuse                   47124  5
apparmor               40728  0
commoncap               8320  1 apparmor
jean@jean-laptop:~$ sudo lshw -C network

Hors ligne

#8 Le 10/01/2008, à 20:36

ledocteur

Re : wifi avec la methode de Willy78 donnée le 02/01/08

EXcuser moi voila la suite:
jean@jean-laptop:~$ sudo lshw -C network
[sudo] password for jean:
  *-network UNCLAIMED     
       description: Ethernet controller
       product: AR5006EG 802.11 b/g Wireless PCI Express Adapter
       vendor: Atheros Communications, Inc.
       physical id: 0
       bus info: pci@0000:02:00.0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix cap_list
       configuration: latency=0
  *-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:~$

Hors ligne

#9 Le 10/01/2008, à 20:40

willy78

Re : wifi avec la methode de Willy78 donnée le 02/01/08

c'est une atheros ta carte pas une broadcom ni une ralink!!!!!!!!!!:lol:

Il y a un poste épinglé en début de forum pour donner les commandes de diagnostiques qui t'aurai éviter de faire n'importe quoi! neutral

Bon voila un lien pour ton problème: wink
http://doc.ubuntu-fr.org/atheros_ar5007eg?s=ar5006eg


Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum

Hors ligne

#10 Le 10/01/2008, à 20:40

safinaz

Re : wifi avec la methode de Willy78 donnée le 02/01/08

pf lol:lol::lol:
http://doc.ubuntu-fr.org/atheros_ar5007eg?s=ath%20pci

un nettoyage

sudo modprobe -r ndiswrapper
sudo ndiswrapper -e rt2500usb
sudo ndiswrapper -e bcmwl5


Tu testes tous les drivers que tu trouves sur le net toi lol

#11 Le 10/01/2008, à 20:41

safinaz

Re : wifi avec la methode de Willy78 donnée le 02/01/08

pffffffff
lol lol

#12 Le 10/01/2008, à 20:45

ledocteur

Re : wifi avec la methode de Willy78 donnée le 02/01/08

merci, ,les gars,vous savez je suis un bleu,je fais ce que je peux!!
Je vais essayer a nouveau, je vous dirai si j'ai reussi.

Hors ligne

#13 Le 10/01/2008, à 20:45

willy78

Re : wifi avec la methode de Willy78 donnée le 02/01/08

lol lol


Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum

Hors ligne

#14 Le 10/01/2008, à 20:49

safinaz

Re : wifi avec la methode de Willy78 donnée le 02/01/08

pf willy78 change de méthode
ça ne marche: la preuve avec docteur

#15 Le 10/01/2008, à 20:55

willy78

Re : wifi avec la methode de Willy78 donnée le 02/01/08

safinaz a écrit :

pf willy78 change de méthode
ça ne marche: la preuve avec docteur

J'avais pas prévu ce cas de figure, la vache, faut penser a tout:
si avec les driver ralink ça marche pas faut essayer avec les broadcom et si ça ne marche pas plus, essayer realtek et si... lol

Non je déconne doc, mais quand même t'as fais fort!


Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum

Hors ligne

#16 Le 10/01/2008, à 21:15

ledocteur

Re : wifi avec la methode de Willy78 donnée le 02/01/08

AIE§!!!je vais encore me faire passer pour!!!!!
J'ai essyaé la methode atheros 5007 mais ca coince,j'ai peur du blame!!!lol!!!
je vous mets ce que j'ai eu:
jean@jean-laptop:~$ lspci
00:00.0 Host bridge: ATI Technologies Inc Unknown device 5a31 (rev 01)
00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:04.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:05.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:06.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:07.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:12.0 SATA controller: ATI Technologies Inc SB600 Non-Raid-5 SATA
00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0)
00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1)
00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2)
00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3)
00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4)
00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller (EHCI)
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 13)
00:14.1 IDE interface: ATI Technologies Inc SB600 IDE
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia
00:14.3 ISA bridge: ATI Technologies Inc SB600 PCI to LPC Bridge
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200M]
02:00.0 Ethernet controller: Atheros Communications, Inc. AR5006EG 802.11 b/g Wireless PCI Express Adapter (rev 01)
06:00.0 Ethernet controller: Attansic Technology Corp. L2 100 Mbit Ethernet Adapter (rev a0)
jean@jean-laptop:~$ wget http://snapshots.madwifi.org/madwifi-ng/madwifi-ng-r2756-20071018.tar.gz
--21:09:12--  http://snapshots.madwifi.org/madwifi-ng/madwifi-ng-r2756-20071018.tar.gz
           => `madwifi-ng-r2756-20071018.tar.gz.5'
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 053 635 (3.9M) [application/x-gzip]

100%[====================================>] 4 053 635    367.76K/s    ETA 00:00

21:09:24 (323.53 KB/s) - « madwifi-ng-r2756-20071018.tar.gz.5 » sauvegardé [4053635/4053635]

jean@jean-laptop:~$ tar -xvzf madwifi-ng-r2756-20071018.tar.gz
madwifi-ng-r2756-20071018/
madwifi-ng-r2756-20071018/THANKS
madwifi-ng-r2756-20071018/scripts/
madwifi-ng-r2756-20071018/scripts/madwifi-unload
madwifi-ng-r2756-20071018/scripts/if_ath_hal_generator.pl
madwifi-ng-r2756-20071018/scripts/get_arch.mk
madwifi-ng-r2756-20071018/scripts/find-madwifi-modules.sh
madwifi-ng-r2756-20071018/scripts/make-release.bash
madwifi-ng-r2756-20071018/scripts/madwifi-indent
madwifi-ng-r2756-20071018/regression/
madwifi-ng-r2756-20071018/regression/ccmp/
madwifi-ng-r2756-20071018/regression/ccmp/test_ccmp.c
madwifi-ng-r2756-20071018/regression/tkip/
madwifi-ng-r2756-20071018/regression/tkip/test_tkip.c
madwifi-ng-r2756-20071018/regression/wep/
madwifi-ng-r2756-20071018/regression/wep/test_wep.c
madwifi-ng-r2756-20071018/BuildCaps.inc
madwifi-ng-r2756-20071018/ath/
madwifi-ng-r2756-20071018/ath/if_athvar.h
madwifi-ng-r2756-20071018/ath/if_ath_hal_macros.h
madwifi-ng-r2756-20071018/ath/if_ath_hal_wrappers.h
madwifi-ng-r2756-20071018/ath/if_ath_pci.c
madwifi-ng-r2756-20071018/ath/Makefile.kernel
madwifi-ng-r2756-20071018/ath/if_athioctl.h
madwifi-ng-r2756-20071018/ath/if_ath_pci.h
madwifi-ng-r2756-20071018/ath/if_ath_hal.h
madwifi-ng-r2756-20071018/ath/version.h
madwifi-ng-r2756-20071018/ath/if_ath_ahb.c
madwifi-ng-r2756-20071018/ath/Makefile
madwifi-ng-r2756-20071018/ath/if_ath.c
madwifi-ng-r2756-20071018/ath/if_ath_ahb.h
madwifi-ng-r2756-20071018/tools/
madwifi-ng-r2756-20071018/tools/man/
madwifi-ng-r2756-20071018/tools/man/wlanconfig.8
madwifi-ng-r2756-20071018/tools/man/athkey.8
madwifi-ng-r2756-20071018/tools/man/athctrl.8
madwifi-ng-r2756-20071018/tools/man/80211debug.8
madwifi-ng-r2756-20071018/tools/man/athdebug.8
madwifi-ng-r2756-20071018/tools/man/athchans.8
madwifi-ng-r2756-20071018/tools/man/athstats.8
madwifi-ng-r2756-20071018/tools/man/ath_info.8
madwifi-ng-r2756-20071018/tools/man/80211stats.8
madwifi-ng-r2756-20071018/tools/athctrl.c
madwifi-ng-r2756-20071018/tools/athdebug.c
madwifi-ng-r2756-20071018/tools/80211stats.c
madwifi-ng-r2756-20071018/tools/wlanconfig.c
madwifi-ng-r2756-20071018/tools/athstats.c
madwifi-ng-r2756-20071018/tools/ath_info.c
madwifi-ng-r2756-20071018/tools/wireless_copy.h
madwifi-ng-r2756-20071018/tools/athchans.c
madwifi-ng-r2756-20071018/tools/athkey.c
madwifi-ng-r2756-20071018/tools/Makefile
madwifi-ng-r2756-20071018/tools/80211debug.c
madwifi-ng-r2756-20071018/ath_hal/
madwifi-ng-r2756-20071018/ath_hal/uudecode.c
madwifi-ng-r2756-20071018/ath_hal/ah_osdep.h
madwifi-ng-r2756-20071018/ath_hal/ah_os.h
madwifi-ng-r2756-20071018/ath_hal/Makefile.kernel
madwifi-ng-r2756-20071018/ath_hal/ah_target.inc
madwifi-ng-r2756-20071018/ath_hal/opt_ah.h
madwifi-ng-r2756-20071018/ath_hal/ah_os.c
madwifi-ng-r2756-20071018/ath_hal/Makefile
madwifi-ng-r2756-20071018/patch-kernel/
madwifi-ng-r2756-20071018/patch-kernel/Config.in
madwifi-ng-r2756-20071018/patch-kernel/README
madwifi-ng-r2756-20071018/patch-kernel/Kconfig
madwifi-ng-r2756-20071018/patch-kernel/install.sh
madwifi-ng-r2756-20071018/patch-kernel/Configure.help.patch
madwifi-ng-r2756-20071018/net80211/
madwifi-ng-r2756-20071018/net80211/ieee80211_crypto.h
madwifi-ng-r2756-20071018/net80211/ieee80211_rate.h
madwifi-ng-r2756-20071018/net80211/ieee80211_var.h
madwifi-ng-r2756-20071018/net80211/ieee80211_linux.h
madwifi-ng-r2756-20071018/net80211/if_media.h
madwifi-ng-r2756-20071018/net80211/ieee80211_crypto.c
madwifi-ng-r2756-20071018/net80211/ieee80211.h
madwifi-ng-r2756-20071018/net80211/if_media.c
madwifi-ng-r2756-20071018/net80211/if_ethersubr.h
madwifi-ng-r2756-20071018/net80211/ieee80211_scan.h
madwifi-ng-r2756-20071018/net80211/ieee80211_rate.c
madwifi-ng-r2756-20071018/net80211/if_llc.h
madwifi-ng-r2756-20071018/net80211/ieee80211_wireless.c
madwifi-ng-r2756-20071018/net80211/ieee80211.c
madwifi-ng-r2756-20071018/net80211/ieee80211_radiotap.h
madwifi-ng-r2756-20071018/net80211/ieee80211_node.c
madwifi-ng-r2756-20071018/net80211/ieee80211_crypto_tkip.c
madwifi-ng-r2756-20071018/net80211/ieee80211_input.c
madwifi-ng-r2756-20071018/net80211/ieee80211_scan.c
madwifi-ng-r2756-20071018/net80211/ieee80211_output.c
madwifi-ng-r2756-20071018/net80211/ieee80211_crypto_ccmp.c
madwifi-ng-r2756-20071018/net80211/ieee80211_power.c
madwifi-ng-r2756-20071018/net80211/ieee80211_debug.h
madwifi-ng-r2756-20071018/net80211/ieee80211_monitor.h
madwifi-ng-r2756-20071018/net80211/ieee80211_scan_ap.c
madwifi-ng-r2756-20071018/net80211/ieee80211_crypto_none.c
madwifi-ng-r2756-20071018/net80211/Makefile.kernel
madwifi-ng-r2756-20071018/net80211/ieee80211_ioctl.h
madwifi-ng-r2756-20071018/net80211/ieee80211_beacon.c
madwifi-ng-r2756-20071018/net80211/ieee80211_linux.c
madwifi-ng-r2756-20071018/net80211/if_athproto.h
madwifi-ng-r2756-20071018/net80211/version.h
madwifi-ng-r2756-20071018/net80211/ieee80211_node.h
madwifi-ng-r2756-20071018/net80211/ieee80211_xauth.c
madwifi-ng-r2756-20071018/net80211/ieee80211_monitor.c
madwifi-ng-r2756-20071018/net80211/ieee80211_power.h
madwifi-ng-r2756-20071018/net80211/ieee80211_acl.c
madwifi-ng-r2756-20071018/net80211/Makefile
madwifi-ng-r2756-20071018/net80211/ieee80211_crypto_wep.c
madwifi-ng-r2756-20071018/net80211/ieee80211_scan_sta.c
madwifi-ng-r2756-20071018/net80211/_ieee80211.h
madwifi-ng-r2756-20071018/net80211/ieee80211_proto.h
madwifi-ng-r2756-20071018/net80211/ieee80211_proto.c
madwifi-ng-r2756-20071018/COPYRIGHT
madwifi-ng-r2756-20071018/ath_rate/
madwifi-ng-r2756-20071018/ath_rate/onoe/
madwifi-ng-r2756-20071018/ath_rate/onoe/onoe.c
madwifi-ng-r2756-20071018/ath_rate/onoe/Makefile.kernel
madwifi-ng-r2756-20071018/ath_rate/onoe/onoe.h
madwifi-ng-r2756-20071018/ath_rate/onoe/Makefile
madwifi-ng-r2756-20071018/ath_rate/minstrel/
madwifi-ng-r2756-20071018/ath_rate/minstrel/minstrel.h
madwifi-ng-r2756-20071018/ath_rate/minstrel/minstrel.c
madwifi-ng-r2756-20071018/ath_rate/minstrel/minstrel.txt
madwifi-ng-r2756-20071018/ath_rate/minstrel/Makefile.kernel
madwifi-ng-r2756-20071018/ath_rate/minstrel/Makefile
madwifi-ng-r2756-20071018/ath_rate/sample/
madwifi-ng-r2756-20071018/ath_rate/sample/sample.c
madwifi-ng-r2756-20071018/ath_rate/sample/sample.h
madwifi-ng-r2756-20071018/ath_rate/sample/Makefile.kernel
madwifi-ng-r2756-20071018/ath_rate/sample/Makefile
madwifi-ng-r2756-20071018/ath_rate/amrr/
madwifi-ng-r2756-20071018/ath_rate/amrr/amrr.c
madwifi-ng-r2756-20071018/ath_rate/amrr/amrr.h
madwifi-ng-r2756-20071018/ath_rate/amrr/Makefile.kernel
madwifi-ng-r2756-20071018/ath_rate/amrr/Makefile
madwifi-ng-r2756-20071018/ath_rate/Makefile
madwifi-ng-r2756-20071018/include/
madwifi-ng-r2756-20071018/include/compat.h
madwifi-ng-r2756-20071018/include/sys/
madwifi-ng-r2756-20071018/include/sys/queue.h
madwifi-ng-r2756-20071018/Makefile.inc
madwifi-ng-r2756-20071018/kernelversion.c
madwifi-ng-r2756-20071018/README
madwifi-ng-r2756-20071018/Makefile.kernel
madwifi-ng-r2756-20071018/INSTALL
madwifi-ng-r2756-20071018/SNAPSHOT
madwifi-ng-r2756-20071018/contrib/
madwifi-ng-r2756-20071018/contrib/madwifi.spec.in
madwifi-ng-r2756-20071018/contrib/madwifi.spec
madwifi-ng-r2756-20071018/Makefile
madwifi-ng-r2756-20071018/hal/
madwifi-ng-r2756-20071018/hal/ah_devid.h
madwifi-ng-r2756-20071018/hal/COPYRIGHT
madwifi-ng-r2756-20071018/hal/public/
madwifi-ng-r2756-20071018/hal/public/ap30.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/i386-elf.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/ap30.inc
madwifi-ng-r2756-20071018/hal/public/i386-elf.inc
madwifi-ng-r2756-20071018/hal/public/mips-le-elf.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/ap51.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/sparc-be-elf.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/xscale-be-elf.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/xscale-le-elf.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/alpha-elf.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/wackelf.c
madwifi-ng-r2756-20071018/hal/public/ap43.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/sparc64-be-elf.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/armv4-be-elf.inc
madwifi-ng-r2756-20071018/hal/public/ap30.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/alpha-elf.inc
madwifi-ng-r2756-20071018/hal/public/ap61.inc
madwifi-ng-r2756-20071018/hal/public/mipsisa32-be-elf.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/powerpc-be-elf.inc
madwifi-ng-r2756-20071018/hal/public/mipsisa32-be-elf.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/sparc64-be-elf.inc
madwifi-ng-r2756-20071018/hal/public/mips1-be-elf.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/sh4-le-elf.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/arm9-le-thumb-elf.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/mips1-le-elf.inc
madwifi-ng-r2756-20071018/hal/public/powerpc-be-eabi.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/powerpc-be-eabi.inc
madwifi-ng-r2756-20071018/hal/public/mips-be-elf.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/powerpc-be-elf.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/powerpc-be-eabi.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/mips1-be-elf.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/mips1-le-elf.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/sh4-le-elf.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/powerpc-le-eabi.inc
madwifi-ng-r2756-20071018/hal/public/xscale-le-elf.inc
madwifi-ng-r2756-20071018/hal/public/armv4-le-elf.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/powerpc-le-eabi.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/x86_64-elf.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/mipsisa32-le-elf.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/sh4-le-elf.inc
madwifi-ng-r2756-20071018/hal/public/arm9-le-thumb-elf.inc
madwifi-ng-r2756-20071018/hal/public/powerpc-be-elf.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/mips1-be-elf.inc
madwifi-ng-r2756-20071018/hal/public/alpha-elf.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/arm9-le-thumb-elf.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/mips-be-elf.inc
madwifi-ng-r2756-20071018/hal/public/mips-le-elf.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/ap43.inc
madwifi-ng-r2756-20071018/hal/public/mips-be-elf.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/ap51.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/mipsisa32-le-elf.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/ap61.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/armv4-le-elf.inc
madwifi-ng-r2756-20071018/hal/public/armv4-be-elf.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/i386-elf.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/armv4-le-elf.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/mips1-le-elf.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/x86_64-elf.inc
madwifi-ng-r2756-20071018/hal/public/mipsisa32-be-elf.inc
madwifi-ng-r2756-20071018/hal/public/ap51.inc
madwifi-ng-r2756-20071018/hal/public/sparc-be-elf.inc
madwifi-ng-r2756-20071018/hal/public/armv4-be-elf.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/mips-le-elf.inc
madwifi-ng-r2756-20071018/hal/public/xscale-be-elf.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/mipsisa32-le-elf.inc
madwifi-ng-r2756-20071018/hal/public/sparc-be-elf.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/powerpc-le-eabi.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/xscale-be-elf.inc
madwifi-ng-r2756-20071018/hal/public/ap61.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/x86_64-elf.opt_ah.h
madwifi-ng-r2756-20071018/hal/public/ap43.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/sparc64-be-elf.hal.o.uu
madwifi-ng-r2756-20071018/hal/public/xscale-le-elf.opt_ah.h
madwifi-ng-r2756-20071018/hal/ah_soc.h
madwifi-ng-r2756-20071018/hal/README
madwifi-ng-r2756-20071018/hal/version.h
madwifi-ng-r2756-20071018/hal/ah.h
madwifi-ng-r2756-20071018/hal/ah_desc.h
madwifi-ng-r2756-20071018/release.h
jean@jean-laptop:~$ cd madwifi-ng-r2756-20071018/
jean@jean-laptop:~/madwifi-ng-r2756-20071018$  wget http://madwifi.org/attachment/ticket/1679/madwifi-ng-0933.ar2425.20071130.i386.patch?format=raw -O madwifi-ng-0933.ar2425.20071130.i386.patch
--21:10:38--  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      327.40K/s             

21:10:41 (326.39 KB/s) - « madwifi-ng-0933.ar2425.20071130.i386.patch » sauvegardé [695617/695617]

jean@jean-laptop:~/madwifi-ng-r2756-20071018$ patch -p0 < madwifi-ng-0933.ar2425.20071130.i386.patch
Le programme 'patch' n'est pas installé actuellement.  Vous pouvez l'installer en tapant :
sudo apt-get install patch
bash: patch : commande introuvable
jean@jean-laptop:~/madwifi-ng-r2756-20071018$

Hors ligne

#17 Le 10/01/2008, à 21:22

safinaz

Re : wifi avec la methode de Willy78 donnée le 02/01/08

tape donc

sudo apt-get install patch


c'est drà´le ce paquet est natif.

#18 Le 10/01/2008, à 21:31

willy78

Re : wifi avec la methode de Willy78 donnée le 02/01/08

C'est bizarre il dépend de quoi d'ailleurs ce paquet, si ça se trouve il manque un truc plus chiant!


Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum

Hors ligne

#19 Le 10/01/2008, à 21:36

ledocteur

Re : wifi avec la methode de Willy78 donnée le 02/01/08

re,ça na pas marché,excusez moi!!!lol
j'ai fait iwconfig et:
jean@jean-laptop:~$ iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

pourtant tout avait l'air de s'etre bien passe apres la manip de safinaz

Hors ligne

#20 Le 10/01/2008, à 21:38

willy78

Re : wifi avec la methode de Willy78 donnée le 02/01/08

et ça tu l'as fais:

cd ~/madwifi-ng-r2756-20071018
sudo apt-get install patch
patch -p0 < madwifi-ng-0933.ar2425.20071130.i386.patch
make
sudo make install

Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum

Hors ligne

#21 Le 10/01/2008, à 21:40

ledocteur

Re : wifi avec la methode de Willy78 donnée le 02/01/08

Je vais essayer et je vous envoie un message,merci!

Hors ligne

#22 Le 10/01/2008, à 21:54

ledocteur

Re : wifi avec la methode de Willy78 donnée le 02/01/08

merci , beaucoup de vous etre occupé de moi mais" niet "ça ne marche pas et la malheureusement je dois vous laisser,j'essaierai de faire des essais demain.merci encore;a bientot!!
Bonne nuit!

Hors ligne

#23 Le 10/01/2008, à 21:59

willy78

Re : wifi avec la methode de Willy78 donnée le 02/01/08

retour de

sudo lshw -C network
iwlist scan
modinfo ath_pci

Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum

Hors ligne

#24 Le 10/01/2008, à 23:09

Dude_the_hunter

Re : wifi avec la methode de Willy78 donnée le 02/01/08

willy78 a écrit :
safinaz a écrit :

pf willy78 change de méthode
ça ne marche: la preuve avec docteur

J\'avais pas prévu ce cas de figure, la vache, faut penser a tout:
si avec les driver ralink ça marche pas faut essayer avec les broadcom et si ça ne marche pas plus, essayer realtek et si... lol

Non je déconne doc, mais quand même t\'as fais fort!

Pfff, c\'est n\'importe quoi, moi j\'ai essayé les drivers ATI et Nvidia, et c\'est MESA qui s\'en sort le mieux pour les RTcomAthX.
Merci Belga de m\'avoir mis sur la voie (ferrée) salaud, y\'avait un train!!

#25 Le 10/01/2008, à 23:12

jel_jur_c'est_lui

Re : wifi avec la methode de Willy78 donnée le 02/01/08

hehe
lol:lol: