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

Re: Cannot connect to WPA PSK network (ThinkPad X220 with Intel Corporation Centrino Advanced-N + WiMAX 6250 adapter)



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 <akitada@gmail.com> 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 <weichen302@aol.com> 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 debian-user-REQUEST@lists.debian.org
>> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>> Archive: [🔎] 20110505100934.GA3375@Tungsten.DarkStar">http://lists.debian.org/[🔎] 20110505100934.GA3375@Tungsten.DarkStar
>>
>>
>


Reply to: