Pages : 1
#1 Le 22/11/2007, à 01:21
- koszza
[Résolu]Fluxbuntu VS Wifi
Salut
Je ne parviens pas à faire fonctionner ma carte PCMCIA TL-WN610G, chipset atheros 5212.
Fluxbuntu 7.10 utilise le gestionnaire graphique network-config 0.1 pour la gestion du réseau et celui-ci ne voit pas la carte.
Pourtant un iwconfig donne
lo no wireless extensions.
eth0 no wireless extensions.
wifi0 no wireless extensions.
ath0 IEEE 802.11g ESSID:"" Nickname:""
Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power:18 dBm Sensitivity=1/1
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=0/70 Signal level=-94 dBm Noise level=-94 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0ath0 IEEE 802.11g ESSID:"" Nickname:""
Par contre, je ne voit pas ce que c'est se wifi0.
Et lorsque je fait un iwlist scan J'ai bien un retour positif de point d'acces.
J'avais réussi à installer cette carte sur une debian avec fluxbox comme interface graphique.
Si quelqu'un à une idée ?
Dernière modification par koszza (Le 26/11/2007, à 20:00)
« Ne piratez plus, utilisez des logiciels libres ».
Hors ligne
#2 Le 22/11/2007, à 04:58
- HymnToLife
Re : [Résolu]Fluxbuntu VS Wifi
Utilise directement /etc/network/interfaces...
- Rodrigue, as-tu du cœur ?
- Non, mais j'ai du pique !
Hors ligne
#3 Le 26/11/2007, à 19:02
- koszza
Re : [Résolu]Fluxbuntu VS Wifi
Salut. je n'avais pas eu le temps de me repencher sur le problème : week end très chargé.
Donc je viens de configurer mon réseaux manuelement comme me la conseillé HymnToLife et ça fonctionne (sans clef).
Mais j'ai quelques erreur lors d'un /etc/init.d/networking restart
* Reconfiguring network interfaces... [80G There is already a pid file /var/run/dhclient.ath0.pid with pid 5469
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.0.5
Copyright 2004-2006 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/00:14:78:12:43:f3
Sending on LPF/ath0/00:14:78:12:43:f3
Sending on Socket/fallback
DHCPRELEASE on ath0 to 192.168.1.1 port 67
Error for wireless request "Set Mode" (8B06) :
SET failed on device ath0 ; Invalid argument.
There is already a pid file /var/run/dhclient.ath0.pid with pid 134519120
Internet Systems Consortium DHCP Client V3.0.5
Copyright 2004-2006 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/00:14:78:12:43:f3
Sending on LPF/ath0/00:14:78:12:43:f3
Sending on Socket/fallback
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 10
DHCPOFFER from 192.168.1.1
DHCPREQUEST on ath0 to 255.255.255.255 port 67
DHCPACK from 192.168.1.1
bound to 192.168.1.50 -- renewal in 129380 seconds.
[74G[ OK ]
Si quelqu'un peut m'éclairer ?
« Ne piratez plus, utilisez des logiciels libres ».
Hors ligne
#4 Le 26/11/2007, à 19:04
- safinaz
Re : [Résolu]Fluxbuntu VS Wifi
Poste le retour de
cat /etc/network/interfaces
#5 Le 26/11/2007, à 19:08
- koszza
Re : [Résolu]Fluxbuntu VS Wifi
oki
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
# auto eth0
# iface eth0 inet dhcp
iface ath0 inet dhcp
wireless-mode Managed
wireless-essid PointG
wireless-key off
auto ath0
Voici aussi le retour de : sudo lshw -C network
*-network
description: AR5001-0000-0000
product: Wireless LAN Reference Card
vendor: Atheros Communications, Inc.
physical id: 0
version: 00
slot: Socket 1
resources: irq:10
*-network
description: Ethernet interface
product: 82557/8/9 Ethernet Pro 100
vendor: Intel Corporation
physical id: 6
bus info: pci@0000:00:06.0
logical name: eth0
version: 08
serial: 00:00:4c:6e:88:61
size: 10MB/s
capacity: 100MB/s
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e100 driverversion=3.5.17-k4-NAPI duplex=half firmware=N/A latency=64 link=no maxlatency=56 mingnt=8 module=e100 multicast=yes port=MII speed=10MB/s
*-network
description: Wireless interface
product: AR5212/AR5213 Multiprotocol MAC/baseband processor
vendor: Atheros Communications, Inc.
physical id: 3
bus info: pci@0000:05:00.0
logical name: wifi0
version: 01
serial: 00:14:78:12:43:f3
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list logical ethernet physical wireless
configuration: broadcast=yes driver=ath_pci driverversion=0.9.4.5 (0.9.3.2) ip=192.168.1.50 latency=168 maxlatency=28 mingnt=10 module=ath_pci multicast=yes wireless=IEEE 802.11g
Dernière modification par koszza (Le 26/11/2007, à 19:20)
« Ne piratez plus, utilisez des logiciels libres ».
Hors ligne
#6 Le 26/11/2007, à 19:16
- safinaz
Re : [Résolu]Fluxbuntu VS Wifi
Salut,
Avais-tu laissé que
auto lo
iface lo inet loopback
lors de l'utilisation de network-manager.
Tu peux essayer wicd (voir doc).
Sinon, wifi0 apparait avec les chipsets atheros en plus de ath0.
Ne t'en occupe pas.
#7 Le 26/11/2007, à 19:37
- koszza
Re : [Résolu]Fluxbuntu VS Wifi
Je viens de refaire le test pour être sur. On ne sait jamais. Et oui il n'y avait que ces deux lignes.
Ce n'est pas network-manager, mais network-config en version 0.2 qui est fournit avec fluxbuntu 7.10
L'interface ne voit pas la carte et si je tente de lui indiquer manuelement dans le fichier /etc/network-config/settings.txt Il plante lorsque je lance l'interface graphique et remet la config par défaut. c'est a dire juste eth0.
J'avais essayé le désinstaller (c'est mal passé, mais je n'est plus les détails en tête) pour le remplacer par network-manger pour gnome mais il indiquait un message d'erreur que je n'ai plus en tete non plus.
Je vais essayer wicd. je ne connais pas.
« Ne piratez plus, utilisez des logiciels libres ».
Hors ligne
#8 Le 26/11/2007, à 19:58
- koszza
Re : [Résolu]Fluxbuntu VS Wifi
Bon ben merci. à‡a fonctionne nikel.
Et l'interface permet une configuration ip static et dns.
Tout ce dont j'avais besoin.
Je passe en Résolu
@
Ps: test du wpa ok
Dernière modification par koszza (Le 26/11/2007, à 21:40)
« Ne piratez plus, utilisez des logiciels libres ».
Hors ligne
Pages : 1