Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Wifi] impossible de se connecter (en cours...)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
DeefeR
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jun 2005
Posts: 142

PostPosted: Fri Jun 10, 2005 1:38 pm    Post subject: Reply with quote

Ca me donne ceci :
Quote:

root@victor victor # iwconfig wlan0
wlan0 IEEE 802.11g ESSID:"smc"
Mode:Auto Frequency:2.437 GHz Access Point: 4A:21:36:B5:25:26
Bit Rate:54 Mb/s Tx-Power:16 dBm
RTS thr:2347 B Fragment thr:2346 B
Encryption key:off
Power Management:off
Link Quality:100/100 Signal level:-57 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0





Quote:

root@victor victor # ls /etc/conf.d/
alsasound gpm lisa local.stop portmap reslisa timidity
crypto-loop hdparm local.start net rc rsyncd usb




Alors docteur? :D
Un grand merci pour le temps que tu passe à m'aider :)
Back to top
View user's profile Send private message
Adrien
Advocate
Advocate


Joined: 13 Jul 2004
Posts: 2312
Location: Bretagne

PostPosted: Fri Jun 10, 2005 1:51 pm    Post subject: Reply with quote

Salut!!
Il faut que tu mettes à jour le paquet qui s'appelle baselayout!
Après cette mise à jour, tu auraus 2 nouveaux fichiers très bien commentés et tout pleins de détails intéressants dans ton /etc/conf.d
Ces fichiers s'appellent net.example et wireless.example !
TU les ouvres, tu les édite comme tu veux puis tu les enregistres sous les noms suivants (respectivement):
net et wireless
Et là, magie, tu auras:
/etc/conf.d/net et /etc/conf.d/wireless :)
Back to top
View user's profile Send private message
DeefeR
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jun 2005
Posts: 142

PostPosted: Fri Jun 10, 2005 4:01 pm    Post subject: Reply with quote

Quote:

root@victor victor # emerge -u baselayout
Calculating dependencies ...done!
>>> Auto-cleaning packages ...

>>> No outdated packages were found on your system.


* GNU info directory index is up-to-date.
* IMPORTANT: 5 config files in /etc need updating.
* IMPORTANT: 2 config files in /usr/kde/3.3/share/config need updating.
* Type emerge --help config to learn how to update config files.

root@victor victor # ls /etc/conf.d/
alsasound gpm lisa local.stop portmap reslisa timidity
crypto-loop hdparm local.start net rc rsyncd usb
root@victor victor #

:(
J'ai également fait un emerge baselayout, mais j'ai toujours rien dans /etc/conf.d
Back to top
View user's profile Send private message
blasserre
Veteran
Veteran


Joined: 10 Feb 2004
Posts: 1362
Location: Lille, Vlaanderen

PostPosted: Fri Jun 10, 2005 4:04 pm    Post subject: Reply with quote

Code:
emerge sync

il te faut un baselayout >= 1.11
et il y en a un en stable toutes arch depuis hier
_________________
benj

technicien professionnel, ascendant winner
Back to top
View user's profile Send private message
DeefeR
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jun 2005
Posts: 142

PostPosted: Fri Jun 10, 2005 5:56 pm    Post subject: Reply with quote

Voici mon fichier wireless :
http://supracrew.free.Fr/wireless

Je l'ai modifié tant bien que mal, mais mon internet ne marche toujours pas :(
Back to top
View user's profile Send private message
Pongten
Guru
Guru


Joined: 07 Apr 2004
Posts: 340
Location: Belgique (devant mon écran)

PostPosted: Sat Jun 11, 2005 7:32 am    Post subject: Reply with quote

Je te conseille de créer un fichier vide dans lequel tu mets juste les infos nécessaires (c'est bcp plus facile à manipuler).

Pour moi, les infos importantes sont :

/etc/conf.d/wireless :

    essid_wlan0="smc"
    mode_wlan0="managed"
    channel_wlan0="6"


/etc/conf.d/net :

    ifconfig_wlan0=("ton.ip.ici.xxx netmask 255.255.255.0")
    routes_wlan0=("default via tap.ass.ere.lle")


Ensuite tu crées ton net.wlan0 (ln -s /etc/init.d/net.lo /etc/init.d/net.wlan0)

Puis tu peux essayer de voir si ça fonctionne avec /etc/init.d/net.wlan0 start

et donner ce que ça répond ainsi qu'un nouveau iwconfig wlan0 ?
_________________
Si ton problème a une solution, rien ne sert de t'inquiéter...
Si il n'en a pas, t'inquiéter ne sert à rien
Back to top
View user's profile Send private message
DeefeR
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jun 2005
Posts: 142

PostPosted: Sun Jun 12, 2005 9:35 pm    Post subject: Reply with quote

Voici :
Quote:

victor victor # iwconfig wlan0
wlan0 IEEE 802.11g ESSID:off/any
Mode:Managed Frequency:2.462 GHz Access Point: 00:00:00:00:00:00
Bit Rate:54 Mb/s Tx-Power:16 dBm
RTS thr:2347 B Fragment thr:2346 B
Encryption key:off
Power Management:off
Link Quality:100/100 Signal level:-10 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0


Donc j'ai créé un wireless et un net identique au tien, puis fait le lien.
Quand je lance le démon (enfin je crois que c'est un démon :) ), mon interface wlan0 n'est pas lancée, un ifconfig ne me donne comme résultat que "l0".
Après avoir lancé mon script (vu à mon premier poste), je me rend compte, que ca ne marche toujours pas, et un iwlist scan ne me trouve rien...
Étrange non? :)
Back to top
View user's profile Send private message
Pongten
Guru
Guru


Joined: 07 Apr 2004
Posts: 340
Location: Belgique (devant mon écran)

PostPosted: Mon Jun 13, 2005 6:40 am    Post subject: Reply with quote

Et quand tu essayes /etc/init.d/net.wlan0 start, il te répond quoi en fait ?
_________________
Si ton problème a une solution, rien ne sert de t'inquiéter...
Si il n'en a pas, t'inquiéter ne sert à rien
Back to top
View user's profile Send private message
DeefeR
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jun 2005
Posts: 142

PostPosted: Mon Jun 13, 2005 11:15 am    Post subject: Reply with quote

Juste après un reboot, voila ce que j'obtient :
Quote:

victor victor # ifconfig eth0 down
victor victor # modprobe ndiswrapper
victor victor # /etc/init.d/net.wlan0 start
* WARNING: "net.wlan0" has already been started.
victor victor # iwconfig wlan0
wlan0 IEEE 802.11g ESSID:off/any
Mode:Managed Frequency:2.462 GHz Access Point: 00:00:00:00:00:00
Bit Rate:54 Mb/s Tx-Power:16 dBm
RTS thr:2347 B Fragment thr:2346 B
Encryption key:off
Power Management:off
Link Quality:100/100 Signal level:-10 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0




Ce qui m'étonne, c'est que l'ESSID ne se sauvegarde pas 8O
Back to top
View user's profile Send private message
Pongten
Guru
Guru


Joined: 07 Apr 2004
Posts: 340
Location: Belgique (devant mon écran)

PostPosted: Mon Jun 13, 2005 12:05 pm    Post subject: Reply with quote

as-tu mis ndiswrapper dans le chargement automatique des modules ?? (/etc/modules.autoload.d/kernel-2.6)

Pourrais-tu mettre une copie des tes fichiers /etc/conf.d/wireless et /etc/conf.d/net ??
_________________
Si ton problème a une solution, rien ne sert de t'inquiéter...
Si il n'en a pas, t'inquiéter ne sert à rien
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
Goto page Previous  1, 2, 3
Page 3 of 3

 
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