Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[wifi] configurer (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
Kevin57
Guru
Guru


Joined: 21 Aug 2009
Posts: 373

PostPosted: Thu Aug 27, 2009 9:52 pm    Post subject: [wifi] configurer (résolu) Reply with quote

Bonsoir,

J'ai vu qu'il y a pas mal de questions sur le sujet déjà mais je ne trouve pas la réponse à ma question.
J'ai une clé wifi D-Link DWA 110 (Bus 001 Device 002: ID 07d1:3c07 D-Link System) qui fonctionne avec le pilote rt73 ou rt2x00. J'ai donc activé le module correspondant dans le noyau mais je ne suis pas sûr qu'elle soit bien reconnue (enfin je ne l'ai pas mis en module mais avec une *). En fait, iwconfig semble dire que oui :
Code:
wlan0     IEEE 802.11bg  ESSID:""
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated
          Tx-Power=0 dBm
          Retry min limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

Mais iwlist wlan0 scan me rentourne une erreur que je ne comprends pas :
Code:
wlan0     Interface doesn't support scanning : Network is down


KWIFIManager ne trouve aucun réseau. Et ce qui m'intrigue, c'est que le voyant sur ma clé wifi USB n'est pas allumé. J'ai téléchargé wpa_supplicant mais son interface graphique ne trouve aucun "adaptator"... KNetworkManager ne semble pas détecter ma clé wifi...

Qu'ai-je pu oublier de faire?

Merci d'avance

Kevin57


Last edited by Kevin57 on Mon Aug 31, 2009 6:31 pm; edited 1 time in total
Back to top
View user's profile Send private message
Biloute
Guru
Guru


Joined: 03 Apr 2008
Posts: 369
Location: LENS

PostPosted: Fri Aug 28, 2009 6:57 am    Post subject: Reply with quote

Qu'est-ce que ça donne avec
Code:
ifconfig wlan0 up
?
_________________
Gentoo rocks
Back to top
View user's profile Send private message
Kevin57
Guru
Guru


Joined: 21 Aug 2009
Posts: 373

PostPosted: Fri Aug 28, 2009 2:06 pm    Post subject: Reply with quote

Ca donne :

Code:
# ifconfig wlan0 up
SIOCSIFFLAGS: No such file or directory
et en effet, ifconfig ne détecte pas de wlan0...
Back to top
View user's profile Send private message
404_crazy
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jan 2008
Posts: 145

PostPosted: Fri Aug 28, 2009 2:48 pm    Post subject: Reply with quote

Kevin57 wrote:
Ca donne :

Code:
# ifconfig wlan0 up
SIOCSIFFLAGS: No such file or directory
et en effet, ifconfig ne détecte pas de wlan0...


et que donne un dmesg ?
Back to top
View user's profile Send private message
Kevin57
Guru
Guru


Joined: 21 Aug 2009
Posts: 373

PostPosted: Fri Aug 28, 2009 2:59 pm    Post subject: Reply with quote

Le résultat est très long (je ne vois même pas le début...), je dois peut-être filtrer certains resultats?
Back to top
View user's profile Send private message
404_crazy
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jan 2008
Posts: 145

PostPosted: Fri Aug 28, 2009 3:11 pm    Post subject: Reply with quote

dmesg |grep wlan :wink:
Back to top
View user's profile Send private message
Kevin57
Guru
Guru


Joined: 21 Aug 2009
Posts: 373

PostPosted: Fri Aug 28, 2009 3:19 pm    Post subject: Reply with quote

La commande retourne un résultat :

Code:
[    0.328254] usbcore: registered new interface driver rndis_wlan
Back to top
View user's profile Send private message
Kevin57
Guru
Guru


Joined: 21 Aug 2009
Posts: 373

PostPosted: Sat Aug 29, 2009 6:21 pm    Post subject: Reply with quote

Personne ne peut m'aider plus?
Back to top
View user's profile Send private message
ghoti
Advocate
Advocate


Joined: 30 Dec 2002
Posts: 3634
Location: Belgium

PostPosted: Sat Aug 29, 2009 10:29 pm    Post subject: Reply with quote

On peut voir ton /etc/conf.d/net ?
Back to top
View user's profile Send private message
Kevin57
Guru
Guru


Joined: 21 Aug 2009
Posts: 373

PostPosted: Sun Aug 30, 2009 2:27 pm    Post subject: Reply with quote

Euh... il est vide! Juste 4 lignes commentées :
Code:
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d.  To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
Back to top
View user's profile Send private message
ghoti
Advocate
Advocate


Joined: 30 Dec 2002
Posts: 3634
Location: Belgium

PostPosted: Sun Aug 30, 2009 3:55 pm    Post subject: Reply with quote

Je vais poser la question autrement :
Comment as-tu configuré ta connexion (SSID, sécurité, ...) ?
A priori, si tu n'as pas de /etc/conf.d/net, ça devrait être d'office via wpa_supplicant ?
Faudrait peut-être (re)lire le handbook ? ;)
Back to top
View user's profile Send private message
Kevin57
Guru
Guru


Joined: 21 Aug 2009
Posts: 373

PostPosted: Sun Aug 30, 2009 4:11 pm    Post subject: Reply with quote

J'ai déjà jeté un oeil au handbook mais le souci est que je ne comprends pas tout, principalement pour l'étape de configuration de /etc/conf.d/net. Je vais m'y pencher plus sérieusement. Mais mon problème est aussi que ma clé wifi ne s'allume pas quand je la branche et wpa_supplicant ne détacte absolument rien quand je le lance en mode graphique, je suppose donc qu'il y a un souci avec la clé wifi. D'autant que ifconfig n'affiche pas wlan0... Je vais continuer de chercher d'où ça peut venir...
Back to top
View user's profile Send private message
Kevin57
Guru
Guru


Joined: 21 Aug 2009
Posts: 373

PostPosted: Sun Aug 30, 2009 5:45 pm    Post subject: Reply with quote

Je viens de configurer /etc/wpa_supplicant/wpa_supplicant.conf en mettant le SSID et la clé WPA mais toujours rien. Je pense que la clé wifi est mal installée, d'autant plus que dans KInfoCenter, les seules interfaces réseau listées sont eth0 et lo, donc je ne pense pas que ma clé wifi soit bien installée. Je ne la trouve que dans faisant iwconfig.
Voici quelques commandes que j'ai essayée pour la détecter :

ifconfig
Code:
eth0      Link encap:Ethernet  HWaddr 00:1a:a0:94:e1:6e
          inet addr:192.168.178.36  Bcast:192.168.178.255  Mask:255.255.255.0
          inet6 addr: fe80::21a:a0ff:fe94:e16e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:545 errors:0 dropped:0 overruns:0 frame:0
          TX packets:509 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:351871 (343.6 KiB)  TX bytes:75116 (73.3 KiB)
          Memory:fdfc0000-fdfe0000

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:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


iwconfig

Code:
lo        no wireless extensions.

eth0      no wireless extensions.

sit0      no wireless extensions.

wmaster0  no wireless extensions.

wlan0     IEEE 802.11bg  ESSID:""
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated
          Tx-Power=0 dBm
          Retry min limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0


ifconfig wlan0 up

Code:
SIOCSIFFLAGS: No such file or directory


iwlist wlan0 scan

Code:
wlan0     Interface doesn't support scanning : Network is down


Dans la configuration du noyau, j'ai activé le driver rt73 (Devices driver -> Network device support -> Wireless LAN -> Ralink driver support -> Ralink rt2501/rt73 (USB) support) puisque c'est celui qui correspond à ma clé wifi usb, d'après cette page
Il s'agit d'une clé wifi usb D-Link DWA 110 802.11g
Je l'ai utilisée sans problème sous Kubuntu et Fedora simplement en installant le driver correspondant (rt73, puis rt2x00). Je pense donc qu'il s'agit d'un problème au niveau du driver ou du kernel. Y a-t-il des modules qui doivent impétaivement être compilés dans le kernel pour que le Wifi marche? J'ai compilé ceux qui me semblaient importants mais il se peut que j'en ai oublié...

J'espère que ces renseignements vous permettront de faire avancer le problème. S'il vous faut quoi que ce soit d'autre n'hésitez pas à demander.

Merci d'avance

Kevin57

Edit : j'ai essayé de suivre ces explications mais quand j'arrive à l'étape /etc/icit.d/net.wlan0, j'ai ce message d'erreur :
Code:
* Caching service dependencies ...                                       [ ok ]
 * Starting wlan0
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
 *   Configuring wireless network for wlan0
 *   wlan0 does not support scanning
 *   You either need to set a preferred_aps list in /etc/conf.d/wireless
 *      preferred_aps=( "ESSID1" "ESSID2" )
 *      and set associate_order_wlan0="forcepreferred"
 *      or set associate_order_wlan0="forcepreferredonly"
 *   or hardcode the ESSID to "any" and let the driver find an Access Point
 *      essid_wlan0="any"
 *   or configure defaulting to Ad-Hoc when Managed fails
 *      adhoc_essid_wlan0="WLAN"
 *   or hardcode the ESSID against the interface (not recommended)
 *      essid_wlan0="ESSID"
 *   Failed to configure wireless for wlan0               


Edit 2 : j'ai modifié le fichier /etc/conf.d/wireless pour y mettre :
essid_wlan0="mon_SSID"
key_ESSID="ma_cle_wpa"
Mais j'ai cette erreur qui apparait :
Code:
* Caching service dependencies ...                                       [ ok ]
 * Starting wlan0
 *   Loading networking modules for wlan0
 *     /etc/conf.d/wireless is deprecated
 *     Please put all settings in /etc/conf.d/net
 *     /etc/conf.d/wireless is deprecated
 *     Please put all settings in /etc/conf.d/net
 *     modules: apipa arping ccwgroup macchanger macnet rename iwconfig essidnet iptunnel iproute2 system dhcpcd ip6to4
 *       iwconfig provides wireless
 *       iproute2 provides interface
 *       dhcpcd provides dhcp
RTNETLINK answers: No such file or directory
RTNETLINK answers: No such file or directory
 *   Configuring wlan0 for MAC address 00:1E:58:9B:C5:16 ...              [ ok ]
RTNETLINK answers: No such file or directory
 *   Configuring wireless network for wlan0
 *   Connecting to "WG-WLAN" in managed mode (WEP Disabled) ...           [ !! ]
 *   Failed to configure wireless for wlan0                               [ !! ]
Back to top
View user's profile Send private message
_Seth_
Guru
Guru


Joined: 15 Sep 2004
Posts: 539
Location: encore paumé dans un labo ;)

PostPosted: Mon Aug 31, 2009 10:04 am    Post subject: Reply with quote

salut,
est ce que tu as vu ce topic et la solution proposée ? Cela semble assez proche de ton problème.
_________________
no tears to cry, no feelings left
the species has amused itself to death
amused itself to death
Back to top
View user's profile Send private message
Kevin57
Guru
Guru


Joined: 21 Aug 2009
Posts: 373

PostPosted: Mon Aug 31, 2009 4:45 pm    Post subject: Reply with quote

Merci ça marche mieux! Je ne savais pas qu'il fallait installer le driver en plus de l'activer sur le noyau... Erreur de débutant! Par contre je n'arrive toujours pas à faire /etc/init.d/net.wlan0 start pour démarrer ma clé wifi. a force de chercher à configurer je lui donné des informations sur mon reseau (SSID et clé wpa) qui, apparemment, sont faux, ce qui empêche la connection, mais je ne trouve plus le fichier fautif! J'ai supprimé /etc/wpa_supplicant/wpa_supplicant.conf donc ce n'est pas ça. Avez-vous une idée de quel autre fichier ça peut être? J'ai fait tellement d'essais que je ne sais plus trop.... :? :?

edit : j'ai trouvé, c'était dans /etc/conf.d/wireless. Maintenant reste plus qu'à donner donner les bonnes infos à l'ordi et ça devrait marcher! Je vous tiens au courant!

Edit 2 : je m'en sors tout doucement mais j'ai toujours un souci avec la configuration de /etc/conf.d/net. Dans la doc ils mettent
Code:
wpa_supplicant_eth0="-Dmadwifi"
Donc moi j'ai remplacé eth0 par wlan0 mais le driver madwifi, comment je sais pas quoi je le remplace? J'ai mis rt73-firmware mais ça doit pas être ça puisque ça retourne
Code:
Unsupported driver 'rt73-firmware'


Merci pour votre aide

Kevin57
Back to top
View user's profile Send private message
Kazuya
Apprentice
Apprentice


Joined: 09 Jul 2006
Posts: 256

PostPosted: Mon Aug 31, 2009 5:56 pm    Post subject: Reply with quote

Hello,
tu as ta réponses en faisant:
Quote:

# man wpa_supplicant


Mais bon, allez je suis bon prince:
Quote:

AVAILABLE DRIVERS
A summary of available driver backends is below. Support for each of the driver backends is chosen at
wpa_supplicant compile time. For a list of supported driver backends that may be used with the -D
option on your system, refer to the help output of wpa_supplicant (wpa_supplicant -h).

hostap (default) Host AP driver (Intersil Prism2/2.5/3). (this can also be used with Linuxant DriverLoader).
hermes Agere Systems Inc. driver (Hermes-I/Hermes-II).
madwifi MADWIFI 802.11 support (Atheros, etc.).
atmel ATMEL AT76C5XXx (USB, PCMCIA).
wext Linux wireless extensions (generic).
ndiswrapper Linux ndiswrapper.
broadco Broadcom wl.o driver.
ipw Intel ipw2100/2200 driver.
wired wpa_supplicant wired Ethernet driver
roboswitch wpa_supplicant Broadcom switch driver
bsd BSD 802.11 support (Atheros, etc.).
ndis Windows NDIS driver.

Donc je suppose que pour toi c'est: wpa_supplicant_wlan0="-Dwext"
_________________
Hacker vaillant, rien d'impossible !!!
"Quand une vache boit de l'eau, cette eau devient du lait. Quand un serpent boit de l'eau, cette eau devient du poison."
Back to top
View user's profile Send private message
Kevin57
Guru
Guru


Joined: 21 Aug 2009
Posts: 373

PostPosted: Mon Aug 31, 2009 6:17 pm    Post subject: Reply with quote

Merci je n'avais pas pensé à ça désolé...
Maintenant tout marche, j'ai fait /etc/init.d/net.wlan0 start
Mais il y a un truc que je trouve bizarre : KNetworkManager ainsi que wpa_supplicant version application graphique ne reconnaissent toujours pas ma clé wifi. KWifiManager la reconnait quand à lui et se connecte automatiquement. Pourtant quand je débranche le cable ethernet je n'ai plus d'internet...

Edit : iwconfig confirme que je suis connecté pourtant...

Edit 2 : après un /etc/init.d/net.eth0 stop, tout marche. Le problème venait peut-être de là. En tout cas ça marche c'est parfait! Merci beaucoup pour votre patience!!!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum