Hello,
I have a centrino laptop with a 2200bg eth1 network interface. I downloaded the firmware and the card is correctly detected by Slackware 11.
I want to setup a WPA connection at home. I installed wpa_supplicant package from Alien’s website and I followed the instructions on his wiki.
Here is what I did:
Edit wpa_supplicant.conf so it look like this:
...
network={
scan_ssid=0
ssid="XXX"
proto=WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP WEP104 WEP40
#psk="XXX"
psk=XXXXXXXXXXXXXXXXXX
}
...
Then:
chmod 600 /etc/wpa_supplicant.conf
And finally edit rc.inet1.conf:
...
# Config information for eth1:
IPADDR[1]=""
NETMASK[1]=""
USE_DHCP[1]="yes"
DHCP_HOSTNAME[1]=""
WLAN_WPA[1]="wpa_supplicant"
WLAN_WPADRIVER[1]="wext"
...
When I do:
/etc/rc.d/rc.inet1 eth1_restart
I get:
/etc/rc.d/rc.inet1: eth1 is 'Any ESSID'
dhcpcd: MAC address = 00:0e:35:47:09:fa
and iwconfig result:
eth1 unassociated ESSID

ff/any Nickname:"abi"
Mode:Managed Channel=0 Access Point: Not-Associated
Bit Rate=0 kb/s Tx-Power=20 dBm Sensitivity=8/0
Retry limit:7 RTS thr

ff Fragment thr

ff
Encryption key

ff
Power Management

ff
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
What am I doing wrong? rc.inet1 doesn't seem to see wpa_supplicant...
Thank you,
carl