lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1228929548.18730.21.camel@rc-desk>
Date:	Wed, 10 Dec 2008 09:19:08 -0800
From:	reinette chatre <reinette.chatre@...el.com>
To:	"Alexander E. Patrakov" <patrakov@...il.com>
Cc:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"linux-wireless@...r.kernel.org" <linux-wireless@...r.kernel.org>
Subject: Re: iwlagn interrupt problem

On Wed, 2008-12-10 at 07:10 -0800, Alexander E. Patrakov wrote:
> [linux-wireless: sorry for the duplicate, I didn't use the correct
> address for LKML, as this is my first LKML post from work]
> 
> Hello. My kernel is 2.6.27.6, and at work, I sit in a place with
> unreliable wireless connection. The problematic piece of dmesg looks
> like this:
> 
> [17454.155855] wlan0: deauthenticated
> [17456.509322] iwlagn 0000:0c:00.0: PCI INT A disabled
> [17456.557701] iwlagn 0000:0c:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
> [17456.557814] iwlagn 0000:0c:00.0: restoring config space at offset
> 0x1 (was 0x100102, writing 0x100106)
> [17456.756926] Registered led device: iwl-phy0:radio
> [17456.756976] Registered led device: iwl-phy0:assoc
> [17456.757028] Registered led device: iwl-phy0:RX
> [17456.757065] Registered led device: iwl-phy0:TX
> [17456.766141] ADDRCONF(NETDEV_UP): wlan0: link is not ready
> [17460.329937] wlan0: authenticate with AP 00:19:5b:ba:53:b7
> [17460.335391] wlan0: authenticated
> [17460.335401] wlan0: associate with AP 00:19:5b:ba:53:b7
> [17460.532088] wlan0: associate with AP 00:19:5b:ba:53:b7
> [17460.534523] wlan0: RX AssocResp from 00:19:5b:ba:53:b7 (capab=0x431
> status=0 aid=2)
> [17460.534533] wlan0: associated
> [17460.541523] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
> [17471.476059] wlan0: no IPv6 routers present
> [17821.193753] wlan0: deauthenticated
> [17823.550303] iwlagn 0000:0c:00.0: PCI INT A disabled
> [17823.612978] iwlagn 0000:0c:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
> [17823.613110] iwlagn 0000:0c:00.0: restoring config space at offset
> 0x1 (was 0x100102, writing 0x100106)
> [17823.812945] Registered led device: iwl-phy0:radio
> [17823.812995] Registered led device: iwl-phy0:assoc
> [17823.813048] Registered led device: iwl-phy0:RX
> [17823.813085] Registered led device: iwl-phy0:TX
> [17823.823450] ADDRCONF(NETDEV_UP): wlan0: link is not ready
> [17827.380770] wlan0: authenticate with AP 00:19:5b:ba:53:b7
> [17827.382603] wlan0: authenticated
> [17827.382613] wlan0: associate with AP 00:19:5b:ba:53:b7
> [17827.581037] wlan0: associate with AP 00:19:5b:ba:53:b7
> [17827.583418] wlan0: RX AssocResp from 00:19:5b:ba:53:b7 (capab=0x431
> status=0 aid=2)
> [17827.583429] wlan0: associated
> [17827.591080] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
> [17838.392089] wlan0: no IPv6 routers present
> 
> Prevois kernels panicked in this place, see description and photo at
> http://patrakov.blogspot.com/2008/09/kernel-panic.html
> 
> The messages about "PCI INT A" are still a problem, because at this
> time, the audio loops and the mouse is unresponsive (i.e., the system
> locks up for a brief period of time, but eventually recovers). Here is
> /proc/interrupts:

The messages you refer to are printed because a user space app
(wpa_supplicant or network manager) brings the wireless interface down
and up. Interrupts are disabled when interface is brought down and
reenabled when interface is brought up.

The unresponsiveness is due to a bug that was fixed recently. The
patches have been merged into wireless-testing repo and will be included
in 2.6.29. If you want to try 
the individual patches, please try:
http://marc.info/?l=linux-wireless&m=122824886623698&w=2
http://marc.info/?l=linux-wireless&m=122849275528102&w=2


Reinette

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ