![]() |
| Le forum de référence en programmation et développement. Articles, cours et tutoriels du débutant au chef de projet et DBA confirmé. | |||||||
|
|||||||
| Matériel Vos questions relatives à la configuration optimale et au support matériel |
![]() |
|
|
Outils de la discussion |
|
|
#1 (permalink) |
|
Membre éclairé
![]() Date d'inscription: janvier 2008
Âge: 33
Messages: 304
|
J'ai une carte wifi Hercules munie du ralink rt61.
Noyau 2.6.26 sur Slamd64 donc tout en x64. J'avais réussi a obtenir du réseau sur une Debian 32 bits il y a quelque temps mais j'ai changé d'architecture donc ... Est-ce que quelqu'un a réussit à faire fonctionner cette foutue carte sur une architecture Linux 64 bits? Si oui, comment?
__________________
Les X commandements |
|
|
|
|
|
#2 (permalink) |
|
Membre éclairé
![]() Date d'inscription: janvier 2008
Âge: 33
Messages: 304
|
Résolu entre le 23 et le 28 Juillet 2008.
__________________
Les X commandements |
|
|
|
|
|
#3 (permalink) |
![]() Date d'inscription: juillet 2003
Localisation: Blois
Âge: 21
Messages: 2 417
|
peux-tu nous dire comment tu as résolu ce problème ?
__________________
Cours systèmes : systèmes temps réels, distribués, embarqués, tolérants aux fautes, parallèles, OS, architectures... Mes articles : php gd, création de dvd vidéo, bootsplash, virtualisation |
|
|
|
|
|
#4 (permalink) |
|
Membre éclairé
![]() Date d'inscription: janvier 2008
Âge: 33
Messages: 304
|
Ben, j'avais tout détaillé mais entre le 23 et 28 juillet 2008 et çà a disparu.
Le problème venait de wpa_supplicant. Le pilote utilisé est celui du noyau officiel 2.6.26, rt61pci. Promi, je fais un petit bilan des fichiers modifiés demain.
__________________
Les X commandements |
|
|
|
|
|
#5 (permalink) |
|
Membre éclairé
![]() Date d'inscription: janvier 2008
Âge: 33
Messages: 304
|
Rappel matériel:
- Hercules HWGPCI-54-LB chipset ralink rt61 - Architecture x64 - Slamd64, c'est à dire une Slackware compilée en amd64 Compilation d'un noyau 2.6.26 avec le ralink rt61 sélectionné. #ls /lib/firmware rt2561.bin rt2561s.bin rt2661.bin /etc/rc.d/rc.inet1.conf Code :
# Default gateway IP address: GATEWAY="192.168.1.1" # Change this to "yes" for debugging output to stdout. Unfortunately, # /sbin/hotplug seems to disable stdout so you'll only see debugging output # when rc.inet1 is called directly. #DEBUG_ETH_UP="no" ## Example config information for wlan0. Uncomment the lines you need and fill ## in your data. (You may not need all of these for your wireless network) IFNAME[4]="wlan0" IPADDR[4]="192.168.1.12" NETMASK[4]="255.255.255.0" USE_DHCP[4]="" DHCP_HOSTNAME[4]="" #DHCP_KEEPRESOLV[4]="yes" #DHCP_KEEPNTP[4]="yes" #DHCP_KEEPGW[4]="yes" #DHCP_IPADDR[4]="" WLAN_ESSID[4]="Livebox-DF90" WLAN_MODE[4]=Managed #WLAN_RATE[4]="54M auto" #WLAN_CHANNEL[4]="auto" WLAN_KEY[4]="F23411465724F051CD8D4A1EEE" #WLAN_IWPRIV[4]="set AuthMode=WPAPSK | set EncrypType=TKIP | set WPAPSK=96389dc66eaf7e6efd5babc3ae4374Aff4df2f8b8459495192d44a774fda16" WLAN_IWPRIV[4]="set EncryptType=TKIP" WLAN_WPA[4]="wpa_supplicant" WLAN_WPADRIVER[4]="wext" #WLAN_WPAWAIT[4]=30 Code :
# By default, only root (group 0) may use wpa_cli
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
# WPA protected network, supply your own ESSID and WPAPSK here:
network={
scan_ssid=0
ssid="Livebox-DF90"
proto=WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP WEP104 WEP40
psk="F23411465724F051CD8D4A1EEE"
#psk=your_psk_here
}
# Plaintext connection (no WPA, no IEEE 802.1X),
# nice for hotel/airport types of WiFi network.
network={
key_mgmt=NONE
priority=0
}
Code :
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.0 * 255.255.255.0 U 0 0 0 wlan0 loopback * 255.0.0.0 U 0 0 0 lo default 192.168.1.1 0.0.0.0 UG 1 0 0 wlan0
__________________
Les X commandements |
|
|
|
![]() |
![]() |
||
wifi rt61 et x64
|
||
| Outils de la discussion | |
|
|