Wireless will not authenticate WPA2

Hi all. Need help.
I have just transferred from Ubuntu 12.10 to openSuse 12.2. Reason for this was because I could not get my wireless working after upgrading to Ubuntu 12.10. Lo and behold I have the same problem I have a dual boot HP DV6 laptop with Windows 7 as teh o/s that came with the laptop. It incorporates an intel Centrino N1000 wireless card which works fine in Windows 7 and worked fine in Ubuntu 10.4.
I have read many forums and tried a lot of suggestions. But alas nothing has worked for me. The card connects but it will not authenticate. It can see all networks in my area. The ethernet works just fine.
I am not sure what info to post but following is iwconfig andiwlist.

linux-v99w:~ # iwconfig
eth0      no wireless extensions.

lo        no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=14 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          
linux-v99w:~ # 

linux-v99w:~ # iwlist scan
eth0      Interface doesn't support scanning.

lo        Interface doesn't support scanning.

wlan0     Scan completed :
          
          Cell 03 - Address: 00:60:64:67:BA:E6
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=65/70  Signal level=-45 dBm  
                    Encryption key:on
                    ESSID:"ANAIS"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
                              18 Mb/s; 36 Mb/s; 54 Mb/s
                    Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s
                    Mode:Master
                    Extra:tsf=000000379ebd3143
                    Extra: Last beacon: 616ms ago
                    IE: Unknown: 0005414E414953
                    IE: Unknown: 010882848B961224486C
                    IE: Unknown: 030101
                    IE: Unknown: 32040C183060
                    IE: Unknown: 0706415520010D14
                    IE: Unknown: 33082001020304050607
                    IE: Unknown: 33082105060708090A0B
                    IE: Unknown: 050400020101
                    IE: Unknown: 2A0104
                    IE: Unknown: 2D1A0E1017FFFF000001000000000000000000000000000000000000
                    IE: Unknown: 3D1601050600000000000000000000000000000000000000
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
                    IE: Unknown: 0B05030005127A
                    IE: Unknown: DD07000C4300000000

linux-v99w:~ # 

I am using NM and have Kwallet enabled. I have tried using ’ ifup '.
I have deletd lan settings in NM and rebooted. The router is using WPA2 with passphrase.
I have tried a lot of suggestions that have worked for others, but I cannot get authentication from the router.
Any assistance will be welcomed.

Hi, welcome to the forums !!

Please post output of

su -c 'lspci'
linux-v99w:~ # lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b4)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b4)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b4)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Whistler XT [AMD Radeon HD 6700M Series]
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
0d:00.0 Network controller: Intel Corporation Centrino Wireless-N 1000
13:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
19:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)
linux-v99w:~ # 

On 01/20/2013 08:16 AM, djb2412 wrote:

> 0d:00.0 Network controller: Intel Corporation Centrino Wireless-N 1000

The above line is for your wireless device. Please run the command ‘/sbin/lspci
-nn’ and post that line (only) from the new output. That will let us know
exactly what Intel card you have, and what driver it uses.

Certainly, WPA2 works in openSUSE 12.2, and as you made it work with Ubuntu
10.04, it seems likely that you are setting it up correctly. Perhaps there is a
problem with the driver in the kernel version 3.4 used in openSUSE or 3.5 used
in Ubuntu 12.10.

One option is to install the compat-wireless package, which will get you the
wireless drivers from kernel 3.7.

:~ # /sbin/lspci -nn

07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 06)
0d:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 1000 [8086:0084]
13:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader [10ec:5209] (rev 01)
19:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 04)

I think you may be right about the kernel. When I upgraded from 2.6 kernel (Ubuntu 10.04) to 3.2 (Ubuntu 11.10) then this is when everything went pear shaped.

I downloaded the 3.7.1 compat-driver tar.gz, unpacked it and installed it. Rebooted my system but alas, I still have no wireless connection.
It still picks up all the wireless routers in my area, but will not authenticate with an IP address. In fact I also have an usecured wireless router on the network which provides free wifi to customers, and I cannot connect the HP DV6, N1000 to it either under linux. Windows 7 connects fine.
When I try to connect and watch the actions of the network KDE control module (Network Manager), it comes up and says connected, but it does not recieve an IP address and after a short while says ‘not connected’. I have an Acer netbook with an Atheros network card and ubuntu 12.04, which would not connect with 3.6 kernel, but after upgrading the Atheros driver it came good, and now works on the wireless router. There is another HP DV6 in the office using Windows7 and it is connected with wireless all the time.
I know its not the router. It all comes back to the Linux kernel, but as I am still on my linux Learner plates I do not know where to turn next.

I have resolved my wireless issue in Ubuntu, but still have the same issue with openSuse 12.2.
The fix for Ubuntu was to enter the command " modprobe iwlwifi bt_coex_active=N ".
It works perfectly now.

On 01/30/2013 06:56 PM, djb2412 wrote:
>
> I have resolved my wireless issue in Ubuntu, but still have the same
> issue with openSuse 12.2.
> The fix for Ubuntu was to enter the command " modprobe iwlwifi
> bt_coex_active=N ".
> It works perfectly now.

Thar same fix should work for openSUSE. After all, all Linux distros use
essentially the same kernel, and this is definitely a kernel issue.

What you should do is create a file /etc/modprobe.d/50-iwlwifi.conf (as root)
and place the line “options iwlwifi bt_coex_active=n” in it. That will apply the
option every time you boot.

Thank you for the information re the file names. I have created these, inserted the line and all works fine.