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 13/01/2009, à 13:57

zambalaranuuuuu

nubuntu8.12 configuration d'une carte atheros

Bonjour à tous ,

je ne parviens pas à configurer le wifi .
J'ai installé madwifi et blacklisté le pilote ath5k.. Si quelqu'un a une piste n'hesitez pas roll

Quelques infos
-lspci:

Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)

-iwconfig:

lo        no wireless extensions.

eth0      no wireless extensions.

wifi0     no wireless extensions.

ath0      IEEE 802.11b  ESSID:""  Nickname:""
          Mode:Managed  Channel:0  Access Point: Not-Associated   
          Bit Rate:0 kb/s   Tx-Power:0 dBm   Sensitivity=1/1 
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=0/70  Signal level=0 dBm  Noise level=0 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

pan0      no wireless extensions.

-ifconfig:

eth0      Link encap:Ethernet  HWaddr 00:1f:c6:58:26:a3 
          inet addr:192.168.1.15  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::21f:c6ff:fe58:26a3/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:58732 errors:0 dropped:0 overruns:0 frame:0
          TX packets:36376 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:78912452 (78.9 MB)  TX bytes:3365273 (3.3 MB)
          Interrupt:20 Base address:0xb800

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:208 errors:0 dropped:0 overruns:0 frame:0
          TX packets:208 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:10400 (10.4 KB)  TX bytes:10400 (10.4 KB)

-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

-iwlist scan :

lo        Interface doesn't support scanning.

eth0      Interface doesn't support scanning.

wifi0     Interface doesn't support scanning.

ath0      Interface doesn't support scanning : Network is down

pan0      Interface doesn't support scanning.

#2 Le 14/01/2009, à 10:15

zambalaranu

Re : nubuntu8.12 configuration d'une carte atheros

j'ai tenté :

sudo ifconfig wifi0 up
sudo ifconfig ath0 up
sudo wlanconfig ath0 list scan

puis finalement.. :

sudo ifconfig ath0 down && sudo wlanconfig ath0 destroy
sudo wlanconfig ath0 create wlandev wifi0 wlanmode sta
sudo ifconfig ath0 up
sudo iwlist ath0 scanning

mais au final toujours pareil j'ai l'impression..

- iwlist ath0 scanning :
ath0 No scan results

- iwconfig :
lo no wireless extensions.

eth0 no wireless extensions.

wifi0 no wireless extensions.

pan0 no wireless extensions.

ath0 IEEE 802.11b ESSID:"" Nickname:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power:17 dBm Sensitivity=1/1
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=0/70 Signal level=-98 dBm Noise level=-98 dBm
Rx invalid nwid:260 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

- airmon-ng :


Interface Chipset Driver

wifi0 Atheros madwifi-ng
ath0 Atheros madwifi-ng VAP (parent: wifi0)





- sudo /etc/init.d/networking restart :
* Reconfiguring network interfaces... Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wifi0: unknown hardware address type 801
wifi0: unknown hardware address type 801
Listening on LPF/eth0/00:1f:c6:58:26:a3
Sending on LPF/eth0/00:1f:c6:58:26:a3
Sending on Socket/fallback
DHCPREQUEST of 192.168.1.15 on eth0 to 255.255.255.255 port 67
DHCPACK of 192.168.1.15 from 192.168.1.1
bound to 192.168.1.15 -- renewal in 39947 seconds.
* if-up.d/mountnfs[eth0]: waiting for interface eth1 before doing NFS mounts
* if-up.d/mountnfs[eth0]: waiting for interface eth2 before doing NFS mounts
* if-up.d/mountnfs[eth0]: waiting for interface ath0 before doing NFS mounts
* if-up.d/mountnfs[eth0]: waiting for interface wlan0 before doing NFS mounts
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wifi0: unknown hardware address type 801
SIOCSIFADDR: No such device
eth1: ERROR while getting interface flags: No such device
eth1: ERROR while getting interface flags: No such device
wifi0: unknown hardware address type 801
Bind socket to interface: No such device
Failed to bring up eth1.
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wifi0: unknown hardware address type 801
SIOCSIFADDR: No such device
eth2: ERROR while getting interface flags: No such device
eth2: ERROR while getting interface flags: No such device
wifi0: unknown hardware address type 801
Bind socket to interface: No such device
Failed to bring up eth2.
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wifi0: unknown hardware address type 801
wifi0: unknown hardware address type 801
Listening on LPF/ath0/06:15:af:96:d1:26
Sending on LPF/ath0/06:15:af:96:d1:26
Sending on Socket/fallback
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 16
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 20
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 9
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
* if-up.d/mountnfs[ath0]: waiting for interface eth1 before doing NFS mounts
* if-up.d/mountnfs[ath0]: waiting for interface eth2 before doing NFS mounts
* if-up.d/mountnfs[ath0]: waiting for interface wlan0 before doing NFS mounts
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wifi0: unknown hardware address type 801
SIOCSIFADDR: No such device
wlan0: ERROR while getting interface flags: No such device
wlan0: ERROR while getting interface flags: No such device
wifi0: unknown hardware address type 801
Bind socket to interface: No such device
Failed to bring up wlan0.

Dernière modification par zambalaranu (Le 14/01/2009, à 10:17)

Hors ligne

#3 Le 15/02/2009, à 18:48

sinbad83

Re : nubuntu8.12 configuration d'une carte atheros

Bonsoir,
bizarre que tu aies des difficultés avec le chipset Atheros. J'ai un Acer One 150 avec l'AR242X qui marche parfaitement en Linux4One. J'ai fait une mini-doc sur le sujet http://coursinforev.ovh.org/dokuwiki/doku.php/ubuntu_netbook, tu peux toujours regarder. Tu verras en particulier que la connexion Wifi est sur ath0.
Une question idiote, le bouton Wifi est bien sur On et éclairé (le mien est bloqué. Heureusement, sur On).


La connaissance n'est pas une denrée rare, il faut la partager avec les autres.
Linux registered #484707
Site: www.coursinforev.org/doku.php
Desktop AMD Ryzen 5-3600, RAM 16GB, Ubuntu 20.10,   HP Pavillon G6 Ubuntu 20.10 et Ten, Serveur Ubuntu 18.04

Hors ligne

#4 Le 28/02/2009, à 21:21

PPdM

Re : nubuntu8.12 configuration d'une carte atheros

salut
le sujet WIFI ATHEROS a éte traité a plusieurs reprise ces dernières semaines faites des recherches sur le forum il y a plusieurs post résolus a ce jour, l'une des solution trouvé doit fonctionner.:/;)

Dernière modification par pierguiard (Le 28/02/2009, à 21:22)


La critique est facile, mais l'art est difficile !
L'humanité étant ce qu'elle est, la liberté ne sera jamais un acquit, mais toujours un droit à défendre !
Pour résoudre un problème commence par poser les bonnes questions, la bonne solution en découlera

Hors ligne