et commande introuvable ? ^^'
Code : Tout sélectionner
[root@isadia-pc isadia]# hwinfo --netcard
bash: hwinfo : commande introuvable
Code : Tout sélectionner
[root@isadia-pc isadia]# hwinfo --netcard
bash: hwinfo : commande introuvable
perl
(sinon cela te fait plus de paquets à télécharger, mais c'est la même procédure), il te suffit de récupérer via un miroir hwinfo
et libx86emu
puis de faire un pacman -U
des 2 paquets.Code : Tout sélectionner
hwinfo --netcard
Code : Tout sélectionner
[root@isadia-pc isadia]# hwinfo --netcard
24: PCI 200.0: 0200 Ethernet controller
[Created at pci.319]
Unique ID: rBUF.LeeEblVXF94
Parent ID: z8Q3.7LfeXdsPXD9
SysFS ID: /devices/pci0000:00/0000:00:1c.0/0000:02:00.0
SysFS BusID: 0000:02:00.0
Hardware Class: network
Model: "Toshiba America Info Marvell 88E8053 Gigabit Ethernet Controller (Inventec)"
Vendor: pci 0x11ab "Marvell Technology Group Ltd."
Device: pci 0x4362 "88E8053 PCI-E Gigabit Ethernet Controller"
SubVendor: pci 0x1179 "Toshiba America Info Systems"
SubDevice: pci 0xff10 "Marvell 88E8053 Gigabit Ethernet Controller (Inventec)"
Revision: 0x15
Driver: "sky2"
Driver Modules: "sky2"
Device File: eth0
Memory Range: 0xbc000000-0xbc003fff (rw,non-prefetchable)
I/O Ports: 0xa000-0xbfff (rw)
IRQ: 11 (200250 events)
HW Address: 00:a0:d1:bf:4d:f3
Link detected: yes
Module Alias: "pci:v000011ABd00004362sv00001179sd0000FF10bc02sc00i00"
Driver Info #0:
Driver Status: sky2 is active
Driver Activation Cmd: "modprobe sky2"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #11 (PCI bridge)
25: PCI 604.0: 0282 WLAN controller
[Created at pci.319]
Unique ID: y9sn.BHy7RZPPHRF
Parent ID: 6NW+.pbi2aV6ikBD
SysFS ID: /devices/pci0000:00/0000:00:1e.0/0000:06:04.0
SysFS BusID: 0000:06:04.0
Hardware Class: network
Model: "Intel PRO/Wireless 2200BG [Calexico2] Network Connection"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x4220 "PRO/Wireless 2200BG [Calexico2] Network Connection"
SubVendor: pci 0x8086 "Intel Corporation"
SubDevice: pci 0x2741
Revision: 0x05
Driver: "ipw2200"
Driver Modules: "ipw2200"
Device File: wlan0
Features: WLAN
Memory Range: 0xb000b000-0xb000bfff (rw,non-prefetchable)
IRQ: 11 (200250 events)
HW Address: 00:12:f0:46:be:36
Link detected: yes
WLAN channels: 1 2 3 4 5 6 7 8 9 10 11
WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462
WLAN bitrates: 1 2 5.5 11 6 9 12 18 24 36 48 54
WLAN encryption modes: WEP40 WEP104 TKIP CCMP
WLAN authentication modes: open sharedkey wpa-psk wpa-eap
Requires: ipw-firmware
Module Alias: "pci:v00008086d00004220sv00008086sd00002741bc02sc80i00"
Driver Info #0:
Driver Status: ipw2200 is active
Driver Activation Cmd: "modprobe ipw2200"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #18 (PCI bridge)
Code : Tout sélectionner
# iwlist eth1 scan
eth1 Scan completed :
Cell 01 - Address: 00:14:BF:64:B8:79
ESSID:"monwifi"
Protocol:IEEE 802.11bg
Mode:Master
Frequency:2.437 GHz (Channel 6)
Encryption key:on
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Quality=95/100 Signal level=-32 dBm
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Extra: Last beacon: 46ms ago
Code : Tout sélectionner
eth1: Trying to associate with 00:14:bf:64:b8:79 (SSID='monwifi' freq=2437 MHz)
eth1: Associated with 00:00:00:00:00:00
eth1: WPA: No SSID info found (msg 1 of 4)
eth1: CTRL-EVENT-DISCONNECTED bssid=00:14:bf:64:b8:79 reason=0
Code : Tout sélectionner
# /etc/rc.d/networkmanager stop
Code : Tout sélectionner
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=2
ap_scan=1
fast_reauth=1
network={
ssid="monwifi"
psk="monmotdepassesecrettressecret"
priority=5
}
Code : Tout sélectionner
# wpa_supplicant -B -Dwext -i eth1 -c /etc/wpa_supplicant/wpa_supplicant.conf
# dhcpcd eth1