Il semblerait que les outils de la 2007.0 ne supportent pas cette carte.
Bref, là tu va devoir faire la configuration a la main de ta carte.
(modprobe rt61 retourne rien si ça marche, c'est normal)
Sinon tu peux tenter ceci :
# echo "alias ra0 rt61" >> /etc/modprobe.conf
(va charger automatiquement le module pour ra0)
Créer :
/etc/sysconfig/network-scripts/ifcfg-ra0
DEVICE=ra0
BOOTPROTO=static
IPADDR=192.168.1.2
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
ONBOOT=yes
METRIC=5
MII_NOT_SUPPORTED=no
USERCTL=yes
MS_DNS1=IP_DNS_PROVIDER
MS_DNS2=IP_DNS2_PROVIDER
LINK_DETECTION_DELAY=6
# MODE: Ad-Hoc, Managed, etc.
MODE=Managed
# ESSID: Name of the wireless network
ESSID=ESSID_DE_TON_ROUTEUR
# NWID: Name of this machine on the network. Hostname is default
# FREQ: Frequency to operate on. See CHANNEL
# CHANNEL: Numbered frequency to operate on. See FREQ
# SENS: Sensitivity threshold for packet rejection.
# RATE: Transfer rate. Usually one of Auto, 11, 5, 2, or 1.
RATE=Auto
# KEY: Encryption key for WEP.
# RTS: Explicit RTS handshake. Usually not specified (auto)
# FRAG: Fragmentation threshold to split packets. Usually not specified.
# SPYIPS: List of IP addresses to "spy" on for link performance stats.
# IWCONFIG: Extra parameters to pass directly to IWCONFIG
# SECURITYMODE: Security mode, e.g: 'open' or 'restricted'
# IWPRIV: Extra parameters to pass directly to IWPRIV
Après je suis désolé j'ai pas d'exemple pour te montrer qui marche sous la main...
(mais tu me payer une carte wifi et je te répond ;)
Ah si je viens d'en trouver une conf chez un pote (c'est la config d'un routeur maitre wifi) :
DEVICE=ath0 <= change ça en ra0, je le laisse pour info
BOOTPROTO=static
IPADDR=192.168.3.1
NETMASK=255.255.255.0
ONBOOT=yes
METRIC=10
MII_NOT_SUPPORTED=no
USERCTL=yes
MS_DNS1=192.168.3.1
RESOLV_MODS=yes
WIRELESS_MODE=Master
WIRELESS_ESSID=xxx
WIRELESS_NWID=example.com
WIRELESS_FREQ=2437M
WIRELESS_RATE=54M
WIRELESS_ENC_KEY="open xxxxxxxxxxxxxxxxxxxxxxxxxx"
IPV6INIT=yes
Essaye de bricoler, mais le mieux sera de passer a la 2007.1 qui prendra en charge ta carte comme il faut.
[^] # Re: Tu fout quoi ?
Posté par Raphaël G. (site web personnel) . En réponse au message Pobleme de compilation. Évalué à 2.
Il semblerait que les outils de la 2007.0 ne supportent pas cette carte.
Bref, là tu va devoir faire la configuration a la main de ta carte.
(modprobe rt61 retourne rien si ça marche, c'est normal)
Sinon tu peux tenter ceci :
# echo "alias ra0 rt61" >> /etc/modprobe.conf
(va charger automatiquement le module pour ra0)
Créer :
/etc/sysconfig/network-scripts/ifcfg-ra0
DEVICE=ra0
BOOTPROTO=static
IPADDR=192.168.1.2
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
ONBOOT=yes
METRIC=5
MII_NOT_SUPPORTED=no
USERCTL=yes
MS_DNS1=IP_DNS_PROVIDER
MS_DNS2=IP_DNS2_PROVIDER
LINK_DETECTION_DELAY=6
# MODE: Ad-Hoc, Managed, etc.
MODE=Managed
# ESSID: Name of the wireless network
ESSID=ESSID_DE_TON_ROUTEUR
# NWID: Name of this machine on the network. Hostname is default
# FREQ: Frequency to operate on. See CHANNEL
# CHANNEL: Numbered frequency to operate on. See FREQ
# SENS: Sensitivity threshold for packet rejection.
# RATE: Transfer rate. Usually one of Auto, 11, 5, 2, or 1.
RATE=Auto
# KEY: Encryption key for WEP.
# RTS: Explicit RTS handshake. Usually not specified (auto)
# FRAG: Fragmentation threshold to split packets. Usually not specified.
# SPYIPS: List of IP addresses to "spy" on for link performance stats.
# IWCONFIG: Extra parameters to pass directly to IWCONFIG
# SECURITYMODE: Security mode, e.g: 'open' or 'restricted'
# IWPRIV: Extra parameters to pass directly to IWPRIV
Après je suis désolé j'ai pas d'exemple pour te montrer qui marche sous la main...
(mais tu me payer une carte wifi et je te répond ;)
Ah si je viens d'en trouver une conf chez un pote (c'est la config d'un routeur maitre wifi) :
DEVICE=ath0 <= change ça en ra0, je le laisse pour info
BOOTPROTO=static
IPADDR=192.168.3.1
NETMASK=255.255.255.0
ONBOOT=yes
METRIC=10
MII_NOT_SUPPORTED=no
USERCTL=yes
MS_DNS1=192.168.3.1
RESOLV_MODS=yes
WIRELESS_MODE=Master
WIRELESS_ESSID=xxx
WIRELESS_NWID=example.com
WIRELESS_FREQ=2437M
WIRELESS_RATE=54M
WIRELESS_ENC_KEY="open xxxxxxxxxxxxxxxxxxxxxxxxxx"
IPV6INIT=yes
Essaye de bricoler, mais le mieux sera de passer a la 2007.1 qui prendra en charge ta carte comme il faut.