I've finally figured out that I need to add more options to connect to
my WPA network.
The following did the trick.
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-driver wext
wpa-ssid <ssid>
wpa-ap-scan 2
wpa-proto WPA
wpa-group TKIP
wpa-pairwise TKIP
wpa-key-mgmt WPA-PSK
wpa-psk <passphrase>
Reference:
- /usr/share/doc/wpasupplicant/README.modes.gz
- /usr/share/doc/wpasupplicant/examples/wpa_supplicant.conf.gz
On Thu, May 5, 2011 at 7:49 PM, Akira Kitada <[email protected]> wrote:
> Thank you for your reply.
>
> wpasupplicant-0.6.10-2.1 is installed and I'm sure wpa-ssid is correct
> because I checked it several times.
>
> On Thu, May 5, 2011 at 7:09 PM, Chen Wei <[email protected]> wrote:
>> On Thu, May 05, 2011 at 01:27:46PM +0900, Akira Kitada wrote:
>>> $ lspci | grep Network
>>> 03:00.0 Network controller: Intel Corporation Centrino Advanced-N +
>>> WiMAX 6250 (rev 5e)
>>>
>>> $ cat /etc/network/interfaces
>>> ...
>>> allow-hotplug wlan0
>>> iface wlan0 inet dhcp
>>> wpa-ssid <ssid>
>>> wpa-psk <passphrase>
>>> ...
>>> May 5 12:49:39 debian wpa_supplicant[2956]: Failed to initiate AP scan.
>>> May 5 12:49:49 debian wpa_supplicant[2956]: Failed to initiate AP scan.
>>>
>> /etc/network/interfaces looks correct, my first thought is wpasupplicant
>> has not been installed, obviously that is not the case. Perhaps the
>> wpa-ssid is not match? It is case-sensitive.
>>
>> --
>> Chen Wei
>>
>>
>> --
>> To UNSUBSCRIBE, email to [email protected]
>> with a subject of "unsubscribe". Trouble? Contact [email protected]
>> Archive: http://lists.debian.org/[email protected]
>>
>>
>
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive:
http://lists.debian.org/[email protected]