Linux wireless drivers development
 help / color / mirror / Atom feed
* iwl3945 random firmware crashes
@ 2008-07-14 11:37 drago01
  2008-07-14 18:05 ` [ipw3945-devel] " Cahill, Ben M
  0 siblings, 1 reply; 11+ messages in thread
From: drago01 @ 2008-07-14 11:37 UTC (permalink / raw)
  To: linux-wireless, ipw3945-devel

Hi,
I noticed some weird firmware restarts with iwl3945 lately.
-----------------
iwl3945: Microcode SW error detected.  Restarting 0x82000008.
iwl3945: Error Reply type 0x00000005 cmd REPLY_SCAN_CMD (0x80) seq
0x4419 ser 0x0000004B
iwl3945: Can't stop Rx DMA.
Registered led device: iwl-phy0:radio
Registered led device: iwl-phy0:assoc
Registered led device: iwl-phy0:RX
Registered led device: iwl-phy0:TX
iwl3945: Microcode SW error detected.  Restarting 0x82000008.
iwl3945: Error Reply type 0x00000005 cmd REPLY_LEDS_CMD (0x48) seq
0x0408 ser 0x0000004B
iwl3945: Can't stop Rx DMA.
Registered led device: iwl-phy0:radio
Registered led device: iwl-phy0:assoc
Registered led device: iwl-phy0:RX
Registered led device: iwl-phy0:TX
iwl3945: Microcode SW error detected.  Restarting 0x82000008.
iwl3945: Error Reply type 0x00000005 cmd REPLY_LEDS_CMD (0x48) seq
0x0408 ser 0x0000004B
iwl3945: Can't stop Rx DMA.
Registered led device: iwl-phy0:radio
Registered led device: iwl-phy0:assoc
Registered led device: iwl-phy0:RX
Registered led device: iwl-phy0:TX
iwl3945: Microcode SW error detected.  Restarting 0x82000008.
iwl3945: Error Reply type 0x00000005 cmd REPLY_LEDS_CMD (0x48) seq
0x0407 ser 0x0000004B
iwl3945: Can't stop Rx DMA.
---------------
There seem to be random (can not reproduce them always) but the only
way to get the wireless working is to
1) unload the module
2) go to another room
3) load module
4) connect to AP
5) go back to the room and it works

If I stay in the same room after reloading the module the firmware
crashes happen again.

I have no output with the event log because they happen randomly and I
cannot reproduce them.

Any ideas?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: [ipw3945-devel] iwl3945 random firmware crashes
  2008-07-14 11:37 iwl3945 random firmware crashes drago01
@ 2008-07-14 18:05 ` Cahill, Ben M
  2008-07-14 18:11   ` Stefanik Gábor
                     ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Cahill, Ben M @ 2008-07-14 18:05 UTC (permalink / raw)
  To: drago01, linux-wireless, ipw3945-devel

Try loading driver using module param:

debug=0x43fff

This will provide more information in the log, including an event log
(where you see "Microcode SW Error detected" in your log, you would have
captured Event Log if you had the debug=0x43fff setting).

-- Ben --

> -----Original Message-----
> From: ipw3945-devel-bounces@lists.sourceforge.net 
> [mailto:ipw3945-devel-bounces@lists.sourceforge.net] On 
> Behalf Of drago01
> Sent: Monday, July 14, 2008 7:38 AM
> To: linux-wireless; ipw3945-devel
> Subject: [ipw3945-devel] iwl3945 random firmware crashes
> 
> Hi,
> I noticed some weird firmware restarts with iwl3945 lately.
> -----------------
> iwl3945: Microcode SW error detected.  Restarting 0x82000008.
> iwl3945: Error Reply type 0x00000005 cmd REPLY_SCAN_CMD (0x80) seq
> 0x4419 ser 0x0000004B
> iwl3945: Can't stop Rx DMA.
> Registered led device: iwl-phy0:radio
> Registered led device: iwl-phy0:assoc
> Registered led device: iwl-phy0:RX
> Registered led device: iwl-phy0:TX
> iwl3945: Microcode SW error detected.  Restarting 0x82000008.
> iwl3945: Error Reply type 0x00000005 cmd REPLY_LEDS_CMD (0x48) seq
> 0x0408 ser 0x0000004B
> iwl3945: Can't stop Rx DMA.
> Registered led device: iwl-phy0:radio
> Registered led device: iwl-phy0:assoc
> Registered led device: iwl-phy0:RX
> Registered led device: iwl-phy0:TX
> iwl3945: Microcode SW error detected.  Restarting 0x82000008.
> iwl3945: Error Reply type 0x00000005 cmd REPLY_LEDS_CMD (0x48) seq
> 0x0408 ser 0x0000004B
> iwl3945: Can't stop Rx DMA.
> Registered led device: iwl-phy0:radio
> Registered led device: iwl-phy0:assoc
> Registered led device: iwl-phy0:RX
> Registered led device: iwl-phy0:TX
> iwl3945: Microcode SW error detected.  Restarting 0x82000008.
> iwl3945: Error Reply type 0x00000005 cmd REPLY_LEDS_CMD (0x48) seq
> 0x0407 ser 0x0000004B
> iwl3945: Can't stop Rx DMA.
> ---------------
> There seem to be random (can not reproduce them always) but 
> the only way to get the wireless working is to
> 1) unload the module
> 2) go to another room
> 3) load module
> 4) connect to AP
> 5) go back to the room and it works
> 
> If I stay in the same room after reloading the module the 
> firmware crashes happen again.
> 
> I have no output with the event log because they happen 
> randomly and I cannot reproduce them.
> 
> Any ideas?
> 
> --------------------------------------------------------------
> -----------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source 
> project, along with a healthy diet, reduces your potential 
> for chronic lameness and boredom. Vote Now at 
> http://www.sourceforge.net/community/cca08
> _______________________________________________
> Ipw3945-devel mailing list
> Ipw3945-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ipw3945-devel
> 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [ipw3945-devel] iwl3945 random firmware crashes
  2008-07-14 18:05 ` [ipw3945-devel] " Cahill, Ben M
@ 2008-07-14 18:11   ` Stefanik Gábor
  2008-07-14 20:44     ` Cahill, Ben M
  2008-07-14 18:18   ` drago01
  2008-07-17 11:23   ` drago01
  2 siblings, 1 reply; 11+ messages in thread
From: Stefanik Gábor @ 2008-07-14 18:11 UTC (permalink / raw)
  To: Cahill, Ben M; +Cc: drago01, linux-wireless, ipw3945-devel

On Mon, Jul 14, 2008 at 8:05 PM, Cahill, Ben M <ben.m.cahill@intel.com> wrote:
> Try loading driver using module param:
>
> debug=0x43fff
>
> This will provide more information in the log, including an event log
> (where you see "Microcode SW Error detected" in your log, you would have
> captured Event Log if you had the debug=0x43fff setting).
>
> -- Ben --

Just a question: Why are we using cryptic hex IDs for the debug
setting? Is there a specific reason for this, or just noone has yet
included proper modparams for the various debugging settings?

-- 
Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [ipw3945-devel] iwl3945 random firmware crashes
  2008-07-14 18:05 ` [ipw3945-devel] " Cahill, Ben M
  2008-07-14 18:11   ` Stefanik Gábor
@ 2008-07-14 18:18   ` drago01
  2008-07-17 11:23   ` drago01
  2 siblings, 0 replies; 11+ messages in thread
From: drago01 @ 2008-07-14 18:18 UTC (permalink / raw)
  To: Cahill, Ben M; +Cc: linux-wireless, ipw3945-devel

On Mon, Jul 14, 2008 at 8:05 PM, Cahill, Ben M <ben.m.cahill@intel.com> wrote:
> Try loading driver using module param:
>
> debug=0x43fff
>
> This will provide more information in the log, including an event log
> (where you see "Microcode SW Error detected" in your log, you would have
> captured Event Log if you had the debug=0x43fff setting).

will try to capture the event log when it happens again.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: [ipw3945-devel] iwl3945 random firmware crashes
  2008-07-14 18:11   ` Stefanik Gábor
@ 2008-07-14 20:44     ` Cahill, Ben M
  0 siblings, 0 replies; 11+ messages in thread
From: Cahill, Ben M @ 2008-07-14 20:44 UTC (permalink / raw)
  To: Stefanik Gábor; +Cc: linux-wireless, ipw3945-devel

Each bit enables a specific driver area/topic/type of debug messages ..=
=2E bits are defined by IWL_DL_ #defines in iwl-3945-debug.h ... 0x43ff=
f gives a nice cross section of debug messages without being *overly* v=
erbose.

-- Ben --

> -----Original Message-----
> From: ipw3945-devel-bounces@lists.sourceforge.net=20
> [mailto:ipw3945-devel-bounces@lists.sourceforge.net] On=20
> Behalf Of Stefanik G=E1bor
> Sent: Monday, July 14, 2008 2:11 PM
> To: Cahill, Ben M
> Cc: linux-wireless; ipw3945-devel
> Subject: Re: [ipw3945-devel] iwl3945 random firmware crashes
>=20
> On Mon, Jul 14, 2008 at 8:05 PM, Cahill, Ben M=20
> <ben.m.cahill@intel.com> wrote:
> > Try loading driver using module param:
> >
> > debug=3D0x43fff
> >
> > This will provide more information in the log, including an=20
> event log=20
> > (where you see "Microcode SW Error detected" in your log, you would=
=20
> > have captured Event Log if you had the debug=3D0x43fff setting).
> >
> > -- Ben --
>=20
> Just a question: Why are we using cryptic hex IDs for the=20
> debug setting? Is there a specific reason for this, or just=20
> noone has yet included proper modparams for the various=20
> debugging settings?
>=20
> --
> Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-)
>=20
> --------------------------------------------------------------
> -----------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source=20
> project, along with a healthy diet, reduces your potential=20
> for chronic lameness and boredom. Vote Now at=20
> http://www.sourceforge.net/community/cca08
> _______________________________________________
> Ipw3945-devel mailing list
> Ipw3945-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ipw3945-devel
>=20
--
To unsubscribe from this list: send the line "unsubscribe linux-wireles=
s" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [ipw3945-devel] iwl3945 random firmware crashes
  2008-07-14 18:05 ` [ipw3945-devel] " Cahill, Ben M
  2008-07-14 18:11   ` Stefanik Gábor
  2008-07-14 18:18   ` drago01
@ 2008-07-17 11:23   ` drago01
       [not found]     ` <f6ca9fed0807170428i4b386e46sb030316343f4bd4a@mail.gmail.com>
  2 siblings, 1 reply; 11+ messages in thread
From: drago01 @ 2008-07-17 11:23 UTC (permalink / raw)
  To: Cahill, Ben M; +Cc: linux-wireless, ipw3945-devel

[-- Attachment #1: Type: text/plain, Size: 445 bytes --]

On Mon, Jul 14, 2008 at 8:05 PM, Cahill, Ben M <ben.m.cahill@intel.com> wrote:
> Try loading driver using module param:
>
> debug=0x43fff
>
> This will provide more information in the log, including an event log
> (where you see "Microcode SW Error detected" in your log, you would have
> captured Event Log if you had the debug=0x43fff setting).

It happend again and this time I captured the log.
Debug output including event log is attached.

[-- Attachment #2: evenlog.log --]
[-- Type: application/octet-stream, Size: 133947 bytes --]

Jul 17 13:09:01 localhost kernel: iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.26kds
Jul 17 13:09:01 localhost kernel: iwl3945: Copyright(c) 2003-2008 Intel Corporation
Jul 17 13:09:01 localhost kernel: ACPI: PCI Interrupt 0000:07:00.0[A] -> GSI 19 (level, low) -> IRQ 19
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_pci_probe pci_resource_len = 0x00001000
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_pci_probe pci_resource_base = ffffc20000348000
Jul 17 13:09:01 localhost kernel: iwl3945: Detected Intel Wireless WiFi Link 3945ABG
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_set_rxon_channel Staging channel set to 6 [0]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_pci_probe MAC address: 00:18:de:05:f7:9e
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Initializing regulatory info from EEPROM
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Parsing data for 56 channels.
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 1 [2.4GHz] VALID IBSS ACTIVE WIDE (0x2b 15dBm): Ad-Hoc supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 2 [2.4GHz] VALID IBSS ACTIVE WIDE (0x2b 15dBm): Ad-Hoc supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 3 [2.4GHz] VALID IBSS ACTIVE WIDE (0x2b 15dBm): Ad-Hoc supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 4 [2.4GHz] VALID IBSS ACTIVE WIDE (0x2b 15dBm): Ad-Hoc supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 5 [2.4GHz] VALID IBSS ACTIVE WIDE (0x2b 15dBm): Ad-Hoc supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 6 [2.4GHz] VALID IBSS ACTIVE WIDE (0x2b 15dBm): Ad-Hoc supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 7 [2.4GHz] VALID IBSS ACTIVE WIDE (0x2b 15dBm): Ad-Hoc supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 8 [2.4GHz] VALID IBSS ACTIVE WIDE (0x2b 15dBm): Ad-Hoc supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 9 [2.4GHz] VALID IBSS ACTIVE WIDE (0x2b 15dBm): Ad-Hoc supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 10 [2.4GHz] VALID IBSS ACTIVE WIDE (0x2b 15dBm): Ad-Hoc supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 11 [2.4GHz] VALID IBSS ACTIVE WIDE (0x2b 15dBm): Ad-Hoc supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 12 [2.4GHz] VALID WIDE (0x21 15dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 13 [2.4GHz] VALID WIDE (0x21 15dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 14 Flags 0 [2.4GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 183 Flags 0 [5.2GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 184 Flags 0 [5.2GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 185 Flags 0 [5.2GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 187 Flags 0 [5.2GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 188 Flags 0 [5.2GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 189 Flags 0 [5.2GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 192 Flags 0 [5.2GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 196 Flags 0 [5.2GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 7 Flags 0 [5.2GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 8 Flags 0 [5.2GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 11 Flags 0 [5.2GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 12 Flags 0 [5.2GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 16 Flags 0 [5.2GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 34 [5.2GHz] VALID WIDE (0x21 15dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 36 [5.2GHz] VALID IBSS ACTIVE WIDE DFS (0xab 15dBm): Ad-Hoc supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 38 [5.2GHz] VALID WIDE (0x21 15dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 40 [5.2GHz] VALID IBSS ACTIVE WIDE DFS (0xab 15dBm): Ad-Hoc supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 42 [5.2GHz] VALID WIDE (0x21 15dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 44 [5.2GHz] VALID IBSS ACTIVE WIDE DFS (0xab 15dBm): Ad-Hoc supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 46 [5.2GHz] VALID WIDE (0x21 15dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 48 [5.2GHz] VALID IBSS ACTIVE WIDE DFS (0xab 15dBm): Ad-Hoc supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 52 [5.2GHz] VALID RADAR WIDE DFS (0xb1 15dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 56 [5.2GHz] VALID RADAR WIDE DFS (0xb1 15dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 60 [5.2GHz] VALID RADAR WIDE DFS (0xb1 15dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 64 [5.2GHz] VALID RADAR WIDE DFS (0xb1 15dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 100 [5.2GHz] VALID RADAR WIDE DFS (0xb1 16dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 104 [5.2GHz] VALID RADAR WIDE DFS (0xb1 16dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 108 [5.2GHz] VALID RADAR WIDE DFS (0xb1 16dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 112 [5.2GHz] VALID RADAR WIDE DFS (0xb1 16dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 116 [5.2GHz] VALID RADAR WIDE DFS (0xb1 16dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 120 [5.2GHz] VALID RADAR WIDE DFS (0xb1 16dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 124 [5.2GHz] VALID RADAR WIDE DFS (0xb1 16dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 128 [5.2GHz] VALID RADAR WIDE DFS (0xb1 16dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 132 [5.2GHz] VALID RADAR WIDE DFS (0xb1 16dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 136 [5.2GHz] VALID RADAR WIDE DFS (0xb1 16dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 140 [5.2GHz] VALID RADAR WIDE DFS (0xb1 16dBm): Ad-Hoc not supported
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 145 Flags 0 [5.2GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 149 Flags 0 [5.2GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 153 Flags 0 [5.2GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 157 Flags 0 [5.2GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 161 Flags 0 [5.2GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_channel_map Ch. 165 Flags 0 [5.2GHz] - No traffic
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_txpower_get_temperature Temperature: 260
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_init_channel_groups Initializing factory calib info from EEPROM
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 1 mapped to grp 0
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 1: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 2 mapped to grp 0
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 2: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 3 mapped to grp 0
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 3: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 4 mapped to grp 0
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 4: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 5 mapped to grp 0
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 5: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 6 mapped to grp 0
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 6: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 7 mapped to grp 0
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 7: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 8 mapped to grp 0
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 8: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 9 mapped to grp 0
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 9: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 10 mapped to grp 0
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 10: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 11 mapped to grp 0
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 11: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 12 mapped to grp 0
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 12: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 13 mapped to grp 0
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 13: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 34 mapped to grp 1
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 34: -19 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 36 mapped to grp 1
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 36: -19 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 38 mapped to grp 1
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 38: -19 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 40 mapped to grp 1
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 40: -19 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 42 mapped to grp 1
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 42: -19 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 44 mapped to grp 1
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 44: -19 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 46 mapped to grp 2
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 46: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 48 mapped to grp 2
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 48: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 52 mapped to grp 2
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 52: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 56 mapped to grp 2
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 56: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 60 mapped to grp 2
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 60: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 64 mapped to grp 2
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 64: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 100 mapped to grp 3
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 100: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 104 mapped to grp 3
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 104: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 108 mapped to grp 3
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 108: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 112 mapped to grp 3
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 112: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 116 mapped to grp 3
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 116: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 120 mapped to grp 4
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 120: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 124 mapped to grp 4
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 124: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 128 mapped to grp 4
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 128: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 132 mapped to grp 4
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 132: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 136 mapped to grp 4
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 136: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_hw_reg_get_ch_grp_index Chnl 140 mapped to grp 4
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_txpower_set_from_eeprom Delta index for channel 140: -18 [260]
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 1 Freq=2412[2.4GHz] valid flag=00
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 2 Freq=2417[2.4GHz] valid flag=00
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 3 Freq=2422[2.4GHz] valid flag=00
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 4 Freq=2427[2.4GHz] valid flag=00
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 5 Freq=2432[2.4GHz] valid flag=00
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 6 Freq=2437[2.4GHz] valid flag=00
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 7 Freq=2442[2.4GHz] valid flag=00
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 8 Freq=2447[2.4GHz] valid flag=00
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 9 Freq=2452[2.4GHz] valid flag=00
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 10 Freq=2457[2.4GHz] valid flag=00
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 11 Freq=2462[2.4GHz] valid flag=00
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 12 Freq=2467[2.4GHz] valid flag=06
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 13 Freq=2472[2.4GHz] valid flag=06
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 34 Freq=5170[5.2GHz] valid flag=06
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 36 Freq=5180[5.2GHz] valid flag=00
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 38 Freq=5190[5.2GHz] valid flag=06
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 40 Freq=5200[5.2GHz] valid flag=00
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 42 Freq=5210[5.2GHz] valid flag=06
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 44 Freq=5220[5.2GHz] valid flag=00
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 46 Freq=5230[5.2GHz] valid flag=06
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 48 Freq=5240[5.2GHz] valid flag=00
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 52 Freq=5260[5.2GHz] valid flag=0E
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 56 Freq=5280[5.2GHz] valid flag=0E
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 60 Freq=5300[5.2GHz] valid flag=0E
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 64 Freq=5320[5.2GHz] valid flag=0E
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 100 Freq=5500[5.2GHz] valid flag=0E
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 104 Freq=5520[5.2GHz] valid flag=0E
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 108 Freq=5540[5.2GHz] valid flag=0E
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 112 Freq=5560[5.2GHz] valid flag=0E
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 116 Freq=5580[5.2GHz] valid flag=0E
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 120 Freq=5600[5.2GHz] valid flag=0E
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 124 Freq=5620[5.2GHz] valid flag=0E
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 128 Freq=5640[5.2GHz] valid flag=0E
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 132 Freq=5660[5.2GHz] valid flag=0E
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 136 Freq=5680[5.2GHz] valid flag=0E
Jul 17 13:09:01 localhost kernel: iwl3945: U iwl3945_init_geos Channel 140 Freq=5700[5.2GHz] valid flag=0E
Jul 17 13:09:01 localhost kernel: iwl3945: Tunable channels: 13 802.11bg, 23 802.11a channels
Jul 17 13:09:01 localhost NetworkManager: <info>  wlan0: Device is fully-supported using driver 'iwl3945'.
Jul 17 13:09:01 localhost NetworkManager: <info>  wlan0: driver supports SSID scans (scan_capa 0x01).
Jul 17 13:09:01 localhost NetworkManager: <info>  Found new wireless (802.11) device 'wlan0'.
Jul 17 13:09:01 localhost NetworkManager: <info>  (wlan0): exported as /org/freedesktop/Hal/devices/net_00_18_de_05_f7_9e_0
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_mac_start enter
Jul 17 13:09:05 localhost kernel: ACPI: PCI Interrupt 0000:07:00.0[A] -> GSI 19 (level, low) -> IRQ 19
Jul 17 13:09:05 localhost NetworkManager: <info>  (wlan0): device state change: 1 -> 2
Jul 17 13:09:05 localhost NetworkManager: <info>  (wlan0): bringing up device.
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_read_ucode Got firmware 'iwlwifi-3945-1.ucode' file (149652 bytes) from disk
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_read_ucode f/w package hdr ucode version = 0x20e0105
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_read_ucode f/w package hdr runtime inst size = 80524
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_read_ucode f/w package hdr runtime data size = 32768
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_read_ucode f/w package hdr init inst size = 2668
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_read_ucode f/w package hdr init data size = 32768
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_read_ucode f/w package hdr boot inst size = 900
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_read_ucode Copying (but not loading) uCode instr len 80524
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_read_ucode uCode instr buf vaddr = 0xffff81006bd00000, paddr = 0x6bd00000
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_read_ucode Copying (but not loading) uCode data len 32768
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_read_ucode Copying (but not loading) init instr len 2668
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_read_ucode Copying (but not loading) init data len 32768
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_read_ucode Copying (but not loading) boot instr len 900
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_power_init_handle Initialize power 
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_power_init_handle adjust power command flags
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_nic_init HW Revision ID = 0x2
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_nic_init 3945 RADIO-MM type
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_nic_init SKU OP mode is basic
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_nic_init 3945ABG revision is 0xF1
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_nic_init Card M type B version is 0x2
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_load_bsm Begin load bsm
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_verify_bsm Begin verify bsm
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_verify_bsm BSM bootstrap uCode image OK
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_load_bsm BSM write complete, poll 1 iterations
Jul 17 13:09:05 localhost kernel: iwl3945: U __iwl3945_up iwl3945 is coming up
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_mac_start Start UP work.
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r = 1, i = 0, REPLY_ALIVE, 0x01
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_reply_alive Alive ucode status 0x00000001 revision 0x1 0x9
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_reply_alive Initialization Alive received.
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 900
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 2668
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_verify_ucode Initialize uCode is good in inst SRAM
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_init_alive_start Initialization Alive received.
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_set_ucode_ptrs Runtime uCode pointers are set.
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r = 2, i = 1, REPLY_ALIVE, 0x01
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_reply_alive Alive ucode status 0x00000001 revision 0x1 0x0
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_reply_alive Runtime Alive received.
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_disable_events Selected uCode log events may be disabled
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_disable_events   by writing "1"s into disable bitmap
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_disable_events   in SRAM at 0x8015f4, size 47 u32s
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_alive_start Runtime Alive received.
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 900
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 2668
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 80524
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_verify_ucode Runtime uCode is good in inst SRAM
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_alive_start RFKILL status: 0x1
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_update_power_cmd Flags value = 0x00000000
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_update_power_cmd Tx timeout = 0
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_update_power_cmd Rx timeout = 0
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_update_power_cmd Sleep interval vector = { 0 , 0 , 0 , 0 , 0 }
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command POWER_TABLE_CMD (#77), seq: 0x0400, 36 bytes at 0[0]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r 3 i 2 No handler needed for POWER_TABLE_CMD, 0x77
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_BT_CONFIG (#9b), seq: 0x0401, 16 bytes at 1[1]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r 4 i 3 No handler needed for REPLY_BT_CONFIG, 0x9b
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_commit_rxon Sending RXON
Jul 17 13:09:05 localhost kernel: * without RXON_FILTER_ASSOC_MSK
Jul 17 13:09:05 localhost kernel: * channel = 1
Jul 17 13:09:05 localhost kernel: * bssid = 00:00:00:00:00:00
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_RXON (#10), seq: 0x0402, 48 bytes at 2[2]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r 5 i 4 No handler needed for REPLY_RXON, 0x10
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 187 dsp  99 rate code 0x0d
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 187 dsp  99 rate code 0x0f
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 187 dsp  99 rate code 0x05
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 187 dsp  99 rate code 0x07
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 187 dsp  99 rate code 0x09
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 187 dsp  99 rate code 0x0b
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 187 dsp  99 rate code 0x01
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 243 dsp  97 rate code 0x03
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 179 dsp 107 rate code 0x0a
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 179 dsp 107 rate code 0x14
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 179 dsp 107 rate code 0x37
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 179 dsp 107 rate code 0x6e
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_TX_PWR_TABLE_CMD (#97), seq: 0x0403, 56 bytes at 3[3]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r 6 i 5 No handler needed for REPLY_TX_PWR_TABLE_CMD, 0x97
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_add_station Add STA ID 24: ff:ff:ff:ff:ff:ff
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_ADD_STA (#18), seq: 0x0404, 68 bytes at 4[4]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r = 7, i = 6, REPLY_ADD_STA, 0x18
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_send_add_station REPLY_ADD_STA PASSED
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_RATE_SCALE (#47), seq: 0x0405, 56 bytes at 5[5]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r 8 i 7 No handler needed for REPLY_RATE_SCALE, 0x47
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_RATE_SCALE (#47), seq: 0x0406, 56 bytes at 6[6]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r 9 i 8 No handler needed for REPLY_RATE_SCALE, 0x47
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_txpower_get_temperature Temperature: 62
Jul 17 13:09:05 localhost kernel: iwl3945: U is_temp_calib_needed Getting cooler, delta -198,
Jul 17 13:09:05 localhost kernel: iwl3945: U is_temp_calib_needed Timed thermal calib needed
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x0d
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x0f
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x05
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x07
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x09
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x0b
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x01
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 203 dsp 108 rate code 0x03
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp  98 rate code 0x0a
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp  98 rate code 0x14
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp  98 rate code 0x37
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp  98 rate code 0x6e
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_TX_PWR_TABLE_CMD (#97), seq: 0x0407, 56 bytes at 7[7]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r 10 i 9 No handler needed for REPLY_TX_PWR_TABLE_CMD, 0x97
Jul 17 13:09:05 localhost kernel: Registered led device: iwl-phy0:radio
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_LEDS_CMD (#48), seq: 0x0408, 12 bytes at 8[8]:4
Jul 17 13:09:05 localhost kernel: Registered led device: iwl-phy0:assoc
Jul 17 13:09:05 localhost kernel: Registered led device: iwl-phy0:RX
Jul 17 13:09:05 localhost kernel: Registered led device: iwl-phy0:TX
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_alive_start ALIVE processing complete.
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_mac_start leave
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_LEDS_CMD (#48), seq: 0x0409, 12 bytes at 9[9]:4
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_mac_add_interface enter: type 2
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_mac_add_interface Set: 00:18:de:05:f7:9e
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_commit_rxon Sending RXON
Jul 17 13:09:05 localhost kernel: * without RXON_FILTER_ASSOC_MSK
Jul 17 13:09:05 localhost kernel: * channel = 1
Jul 17 13:09:05 localhost kernel: * bssid = 00:00:00:00:00:00
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_RXON (#10), seq: 0x040A, 48 bytes at 10[10]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r 11 i 10 No handler needed for REPLY_LEDS_CMD, 0x48
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r 12 i 11 No handler needed for REPLY_LEDS_CMD, 0x48
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r 13 i 12 No handler needed for REPLY_RXON, 0x10
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x0d
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x0f
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x05
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x07
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x09
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x0b
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x01
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 203 dsp 108 rate code 0x03
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp  98 rate code 0x0a
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp  98 rate code 0x14
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp  98 rate code 0x37
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp  98 rate code 0x6e
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_TX_PWR_TABLE_CMD (#97), seq: 0x040B, 56 bytes at 11[11]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r 14 i 13 No handler needed for REPLY_TX_PWR_TABLE_CMD, 0x97
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_add_station Add STA ID 24: ff:ff:ff:ff:ff:ff
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_ADD_STA (#18), seq: 0x040C, 68 bytes at 12[12]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r = 15, i = 14, REPLY_ADD_STA, 0x18
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_send_add_station REPLY_ADD_STA PASSED
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_RATE_SCALE (#47), seq: 0x040D, 56 bytes at 13[13]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r 16 i 15 No handler needed for REPLY_RATE_SCALE, 0x47
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_RATE_SCALE (#47), seq: 0x040E, 56 bytes at 14[14]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r 17 i 16 No handler needed for REPLY_RATE_SCALE, 0x47
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_mac_add_interface leave
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_mac_config enter to channel 1
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_commit_rxon Sending RXON
Jul 17 13:09:05 localhost kernel: * without RXON_FILTER_ASSOC_MSK
Jul 17 13:09:05 localhost kernel: * channel = 1
Jul 17 13:09:05 localhost kernel: * bssid = 00:00:00:00:00:00
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_RXON (#10), seq: 0x040F, 48 bytes at 15[15]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r 18 i 17 No handler needed for REPLY_RXON, 0x10
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x0d
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x0f
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x05
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x07
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x09
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x0b
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x01
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 203 dsp 108 rate code 0x03
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp  98 rate code 0x0a
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp  98 rate code 0x14
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp  98 rate code 0x37
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp  98 rate code 0x6e
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_TX_PWR_TABLE_CMD (#97), seq: 0x0410, 56 bytes at 16[16]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r 19 i 18 No handler needed for REPLY_TX_PWR_TABLE_CMD, 0x97
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_add_station Add STA ID 24: ff:ff:ff:ff:ff:ff
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_ADD_STA (#18), seq: 0x0411, 68 bytes at 17[17]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r = 20, i = 19, REPLY_ADD_STA, 0x18
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_send_add_station REPLY_ADD_STA PASSED
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_RATE_SCALE (#47), seq: 0x0412, 56 bytes at 18[18]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r 21 i 20 No handler needed for REPLY_RATE_SCALE, 0x47
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_RATE_SCALE (#47), seq: 0x0413, 56 bytes at 19[19]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r 22 i 21 No handler needed for REPLY_RATE_SCALE, 0x47
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_mac_config leave
Jul 17 13:09:05 localhost kernel: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jul 17 13:09:05 localhost NetworkManager: <info>  (wlan0): preparing device.
Jul 17 13:09:05 localhost NetworkManager: <info>  (wlan0): deactivating device.
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_mac_hw_scan enter
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_scan_initiate Starting scan...
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_mac_hw_scan leave
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_bg_request_scan Kicking off one indirect scan.
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_get_channels_for_scan Scanning 1 [PASSIVE 120]
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_get_channels_for_scan Scanning 2 [PASSIVE 120]
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_get_channels_for_scan Scanning 3 [PASSIVE 120]
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_get_channels_for_scan Scanning 4 [PASSIVE 120]
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_get_channels_for_scan Scanning 5 [PASSIVE 120]
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_get_channels_for_scan Scanning 6 [PASSIVE 120]
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_get_channels_for_scan Scanning 7 [PASSIVE 120]
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_get_channels_for_scan Scanning 8 [PASSIVE 120]
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_get_channels_for_scan Scanning 9 [PASSIVE 120]
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_get_channels_for_scan Scanning 10 [PASSIVE 120]
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_get_channels_for_scan Scanning 11 [PASSIVE 120]
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_get_channels_for_scan total channels to scan 11 
Jul 17 13:09:05 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_SCAN_CMD (#80), seq: 0x4414, 350 bytes at 20[32]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r = 23, i = 22, REPLY_SCAN_CMD, 0x80
Jul 17 13:09:05 localhost NetworkManager: <info>  (wlan0): device state change: 2 -> 3
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r = 25, i = 23, STATISTICS_NOTIFICATION, 0x9d
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_enqueue_hcmd Sending command REPLY_LEDS_CMD (#48), seq: 0x0415, 12 bytes at 21[21]:4
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r = 25, i = 24, SCAN_START_NOTIFICATION, 0x82
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_scan_start_notif Scan start: 1 [802.11bg] (TSF: 0x00000000:00002E5E) - 1 (beacon timer 90530)
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r 26 i 25 No handler needed for REPLY_LEDS_CMD, 0x48
Jul 17 13:09:05 localhost NetworkManager: <info>  (wlan0): supplicant interface state change: 1 -> 2.
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r = 27, i = 26, SCAN_RESULTS_NOTIFICATION, 0x83
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_scan_results_notif Scan ch.res: 1 [802.11bg] (TSF: 0x00000000:000270A8) - 0 elapsed=148042 usec (-125890ms since last)
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r = 29, i = 27, STATISTICS_NOTIFICATION, 0x9d
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r = 29, i = 28, SCAN_START_NOTIFICATION, 0x82
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_scan_start_notif Scan start: 2 [802.11bg] (TSF: 0x00000000:00027473) - 1 (beacon timer 16821133)
Jul 17 13:09:05 localhost kernel: iwl3945: Microcode SW error detected.  Restarting 0x82000008.
Jul 17 13:09:05 localhost kernel: iwl3945: Start IWL Error Log Dump:
Jul 17 13:09:05 localhost kernel: iwl3945: Status: 0x0002A2E4, count: 1
Jul 17 13:09:05 localhost kernel: iwl3945: Desc       Time       asrtPC  blink2 ilink1  nmiPC   Line
Jul 17 13:09:05 localhost kernel: iwl3945: SYSASSERT     (#5) 0000360662 0x0089A 0x0025E 0x00300 0x073CA 75
Jul 17 13:09:05 localhost kernel: 
Jul 17 13:09:05 localhost kernel: iwl3945: Start IWL Event Log Dump: display count 256, wraps 65
Jul 17 13:09:05 localhost kernel: iwl3945: 0000354828#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000354830#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000354907#0110x0000084f#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000354916#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000354922#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000354924#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000354999#0110x00000850#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355008#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355014#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355016#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355089#0110x00000851#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355098#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355104#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355106#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355178#0110x00000852#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355187#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355193#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355195#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355285#0110x00000853#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355294#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355301#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355303#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355375#0110x00000854#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355384#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355390#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355392#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355463#0110x00000855#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355472#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355479#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355480#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355554#0110x00000856#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355563#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355570#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355571#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355643#0110x00000857#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355652#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355659#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355660#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355731#0110x00000858#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355740#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355746#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355748#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355828#0110x00000859#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355837#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355843#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355845#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355916#0110x0000085a#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355925#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355931#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000355933#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356029#0110x0000085b#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356038#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356045#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356046#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356119#0110x0000085c#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356128#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356134#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356136#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356229#0110x0000085d#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356238#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356245#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356246#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356318#0110x0000085e#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356327#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356334#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356335#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356411#0110x0000085f#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356420#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356427#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356428#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356507#0110x00000860#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356516#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356522#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356524#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356597#0110x00000861#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356606#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356613#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356614#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356691#0110x00000862#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356700#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356706#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356708#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356781#0110x00000863#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356790#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356796#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356798#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356872#0110x00000864#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356881#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356888#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356889#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356962#0110x00000865#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356971#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356977#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000356979#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357053#0110x00000866#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357062#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357068#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357070#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357141#0110x00000867#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357150#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357156#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357158#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357230#0110x00000868#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357239#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357245#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357247#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357320#0110x00000869#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357329#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357336#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357337#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357435#0110x0000086a#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357444#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357451#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357452#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357531#0110x0000086b#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357540#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357546#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357548#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357619#0110x0000086c#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357628#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357635#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357636#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357707#0110x0000086d#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357716#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357723#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357725#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357795#0110x0000086e#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357804#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357813#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357815#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357891#0110x0000086f#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357900#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357906#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357908#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357982#0110x00000870#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357991#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357998#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000357999#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358072#0110x00000871#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358081#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358087#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358089#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358162#0110x00000872#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358171#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358178#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358179#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358252#0110x00000873#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358261#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358268#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358270#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358341#0110x00000874#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358350#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358356#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358358#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358431#0110x00000875#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358440#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358446#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358448#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358521#0110x00000876#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358530#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358537#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358538#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358614#0110x00000877#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358623#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358630#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358631#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358702#0110x00000878#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358711#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358717#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358719#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358791#0110x00000879#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358800#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358806#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358808#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358880#0110x0000087a#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358889#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358896#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358897#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358970#0110x0000087b#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358979#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358985#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000358987#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359058#0110x0000087c#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359067#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359074#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359075#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359146#0110x0000087d#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359155#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359161#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359163#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359234#0110x0000087e#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359243#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359250#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359251#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359323#0110x0000087f#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359332#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359339#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359340#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359414#0110x00000880#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359423#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359430#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359431#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359503#0110x00000881#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359512#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359519#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359520#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359593#0110x00000882#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359602#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359608#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359610#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359682#0110x00000883#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359691#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359698#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359700#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359772#0110x00000884#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359781#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359788#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359789#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359867#0110x00000885#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359876#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359882#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359884#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359974#0110x00000886#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359983#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359990#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000359992#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360062#0110x00000887#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360071#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360078#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360079#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360153#0110x00000888#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360162#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360168#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360170#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360245#0110x00000889#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360254#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360261#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360262#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360335#0110x0000088a#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360344#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360351#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360353#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360431#0110x0000088b#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360440#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360447#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360449#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360520#0110x0000088c#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360529#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360535#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360537#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360611#0110x0000088d#0110353
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360620#0110x00000000#0110352
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360627#0110x000000d9#0110106
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360629#0110x00000000#0110301
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360660#0110x00000002#0110123
Jul 17 13:09:05 localhost kernel: iwl3945: 0000360663#0110x00000100#0110125
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd RX CONFIG:
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u16 channel: 0x1
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u32 flags: 0x00008005
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u32 filter_flags: 0x00000004
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u8 dev_type: 0x3
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u8 ofdm_basic_rates: 0x15
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u8 cck_basic_rates: 0x03
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u8[6] node_addr: 00:18:de:05:f7:9e
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u8[6] bssid_addr: 00:00:00:00:00:00
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u16 assoc_id: 0x0
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_irq_handle_error Restarting adapter due to uCode error.
Jul 17 13:09:05 localhost kernel: iwl3945: I iwl3945_rx_handle r = 30, i = 29, REPLY_ERROR, 0x02
Jul 17 13:09:05 localhost kernel: iwl3945: Error Reply type 0x00000005 cmd REPLY_LEDS_CMD (0x48) seq 0x0415 ser 0x0000004B
Jul 17 13:09:05 localhost kernel: iwl3945: U __iwl3945_down iwl3945 is going down
Jul 17 13:09:06 localhost kernel: iwl3945: Can't stop Rx DMA.
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_nic_stop_master stop master
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_clear_free_frames 0 frames on pre-allocated heap on clear.
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_power_init_handle Initialize power 
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_power_init_handle adjust power command flags
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_nic_init HW Revision ID = 0x2
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_nic_init 3945 RADIO-MM type
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_nic_init SKU OP mode is basic
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_nic_init 3945ABG revision is 0xF1
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_nic_init Card M type B version is 0x2
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_load_bsm Begin load bsm
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_verify_bsm Begin verify bsm
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_verify_bsm BSM bootstrap uCode image OK
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_load_bsm BSM write complete, poll 1 iterations
Jul 17 13:09:06 localhost kernel: iwl3945: U __iwl3945_up iwl3945 is coming up
Jul 17 13:09:06 localhost kernel: iwl3945: I iwl3945_rx_handle r = 1, i = 0, REPLY_ALIVE, 0x01
Jul 17 13:09:06 localhost kernel: iwl3945: I iwl3945_rx_reply_alive Alive ucode status 0x00000001 revision 0x1 0x9
Jul 17 13:09:06 localhost kernel: iwl3945: I iwl3945_rx_reply_alive Initialization Alive received.
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 900
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 2668
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_verify_ucode Initialize uCode is good in inst SRAM
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_init_alive_start Initialization Alive received.
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_set_ucode_ptrs Runtime uCode pointers are set.
Jul 17 13:09:06 localhost kernel: iwl3945: I iwl3945_rx_handle r = 2, i = 1, REPLY_ALIVE, 0x01
Jul 17 13:09:06 localhost kernel: iwl3945: I iwl3945_rx_reply_alive Alive ucode status 0x00000001 revision 0x1 0x0
Jul 17 13:09:06 localhost kernel: iwl3945: I iwl3945_rx_reply_alive Runtime Alive received.
Jul 17 13:09:06 localhost kernel: iwl3945: I iwl3945_disable_events Selected uCode log events may be disabled
Jul 17 13:09:06 localhost kernel: iwl3945: I iwl3945_disable_events   by writing "1"s into disable bitmap
Jul 17 13:09:06 localhost kernel: iwl3945: I iwl3945_disable_events   in SRAM at 0x8015f4, size 47 u32s
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_alive_start Runtime Alive received.
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 900
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 2668
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 80524
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_verify_ucode Runtime uCode is good in inst SRAM
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_alive_start RFKILL status: 0x1
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_update_power_cmd Flags value = 0x00000000
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_update_power_cmd Tx timeout = 0
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_update_power_cmd Rx timeout = 0
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_update_power_cmd Sleep interval vector = { 0 , 0 , 0 , 0 , 0 }
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command POWER_TABLE_CMD (#77), seq: 0x0400, 36 bytes at 0[0]:4
Jul 17 13:09:06 localhost kernel: iwl3945: I iwl3945_rx_handle r 3 i 2 No handler needed for POWER_TABLE_CMD, 0x77
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_BT_CONFIG (#9b), seq: 0x0401, 16 bytes at 1[1]:4
Jul 17 13:09:06 localhost kernel: iwl3945: I iwl3945_rx_handle r 4 i 3 No handler needed for REPLY_BT_CONFIG, 0x9b
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_commit_rxon Sending RXON
Jul 17 13:09:06 localhost kernel: * without RXON_FILTER_ASSOC_MSK
Jul 17 13:09:06 localhost kernel: * channel = 1
Jul 17 13:09:06 localhost kernel: * bssid = 00:00:00:00:00:00
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_RXON (#10), seq: 0x0402, 48 bytes at 2[2]:4
Jul 17 13:09:06 localhost kernel: iwl3945: I iwl3945_rx_handle r 5 i 4 No handler needed for REPLY_RXON, 0x10
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x0d
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x0f
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x05
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x07
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x09
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x0b
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 109 rate code 0x01
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 203 dsp 108 rate code 0x03
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp  98 rate code 0x0a
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp  98 rate code 0x14
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp  98 rate code 0x37
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp  98 rate code 0x6e
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_TX_PWR_TABLE_CMD (#97), seq: 0x0403, 56 bytes at 3[3]:4
Jul 17 13:09:06 localhost kernel: iwl3945: I iwl3945_rx_handle r 6 i 5 No handler needed for REPLY_TX_PWR_TABLE_CMD, 0x97
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_add_station Add STA ID 24: ff:ff:ff:ff:ff:ff
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_ADD_STA (#18), seq: 0x0404, 68 bytes at 4[4]:4
Jul 17 13:09:06 localhost kernel: iwl3945: I iwl3945_rx_handle r = 7, i = 6, REPLY_ADD_STA, 0x18
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_send_add_station REPLY_ADD_STA PASSED
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_RATE_SCALE (#47), seq: 0x0405, 56 bytes at 5[5]:4
Jul 17 13:09:06 localhost kernel: iwl3945: I iwl3945_rx_handle r 8 i 7 No handler needed for REPLY_RATE_SCALE, 0x47
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_RATE_SCALE (#47), seq: 0x0406, 56 bytes at 6[6]:4
Jul 17 13:09:06 localhost kernel: iwl3945: I iwl3945_rx_handle r 9 i 8 No handler needed for REPLY_RATE_SCALE, 0x47
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_txpower_get_temperature Temperature: 70
Jul 17 13:09:06 localhost kernel: iwl3945: U is_temp_calib_needed Getting warmer, delta 8,
Jul 17 13:09:06 localhost kernel: iwl3945: U is_temp_calib_needed Timed thermal calib needed
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 115 rate code 0x0d
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 115 rate code 0x0f
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 115 rate code 0x05
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 115 rate code 0x07
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 115 rate code 0x09
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 115 rate code 0x0b
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 115 rate code 0x01
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 203 dsp 115 rate code 0x03
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp 104 rate code 0x0a
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp 104 rate code 0x14
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp 104 rate code 0x37
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp 104 rate code 0x6e
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_TX_PWR_TABLE_CMD (#97), seq: 0x0407, 56 bytes at 7[7]:4
Jul 17 13:09:06 localhost kernel: iwl3945: I iwl3945_rx_handle r 10 i 9 No handler needed for REPLY_TX_PWR_TABLE_CMD, 0x97
Jul 17 13:09:06 localhost kernel: Registered led device: iwl-phy0:radio
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_LEDS_CMD (#48), seq: 0x0408, 12 bytes at 8[8]:4
Jul 17 13:09:06 localhost kernel: Registered led device: iwl-phy0:assoc
Jul 17 13:09:06 localhost kernel: Registered led device: iwl-phy0:RX
Jul 17 13:09:06 localhost kernel: Registered led device: iwl-phy0:TX
Jul 17 13:09:06 localhost kernel: iwl3945: U iwl3945_alive_start ALIVE processing complete.
Jul 17 13:09:06 localhost kernel: iwl3945: I iwl3945_rx_handle r 11 i 10 No handler needed for REPLY_LEDS_CMD, 0x48
Jul 17 13:09:10 localhost kernel: iwl3945: Microcode SW error detected.  Restarting 0x82000008.
Jul 17 13:09:10 localhost kernel: iwl3945: Start IWL Error Log Dump:
Jul 17 13:09:10 localhost kernel: iwl3945: Status: 0x000202E4, count: 1
Jul 17 13:09:10 localhost kernel: iwl3945: Desc       Time       asrtPC  blink2 ilink1  nmiPC   Line
Jul 17 13:09:10 localhost kernel: iwl3945: SYSASSERT     (#5) 0003477242 0x0089A 0x0025E 0x00300 0x073D2 75
Jul 17 13:09:10 localhost kernel: 
Jul 17 13:09:10 localhost kernel: iwl3945: Start IWL Event Log Dump: display count 256, wraps 596
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471432#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471433#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471506#0110x000094c5#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471515#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471522#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471524#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471594#0110x000094c6#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471603#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471610#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471611#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471684#0110x000094c7#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471693#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471700#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471702#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471774#0110x000094c8#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471783#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471790#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471792#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471870#0110x000094c9#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471879#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471886#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471887#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471959#0110x000094ca#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471968#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471974#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003471976#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472049#0110x000094cb#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472058#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472066#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472068#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472142#0110x000094cc#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472151#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472158#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472159#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472230#0110x000094cd#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472239#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472246#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472248#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472321#0110x000094ce#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472330#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472337#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472339#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472411#0110x000094cf#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472420#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472427#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472429#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472501#0110x000094d0#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472510#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472517#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472518#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472605#0110x000094d1#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472614#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472621#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472622#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472695#0110x000094d2#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472704#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472710#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472712#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472783#0110x000094d3#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472791#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472798#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472800#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472871#0110x000094d4#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472880#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472887#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472889#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472963#0110x000094d5#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472972#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472979#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003472980#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473051#0110x000094d6#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473060#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473067#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473069#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473139#0110x000094d7#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473148#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473155#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473157#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473228#0110x000094d8#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473237#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473244#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473245#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473316#0110x000094d9#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473325#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473332#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473334#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473404#0110x000094da#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473413#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473420#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473422#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473511#0110x000094db#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473520#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473526#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473528#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473600#0110x000094dc#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473609#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473616#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473618#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473690#0110x000094dd#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473699#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473706#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473708#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473779#0110x000094de#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473788#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473795#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473796#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473869#0110x000094df#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473878#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473884#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473886#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473956#0110x000094e0#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473965#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473972#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003473974#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474047#0110x000094e1#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474056#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474063#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474065#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474137#0110x000094e2#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474146#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474153#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474154#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474247#0110x000094e3#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474256#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474263#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474265#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474335#0110x000094e4#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474344#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474351#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474353#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474444#0110x000094e5#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474453#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474460#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474462#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474534#0110x000094e6#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474543#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474550#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474552#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474645#0110x000094e7#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474654#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474661#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474662#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474733#0110x000094e8#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474742#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474753#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474754#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474829#0110x000094e9#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474838#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474845#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474847#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474917#0110x000094ea#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474926#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474933#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003474935#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475005#0110x000094eb#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475014#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475021#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475023#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475093#0110x000094ec#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475102#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475109#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475111#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475184#0110x000094ed#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475193#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475200#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475201#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475273#0110x000094ee#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475282#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475289#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475290#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475363#0110x000094ef#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475372#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475379#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475380#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475451#0110x000094f0#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475460#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475467#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475469#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475556#0110x000094f1#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475565#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475572#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475574#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475644#0110x000094f2#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475653#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475660#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475662#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475737#0110x000094f3#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475746#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475753#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475754#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475827#0110x000094f4#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475836#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475843#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475845#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475916#0110x000094f5#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475925#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475931#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003475933#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476004#0110x000094f6#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476013#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476019#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476021#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476091#0110x000094f7#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476100#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476107#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476109#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476180#0110x000094f8#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476189#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476195#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476197#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476288#0110x000094f9#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476297#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476303#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476305#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476376#0110x000094fa#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476384#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476391#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476393#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476464#0110x000094fb#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476473#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476480#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476482#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476555#0110x000094fc#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476563#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476570#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476572#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476646#0110x000094fd#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476655#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476662#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476664#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476736#0110x000094fe#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476745#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476752#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476754#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476826#0110x000094ff#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476835#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476842#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476844#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476934#0110x00009500#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476943#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476949#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003476951#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003477021#0110x00009501#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003477030#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003477037#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003477039#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003477109#0110x00009502#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003477118#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003477125#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003477127#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003477199#0110x00009503#0110353
Jul 17 13:09:10 localhost kernel: iwl3945: 0003477208#0110x00000000#0110352
Jul 17 13:09:10 localhost kernel: iwl3945: 0003477215#0110x000000d9#0110106
Jul 17 13:09:10 localhost kernel: iwl3945: 0003477217#0110x00000000#0110301
Jul 17 13:09:10 localhost kernel: iwl3945: 0003477240#0110x00000002#0110123
Jul 17 13:09:10 localhost kernel: iwl3945: 0003477243#0110x00000100#0110125
Jul 17 13:09:10 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd RX CONFIG:
Jul 17 13:09:10 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u16 channel: 0x1
Jul 17 13:09:10 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u32 flags: 0x00008005
Jul 17 13:09:10 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u32 filter_flags: 0x00000004
Jul 17 13:09:10 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u8 dev_type: 0x3
Jul 17 13:09:10 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u8 ofdm_basic_rates: 0xff
Jul 17 13:09:10 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u8 cck_basic_rates: 0x0f
Jul 17 13:09:10 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u8[6] node_addr: 00:18:de:05:f7:9e
Jul 17 13:09:10 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u8[6] bssid_addr: 00:00:00:00:00:00
Jul 17 13:09:10 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u16 assoc_id: 0x0
Jul 17 13:09:10 localhost kernel: iwl3945: I iwl3945_irq_handle_error Restarting adapter due to uCode error.
Jul 17 13:09:10 localhost kernel: iwl3945: I iwl3945_rx_handle r = 12, i = 11, REPLY_ERROR, 0x02
Jul 17 13:09:10 localhost kernel: iwl3945: Error Reply type 0x00000005 cmd REPLY_LEDS_CMD (0x48) seq 0x0408 ser 0x0000004B
Jul 17 13:09:10 localhost kernel: iwl3945: U __iwl3945_down iwl3945 is going down
Jul 17 13:09:11 localhost kernel: iwl3945: Can't stop Rx DMA.
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_nic_stop_master stop master
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_clear_free_frames 0 frames on pre-allocated heap on clear.
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_power_init_handle Initialize power 
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_power_init_handle adjust power command flags
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_nic_init HW Revision ID = 0x2
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_nic_init 3945 RADIO-MM type
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_nic_init SKU OP mode is basic
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_nic_init 3945ABG revision is 0xF1
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_nic_init Card M type B version is 0x2
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_load_bsm Begin load bsm
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_verify_bsm Begin verify bsm
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_verify_bsm BSM bootstrap uCode image OK
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_load_bsm BSM write complete, poll 1 iterations
Jul 17 13:09:11 localhost kernel: iwl3945: U __iwl3945_up iwl3945 is coming up
Jul 17 13:09:11 localhost kernel: iwl3945: I iwl3945_rx_handle r = 1, i = 0, REPLY_ALIVE, 0x01
Jul 17 13:09:11 localhost kernel: iwl3945: I iwl3945_rx_reply_alive Alive ucode status 0x00000001 revision 0x1 0x9
Jul 17 13:09:11 localhost kernel: iwl3945: I iwl3945_rx_reply_alive Initialization Alive received.
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 900
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 2668
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_verify_ucode Initialize uCode is good in inst SRAM
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_init_alive_start Initialization Alive received.
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_set_ucode_ptrs Runtime uCode pointers are set.
Jul 17 13:09:11 localhost kernel: iwl3945: I iwl3945_rx_handle r = 2, i = 1, REPLY_ALIVE, 0x01
Jul 17 13:09:11 localhost kernel: iwl3945: I iwl3945_rx_reply_alive Alive ucode status 0x00000001 revision 0x1 0x0
Jul 17 13:09:11 localhost kernel: iwl3945: I iwl3945_rx_reply_alive Runtime Alive received.
Jul 17 13:09:11 localhost kernel: iwl3945: I iwl3945_disable_events Selected uCode log events may be disabled
Jul 17 13:09:11 localhost kernel: iwl3945: I iwl3945_disable_events   by writing "1"s into disable bitmap
Jul 17 13:09:11 localhost kernel: iwl3945: I iwl3945_disable_events   in SRAM at 0x8015f4, size 47 u32s
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_alive_start Runtime Alive received.
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 900
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 2668
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 80524
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_verify_ucode Runtime uCode is good in inst SRAM
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_alive_start RFKILL status: 0x1
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_update_power_cmd Flags value = 0x00000000
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_update_power_cmd Tx timeout = 0
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_update_power_cmd Rx timeout = 0
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_update_power_cmd Sleep interval vector = { 0 , 0 , 0 , 0 , 0 }
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command POWER_TABLE_CMD (#77), seq: 0x0400, 36 bytes at 0[0]:4
Jul 17 13:09:11 localhost kernel: iwl3945: I iwl3945_rx_handle r 3 i 2 No handler needed for POWER_TABLE_CMD, 0x77
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_BT_CONFIG (#9b), seq: 0x0401, 16 bytes at 1[1]:4
Jul 17 13:09:11 localhost kernel: iwl3945: I iwl3945_rx_handle r 4 i 3 No handler needed for REPLY_BT_CONFIG, 0x9b
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_commit_rxon Sending RXON
Jul 17 13:09:11 localhost kernel: * without RXON_FILTER_ASSOC_MSK
Jul 17 13:09:11 localhost kernel: * channel = 1
Jul 17 13:09:11 localhost kernel: * bssid = 00:00:00:00:00:00
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_RXON (#10), seq: 0x0402, 48 bytes at 2[2]:4
Jul 17 13:09:11 localhost kernel: iwl3945: I iwl3945_rx_handle r 5 i 4 No handler needed for REPLY_RXON, 0x10
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 115 rate code 0x0d
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 115 rate code 0x0f
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 115 rate code 0x05
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 115 rate code 0x07
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 115 rate code 0x09
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 115 rate code 0x0b
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 115 rate code 0x01
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 203 dsp 115 rate code 0x03
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp 104 rate code 0x0a
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp 104 rate code 0x14
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp 104 rate code 0x37
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp 104 rate code 0x6e
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_TX_PWR_TABLE_CMD (#97), seq: 0x0403, 56 bytes at 3[3]:4
Jul 17 13:09:11 localhost kernel: iwl3945: I iwl3945_rx_handle r 6 i 5 No handler needed for REPLY_TX_PWR_TABLE_CMD, 0x97
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_add_station Add STA ID 24: ff:ff:ff:ff:ff:ff
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_ADD_STA (#18), seq: 0x0404, 68 bytes at 4[4]:4
Jul 17 13:09:11 localhost kernel: iwl3945: I iwl3945_rx_handle r = 7, i = 6, REPLY_ADD_STA, 0x18
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_send_add_station REPLY_ADD_STA PASSED
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_RATE_SCALE (#47), seq: 0x0405, 56 bytes at 5[5]:4
Jul 17 13:09:11 localhost kernel: iwl3945: I iwl3945_rx_handle r 8 i 7 No handler needed for REPLY_RATE_SCALE, 0x47
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_RATE_SCALE (#47), seq: 0x0406, 56 bytes at 6[6]:4
Jul 17 13:09:11 localhost kernel: iwl3945: I iwl3945_rx_handle r 9 i 8 No handler needed for REPLY_RATE_SCALE, 0x47
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_txpower_get_temperature Temperature: 79
Jul 17 13:09:11 localhost kernel: iwl3945: U is_temp_calib_needed Getting warmer, delta 9,
Jul 17 13:09:11 localhost kernel: iwl3945: U is_temp_calib_needed Timed thermal calib needed
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 121 rate code 0x0d
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 121 rate code 0x0f
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 121 rate code 0x05
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 121 rate code 0x07
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 121 rate code 0x09
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 121 rate code 0x0b
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 121 rate code 0x01
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 203 dsp 121 rate code 0x03
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp 110 rate code 0x0a
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp 110 rate code 0x14
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp 110 rate code 0x37
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp 110 rate code 0x6e
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_TX_PWR_TABLE_CMD (#97), seq: 0x0407, 56 bytes at 7[7]:4
Jul 17 13:09:11 localhost kernel: iwl3945: I iwl3945_rx_handle r 10 i 9 No handler needed for REPLY_TX_PWR_TABLE_CMD, 0x97
Jul 17 13:09:11 localhost kernel: Registered led device: iwl-phy0:radio
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_LEDS_CMD (#48), seq: 0x0408, 12 bytes at 8[8]:4
Jul 17 13:09:11 localhost kernel: Registered led device: iwl-phy0:assoc
Jul 17 13:09:11 localhost kernel: Registered led device: iwl-phy0:RX
Jul 17 13:09:11 localhost kernel: Registered led device: iwl-phy0:TX
Jul 17 13:09:11 localhost kernel: iwl3945: U iwl3945_alive_start ALIVE processing complete.
Jul 17 13:09:11 localhost kernel: iwl3945: I iwl3945_rx_handle r 11 i 10 No handler needed for REPLY_LEDS_CMD, 0x48
Jul 17 13:09:12 localhost kernel: iwl3945: Microcode SW error detected.  Restarting 0x82000008.
Jul 17 13:09:12 localhost kernel: iwl3945: Start IWL Error Log Dump:
Jul 17 13:09:12 localhost kernel: iwl3945: Status: 0x000202E4, count: 1
Jul 17 13:09:12 localhost kernel: iwl3945: Desc       Time       asrtPC  blink2 ilink1  nmiPC   Line
Jul 17 13:09:12 localhost kernel: iwl3945: SYSASSERT     (#5) 0001353008 0x0089A 0x0025E 0x00300 0x07470 75
Jul 17 13:09:12 localhost kernel: 
Jul 17 13:09:12 localhost kernel: iwl3945: Start IWL Event Log Dump: display count 256, wraps 232
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347242#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347244#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347314#0110x000039db#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347323#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347330#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347332#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347404#0110x000039dc#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347413#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347420#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347422#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347493#0110x000039dd#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347502#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347509#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347511#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347583#0110x000039de#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347591#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347598#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347600#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347673#0110x000039df#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347682#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347689#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347691#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347761#0110x000039e0#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347770#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347777#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347779#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347850#0110x000039e1#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347859#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347865#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347867#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347940#0110x000039e2#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347949#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347955#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001347957#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348030#0110x000039e3#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348039#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348046#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348048#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348125#0110x000039e4#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348134#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348141#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348143#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348213#0110x000039e5#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348222#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348229#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348230#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348303#0110x000039e6#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348312#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348319#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348321#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348392#0110x000039e7#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348401#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348408#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348410#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348481#0110x000039e8#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348490#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348497#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348498#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348578#0110x000039e9#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348587#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348594#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348596#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348666#0110x000039ea#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348675#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348682#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348683#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348765#0110x000039eb#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348774#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348781#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348783#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348853#0110x000039ec#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348862#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348869#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348871#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348951#0110x000039ed#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348959#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348966#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001348968#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349039#0110x000039ee#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349048#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349055#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349057#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349128#0110x000039ef#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349137#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349144#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349146#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349220#0110x000039f0#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349228#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349235#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349237#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349309#0110x000039f1#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349318#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349325#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349327#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349397#0110x000039f2#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349406#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349413#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349415#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349487#0110x000039f3#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349495#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349502#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349504#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349577#0110x000039f4#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349586#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349592#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349594#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349672#0110x000039f5#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349681#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349688#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349689#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349760#0110x000039f6#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349768#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349775#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349777#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349849#0110x000039f7#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349858#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349865#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349867#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349941#0110x000039f8#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349950#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349957#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001349959#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350033#0110x000039f9#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350041#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350048#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350050#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350129#0110x000039fa#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350138#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350145#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350147#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350217#0110x000039fb#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350226#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350233#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350235#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350306#0110x000039fc#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350315#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350321#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350323#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350406#0110x000039fd#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350415#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350422#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350424#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350514#0110x000039fe#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350523#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350529#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350531#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350607#0110x000039ff#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350616#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350622#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350624#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350697#0110x00003a00#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350706#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350712#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350714#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350784#0110x00003a01#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350793#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350800#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350801#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350872#0110x00003a02#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350881#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350888#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350890#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350960#0110x00003a03#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350969#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350976#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001350978#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351048#0110x00003a04#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351057#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351064#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351066#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351137#0110x00003a05#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351146#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351153#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351154#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351230#0110x00003a06#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351239#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351246#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351248#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351321#0110x00003a07#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351330#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351336#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351338#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351408#0110x00003a08#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351417#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351424#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351426#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351496#0110x00003a09#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351505#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351512#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351514#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351584#0110x00003a0a#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351593#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351600#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351601#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351693#0110x00003a0b#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351702#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351708#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351710#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351781#0110x00003a0c#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351790#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351797#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351799#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351871#0110x00003a0d#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351880#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351887#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351888#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351967#0110x00003a0e#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351976#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351982#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001351984#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352056#0110x00003a0f#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352065#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352072#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352073#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352151#0110x00003a10#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352160#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352167#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352169#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352240#0110x00003a11#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352249#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352256#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352257#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352328#0110x00003a12#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352337#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352344#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352346#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352418#0110x00003a13#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352426#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352433#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352435#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352532#0110x00003a14#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352541#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352547#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352549#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352621#0110x00003a15#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352630#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352637#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352639#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352709#0110x00003a16#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352718#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352725#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352727#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352799#0110x00003a17#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352807#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352814#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352816#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352887#0110x00003a18#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352896#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352903#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352905#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352975#0110x00003a19#0110353
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352984#0110x00000000#0110352
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352991#0110x000000d9#0110106
Jul 17 13:09:12 localhost kernel: iwl3945: 0001352993#0110x00000000#0110301
Jul 17 13:09:12 localhost kernel: iwl3945: 0001353006#0110x00000002#0110123
Jul 17 13:09:12 localhost kernel: iwl3945: 0001353009#0110x00000100#0110125
Jul 17 13:09:12 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd RX CONFIG:
Jul 17 13:09:12 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u16 channel: 0x1
Jul 17 13:09:12 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u32 flags: 0x00008005
Jul 17 13:09:12 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u32 filter_flags: 0x00000004
Jul 17 13:09:12 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u8 dev_type: 0x3
Jul 17 13:09:12 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u8 ofdm_basic_rates: 0xff
Jul 17 13:09:12 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u8 cck_basic_rates: 0x0f
Jul 17 13:09:12 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u8[6] node_addr: 00:18:de:05:f7:9e
Jul 17 13:09:12 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u8[6] bssid_addr: 00:00:00:00:00:00
Jul 17 13:09:12 localhost kernel: iwl3945: I iwl3945_print_rx_config_cmd u16 assoc_id: 0x0
Jul 17 13:09:12 localhost kernel: iwl3945: I iwl3945_irq_handle_error Restarting adapter due to uCode error.
Jul 17 13:09:12 localhost kernel: iwl3945: I iwl3945_rx_handle r = 12, i = 11, REPLY_ERROR, 0x02
Jul 17 13:09:12 localhost kernel: iwl3945: Error Reply type 0x00000005 cmd REPLY_LEDS_CMD (0x48) seq 0x0408 ser 0x0000004B
Jul 17 13:09:12 localhost kernel: iwl3945: U __iwl3945_down iwl3945 is going down
Jul 17 13:09:13 localhost kernel: iwl3945: Can't stop Rx DMA.
Jul 17 13:09:13 localhost kernel: iwl3945: U iwl3945_hw_nic_stop_master stop master
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_clear_free_frames 0 frames on pre-allocated heap on clear.
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_power_init_handle Initialize power 
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_power_init_handle adjust power command flags
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_hw_nic_init HW Revision ID = 0x2
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_hw_nic_init 3945 RADIO-MM type
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_hw_nic_init SKU OP mode is basic
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_hw_nic_init 3945ABG revision is 0xF1
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_hw_nic_init Card M type B version is 0x2
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_load_bsm Begin load bsm
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_verify_bsm Begin verify bsm
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_verify_bsm BSM bootstrap uCode image OK
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_load_bsm BSM write complete, poll 1 iterations
Jul 17 13:09:14 localhost kernel: iwl3945: U __iwl3945_up iwl3945 is coming up
Jul 17 13:09:14 localhost kernel: iwl3945: I iwl3945_rx_handle r = 1, i = 0, REPLY_ALIVE, 0x01
Jul 17 13:09:14 localhost kernel: iwl3945: I iwl3945_rx_reply_alive Alive ucode status 0x00000001 revision 0x1 0x9
Jul 17 13:09:14 localhost kernel: iwl3945: I iwl3945_rx_reply_alive Initialization Alive received.
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 900
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 2668
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_verify_ucode Initialize uCode is good in inst SRAM
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_init_alive_start Initialization Alive received.
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_set_ucode_ptrs Runtime uCode pointers are set.
Jul 17 13:09:14 localhost kernel: iwl3945: I iwl3945_rx_handle r = 2, i = 1, REPLY_ALIVE, 0x01
Jul 17 13:09:14 localhost kernel: iwl3945: I iwl3945_rx_reply_alive Alive ucode status 0x00000001 revision 0x1 0x0
Jul 17 13:09:14 localhost kernel: iwl3945: I iwl3945_rx_reply_alive Runtime Alive received.
Jul 17 13:09:14 localhost kernel: iwl3945: I iwl3945_disable_events Selected uCode log events may be disabled
Jul 17 13:09:14 localhost kernel: iwl3945: I iwl3945_disable_events   by writing "1"s into disable bitmap
Jul 17 13:09:14 localhost kernel: iwl3945: I iwl3945_disable_events   in SRAM at 0x8015f4, size 47 u32s
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_alive_start Runtime Alive received.
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 900
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 2668
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_verify_inst_sparse ucode inst image size is 80524
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_verify_ucode Runtime uCode is good in inst SRAM
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_alive_start RFKILL status: 0x1
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_update_power_cmd Flags value = 0x00000000
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_update_power_cmd Tx timeout = 0
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_update_power_cmd Rx timeout = 0
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_update_power_cmd Sleep interval vector = { 0 , 0 , 0 , 0 , 0 }
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command POWER_TABLE_CMD (#77), seq: 0x0400, 36 bytes at 0[0]:4
Jul 17 13:09:14 localhost kernel: iwl3945: I iwl3945_rx_handle r 3 i 2 No handler needed for POWER_TABLE_CMD, 0x77
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_BT_CONFIG (#9b), seq: 0x0401, 16 bytes at 1[1]:4
Jul 17 13:09:14 localhost kernel: iwl3945: I iwl3945_rx_handle r 4 i 3 No handler needed for REPLY_BT_CONFIG, 0x9b
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_commit_rxon Sending RXON
Jul 17 13:09:14 localhost kernel: * without RXON_FILTER_ASSOC_MSK
Jul 17 13:09:14 localhost kernel: * channel = 1
Jul 17 13:09:14 localhost kernel: * bssid = 00:00:00:00:00:00
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_RXON (#10), seq: 0x0402, 48 bytes at 2[2]:4
Jul 17 13:09:14 localhost kernel: iwl3945: I iwl3945_rx_handle r 5 i 4 No handler needed for REPLY_RXON, 0x10
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 121 rate code 0x0d
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 121 rate code 0x0f
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 121 rate code 0x05
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 121 rate code 0x07
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 121 rate code 0x09
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 121 rate code 0x0b
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 235 dsp 121 rate code 0x01
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 203 dsp 121 rate code 0x03
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp 110 rate code 0x0a
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp 110 rate code 0x14
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp 110 rate code 0x37
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_hw_reg_send_txpower ch 1:1 rf 171 dsp 110 rate code 0x6e
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_TX_PWR_TABLE_CMD (#97), seq: 0x0403, 56 bytes at 3[3]:4
Jul 17 13:09:14 localhost kernel: iwl3945: I iwl3945_rx_handle r 6 i 5 No handler needed for REPLY_TX_PWR_TABLE_CMD, 0x97
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_add_station Add STA ID 24: ff:ff:ff:ff:ff:ff
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_ADD_STA (#18), seq: 0x0404, 68 bytes at 4[4]:4
Jul 17 13:09:14 localhost kernel: iwl3945: I iwl3945_rx_handle r = 7, i = 6, REPLY_ADD_STA, 0x18
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_send_add_station REPLY_ADD_STA PASSED
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_RATE_SCALE (#47), seq: 0x0405, 56 bytes at 5[5]:4
Jul 17 13:09:14 localhost kernel: iwl3945: I iwl3945_rx_handle r 8 i 7 No handler needed for REPLY_RATE_SCALE, 0x47
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_RATE_SCALE (#47), seq: 0x0406, 56 bytes at 6[6]:4
Jul 17 13:09:14 localhost kernel: iwl3945: I iwl3945_rx_handle r 9 i 8 No handler needed for REPLY_RATE_SCALE, 0x47
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_hw_reg_txpower_get_temperature Temperature: 82
Jul 17 13:09:14 localhost kernel: iwl3945: U is_temp_calib_needed Getting warmer, delta 3,
Jul 17 13:09:14 localhost kernel: iwl3945: U is_temp_calib_needed Timed thermal calib not needed
Jul 17 13:09:14 localhost kernel: Registered led device: iwl-phy0:radio
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_enqueue_hcmd Sending command REPLY_LEDS_CMD (#48), seq: 0x0407, 12 bytes at 7[7]:4
Jul 17 13:09:14 localhost kernel: Registered led device: iwl-phy0:assoc
Jul 17 13:09:14 localhost kernel: Registered led device: iwl-phy0:RX
Jul 17 13:09:14 localhost kernel: iwl3945: I iwl3945_rx_handle r 10 i 9 No handler needed for REPLY_LEDS_CMD, 0x48
Jul 17 13:09:14 localhost kernel: Registered led device: iwl-phy0:TX
Jul 17 13:09:14 localhost kernel: iwl3945: U iwl3945_alive_start ALIVE processing complete.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [ipw3945-devel] iwl3945 random firmware crashes
       [not found]     ` <f6ca9fed0807170428i4b386e46sb030316343f4bd4a@mail.gmail.com>
@ 2008-07-18 19:35       ` drago01
  2008-07-24 13:17         ` drago01
  0 siblings, 1 reply; 11+ messages in thread
From: drago01 @ 2008-07-18 19:35 UTC (permalink / raw)
  To: Cahill, Ben M; +Cc: linux-wireless, ipw3945-devel

On Thu, Jul 17, 2008 at 1:28 PM, drago01 <drago01@gmail.com> wrote:
> On Thu, Jul 17, 2008 at 1:23 PM, drago01 <drago01@gmail.com> wrote:
>> On Mon, Jul 14, 2008 at 8:05 PM, Cahill, Ben M <ben.m.cahill@intel.com> wrote:
>>> Try loading driver using module param:
>>>
>>> debug=0x43fff
>>>
>>> This will provide more information in the log, including an event log
>>> (where you see "Microcode SW Error detected" in your log, you would have
>>> captured Event Log if you had the debug=0x43fff setting).
>>
>> It happend again and this time I captured the log.
>> Debug output including event log is attached.
>>
>
> Resend with compressed attachment.
>

Happend again ... is there a tool that "decrypts" the event log to be readable?
The whole thing does not make any sense to me and the log does not
tell me what is really happening to debug it.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [ipw3945-devel] iwl3945 random firmware crashes
  2008-07-18 19:35       ` drago01
@ 2008-07-24 13:17         ` drago01
  2008-07-24 13:56           ` Cahill, Ben M
  0 siblings, 1 reply; 11+ messages in thread
From: drago01 @ 2008-07-24 13:17 UTC (permalink / raw)
  To: Cahill, Ben M; +Cc: linux-wireless, ipw3945-devel

On Fri, Jul 18, 2008 at 9:35 PM, drago01 <drago01@gmail.com> wrote:
> On Thu, Jul 17, 2008 at 1:28 PM, drago01 <drago01@gmail.com> wrote:
>> On Thu, Jul 17, 2008 at 1:23 PM, drago01 <drago01@gmail.com> wrote:
>>> On Mon, Jul 14, 2008 at 8:05 PM, Cahill, Ben M <ben.m.cahill@intel.com> wrote:
>>>> Try loading driver using module param:
>>>>
>>>> debug=0x43fff
>>>>
>>>> This will provide more information in the log, including an event log
>>>> (where you see "Microcode SW Error detected" in your log, you would have
>>>> captured Event Log if you had the debug=0x43fff setting).
>>>
>>> It happend again and this time I captured the log.
>>> Debug output including event log is attached.
>>>
>>
>> Resend with compressed attachment.
>>
>
> Happend again ... is there a tool that "decrypts" the event log to be readable?
> The whole thing does not make any sense to me and the log does not
> tell me what is really happening to debug it.

Happened more time ... Ben any idea whats going on?

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: [ipw3945-devel] iwl3945 random firmware crashes
  2008-07-24 13:17         ` drago01
@ 2008-07-24 13:56           ` Cahill, Ben M
  2008-07-24 14:10             ` drago01
  2008-08-01 12:38             ` drago01
  0 siblings, 2 replies; 11+ messages in thread
From: Cahill, Ben M @ 2008-07-24 13:56 UTC (permalink / raw)
  To: drago01; +Cc: linux-wireless, ipw3945-devel

Oops, sorry about that, some of your emails slipped by me unnoticed!
:-(

Event and Error Logs need to be analyzed here ... It looks like an
internal error, timing out while waiting for something.  I'll need to
check to see if any updates to Windows uCode have helped this situation.

-- Ben --  

> -----Original Message-----
> From: ipw3945-devel-bounces@lists.sourceforge.net 
> [mailto:ipw3945-devel-bounces@lists.sourceforge.net] On 
> Behalf Of drago01
> Sent: Thursday, July 24, 2008 9:18 AM
> To: Cahill, Ben M
> Cc: linux-wireless; ipw3945-devel
> Subject: Re: [ipw3945-devel] iwl3945 random firmware crashes
> 
> On Fri, Jul 18, 2008 at 9:35 PM, drago01 <drago01@gmail.com> wrote:
> > On Thu, Jul 17, 2008 at 1:28 PM, drago01 <drago01@gmail.com> wrote:
> >> On Thu, Jul 17, 2008 at 1:23 PM, drago01 <drago01@gmail.com> wrote:
> >>> On Mon, Jul 14, 2008 at 8:05 PM, Cahill, Ben M 
> <ben.m.cahill@intel.com> wrote:
> >>>> Try loading driver using module param:
> >>>>
> >>>> debug=0x43fff
> >>>>
> >>>> This will provide more information in the log, including 
> an event 
> >>>> log (where you see "Microcode SW Error detected" in your 
> log, you 
> >>>> would have captured Event Log if you had the 
> debug=0x43fff setting).
> >>>
> >>> It happend again and this time I captured the log.
> >>> Debug output including event log is attached.
> >>>
> >>
> >> Resend with compressed attachment.
> >>
> >
> > Happend again ... is there a tool that "decrypts" the event 
> log to be readable?
> > The whole thing does not make any sense to me and the log does not 
> > tell me what is really happening to debug it.
> 
> Happened more time ... Ben any idea whats going on?
> 
> --------------------------------------------------------------
> -----------
> This SF.Net email is sponsored by the Moblin Your Move 
> Developer's challenge Build the coolest Linux based 
> applications with Moblin SDK & win great prizes Grand prize 
> is a trip for two to an Open Source event anywhere in the 
> world http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Ipw3945-devel mailing list
> Ipw3945-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ipw3945-devel
> 

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [ipw3945-devel] iwl3945 random firmware crashes
  2008-07-24 13:56           ` Cahill, Ben M
@ 2008-07-24 14:10             ` drago01
  2008-08-01 12:38             ` drago01
  1 sibling, 0 replies; 11+ messages in thread
From: drago01 @ 2008-07-24 14:10 UTC (permalink / raw)
  To: Cahill, Ben M; +Cc: linux-wireless, ipw3945-devel

On Thu, Jul 24, 2008 at 3:56 PM, Cahill, Ben M <ben.m.cahill@intel.com> wrote:
> Oops, sorry about that, some of your emails slipped by me unnoticed!
> :-(

OK, np.

> Event and Error Logs need to be analyzed here ... It looks like an
> internal error, timing out while waiting for something.  I'll need to
> check to see if any updates to Windows uCode have helped this situation.

OK, thanks if you need anything from me to help debugging this just ask.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [ipw3945-devel] iwl3945 random firmware crashes
  2008-07-24 13:56           ` Cahill, Ben M
  2008-07-24 14:10             ` drago01
@ 2008-08-01 12:38             ` drago01
  1 sibling, 0 replies; 11+ messages in thread
From: drago01 @ 2008-08-01 12:38 UTC (permalink / raw)
  To: Cahill, Ben M; +Cc: linux-wireless, ipw3945-devel

On Thu, Jul 24, 2008 at 3:56 PM, Cahill, Ben M <ben.m.cahill@intel.com> wrote:
> Oops, sorry about that, some of your emails slipped by me unnoticed!
> :-(
>
> Event and Error Logs need to be analyzed here ... It looks like an
> internal error, timing out while waiting for something.  I'll need to
> check to see if any updates to Windows uCode have helped this situation.

any progress / news?

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2008-08-01 12:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-14 11:37 iwl3945 random firmware crashes drago01
2008-07-14 18:05 ` [ipw3945-devel] " Cahill, Ben M
2008-07-14 18:11   ` Stefanik Gábor
2008-07-14 20:44     ` Cahill, Ben M
2008-07-14 18:18   ` drago01
2008-07-17 11:23   ` drago01
     [not found]     ` <f6ca9fed0807170428i4b386e46sb030316343f4bd4a@mail.gmail.com>
2008-07-18 19:35       ` drago01
2008-07-24 13:17         ` drago01
2008-07-24 13:56           ` Cahill, Ben M
2008-07-24 14:10             ` drago01
2008-08-01 12:38             ` drago01

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox