Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

Carte Wifi (RT61) ne se monte pas automatiquement

3 réponses
Avatar
Stephane (Mapuce)
Bonjour,

Je suis sous Debian Etch.
J'ai installé ma carte wifi à base de chipset RT61 avec les drivers de
ralink (www.ralink.com) . J'ai parametré mon fichier
/*/etc/network/interfaces*/ comme ceci:

*auto lo
iface lo inet loopback

auto ra0
iface ra0 inet static
address 192.168.1.11
netmask 255.255.255.0
gateway 192.168.1.1
pre-up iwconfig ra0 mode Managed
pre-up iwconfig ra0 essid /mon_essid/
pre-up iwconfig ra0 key restricted /ma_cle_wep/*

La carte fonctionne parfaitement , mais dés que je redémarre ma machine.
Mon réseau n'est pas monté . je suis donc obligé à chaque redémarrage de
lancer la commande:
/*# ifconfig ra0 up

*/Avez-vous une idée du pourquoi ?

En vous remerciant.
Stéphane
/*




*/


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

3 réponses

Avatar
Laurent FRANCOIS
Je mettrais :

allow-hotplug ra0
iface ra0 inet static
address 192.168.1.11
netmask 255.255.255.0
gateway 192.168.1.1
pre-up iwconfig ra0 mode Managed
pre-up iwconfig ra0 essid /mon_essid/
pre-up iwconfig ra0 key restricted /ma_cle_wep/*


Pour voir ?


Stephane (Mapuce) wrote:
auto ra0
iface ra0 inet static
address 192.168.1.11
netmask 255.255.255.0
gateway 192.168.1.1
pre-up iwconfig ra0 mode Managed
pre-up iwconfig ra0 essid /mon_essid/
pre-up iwconfig ra0 key restricted /ma_cle_wep/*




--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Stephane (Mapuce)
Merci pour le conseil, je vais essayer et je vous tiens au courant.
:-)
Stephane.


Laurent FRANCOIS a écrit :
Je mettrais :

allow-hotplug ra0
iface ra0 inet static
address 192.168.1.11
netmask 255.255.255.0
gateway 192.168.1.1
pre-up iwconfig ra0 mode Managed
pre-up iwconfig ra0 essid /mon_essid/
pre-up iwconfig ra0 key restricted /ma_cle_wep/*


Pour voir ?


Stephane (Mapuce) wrote:
auto ra0
iface ra0 inet static
address 192.168.1.11
netmask 255.255.255.0
gateway 192.168.1.1
pre-up iwconfig ra0 mode Managed
pre-up iwconfig ra0 essid /mon_essid/
pre-up iwconfig ra0 key restricted /ma_cle_wep/*








--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Thierry Chatelet
On Monday 22 January 2007 10:37, Stephane (Mapuce) wrote:
Merci pour le conseil, je vais essayer et je vous tiens au courant.

:-)

Stephane.

Laurent FRANCOIS a écrit :
> Je mettrais :
>
> allow-hotplug ra0
> iface ra0 inet static
> address 192.168.1.11
> netmask 255.255.255.0
> gateway 192.168.1.1
> pre-up iwconfig ra0 mode Managed
> pre-up iwconfig ra0 essid /mon_essid/
> pre-up iwconfig ra0 key restricted /ma_cle_wep/*
>
>
> Pour voir ?
>
> Stephane (Mapuce) wrote:
>> auto ra0
>> iface ra0 inet static
>> address 192.168.1.11
>> netmask 255.255.255.0
>> gateway 192.168.1.1
>> pre-up iwconfig ra0 mode Managed
>> pre-up iwconfig ra0 essid /mon_essid/
>> pre-up iwconfig ra0 key restricted /ma_cle_wep/*



Chez moi, ça marche avec auto ra0
Par contre, j'ai mis tout le reste dans le fichier RT61STA.dat, mais je ne
pense pas que ce soit important.
Une chose pas claire dans le readme: mon install a marché après avoir f ait
make, make all et enfin make install.
Thierry

--
Linux is like a tipi: no Windows, no Gate and an Apache inside