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 28/10/2008, à 19:48

nhaazir

carte wifi atheros AR5007 pas reconnu

Bonjour,
Nouveau sur Ubuntu, je n'arrive pas à installer le driver pour ma carte wifi
Atheros AR5007. J'ai essayer plusieur lien et fait les manip recommandées mais
rien n'y fait. J'ai essayé avec madwifi et ndiswrapper, même resultat.

Aujourd'hui J'appel à l'aide
j'ai un compaq C700
voici les manip que l'on demande

cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION="Ubuntu 8.04.1"

lsusb
Bus 004 Device 002: ID 04f2:b057 Chicony Electronics Co., Ltd
Bus 004 Device 001: ID 0000:0000 
Bus 003 Device 001: ID 0000:0000 
Bus 002 Device 001: ID 0000:0000 
Bus 001 Device 001: ID 0000:0000

lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
01:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
02:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)

iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

iwlist scan
lo        Interface doesn't support scanning.

eth0      Interface doesn't support scanning.

cat /etc/network/interfaces
auto lo
iface lo inet loopback

nm-tool

NetworkManager Tool

State: connected

- Device: eth0 ----------------------------------------------------------------
  NM Path:           /org/freedesktop/NetworkManager/Devices/eth0
  Type:              Wired
  Driver:            8139too
  Active:            yes
  HW Address:        00:1E:EC:18:0B:5A

  Capabilities:
    Supported:       yes
    Carrier Detect:  yes
    Speed:           100 Mb/s

  Wired Settings
    Hardware Link:   yes

  IP Settings:
    IP Address:      192.168.1.24
    Subnet Mask:     255.255.255.0
    Broadcast:       192.168.1.255
    Gateway:         192.168.1.1
    Primary DNS:     192.168.1.1
    Secondary DNS:   0.0.0.0

uname -r -m
2.6.24-21-generic i686

merci encor pour votre aide:mad:

Hors ligne

#2 Le 28/10/2008, à 20:16

toutafai

Re : carte wifi atheros AR5007 pas reconnu

Bonsoir,

essaye ca (connecte toi avec le cable pour faire la manipulation)

mkdir wifi && cd wifi
sudo apt-get install build-essential 
wget http://snapshots.madwifi.org/madwifi-hal-0.10.5.6/madwifi-hal-0.10.5.6-r3698-20080604.tar.gz
sudo ifconfig ath0 down
sudo modprobe -r ath_pci
tar -xvzf madwifi-hal-*.gz
cd madwifi-hal-*/scripts/
sudo ./madwifi-unload
sudo ./find-madwifi-modules.sh $(uname -r)
cd ..
make
sudo make install
echo -e 'auto lo\niface lo inet loopback\n' | sudo tee /etc/network/interfaces
sudo modprobe ath_pci

Attends quelques secondes et connecte toi avec m-n (les 2 tc en haut a droite, à coté de l'heure)


Tombé dans l'informatique étant petit, j'en ai fait mon métier. Utilisateur d'Ubuntu depuis novembre 2006, actuellement sous 20.04 x64 (Que d'évolution
depuis Dapper Drake ! Ça rajeunit pas ^^^).

Hors ligne

#3 Le 29/10/2008, à 13:11

nhaazir

Re : carte wifi atheros AR5007 pas reconnu

Merci
probleme resolu.
La je suis a fond, faut que je maitrise.
Merci encor

Hors ligne

#4 Le 29/10/2008, à 13:48

rosty

Re : carte wifi atheros AR5007 pas reconnu

bonjours
jai exactement le meme probleme sauf que moi j'ai ca :

nm-tool

NetworkManager Tool

State: connected

- Device: eth0 ----------------------------------------------------------------
  NM Path:           /org/freedesktop/NetworkManager/Devices/eth0
  Type:              Wired
  Driver:            8139too
  Active:            no
  HW Address:        00:1E:EC:18:0B:62

  Capabilities:
    Supported:       yes
    Carrier Detect:  yes
    Speed:           10 Mb/s

  Wired Settings
    Hardware Link:   no

svp aider moi je vais devenir fou smile

Hors ligne

#5 Le 29/10/2008, à 14:46

willy78

Re : carte wifi atheros AR5007 pas reconnu

@rosty
pas vraiment suffisant comme infos!


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

Hors ligne

#6 Le 02/12/2008, à 13:36

ZAckO

Re : carte wifi atheros AR5007 pas reconnu

Bonjour a tous ^^
j'ai moi aussi un compaq presario C700, équipé d'une athéros5007. Je suis nouveau dans le monde de ubuntu et je dois avouer que je ne suis pas doué dutout ^^ j'ai rentré chaques chaque ligne de la réponse et au final ,plusieurs belles érreurs et toujours pas de wifi hmm J'orais grandement besoin de votre aide... voici les derniére ligne de mon terminal a chaques érreur

antoine@ubuntu:~/wifi$ sudo ifconfig ath0 down
ath0: ERROR while getting interface flags: No such device
antoine@ubuntu:~/wifi$

puis:

WARNING:
It seems that there are modules left from previous MadWifi installations.
If you are unistalling the MadWifi modules please press "r" to remove them.
If you are installing new MadWifi modules, you should consider removing those
already installed, or else you may experience problems during operation.
Remove old modules?

[l]ist, [r]emove, [i]gnore or e[x]it (l,r,i,[x])

puis(je fais "r"):

Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.27-9-generic/build SUBDIRS=/home/antoine/wifi/madwifi-hal-0.10.5.6-r3698-20080604 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.27-9-generic'
  CC [M]  /home/antoine/wifi/madwifi-hal-0.10.5.6-r3698-20080604/ath/if_ath.o
  CC [M]  /home/antoine/wifi/madwifi-hal-0.10.5.6-r3698-20080604/ath/if_ath_radar.o
  CC [M]  /home/antoine/wifi/madwifi-hal-0.10.5.6-r3698-20080604/ath/if_ath_hal_extensions.o
  CC [M]  /home/antoine/wifi/madwifi-hal-0.10.5.6-r3698-20080604/ath/if_ath_pci.o
  LD [M]  /home/antoine/wifi/madwifi-hal-0.10.5.6-r3698-20080604/ath/ath_pci.o
  CC [M]  /home/antoine/wifi/madwifi-hal-0.10.5.6-r3698-20080604/ath_hal/ah_os.o
cc1: warnings being treated as errors
/home/antoine/wifi/madwifi-hal-0.10.5.6-r3698-20080604/ath_hal/ah_os.c: In function 'ath_hal_lookup_register_name':
/home/antoine/wifi/madwifi-hal-0.10.5.6-r3698-20080604/ath_hal/ah_os.c:451: error: format not a string literal and no format arguments
make[3]: *** [/home/antoine/wifi/madwifi-hal-0.10.5.6-r3698-20080604/ath_hal/ah_os.o] Error 1
make[2]: *** [/home/antoine/wifi/madwifi-hal-0.10.5.6-r3698-20080604/ath_hal] Error 2
make[1]: *** [_module_/home/antoine/wifi/madwifi-hal-0.10.5.6-r3698-20080604] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-9-generic'
make: *** [modules] Error 2

puis je finis les manip et toujours pas de wifi :s

help...
merci beaucoup.

#7 Le 02/12/2008, à 21:49

willy78

Re : carte wifi atheros AR5007 pas reconnu


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

Hors ligne