[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

WPA on Intel Wireless 2200BG



Hi List,

I resently got a Wireless DSL Modem (Sinus 1054 DSL). I am now trying to
make my notebook
connecting with the router using WPA-SPK (since this is the most secure
way if one does not
want to configure RADIU server and such.. isn't it?).

On router side I have:

Encoding: On
MAC filtering: On
Mode: WPA (Dynamic)
Authentification: Off
Pre-shared key Typ: ASCII
Pre-shared key (PSK): my_key
Wireless: On
SSID: MyNet
SSID unvisible: On
Speed: 54 Mbps
Portocol: 802.11g
Channel: 11

On notebook side:

/etc/network/interfaces:
# WLAN Home
  iface eth1 inet dhcp
    wireless_essid MyNet
    wireless_mode managed
    wireless_channel 11
    wireless_enc on

/etc/wpa_supplicant.conf:

network={
        ssid="MyNet"
        key_mgmt=WPA-PSK
        pairwise=CCMP
        group=CCMP
        psk=my_key
}

And I get:

#wpa_supplicant -i eth1
Line 6: Invalid PSK 'my_key'.
Line 6: failed to parse psk 'my_key'.
Line 7: WPA-PSK accepted for key management, but no PSK configured.
Line 7: failed to parse network block.
Failed to read configuration file '/etc/wpa_supplicant.conf'.
#

    Any help will be welcome,
    Ivan



Reply to: