Page 1 sur 1

[wifi][atheros] Carte non reconnu (résolu)

Publié : ven. 12 sept. 2008, 21:42
par killruana
Bonjour,

j'ai acheté une carte wifi PCMCIA TP-LINK TL-WN310G et qui n'ai pas reconnu :/

J'ai installé les drivers mdwifi et rajouté options ath_pci countrycode=250 dans /etc/modprobe.con

Infos utiles :

Code : Tout sélectionner

[killruana@Wishmaster ~]$ lspci
(...)
02:00.0 Ethernet controller: Atheros Communications Inc. Device 001d (rev 01)

Code : Tout sélectionner

[killruana@Wishmaster ~]$ lspci -v
(...)
02:00.0 Ethernet controller: Atheros Communications Inc. Device 001d (rev 01)
        Subsystem: Atheros Communications Inc. Device 1055
        Flags: medium devsel, IRQ 5
        Memory at 44000000 (32-bit, non-prefetchable) [size=64K]
        Capabilities: <access denied>
        Kernel modules: ath_pci

Code : Tout sélectionner

[killruana@Wishmaster ~]$ lsmod | egrep "ath"
ath_pci               241848  0
wlan                  222192  1 ath_pci
ath_hal               250976  1 ath_pci

Code : Tout sélectionner

[killruana@Wishmaster ~]$ dmesg | egrep "(ath|wifi)"
ath_hal: module license 'Proprietary' taints kernel.
ath_pci 0000:02:00.0: enabling device (0000 -> 0002)
ath_pci: HAL doesn't support MAC revision 0xf0
Si quelqu'un à une odée...

Publié : ven. 12 sept. 2008, 21:55
par Skunnyk
Hello ,

Elle semble pourtant reconnu d'après les logs.
Un iwconfig et un ifconfig -a ne te donne rien ?

ps: hum, cette carte n'a pas l'air très repandu, tu peux toujours tenter du coté de ndiswrapper si tu ne t'en sors pas :/

Publié : ven. 12 sept. 2008, 22:07
par killruana

Code : Tout sélectionner

[killruana@Wishmaster ~]$ iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

[killruana@Wishmaster ~]$ ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:C0:9F:31:C4:27
          inet addr:192.168.1.12  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::2c0:9fff:fe31:c427/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:226887 errors:0 dropped:0 overruns:0 frame:0
          TX packets:126400 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:329369685 (314.1 Mb)  TX bytes:9964518 (9.5 Mb)
          Interrupt:4 Base address:0x1800

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:24 errors:0 dropped:0 overruns:0 frame:0
          TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1200 (1.1 Kb)  TX bytes:1200 (1.1 Kb)
Je l'ai essayé sur d'autres distrib, et elle n'est reconnue/utilisable que sur backtrack 3 :/

Quand à ndiswrapper, j'aimerais eviter si d'autres solutions existent

Publié : ven. 12 sept. 2008, 22:20
par killruana
Ca marche avec Ndiswrapper.
Faute de mieux, je vais m'en contenter...

Merci quand même

(mais si vous avez une autre solution, ne vous genez pas)

Publié : ven. 12 sept. 2008, 23:26
par Tebo
Si le chip fait partie de la serie 5xxx
tu peut essayer avec ath5k

Code : Tout sélectionner

modinfo ath5k                                                            
filename:       /lib/modules/2.6.26-T60/kernel/drivers/net/wireless/ath5k/ath5k.ko
version:        0.5.0 (EXPERIMENTAL)
license:        Dual BSD/GPL
description:    Support for 5xxx series of Atheros 802.11 wireless LAN cards.
intégrer dans la quenelle depuis le 2.6.25 j'croit, mais bon ..

Publié : ven. 12 sept. 2008, 23:27
par killruana
J'ai un autre problème, avec netcfg cette fois-çi :

Code : Tout sélectionner

[killruana@Wishmaster ~]$ sudo netcfg2 wlan0.Livebox-2334.static
Password:
 > Livebox-2334 is not a valid connection, check spelling or look at examples
mon fichier de config est :

Code : Tout sélectionner

[killruana@Wishmaster ~]$ cat /etc/network.d/wlan0.Livebox-2334.static
CONNECTION="Livebox-2334"
DESCRIPTION="A wep encrypted wireless connection using static ip"
INTERFACE=wlan0
SCAN="yes"
SECURITY="wep"
ESSID="Livebox-2334"
KEY="xxx"
IP="static"
IFOPTS="192.168.1.30 netmask 255.255.255.0 broadcast 192.168.1.255"
GATEWAY="192.168.1.1"
DNS1=192.168.1.1
D'où vient l'erreur ? Je me suis servis des exemples de configuration pourtant :/

Publié : ven. 12 sept. 2008, 23:55
par Skunnyk
Dans CONNECTION; il faut mettre le type de connexion.
Donc ici ca serait wireless :wink:

CONNECTION="wireless"

Publié : sam. 13 sept. 2008, 00:42
par killruana
Skunnyk a écrit :Dans CONNECTION; il faut mettre le type de connexion.
Donc ici ca serait wireless :wink:

CONNECTION="wireless"
Après quelqes essais j'ai trouvé tout seul
Je suis un peu boulet parfois :)

Mais merci quand meme pour ton aide :)

Publié : sam. 13 sept. 2008, 05:32
par titoucha
Et tu as trouvé quoi comme solution, ça m'intéresse.