public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Tiago Simões Batista" <tiagosbatista@gmail.com>
To: Zhang Rui <rui.zhang@intel.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>,
	Matthew Garrett <mjg59@srcf.ucam.org>,
	Alexey Starikovskiy <astarikovskiy@suse.de>
Subject: Re: High latency on /sys/class/thermal
Date: Mon, 13 Apr 2009 04:28:47 +0100	[thread overview]
Message-ID: <20090413042847.5ebf03b4@gmail.com> (raw)
In-Reply-To: <1239591771.7661.222.camel@rzhang-dt>

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

dmesg attached

This is a new, the maximum latency I got with debug enabled was little
over 3 seconds.... For a while I was worried that debugging actually
masked the problem!


On Mon, 13 Apr 2009 11:02:51 +0800
Zhang Rui <rui.zhang@intel.com> wrote:

> CC Alexey because this is EC related.
> The high letancy is probably spent on accessing the EC address space
> in _TMP method.
> 
> Tiago,
> please make sure your kernel is built with CONFIG_ACPI_DEBUG set
> and then
> 1. boot with printk.time=1 acpi.debug_level=0x07
> acpi.debug_layer=0x04000018
> 2. run cat /sys/class/thermal/thermal_zone0/temp
> 3. attach the full dmesg output.
> 
> thanks,
> rui
> 
> On Mon, 2009-04-13 at 10:28 +0800, Tiago Simões Batista wrote:
> > acpidump output attached.
> > 
> > I found no latency on battery iterface, included is another poke at
> > the thermal zone for comparison.
> > 
> > This problem is still present, but at the moment, I shut down the
> > sensors-applet on the gnome panel, so that it no longer makes
> > gnome-panel stall.
> > 
> > $ time cat /sys/class/thermal/thermal_zone0/temp 
> > 49000
> > 
> > real	0m13.476s
> > user	0m0.001s
> > sys	0m0.001s
> > $ time cat /sys/class/power_supply/BAT0/*
> > 0
> > 29
> > 0
> > 0
> > cat: /sys/class/power_supply/BAT0/device: Is a directory
> > 582640000
> > 65120000
> > 18710000
> > SMP-SONY
> > 04ZL
> > cat: /sys/class/power_supply/BAT0/power: Is a directory
> > 0
> > 0
> > 1
> > Full
> > cat: /sys/class/power_supply/BAT0/subsystem: Is a directory
> > Li-ion
> > 270
> > Battery
> > PHYSDEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:0b/PNP0C09:00/ACPI0001:00/ACPI0002:00
> > PHYSDEVBUS=acpi
> > PHYSDEVDRIVER=sbs
> > POWER_SUPPLY_NAME=BAT0
> > POWER_SUPPLY_TYPE=Battery
> > POWER_SUPPLY_STATUS=Full
> > POWER_SUPPLY_PRESENT=1
> > POWER_SUPPLY_TECHNOLOGY=Li-ion
> > POWER_SUPPLY_VOLTAGE_MIN_DESIGN=14800000
> > POWER_SUPPLY_VOLTAGE_NOW=15611000
> > POWER_SUPPLY_CURRENT_NOW=0
> > POWER_SUPPLY_CURRENT_AVG=0
> > POWER_SUPPLY_POWER_NOW=0
> > POWER_SUPPLY_POWER_AVG=0
> > POWER_SUPPLY_CAPACITY=29
> > POWER_SUPPLY_ENERGY_FULL_DESIGN=65120000
> > POWER_SUPPLY_ENERGY_FULL=582640000
> > POWER_SUPPLY_ENERGY_NOW=18710000
> > POWER_SUPPLY_TEMP=270
> > POWER_SUPPLY_MODEL_NAME=04ZL
> > POWER_SUPPLY_MANUFACTURER=SMP-SONY
> > 14800000
> > 15611000
> > 
> > real	0m0.110s
> > user	0m0.001s
> > sys	0m0.004s
> > 
> > 
> > On Mon, 13 Apr 2009 09:43:42 +0800
> > Zhang Rui <rui.zhang@intel.com> wrote:
> > 
> > > this sounds like an EC problem to me. please attach the acpidump
> > > output. is there a long latency when you poke other ACPI devices,
> > > say battery?
> > > 
> > > thanks,
> > > rui
> > > 
> > > On Mon, 2009-04-13 at 00:03 +0800, Tiago Simões Batista wrote:
> > > > On Sat, 11 Apr 2009 23:16:11 +0100
> > > > Tiago Simões Batista <tiagosbatista@gmail.com> wrote:
> > > > 
> > > > > Sorry about the noise, by brain was stopped when I sent the
> > > > > last mail, please ignore the From address, it is wrong!
> > > > > 
> > > > > On Sat, 11 Apr 2009 12:14:16 -0700
> > > > > Andrew Morton <akpm@linux-foundation.org> wrote:
> > > > > 
> > > > > > (cc linux-acpi)
> > > > > > 
> > > > > > On Sat, 11 Apr 2009 15:56:12 +0100 "Tiago Sim__es Batista"
> > > > > > <tiagosbatista@gmail.com> wrote:
> > > > > > 
> > > > > > > Hi all
> > > > > > > 
> > > > > > > Yesterday, I recompiled my kernel (git + tuxonice)
> > > > > > > v2.6.30-rc1-1002-gac91f91, there were a couple of issues,
> > > > > > > the main one is ilustrated bellow.
> > > > > > > 
> > > > > > > I am not familiar with the kernel code, but if you give me
> > > > > > > some pointers, I will be glad to investigate this further
> > > > > > > 
> > > > > > > $time cat /sys/class/thermal/thermal_zone0/temp 
> > > > > > > 34000
> > > > > > > 
> > > > > > > real	0m6.613s
> > > > > > > user	0m0.000s
> > > > > > > sys	0m0.001s
> > > > > > > 
> > > > > > 
> > > > > > Is this a regression?  Was 2.6.29 OK?
> > > > > > 
> > > > > > Thanks.
> > > > > 
> > > > > My last kernel was fine:
> > > > > 
> > > > > $ time cat /sys/class/thermal/thermal_zone0/temp 
> > > > > 48000
> > > > > 
> > > > > real	0m0.007s
> > > > > user	0m0.001s
> > > > > sys	0m0.007s
> > > > > 
> > > > > 
> > > > > I also forgot to add some information about my kernels...
> > > > > 
> > > > > The good one is 2.6.29 + tuxonice as it was the day after the
> > > > > 2.6.29 kernel was released.
> > > > > 
> > > > > The bad one is a pull from linus tree on april the 9th plus
> > > > > tuxonice on the same day
> > > > > 
> > > > > from git (hope this helps):
> > > > > $ git describe v2.6.29-tiago2-ice
> > > > > v2.6.29-836-g00492ed
> > > > > $ git describe v2.6.30-rc1-tiago1-ice
> > > > > v2.6.30-rc1-1002-gac91f91
> > > > > 
> > > > > 
> > > > > If tuxonice is a suspect, I will be glad to remove it and
> > > > > recompile. If I have the time later this weekend, and nothing
> > > > > was found, I will try to bisect this.
> > > > > 
> > > > 
> > > > Here are some results from the bisect:
> > > > The metric I used to mark a revision as good/bad was
> > > > $ time for ((i =0; i < 100; i++)); do
> > > >       cat /sys/class/thermal/thermal_zone0/temp > /dev/null; 
> > > >   done
> > > > 
> > > > The bad ones take forever, i never even finished one bad run.
> > > > The good ones take about half a second.
> > > > 
> > > > When I checked out revisions v2.6.29-148-g33526a5 and
> > > > v2.6.29-159-g8a3f257, it took almost 2 secons to run the
> > > > command, so I think some of the latency my have been introduced
> > > > around these. Yet, I still marked them as good.
> > > > 
> > > > The resut was:
> > > > 478c6a43fcbc6c11609f8cee7c7b57223907754f is first bad commit
> > > > witch is a merge. I am out of ideas...
> > > > 
> > > > I forgot to ask, am I the only one experiencing this? I am
> > > > using a TravelMate 4000 with the intel graphics chip, can
> > > > anyone reproduce this? If no one can reproduce this, I can
> > > > still test a vanilla kernel to remove TOI from the equation!
> > > > 
> > > > Tiago
> > > > 
> > > > 
> > > > Below is the bisect log:
> > > > $ git bisect log
> > > > git bisect start
> > > > # bad: [ac91f917d7ed7d1ebe14532ee137fcd759b4406d] Merge branch
> > > > 'all' into all-tuxonice git bisect bad
> > > > ac91f917d7ed7d1ebe14532ee137fcd759b4406d # good:
> > > > [178a426510a901d9335f39d3391ae5e8628a36d1] Merge branch
> > > > 'tuxonice' into all-tuxonice git bisect good
> > > > 178a426510a901d9335f39d3391ae5e8628a36d1 # good:
> > > > [fdf9c9979a355916433262ea5e5e64bed5def86e] V4L/DVB (10465):
> > > > dsbr100: Add few lost mutex locks. git bisect good
> > > > fdf9c9979a355916433262ea5e5e64bed5def86e # good:
> > > > [edbd606c4671fcd439164c8d63e896044d706156] Staging: wlan-ng:
> > > > Replace WLAN_LOG_ERROR() with printk() git bisect good
> > > > edbd606c4671fcd439164c8d63e896044d706156 # good:
> > > > [3516c6a8dc0b1153c611c4cf0dc4a51631f052bb] Merge
> > > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
> > > > git bisect good 3516c6a8dc0b1153c611c4cf0dc4a51631f052bb # bad:
> > > > [3989203290fba6fdf6bc4825fbf6526e1bf17977] Merge
> > > > git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 git
> > > > bisect bad 3989203290fba6fdf6bc4825fbf6526e1bf17977 # bad:
> > > > [d7ca6f8cdffa5765e486edb3dada9121fba8e6aa] Merge branch
> > > > 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight git
> > > > bisect bad d7ca6f8cdffa5765e486edb3dada9121fba8e6aa # good:
> > > > [3b4dadf05d177289c279c50030c7c75e004952bb] Merge branch
> > > > 'acpi_enforce_resources' into release git bisect good
> > > > 3b4dadf05d177289c279c50030c7c75e004952bb # bad:
> > > > [32fb6c17566ec66de87324a834c7776f40e35e78] Merge branch
> > > > 'release' of
> > > > git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
> > > > git bisect bad 32fb6c17566ec66de87324a834c7776f40e35e78 # good:
> > > > [45e36c1666aa6c8b0c538abcf984b336184d8c3f] Merge
> > > > git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 git
> > > > bisect good 45e36c1666aa6c8b0c538abcf984b336184d8c3f # good:
> > > > [33526a53600ac887d100e3c9b4be3637ac8ae3a5] Merge branch 'x2apic'
> > > > into release git bisect good
> > > > 33526a53600ac887d100e3c9b4be3637ac8ae3a5 # good:
> > > > [c542aadeb4700bc316834d862d52ba3d2664f13a] panasonic-laptop: Fix
> > > > autoloading git bisect good
> > > > c542aadeb4700bc316834d862d52ba3d2664f13a # bad:
> > > > [478c6a43fcbc6c11609f8cee7c7b57223907754f] Merge branch 'linus'
> > > > into release git bisect bad
> > > > 478c6a43fcbc6c11609f8cee7c7b57223907754f # good:
> > > > [15065531c1c5902775ae3ade24eb37d0e688353b] toshiba-acpi: remove
> > > > MAINTAINERS entry git bisect good
> > > > 15065531c1c5902775ae3ade24eb37d0e688353b # good:
> > > > [8a3f257c704e02aee9869decd069a806b45be3f1] Merge branch 'misc'
> > > > into release git bisect good
> > > > 8a3f257c704e02aee9869decd069a806b45be3f1
> > > 
> > 
> 


[-- Attachment #2: dmesg --]
[-- Type: application/octet-stream, Size: 31376 bytes --]

I0.IDE0._STA] (Node f70159d8)
[    0.134457] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKA._CRS] (Node f70114e0)
[    0.134662] ACPI: PCI Interrupt Link [LNKA] (IRQs *6)
[    0.134800] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKA._DIS] (Node f70114b0)
[    0.135003] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKB._CRS] (Node f70115a0)
[    0.135199] ACPI: PCI Interrupt Link [LNKB] (IRQs *10)
[    0.135337] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKB._DIS] (Node f7011570)
[    0.135498] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKC._CRS] (Node f7011660)
[    0.135692] ACPI: PCI Interrupt Link [LNKC] (IRQs *6)
[    0.135829] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKC._DIS] (Node f7011630)
[    0.135999] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKD._CRS] (Node f7011720)
[    0.136193] ACPI: PCI Interrupt Link [LNKD] (IRQs *6)
[    0.136330] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKD._DIS] (Node f70116f0)
[    0.136492] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKE._CRS] (Node f70117e0)
[    0.136685] ACPI: PCI Interrupt Link [LNKE] (IRQs *10)
[    0.136822] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKE._DIS] (Node f70117b0)
[    0.136991] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKF._CRS] (Node f70118a0)
[    0.137186] ACPI: PCI Interrupt Link [LNKF] (IRQs 10) *0, disabled.
[    0.137381] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKF._DIS] (Node f7011870)
[    0.137544] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKG._CRS] (Node f7011960)
[    0.137737] ACPI: PCI Interrupt Link [LNKG] (IRQs 6) *0, disabled.
[    0.137932] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKG._DIS] (Node f7011930)
[    0.138073] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKH._CRS] (Node f7011a20)
[    0.138268] ACPI: PCI Interrupt Link [LNKH] (IRQs *10)
[    0.138406] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKH._DIS] (Node f70119f0)
[    0.138807] SCSI subsystem initialized
[    0.138878] libata version 3.00 loaded.
[    0.139003] usbcore: registered new interface driver usbfs
[    0.139077] usbcore: registered new interface driver hub
[    0.139149] usbcore: registered new device driver usb
[    0.139297] ACPI: WMI: Mapper loaded
[    0.139347] PCI: Using ACPI for IRQ routing
[    0.139478] Expanded resource reserved due to conflict with Adapter ROM
[    0.150133] Bluetooth: Core ver 2.15
[    0.150215] NET: Registered protocol family 31
[    0.150266] Bluetooth: HCI device and connection manager initialized
[    0.150320] Bluetooth: HCI socket layer initialized
[    0.198027] Slow work thread pool: Starting up
[    0.198081] cfg80211: Calling CRDA to update world regulatory domain
[    0.198205] Slow work thread pool: Ready
[    0.198260] FS-Cache: Loaded
[    0.209979] pnp: PnP ACPI init
[    0.210033] ACPI: bus type pnp registered
[    0.210102] ACPI: Execute Method [\_SB_.PCI0._CRS] (Node f700e990)
[    0.211050] ACPI: Execute Method [\_SB_.PCI0.LPC0.RTC_._CRS] (Node f70112a0)
[    0.211513] ACPI: Execute Method [\_SB_.PCI0.LPC0.HPET._STA] (Node f7011438)
[    0.211706] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKA._STA] (Node f7011510)
[    0.211871] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKB._STA] (Node f70115d0)
[    0.212043] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKC._STA] (Node f7011690)
[    0.212205] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKD._STA] (Node f7011750)
[    0.212367] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKE._STA] (Node f7011810)
[    0.212530] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKF._STA] (Node f70118d0)
[    0.212692] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKG._STA] (Node f7011990)
[    0.212854] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKH._STA] (Node f7011a50)
[    0.213024] ACPI: Execute Method [\_SB_.PCI0.LPC0.KBC_._STA] (Node f7011de0)
[    0.213209] ACPI: Execute Method [\_SB_.PCI0.LPC0.MOUE._STA] (Node f7011e58)
[    0.213369] ACPI: Execute Method [\_SB_.PCI0.LPC0.MOU2._STA] (Node f7011ed0)
[    0.213592] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.ECP_._STA] (Node f7013078)
[    0.213864] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.EPP_._STA] (Node f7013168)
[    0.214141] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.LPTB._STA] (Node f7013258)
[    0.214410] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.LPT_._STA] (Node f7013348)
[    0.214677] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.COMA._STA] (Node f7013438)
[    0.214856] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.FIR_._STA] (Node f7013528)
[    0.215284] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.FIR_._CRS] (Node f70135a0)
[    0.215897] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.FIR_._PRS] (Node f7013570)
[    0.216284] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.216440] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN._STA] (Node f7015bd0)
[    0.216597] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN.BAY1._STA] (Node f7015cd8)
[    0.216926] pnp: PnP ACPI: found 9 devices
[    0.216984] ACPI: ACPI bus type pnp unregistered
[    0.217045] system 00:04: ioport range 0x164e-0x164f has been reserved
[    0.217102] system 00:04: ioport range 0x600-0x60f has been reserved
[    0.217157] system 00:04: ioport range 0x700-0x70f has been reserved
[    0.217212] system 00:04: ioport range 0x800-0x80f has been reserved
[    0.217267] system 00:04: ioport range 0x1000-0x107f has been reserved
[    0.217323] system 00:04: ioport range 0x1180-0x11bf has been reserved
[    0.217378] system 00:04: ioport range 0x1c0-0x1cf has been reserved
[    0.217433] system 00:04: ioport range 0xfe00-0xfe00 has been reserved
[    0.217489] system 00:04: ioport range 0x4d0-0x4d1 has been reserved
[    0.217543] system 00:04: ioport range 0x610-0x61f has been reserved
[    0.217600] system 00:04: iomem range 0xfec10000-0xfec1ffff has been reserved
[    0.217657] system 00:04: iomem range 0xff800000-0xffbfffff has been reserved
[    0.218521] system 00:04: iomem range 0xfff00000-0xffffffff could not be reserved
[    0.218591] system 00:04: iomem range 0x0-0x9ffff could not be reserved
[    0.218647] system 00:04: iomem range 0xe0000-0xfffff could not be reserved
[    0.218703] system 00:04: iomem range 0xdf800-0xdffff could not be reserved
[    0.253606] pci 0000:02:06.0: CardBus bridge, secondary bus 0000:03
[    0.253662] pci 0000:02:06.0:   IO window: 0x003000-0x0030ff
[    0.253717] pci 0000:02:06.0:   IO window: 0x003400-0x0034ff
[    0.253772] pci 0000:02:06.0:   PREFETCH window: 0x88000000-0x8bffffff
[    0.253828] pci 0000:02:06.0:   MEM window: 0x90000000-0x93ffffff
[    0.253884] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:02
[    0.253938] pci 0000:00:1e.0:   IO window: 0x3000-0x3fff
[    0.254000] pci 0000:00:1e.0:   MEM window: 0xe0200000-0xe05fffff
[    0.254056] pci 0000:00:1e.0:   PREFETCH window: 0x00000088000000-0x0000008dffffff
[    0.254138] pci 0000:00:1e.0: setting latency timer to 64
[    0.254144] pci 0000:02:06.0: enabling device (0104 -> 0107)
[    0.254206] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKE._SRS] (Node f70117f8)
[    0.254390] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKE._STA] (Node f7011810)
[    0.254555] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKE._CRS] (Node f70117e0)
[    0.254751] ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 10
[    0.254805] PCI: setting IRQ 10 as level-triggered
[    0.254810] pci 0000:02:06.0: PCI INT A -> Link[LNKE] -> GSI 10 (level, low) -> IRQ 10
[    0.254884] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.254887] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[    0.254891] pci_bus 0000:02: resource 0 io:  [0x3000-0x3fff]
[    0.254894] pci_bus 0000:02: resource 1 mem: [0xe0200000-0xe05fffff]
[    0.254897] pci_bus 0000:02: resource 2 mem: [0x88000000-0x8dffffff]
[    0.254900] pci_bus 0000:02: resource 3 io:  [0x00-0xffff]
[    0.254903] pci_bus 0000:02: resource 4 mem: [0x000000-0xffffffff]
[    0.254906] pci_bus 0000:03: resource 0 io:  [0x3000-0x30ff]
[    0.254909] pci_bus 0000:03: resource 1 io:  [0x3400-0x34ff]
[    0.254912] pci_bus 0000:03: resource 2 mem: [0x88000000-0x8bffffff]
[    0.254915] pci_bus 0000:03: resource 3 mem: [0x90000000-0x93ffffff]
[    0.254930] NET: Registered protocol family 2
[    0.290987] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.291153] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.292463] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
[    0.292886] TCP: Hash tables configured (established 131072 bind 65536)
[    0.292941] TCP reno registered
[    0.305022] NET: Registered protocol family 1
[    0.305188] Simple Boot Flag at 0x37 set to 0x1
[    0.305260] Machine check exception polling timer started.
[    0.305379] Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.305976] highmem bounce pool size: 64 pages
[    0.307995] FS-Cache: Netfs 'nfs' registered for caching
[    0.308189] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.308532] fuse init (API version 7.11)
[    0.308711] SGI XFS with ACLs, security attributes, no debug enabled
[    0.309188] SGI XFS Quota Management subsystem
[    0.309253] msgmni has been set to 1728
[    0.310885] alg: No test for stdrng (krng)
[    0.310992] alg: No test for stdrng (ansi_cprng)
[    0.311055] io scheduler noop registered
[    0.311104] io scheduler anticipatory registered
[    0.311154] io scheduler deadline registered
[    0.311232] io scheduler cfq registered (default)
[    0.311302] pci 0000:00:02.0: Boot video device
[    0.311566] input: Power Button (FF) as /class/input/input0
[    0.311620] ACPI: Power Button (FF) [PWRF]
[    0.311739] input: Lid Switch as /class/input/input1
[    0.311804] ACPI: Execute Method [\_SB_.LID_._LID] (Node f7015f90)
[    0.322049] ACPI: Lid Switch [LID]
[    0.322178] input: Sleep Button (CM) as /class/input/input2
[    0.322232] ACPI: Sleep Button (CM) [SLPB]
[    0.322315] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[    0.322479] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[    0.322634] ACPI: Execute Method [\_TZ_.FAN0._PS3] (Node f7017108)
[    0.322805] fan PNP0C0B:00: registered as cooling_device0
[    0.322861] ACPI: Fan [FAN0] (off)
[    0.322916] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[    0.323082] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[    0.323236] ACPI: Execute Method [\_TZ_.FAN1._PS3] (Node f7017228)
[    0.323400] fan PNP0C0B:01: registered as cooling_device1
[    0.323456] ACPI: Fan [FAN1] (off)
[    0.323565] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[    0.323744] processor ACPI_CPU:00: registered as cooling_device2
[    0.323799] ACPI: Processor [CPU0] (supports 8 throttling states)
[    0.323945] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[    0.334072]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3262 dK
[    0.334187] ACPI: Execute Method [\_TZ_.THRM._CRT] (Node f7017330)
[    0.334363]  thermal-0390 [00] thermal_trips_update  : Found critical threshold [3732]
[    0.334491]  thermal-0415 [00] thermal_trips_update  : No hot threshold
[    0.334603] ACPI: Execute Method [\_TZ_.THRM._PSV] (Node f7017348)
[    0.334769] ACPI: Execute Method [\_TZ_.THRM._AC0] (Node f70172e8)
[    0.334921] ACPI: Execute Method [\_TZ_.THRM._AC1] (Node f7017318)
[    0.335083] ACPI: Execute Method [\_TZ_.THRM._SCP] (Node f70173d8)
[    0.335333] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[    0.345065]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3262 dK
[    0.345182] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[    0.345338] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[    0.345494] thermal LNXTHERM:01: registered as thermal_zone0
[    0.345553] ACPI: Thermal Zone [THRM] (53 C)
[    0.345630] ACPI: SBS HC: EC = 0xf7008740, offset = 0x18, query_bit = 0x20
[    0.392979] ACPI: Smart Battery System [SBS0]: AC Adapter [AC0] (on-line)
[    0.753919] Switched to high resolution mode on CPU 0
[    1.497063] ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
[    1.607059] ACPI: Smart Battery System [SBS0]: Battery Slot [BAT1] (battery absent)
[    1.646668] platform pc8736x_gpio.0: NatSemi pc8736x GPIO Driver Initializing
[    1.646739] platform pc8736x_gpio.0: no device found
[    1.646805] nsc_gpio initializing
[    1.646808] Linux agpgart interface v0.103
[    1.646874] agpgart-intel 0000:00:00.0: Intel 855GM Chipset
[    1.648144] agpgart-intel 0000:00:00.0: detected 32636K stolen memory
[    1.649760] agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0xe8000000
[    1.649859] ipmi message handler version 39.2
[    1.649919] Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
[    1.649990] Hangcheck: Using get_cycles().
[    1.650089] [drm] Initialized drm 1.1.0 20060810
[    1.650177] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKA._SRS] (Node f70114f8)
[    1.650396] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKA._STA] (Node f7011510)
[    1.650565] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKA._CRS] (Node f70114e0)
[    1.650765] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 6
[    1.650819] PCI: setting IRQ 6 as level-triggered
[    1.650824] i915 0000:00:02.0: PCI INT A -> Link[LNKA] -> GSI 6 (level, low) -> IRQ 6
[    1.650897] i915 0000:00:02.0: setting latency timer to 64
[    1.966482] i2c-adapter i2c-0: unable to read EDID block.
[    2.009097] i915 0000:00:02.0: VGA-1: no EDID data
[    2.249075] allocated 1280x800 fb: 0x01fff000, bo f72fef60
[    2.584657] [drm] LVDS-8: set mode 1280x800 10
[    2.826791] Console: switching to colour frame buffer device 160x50
[    2.832378] fb0: inteldrmfb frame buffer device
[    2.832428] registered panic notifier
[    2.832476] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    2.832580] intelfb: Framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/945GME/965G/965GM chipsets
[    2.832703] intelfb: Version 0.9.6
[    2.833313] brd: module loaded
[    2.833622] loop: module loaded
[    2.833681] tifm_7xx1 0000:02:06.3: PCI INT A -> Link[LNKE] -> GSI 10 (level, low) -> IRQ 10
[    2.833822] Linux video capture interface: v2.00
[    2.833966] usbcore: registered new interface driver uvcvideo
[    2.834043] USB Video Class driver (v0.1.0)
[    2.834117] Driver 'sd' needs updating - please use bus_type methods
[    2.834196] Driver 'sr' needs updating - please use bus_type methods
[    2.834303] ata_piix 0000:00:1f.1: version 2.12
[    2.834328] ata_piix 0000:00:1f.1: power state changed by ACPI to D0
[    2.834402] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
[    2.834481] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKC._SRS] (Node f7011678)
[    2.834670] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKC._STA] (Node f7011690)
[    2.834814] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKC._CRS] (Node f7011660)
[    2.834992] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 6
[    2.835070] ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 6 (level, low) -> IRQ 6
[    2.835194] ata_piix 0000:00:1f.1: setting latency timer to 64
[    2.836670] scsi0 : ata_piix
[    2.836819] scsi1 : ata_piix
[    2.836907] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN._STA] (Node f7015bd0)
[    2.837094] ACPI: Execute Method [\_SB_.PCI0.IDE0.PRIM._GTM] (Node f7015af8)
[    2.838817] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN._STA] (Node f7015bd0)
[    2.840266] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN.BAY1._STA] (Node f7015cd8)
[    2.841860] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN.BAY1._STA] (Node f7015cd8)
[    2.843476] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN._GTM] (Node f7015c30)
[    2.845290] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
[    2.846760] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
[    2.848309] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKD._SRS] (Node f7011738)
[    2.849936] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKD._STA] (Node f7011750)
[    2.851675] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKD._CRS] (Node f7011720)
[    2.853330] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 6
[    2.854931] b44 0000:02:02.0: PCI INT A -> Link[LNKD] -> GSI 6 (level, low) -> IRQ 6
[    2.883080] ssb: Sonics Silicon Backplane found on PCI device 0000:02:02.0
[    2.884839] b44.c:v2.0
[    2.894177] eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:c0:9f:5e:01:ed
[    2.896038] PPP generic driver version 2.4.2
[    2.897981] PPP Deflate Compression module registered
[    2.899864] PPP BSD Compression module registered
[    2.901725] NET: Registered protocol family 24
[    2.903598] tun: Universal TUN/TAP device driver, 1.6
[    2.905475] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.907365] console [netcon0] enabled
[    2.909175] netconsole: network logging started
[    2.910936] yenta_cardbus 0000:02:06.0: CardBus bridge found [1025:0064]
[    2.912764] yenta_cardbus 0000:02:06.0: Enabling burst memory read transactions
[    2.914602] yenta_cardbus 0000:02:06.0: Using CSCINT to route CSC interrupts to PCI
[    2.916408] yenta_cardbus 0000:02:06.0: Routing CardBus interrupts to PCI
[    2.918177] yenta_cardbus 0000:02:06.0: TI: mfunc 0x01a21b22, devctl 0x64
[    3.034259] ata1.00: HPA unlocked: 268435455 -> 312581808, native 312581808
[    3.036023] ata1.00: ATA-8: SAMSUNG HM160HC, LQ100-10, max UDMA/100
[    3.037767] ata1.00: 312581808 sectors, multi 16: LBA48 
[    3.059985] ata1.00: configured for UDMA/100
[    3.072113] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HM160HC  LQ10 PQ: 0 ANSI: 5
[    3.074039] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.075888] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors: (160 GB/149 GiB)
[    3.077903] sd 0:0:0:0: [sda] Write Protect is off
[    3.079784] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.079806] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.081809]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
[    3.166588] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.247275] ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-4080N, 0H09, max UDMA/33
[    3.255213] ata2.00: configured for UDMA/33
[    3.262521] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GSA-4080N 0H09 PQ: 0 ANSI: 5
[    3.276241] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    3.278271] Uniform CD-ROM driver Revision: 3.20
[    3.280350] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    3.280407] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    3.404545] yenta_cardbus 0000:02:06.0: ISA IRQ mask 0x08b8, PCI irq 10
[    3.406662] yenta_cardbus 0000:02:06.0: Socket status: 30000006
[    3.408739] pci_bus 0000:02: Raising subordinate bus# of parent bus (#02) from #02 to #06
[    3.410893] yenta_cardbus 0000:02:06.0: pcmcia: parent PCI bridge I/O window: 0x3000 - 0x3fff
[    3.413062] yenta_cardbus 0000:02:06.0: pcmcia: parent PCI bridge Memory window: 0xe0200000 - 0xe05fffff
[    3.415285] yenta_cardbus 0000:02:06.0: pcmcia: parent PCI bridge Memory window: 0x88000000 - 0x8dffffff
[    3.668051] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.670281] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKH._SRS] (Node f7011a38)
[    3.672580] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKH._STA] (Node f7011a50)
[    3.674816] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKH._CRS] (Node f7011a20)
[    3.677029] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 10
[    3.679118] ehci_hcd 0000:00:1d.7: PCI INT D -> Link[LNKH] -> GSI 10 (level, low) -> IRQ 10
[    3.681272] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    3.681276] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    3.683446] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    3.689480] ehci_hcd 0000:00:1d.7: debug port 1
[    3.691598] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    3.691605] ehci_hcd 0000:00:1d.7: irq 10, io mem 0xe0100000
[    3.703038] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    3.705182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.707300] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.709444] usb usb1: Product: EHCI Host Controller
[    3.711539] usb usb1: Manufacturer: Linux 2.6.30-rc1-tiago2-testconf ehci_hcd
[    3.713671] usb usb1: SerialNumber: 0000:00:1d.7
[    3.715848] usb usb1: configuration #1 chosen from 1 choice
[    3.718019] hub 1-0:1.0: USB hub found
[    3.720139] hub 1-0:1.0: 6 ports detected
[    3.722373] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.724492] uhci_hcd: USB Universal Host Controller Interface driver
[    3.726637] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKA] -> GSI 6 (level, low) -> IRQ 6
[    3.728791] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    3.728795] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    3.730922] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    3.733049] uhci_hcd 0000:00:1d.0: irq 6, io base 0x00001820
[    3.735159] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    3.737257] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.739350] usb usb2: Product: UHCI Host Controller
[    3.741378] usb usb2: Manufacturer: Linux 2.6.30-rc1-tiago2-testconf uhci_hcd
[    3.743434] usb usb2: SerialNumber: 0000:00:1d.0
[    3.745522] usb usb2: configuration #1 chosen from 1 choice
[    3.747604] hub 2-0:1.0: USB hub found
[    3.749594] hub 2-0:1.0: 2 ports detected
[    3.751672] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 6 (level, low) -> IRQ 6
[    3.753675] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    3.753679] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    3.755671] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    3.757669] uhci_hcd 0000:00:1d.1: irq 6, io base 0x00001840
[    3.759688] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    3.761663] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.763605] usb usb3: Product: UHCI Host Controller
[    3.765538] usb usb3: Manufacturer: Linux 2.6.30-rc1-tiago2-testconf uhci_hcd
[    3.767529] usb usb3: SerialNumber: 0000:00:1d.1
[    3.769526] usb usb3: configuration #1 chosen from 1 choice
[    3.771498] hub 3-0:1.0: USB hub found
[    3.773450] hub 3-0:1.0: 2 ports detected
[    3.775543] uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 6 (level, low) -> IRQ 6
[    3.777565] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    3.777569] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    3.779553] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    3.781546] uhci_hcd 0000:00:1d.2: irq 6, io base 0x00001860
[    3.783538] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    3.785521] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.787520] usb usb4: Product: UHCI Host Controller
[    3.789511] usb usb4: Manufacturer: Linux 2.6.30-rc1-tiago2-testconf uhci_hcd
[    3.791522] usb usb4: SerialNumber: 0000:00:1d.2
[    3.793576] usb usb4: configuration #1 chosen from 1 choice
[    3.795612] hub 4-0:1.0: USB hub found
[    3.797614] hub 4-0:1.0: 2 ports detected
[    3.799686] Initializing USB Mass Storage driver...
[    3.801680] usbcore: registered new interface driver usb-storage
[    3.803676] USB Mass Storage support registered.
[    3.805717] usbcore: registered new interface driver libusual
[    3.807756] usbcore: registered new interface driver usbserial
[    3.809739] USB Serial support registered for generic
[    3.811706] usbcore: registered new interface driver usbserial_generic
[    3.813671] usbserial: USB Serial Driver core
[    3.815668] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOU2] at 0x60,0x64 irq 1,12
[    3.820766] i8042.c: Detected active multiplexing controller, rev 1.1.
[    3.824522] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.826544] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    3.828543] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    3.830498] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    3.832394] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    3.834366] mice: PS/2 mouse device common for all mice
[    3.852024] hub 2-0:1.0: over-current change on port 1
[    3.869210] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    3.871108] rtc0: alarms up to one month, y3k, 242 bytes nvram
[    3.873031] i2c /dev entries driver
[    3.875075] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKB._SRS] (Node f70115b8)
[    3.877102] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKB._STA] (Node f70115d0)
[    3.879049] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKB._CRS] (Node f70115a0)
[    3.881004] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
[    3.882857] i801_smbus 0000:00:1f.3: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
[    3.884824] Driver for 1-wire Dallas network protocol.
[    3.886831] cpuidle: using governor ladder
[    3.888763] cpuidle: using governor menu
[    3.890904] usbcore: registered new interface driver usbhid
[    3.892770] usbhid: v2.6:USB HID core driver
[    3.894668] IPv4 over IPv4 tunneling driver
[    3.896547] GRE over IPv4 tunneling driver
[    3.898455] TCP cubic registered
[    3.900226] TCP westwood registered
[    3.902119] NET: Registered protocol family 10
[    3.904000] lo: Disabled Privacy Extensions
[    3.905766] tunl0: Disabled Privacy Extensions
[    3.907549] IPv6 over IPv4 tunneling driver
[    3.909314] sit0: Disabled Privacy Extensions
[    3.911100] ip6tnl0: Disabled Privacy Extensions
[    3.912829] NET: Registered protocol family 17
[    3.914842] RPC: Registered udp transport module.
[    3.916541] RPC: Registered tcp transport module.
[    3.918226] ACPI: Execute Method [\_PR_.CPU0._PSS] (Node f700e570)
[    3.923006] Marking TSC unstable due to TSC halts in idle
[    3.927547] input: AT Translated Set 2 keyboard as /class/input/input3
[    3.954043] hub 2-0:1.0: over-current change on port 2
[    4.253028] Clocksource tsc unstable (delta = -80603093 ns)
[    4.875229] Synaptics Touchpad, model: 1, fw: 5.9, id: 0x126eb1, caps: 0xa04713/0x4000
[    4.921614] input: SynPS/2 Synaptics TouchPad as /class/input/input4
[    4.990626] rtc_cmos 00:01: setting system clock to 2009-04-13 04:17:39 UTC (1239596259)
[    5.015401] UDF-fs: No partition found (1)
[    5.049156] XFS mounting filesystem sda5
[    5.168562] Ending clean XFS mount for filesystem: sda5
[    5.168615] VFS: Mounted root (xfs filesystem) readonly on device 8:5.
[    5.172959] Freeing unused kernel memory: 332k freed
[    8.908801] lib80211: common routines for IEEE802.11 drivers
[    8.908809] lib80211_crypt: registered algorithm 'NULL'
[    8.926529] irda_init()
[    8.926541] NET: Registered protocol family 23
[    9.055871] ohci1394 0000:02:06.2: PCI INT A -> Link[LNKE] -> GSI 10 (level, low) -> IRQ 10
[    9.106069] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[10]  MMIO=[e020a000-e020a7ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[    9.338397] ieee80211: 802.11 data/management/control stack, git-1.1.13
[    9.338405] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[    9.392179] nsc_ircc_pnp_probe() : From PnP, found firbase 0x2F8 ; irq 3 ; dma 1.
[    9.392219] nsc-ircc, chip->init
[    9.392232] nsc-ircc, Found chip at base=0x164e
[    9.392261] nsc-ircc, driver loaded (Dag Brattli)
[    9.392592] IrDA: Registered device irda0
[    9.392656] nsc-ircc, Found dongle: Supports SIR Mode only
[    9.594048] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmpr
[    9.594057] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[    9.594186] ipw2200 0000:02:04.0: PCI INT A -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
[    9.594547] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
[    9.594652] ipw2200 0000:02:04.0: firmware: requesting ipw2200-bss.fw
[    9.633560] Intel ICH Modem 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
[    9.633590] Intel ICH Modem 0000:00:1f.6: setting latency timer to 64
[    9.986083] MC'97 0 converters and GPIO not ready (0x1)
[    9.987631] Intel ICH 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
[    9.987731] Intel ICH 0000:00:1f.5: setting latency timer to 64
[   10.020438] ipw2200: Detected geography ZZM (11 802.11bg channels, 0 802.11a channels)
[   10.295032] intel8x0_measure_ac97_clock: measured 50917 usecs
[   10.295039] intel8x0: clocking to 48000
[   10.362250] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00c09f00002c86d5]
[   11.608581] XFS mounting filesystem sda7
[   11.724539] Ending clean XFS mount for filesystem: sda7
[   11.866510] Adding 987956k swap on /dev/sda6.  Priority:-1 extents:1 across:987956k 
[   23.997948] microcode: CPU0 updated from revision 0x17 to 0x18, date = 2004-10-17 
[   34.382138] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[   34.387468] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[   39.983042] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   53.654878] lib80211_crypt: registered algorithm 'CCMP'
[   53.679080] lib80211_crypt: registered algorithm 'TKIP'
[   63.315031] eth1: no IPv6 routers present
[  123.299091] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  124.058185]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3212 dK
[  126.932703] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  126.946521]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3212 dK
[  127.650680] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  128.062227]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3212 dK
[  128.585223] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  128.599516]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3212 dK
[  129.188254] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  132.062194]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3202 dK
[  134.520718] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  134.536515]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3202 dK
[  136.508373] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  136.530165]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3202 dK
[  137.195329] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  140.062292]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3202 dK
[  142.512275] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  142.531193]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3202 dK
[  143.068104] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  144.060187]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3202 dK
[  145.072761] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  145.093381]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3202 dK
[  145.791702] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  146.533333]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3202 dK
[  147.399714] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  147.422319]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3202 dK
[  148.070907] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  148.087384]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3202 dK
[  148.660304] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  152.060436]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3202 dK

  reply	other threads:[~2009-04-13  3:29 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-11 14:56 High latency on /sys/class/thermal Tiago Simões Batista
2009-04-11 19:14 ` Andrew Morton
2009-04-11 22:12   ` Tiago Simões Batista
2009-04-11 22:16   ` Tiago Simões Batista
2009-04-12 16:03     ` Tiago Simões Batista
2009-04-13  1:43       ` Zhang Rui
2009-04-13  2:28         ` Tiago Simões Batista
2009-04-13  3:02           ` Zhang Rui
2009-04-13  3:28             ` Tiago Simões Batista [this message]
2009-04-13  5:44               ` Zhang Rui
2009-04-13 15:05                 ` Tiago Simões Batista
2009-04-14  2:11                   ` Zhang Rui

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090413042847.5ebf03b4@gmail.com \
    --to=tiagosbatista@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=astarikovskiy@suse.de \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mjg59@srcf.ucam.org \
    --cc=rui.zhang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox