All of lore.kernel.org
 help / color / mirror / Atom feed
* "EXT3-fs error" after resume from s2ram
@ 2009-06-28 13:37 Christof Warlich
  2009-06-29  0:18 ` Robert Hancock
  0 siblings, 1 reply; 21+ messages in thread
From: Christof Warlich @ 2009-06-28 13:37 UTC (permalink / raw)
  To: linux-kernel

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

Hi,

when I call "s2ram -f -p" from  vt1 on my HP TC1100, the system suspends 
fine, and
when resuming,  it even comes back showing the command prompt, but only 
after
an avalanche of error messages like:

[ 1598.962543] EXT3-fs error (device sda3): ext3_find_entry:
reading directory #1025639 offset 0

After that, any access to the harddisk (e.g. calling commands like ls) 
results
in similar EXT3-fs error messages.

On the other hand, suspend to ram works fine when I install on a USB 
stick, so the
problem seems to be related to the harddisk subsystem. Furthermore,  the 
hardware
itself seems to be fine, as s2ram works with Windows XP.

I tested with a vanilla 2.6.30 kernel.

Please let me know if any further debugging information is required.

Thanks for any help,

Christof

[-- Attachment #2: christof.vcf --]
[-- Type: text/x-vcard, Size: 278 bytes --]

begin:vcard
fn:Christof Warlich
n:Warlich;Christof
org:Warlich Consulting
adr:;;Am Haselhang 7;Hilpoltstein;Bayern;91161;Deutschland
email;internet:christof@warlich.name
tel;work:09174/492914
tel;home:09174/492914
x-mozilla-html:TRUE
url:www.warlich.name
version:2.1
end:vcard


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

* Re: "EXT3-fs error" after resume from s2ram
  2009-06-28 13:37 "EXT3-fs error" after resume from s2ram Christof Warlich
@ 2009-06-29  0:18 ` Robert Hancock
  2009-06-29 13:54   ` Christof Warlich
  0 siblings, 1 reply; 21+ messages in thread
From: Robert Hancock @ 2009-06-29  0:18 UTC (permalink / raw)
  To: Christof Warlich; +Cc: linux-kernel

On 06/28/2009 07:37 AM, Christof Warlich wrote:
> Hi,
>
> when I call "s2ram -f -p" from vt1 on my HP TC1100, the system suspends
> fine, and
> when resuming, it even comes back showing the command prompt, but only
> after
> an avalanche of error messages like:
>
> [ 1598.962543] EXT3-fs error (device sda3): ext3_find_entry:
> reading directory #1025639 offset 0
>
> After that, any access to the harddisk (e.g. calling commands like ls)
> results
> in similar EXT3-fs error messages.
>
> On the other hand, suspend to ram works fine when I install on a USB
> stick, so the
> problem seems to be related to the harddisk subsystem. Furthermore, the
> hardware
> itself seems to be fine, as s2ram works with Windows XP.
>
> I tested with a vanilla 2.6.30 kernel.
>
> Please let me know if any further debugging information is required.

Are there any errors from libata, etc. showing up before all of the 
filesystem errors?

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

* Re: "EXT3-fs error" after resume from s2ram
  2009-06-29  0:18 ` Robert Hancock
@ 2009-06-29 13:54   ` Christof Warlich
  2009-06-30  0:28     ` Robert Hancock
  0 siblings, 1 reply; 21+ messages in thread
From: Christof Warlich @ 2009-06-29 13:54 UTC (permalink / raw)
  To: Robert Hancock; +Cc: linux-kernel

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

Robert Hancock schrieb:
> Are there any errors from libata, etc. showing up before all of the 
> filesystem errors?
No, nothing else, just the filesystem errors. Would it make sense to 
switch on any
type of debugging?

[-- Attachment #2: christof.vcf --]
[-- Type: text/x-vcard, Size: 278 bytes --]

begin:vcard
fn:Christof Warlich
n:Warlich;Christof
org:Warlich Consulting
adr:;;Am Haselhang 7;Hilpoltstein;Bayern;91161;Deutschland
email;internet:christof@warlich.name
tel;work:09174/492914
tel;home:09174/492914
x-mozilla-html:TRUE
url:www.warlich.name
version:2.1
end:vcard


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

* Re: "EXT3-fs error" after resume from s2ram
  2009-06-29 13:54   ` Christof Warlich
@ 2009-06-30  0:28     ` Robert Hancock
  2009-06-30  5:37       ` Christof Warlich
  0 siblings, 1 reply; 21+ messages in thread
From: Robert Hancock @ 2009-06-30  0:28 UTC (permalink / raw)
  To: Christof Warlich; +Cc: linux-kernel

On 06/29/2009 07:54 AM, Christof Warlich wrote:
> Robert Hancock schrieb:
>> Are there any errors from libata, etc. showing up before all of the
>> filesystem errors?
> No, nothing else, just the filesystem errors. Would it make sense to
> switch on any
> type of debugging?

Hmm.. How about any normal output from the libata, scsi, etc? Seems odd 
you wouldn't get anything unusual there if the file system was complaining..

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

* Re: "EXT3-fs error" after resume from s2ram
  2009-06-30  0:28     ` Robert Hancock
@ 2009-06-30  5:37       ` Christof Warlich
  2009-07-02  5:17         ` Robert Hancock
  2009-07-09 23:19         ` Pavel Machek
  0 siblings, 2 replies; 21+ messages in thread
From: Christof Warlich @ 2009-06-30  5:37 UTC (permalink / raw)
  To: Robert Hancock; +Cc: linux-kernel

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

No, really nothing else but these EXT3-fs error messages are printed to vt1,
and as the disk is not accessible,  nothing can be found in 
/var/log/kern.log either.

With respect to libata and SCSI and on a normal system boot, 
/var/log/kern.log just
contains:

SCSI subsystem initialized
libata version 3.00 loaded.

so nothing helpful either.  Do you want me to send an entire boot - 
suspend cycle
from /var/log/kern.log?

Robert Hancock schrieb:
> Hmm.. How about any normal output from the libata, scsi, etc? Seems 
> odd you wouldn't get anything unusual there if the file system was 
> complaining..


[-- Attachment #2: christof.vcf --]
[-- Type: text/x-vcard, Size: 278 bytes --]

begin:vcard
fn:Christof Warlich
n:Warlich;Christof
org:Warlich Consulting
adr:;;Am Haselhang 7;Hilpoltstein;Bayern;91161;Deutschland
email;internet:christof@warlich.name
tel;work:09174/492914
tel;home:09174/492914
x-mozilla-html:TRUE
url:www.warlich.name
version:2.1
end:vcard


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

* Re: "EXT3-fs error" after resume from s2ram
  2009-06-30  5:37       ` Christof Warlich
@ 2009-07-02  5:17         ` Robert Hancock
  2009-07-06  9:51           ` Christof Warlich
  2009-07-09 23:19         ` Pavel Machek
  1 sibling, 1 reply; 21+ messages in thread
From: Robert Hancock @ 2009-07-02  5:17 UTC (permalink / raw)
  To: Christof Warlich; +Cc: linux-kernel

On 06/29/2009 11:37 PM, Christof Warlich wrote:
> No, really nothing else but these EXT3-fs error messages are printed to
> vt1,
> and as the disk is not accessible, nothing can be found in
> /var/log/kern.log either.
>
> With respect to libata and SCSI and on a normal system boot,
> /var/log/kern.log just
> contains:
>
> SCSI subsystem initialized
> libata version 3.00 loaded.
>
> so nothing helpful either. Do you want me to send an entire boot -
> suspend cycle
> from /var/log/kern.log?

There should definitely be some libata messages from the suspend/resume 
process, they might not end up in that file though. You might want to 
try changing the console loglevel before suspend so that all kernel 
messages get displayed..

>
> Robert Hancock schrieb:
>> Hmm.. How about any normal output from the libata, scsi, etc? Seems
>> odd you wouldn't get anything unusual there if the file system was
>> complaining..
>


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

* Re: "EXT3-fs error" after resume from s2ram
  2009-07-02  5:17         ` Robert Hancock
@ 2009-07-06  9:51           ` Christof Warlich
  2009-07-07  0:13             ` Robert Hancock
  0 siblings, 1 reply; 21+ messages in thread
From: Christof Warlich @ 2009-07-06  9:51 UTC (permalink / raw)
  To: Robert Hancock; +Cc: linux-kernel

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

Robert Hancock schrieb:
> There should definitely be some libata messages from the 
> suspend/resume process, they might not end up in that file though. You 
> might want to try changing the console loglevel before suspend so that 
> all kernel messages get displayed..

Ok, I got the suspend / resume process logged quite complete now, it 
took me some time though to save the data due to the inaccessibility of 
the root filesystem after resume. But  (a modified version of) netcat 
finally was my friend :-).

So below you'll find all messages from "kern.*" between the point when 
calling "s2ram -f -p" up to the point when the system is back. The 
requested libata messages are included. Please let me know if any 
additional data would help.

OT: The timestamps are strange: They are right for the first four lines, 
but then get a negative offset by two hours. This is probably because I 
am two hours away from Greenwich and the system fails to get this right 
after resume. But anyhow, this is not the (main ) problem here.

Thanks for your advice so far,

Christof

Jul  6 11:15:26 fossie kernel: [  313.200646] PM: Syncing filesystems 
... done.
Jul  6 11:15:26 fossie kernel: [  313.200646] PM: Syncing filesystems 
... done.
Jul  6 11:15:26 fossie kernel: [  313.205721] PM: Preparing system for 
mem sleep
Jul  6 11:15:26 fossie kernel: [  313.205721] PM: Preparing system for 
mem sleep
Jul  6 09:15:40 fossie acpid: client 2495[0:0] has disconnected
Jul  6 09:15:40 fossie acpid: execl(): No such file or directory
Jul  6 09:15:40 fossie kernel: [  313.211764] Freezing user space 
processes ... (elapsed 0.01 seconds) done.
Jul  6 09:15:40 fossie kernel: [  313.211764] Freezing user space 
processes ... (elapsed 0.01 seconds) done.
Jul  6 09:15:40 fossie kernel: [  313.229625] Freezing remaining 
freezable tasks ... (elapsed 0.00 seconds) done.
Jul  6 09:15:40 fossie kernel: [  313.229625] Freezing remaining 
freezable tasks ... (elapsed 0.00 seconds) done.
Jul  6 09:15:40 fossie kernel: [  313.229736] PM: Entering mem sleep
Jul  6 09:15:40 fossie kernel: [  313.229736] PM: Entering mem sleep
Jul  6 09:15:40 fossie kernel: [  313.229763] Suspending console(s) (use 
no_console_suspend to debug)
Jul  6 09:15:40 fossie kernel: [  313.229763] Suspending console(s) (use 
no_console_suspend to debug)
Jul  6 09:15:40 fossie kernel: [  313.231475] btusb_bulk_complete: hci0 
urb f669dc80 failed to resubmit (1)
Jul  6 09:15:40 fossie kernel: [  313.232465] btusb_bulk_complete: hci0 
urb f669dc00 failed to resubmit (1)
Jul  6 09:15:40 fossie kernel: [  313.233463] btusb_intr_complete: hci0 
urb f669d500 failed to resubmit (1)
Jul  6 09:15:40 fossie kernel: [  313.248237] b44: eth0: powering down PHY
Jul  6 09:15:40 fossie kernel: [  313.248237] b44: eth0: powering down PHY
Jul  6 09:15:40 fossie kernel: [  313.388085] sd 0:0:0:0: [sda] 
Synchronizing SCSI cache
Jul  6 09:15:40 fossie kernel: [  313.388085] sd 0:0:0:0: [sda] 
Synchronizing SCSI cache
Jul  6 09:15:40 fossie kernel: [  313.388358] sd 0:0:0:0: [sda] Stopping 
disk
Jul  6 09:15:40 fossie kernel: [  313.388358] sd 0:0:0:0: [sda] Stopping 
disk
Jul  6 09:15:40 fossie kernel: [  313.788067] serial 00:06: disabled
Jul  6 09:15:40 fossie kernel: [  313.788067] serial 00:06: disabled
Jul  6 09:15:40 fossie avahi-daemon[2535]: Files changed, reloading.
Jul  6 09:15:40 fossie avahi-daemon[2535]: Failed to read 
/etc/avahi/services.
Jul  6 09:15:40 fossie bluetoothd[2453]: Stopping security manager 0
Jul  6 09:15:40 fossie bluetoothd[2453]: HCI dev 0 down
Jul  6 09:15:40 fossie bluetoothd[2453]: Adapter /org/bluez/2453/hci0 
has been disabled
Jul  6 09:15:40 fossie bluetoothd[2453]: HCI dev 0 unregistered
Jul  6 09:15:40 fossie bluetoothd[2453]: Unregister path: 
/org/bluez/2453/hci0
Jul  6 09:15:40 fossie bluetoothd[2453]: Unregistered interface 
org.bluez.NetworkPeer on path /org/bluez/2453/hci0
Jul  6 09:15:40 fossie bluetoothd[2453]: Unregistered interface 
org.bluez.NetworkHub on path /org/bluez/2453/hci0
Jul  6 09:15:40 fossie bluetoothd[2453]: Unregistered interface 
org.bluez.NetworkRouter on path /org/bluez/2453/hci0
Jul  6 09:15:40 fossie nm-system-settings:    SCPlugin-Ifupdown: 
update_system_hostname
Jul  6 09:15:40 fossie dbus-daemon: Unable to reload configuration: 
Failed to open "/etc/dbus-1/system.conf": No such file or directory
Jul  6 09:15:40 fossie NetworkManager: <info>  (eth0): carrier now OFF 
(device state 8)
Jul  6 09:15:40 fossie NetworkManager: <info>  (eth0): device state 
change: 8 -> 2
Jul  6 09:15:40 fossie NetworkManager: <info>  (eth0): deactivating 
device (reason: 40).
Jul  6 09:15:40 fossie kernel: [  313.788150] b44 0000:02:07.0: PCI INT 
A disabled
Jul  6 09:15:40 fossie kernel: [  313.788150] b44 0000:02:07.0: PCI INT 
A disabled
Jul  6 09:15:40 fossie kernel: [  313.912216] ipw2100 0000:02:05.0: PCI 
INT A disabled
Jul  6 09:15:40 fossie kernel: [  313.912216] ipw2100 0000:02:05.0: PCI 
INT A disabled
Jul  6 09:15:40 fossie kernel: [  313.928357] Intel ICH 0000:00:1f.5: 
PCI INT B disabled
Jul  6 09:15:40 fossie kernel: [  313.928357] Intel ICH 0000:00:1f.5: 
PCI INT B disabled
Jul  6 09:15:40 fossie kernel: [  313.928466] ACPI: Cannot set device to 
a higher-powered state than parent
Jul  6 09:15:40 fossie kernel: [  313.928466] ACPI: Cannot set device to 
a higher-powered state than parent
Jul  6 09:15:40 fossie kernel: [  313.928606] ata2: port disabled. ignoring.
Jul  6 09:15:40 fossie kernel: [  313.928606] ata2: port disabled. ignoring.
Jul  6 09:15:40 fossie kernel: [  313.928694] ata_piix 0000:00:1f.1: PCI 
INT A disabled
Jul  6 09:15:40 fossie kernel: [  313.928694] ata_piix 0000:00:1f.1: PCI 
INT A disabled
Jul  6 09:15:40 fossie kernel: [  313.928713] ehci_hcd 0000:00:1d.7: PCI 
INT D disabled
Jul  6 09:15:40 fossie kernel: [  313.928713] ehci_hcd 0000:00:1d.7: PCI 
INT D disabled
Jul  6 09:15:40 fossie bluetoothd[2453]: HCI dev 0 registered
Jul  6 09:15:40 fossie avahi-daemon[2536]: chroot.c: open() failed: No 
such file or directory
Jul  6 09:15:40 fossie avahi-daemon[2535]: Failed to open 
/etc/resolv.conf: Invalid argument
Jul  6 09:15:40 fossie nm-system-settings: <WARN>  
update_system_hostname(): update_system_hostname() - couldn't read 
/etc/hostname (4/Failed to open file '/etc/hostname': No such file or 
directory)
Jul  6 09:15:40 fossie kernel: [  313.928771] ehci_hcd 0000:00:1d.7: 
PME# disabled
Jul  6 09:15:40 fossie kernel: [  313.928771] ehci_hcd 0000:00:1d.7: 
PME# disabled
Jul  6 09:15:40 fossie kernel: [  313.944147] uhci_hcd 0000:00:1d.2: PCI 
INT C disabled
Jul  6 09:15:40 fossie kernel: [  313.944147] uhci_hcd 0000:00:1d.2: PCI 
INT C disabled
Jul  6 09:15:40 fossie kernel: [  313.944189] uhci_hcd 0000:00:1d.1: PCI 
INT B disabled
Jul  6 09:15:40 fossie kernel: [  313.944189] uhci_hcd 0000:00:1d.1: PCI 
INT B disabled
Jul  6 09:15:40 fossie kernel: [  313.944231] uhci_hcd 0000:00:1d.0: PCI 
INT A disabled
Jul  6 09:15:40 fossie kernel: [  313.944231] uhci_hcd 0000:00:1d.0: PCI 
INT A disabled
Jul  6 09:15:40 fossie kernel: [  313.944616] ACPI: Device [FAN2] failed 
to transition to D0
Jul  6 09:15:40 fossie kernel: [  313.944616] ACPI: Device [FAN2] failed 
to transition to D0
Jul  6 09:15:40 fossie kernel: [  313.944925] ACPI: Device [FAN1] failed 
to transition to D0
Jul  6 09:15:40 fossie kernel: [  313.944925] ACPI: Device [FAN1] failed 
to transition to D0
Jul  6 09:15:40 fossie kernel: [  313.945210] ACPI: Device [FAN0] failed 
to transition to D0
Jul  6 09:15:40 fossie kernel: [  313.945210] ACPI: Device [FAN0] failed 
to transition to D0
Jul  6 09:15:40 fossie kernel: [  313.945271] PM: suspend devices took 
0.716 seconds
Jul  6 09:15:40 fossie kernel: [  313.945271] PM: suspend devices took 
0.716 seconds
Jul  6 09:15:40 fossie kernel: [  313.946019] ACPI: Preparing to enter 
system sleep state S3
Jul  6 09:15:40 fossie kernel: [  313.946019] ACPI: Preparing to enter 
system sleep state S3
Jul  6 09:15:40 fossie kernel: [  314.072582] Disabling non-boot CPUs ...
Jul  6 09:15:40 fossie kernel: [  314.072582] Disabling non-boot CPUs ...
Jul  6 09:15:40 fossie kernel: [  314.072688] ------------[ cut here 
]------------
Jul  6 09:15:40 fossie kernel: [  314.072688] ------------[ cut here 
]------------
Jul  6 09:15:40 fossie kernel: [  314.072707] WARNING: at 
/home/kernel-ppa/mainline/build/kernel/smp.c:289 
smp_call_function_single+0xa9/0x100()
Jul  6 09:15:40 fossie kernel: [  314.072707] WARNING: at 
/home/kernel-ppa/mainline/build/kernel/smp.c:289 
smp_call_function_single+0xa9/0x100()
Jul  6 09:15:40 fossie kernel: [  314.072715] Hardware name: HP Tablet 
PC Tx1100
Jul  6 09:15:40 fossie kernel: [  314.072715] Hardware name: HP Tablet 
PC Tx1100
Jul  6 09:15:40 fossie kernel: [  314.072720] Modules linked in: 
michael_mic arc4 ecb lib80211_crypt_tkip aes_i586 aes_generic 
lib80211_crypt_ccmp binfmt_misc ppdev bridge stp bnep lp parport 
snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm_oss snd_mixer_oss snd_pcm 
snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi snd_seq_midi_event 
snd_seq snd_timer snd_seq_device pcmcia ipw2100 snd soundcore libipw 
pcspkr irda lib80211 yenta_socket rsrc_nonstatic pcmcia_core video 
snd_page_alloc iTCO_wdt iTCO_vendor_support output crc_ccitt intel_agp 
agpgart shpchp btusb usbhid b44 ssb mii
Jul  6 09:15:40 fossie kernel: [  314.072720] Modules linked in: 
michael_mic arc4 ecb lib80211_crypt_tkip aes_i586 aes_generic 
lib80211_crypt_ccmp binfmt_misc ppdev bridge stp bnep lp parport 
snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm_oss snd_mixer_oss snd_pcm 
snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi snd_seq_midi_event 
snd_seq snd_timer snd_seq_device pcmcia ipw2100 snd soundcore libipw 
pcspkr irda lib80211 yenta_socket rsrc_nonstatic pcmcia_core video 
snd_page_alloc iTCO_wdt iTCO_vendor_support output crc_ccitt intel_agp 
agpgart shpchp btusb usbhid b44 ssb mii
Jul  6 09:15:40 fossie kernel: [  314.072820] Pid: 3593, comm: s2ram Not 
tainted 2.6.30-020630-generic #020630
Jul  6 09:15:40 fossie kernel: [  314.072820] Pid: 3593, comm: s2ram Not 
tainted 2.6.30-020630-generic #020630
Jul  6 09:15:40 fossie kernel: [  314.072826] Call Trace:
Jul  6 09:15:40 fossie kernel: [  314.072826] Call Trace:
Jul  6 09:15:40 fossie kernel: [  314.072839]  [<c0161709>] ? 
smp_call_function_single+0xa9/0x100
Jul  6 09:15:40 fossie kernel: [  314.072839]  [<c0161709>] ? 
smp_call_function_single+0xa9/0x100
Jul  6 09:15:40 fossie kernel: [  314.072854]  [<c013b7fc>] 
warn_slowpath_common+0x7c/0xa0
Jul  6 09:15:40 fossie kernel: [  314.072854]  [<c013b7fc>] 
warn_slowpath_common+0x7c/0xa0
Jul  6 09:15:40 fossie kernel: [  314.072866]  [<c0161709>] ? 
smp_call_function_single+0xa9/0x100
Jul  6 09:15:40 fossie kernel: [  314.072866]  [<c0161709>] ? 
smp_call_function_single+0xa9/0x100
Jul  6 09:15:40 fossie kernel: [  314.072877]  [<c013b835>] 
warn_slowpath_null+0x15/0x20
Jul  6 09:15:40 fossie kernel: [  314.072877]  [<c013b835>] 
warn_slowpath_null+0x15/0x20
Jul  6 09:15:40 fossie kernel: [  314.072888]  [<c0161709>] 
smp_call_function_single+0xa9/0x100
Jul  6 09:15:40 fossie kernel: [  314.072888]  [<c0161709>] 
smp_call_function_single+0xa9/0x100
Jul  6 09:15:40 fossie kernel: [  314.072901]  [<c0111b90>] ? 
do_drv_read+0x0/0x70
Jul  6 09:15:40 fossie kernel: [  314.072901]  [<c0111b90>] ? 
do_drv_read+0x0/0x70
Jul  6 09:15:40 fossie kernel: [  314.072912]  [<c0111a00>] 
drv_read+0x30/0x40
Jul  6 09:15:40 fossie kernel: [  314.072912]  [<c0111a00>] 
drv_read+0x30/0x40
Jul  6 09:15:40 fossie kernel: [  314.072923]  [<c0111a88>] 
get_cur_val+0x78/0xa0
Jul  6 09:15:40 fossie kernel: [  314.072923]  [<c0111a88>] 
get_cur_val+0x78/0xa0
Jul  6 09:15:40 fossie kernel: [  314.072934]  [<c0111b4a>] 
get_cur_freq_on_cpu+0x4a/0x70
Jul  6 09:15:40 fossie kernel: [  314.072934]  [<c0111b4a>] 
get_cur_freq_on_cpu+0x4a/0x70
Jul  6 09:15:40 fossie kernel: [  314.072947]  [<c04162ad>] 
cpufreq_suspend+0x7d/0x100
Jul  6 09:15:40 fossie kernel: [  314.072947]  [<c04162ad>] 
cpufreq_suspend+0x7d/0x100
Jul  6 09:15:40 fossie kernel: [  314.072960]  [<c015be3c>] ? 
clockevents_notify+0x1c/0x70
Jul  6 09:15:40 fossie kernel: [  314.072960]  [<c015be3c>] ? 
clockevents_notify+0x1c/0x70
Jul  6 09:15:40 fossie kernel: [  314.072973]  [<c035a4ce>] 
sysdev_suspend+0x8e/0x1f0
Jul  6 09:15:40 fossie kernel: [  314.072973]  [<c035a4ce>] 
sysdev_suspend+0x8e/0x1f0
Jul  6 09:15:40 fossie kernel: [  314.072986]  [<c0174dec>] ? 
stop_machine_destroy+0x3c/0x40
Jul  6 09:15:40 fossie kernel: [  314.072986]  [<c0174dec>] ? 
stop_machine_destroy+0x3c/0x40
Jul  6 09:15:40 fossie kernel: [  314.072997]  [<c0166962>] 
suspend_enter+0xc2/0x120
Jul  6 09:15:40 fossie kernel: [  314.072997]  [<c0166962>] 
suspend_enter+0xc2/0x120
Jul  6 09:15:40 fossie kernel: [  314.073007]  [<c0166b05>] 
suspend_devices_and_enter+0xb5/0xc0
Jul  6 09:15:40 fossie kernel: [  314.073007]  [<c0166b05>] 
suspend_devices_and_enter+0xb5/0xc0
Jul  6 09:15:40 fossie kernel: [  314.073016]  [<c0166d43>] 
enter_state+0xc3/0xe0
Jul  6 09:15:40 fossie kernel: [  314.073016]  [<c0166d43>] 
enter_state+0xc3/0xe0
Jul  6 09:15:40 fossie kernel: [  314.073025]  [<c0166df1>] 
state_store+0x91/0xd0
Jul  6 09:15:40 fossie kernel: [  314.073025]  [<c0166df1>] 
state_store+0x91/0xd0
Jul  6 09:15:40 fossie kernel: [  314.073034]  [<c0166d60>] ? 
state_store+0x0/0xd0
Jul  6 09:15:40 fossie kernel: [  314.073034]  [<c0166d60>] ? 
state_store+0x0/0xd0
Jul  6 09:15:40 fossie kernel: [  314.073046]  [<c02cca34>] 
kobj_attr_store+0x24/0x30
Jul  6 09:15:40 fossie kernel: [  314.073046]  [<c02cca34>] 
kobj_attr_store+0x24/0x30
Jul  6 09:15:40 fossie kernel: [  314.073059]  [<c021358b>] 
flush_write_buffer+0x4b/0x70
Jul  6 09:15:40 fossie kernel: [  314.073059]  [<c021358b>] 
flush_write_buffer+0x4b/0x70
Jul  6 09:15:40 fossie kernel: [  314.073070]  [<c0213672>] 
sysfs_write_file+0x42/0x70
Jul  6 09:15:40 fossie kernel: [  314.073070]  [<c0213672>] 
sysfs_write_file+0x42/0x70
Jul  6 09:15:40 fossie kernel: [  314.073083]  [<c01c7ec6>] 
vfs_write+0x96/0x160
Jul  6 09:15:40 fossie kernel: [  314.073083]  [<c01c7ec6>] 
vfs_write+0x96/0x160
Jul  6 09:15:40 fossie kernel: [  314.073093]  [<c0213630>] ? 
sysfs_write_file+0x0/0x70
Jul  6 09:15:40 fossie kernel: [  314.073093]  [<c0213630>] ? 
sysfs_write_file+0x0/0x70
Jul  6 09:15:40 fossie kernel: [  314.073104]  [<c01c804d>] 
sys_write+0x3d/0x70
Jul  6 09:15:40 fossie kernel: [  314.073104]  [<c01c804d>] 
sys_write+0x3d/0x70
Jul  6 09:15:40 fossie kernel: [  314.073114]  [<c0102ebc>] 
sysenter_do_call+0x12/0x28
Jul  6 09:15:40 fossie kernel: [  314.073114]  [<c0102ebc>] 
sysenter_do_call+0x12/0x28
Jul  6 09:15:40 fossie kernel: [  314.073122] ---[ end trace 
888c80804185d326 ]---
Jul  6 09:15:40 fossie kernel: [  314.073122] ---[ end trace 
888c80804185d326 ]---
Jul  6 09:15:40 fossie kernel: [  314.073122] Back to C!
Jul  6 09:15:40 fossie kernel: [  314.073122] Back to C!
Jul  6 09:15:40 fossie kernel: [  314.073122] ACPI: Waking up from 
system sleep state S3
Jul  6 09:15:40 fossie kernel: [  314.073122] ACPI: Waking up from 
system sleep state S3
Jul  6 09:15:40 fossie kernel: [  314.512314] agpgart-intel 
0000:00:00.0: restoring config space at offset 0x4 (was 0xe0000008, 
writing 0xe2000008)
Jul  6 09:15:40 fossie kernel: [  314.512314] agpgart-intel 
0000:00:00.0: restoring config space at offset 0x4 (was 0xe0000008, 
writing 0xe2000008)
Jul  6 09:15:40 fossie kernel: [  314.512329] agpgart-intel 
0000:00:00.0: restoring config space at offset 0x1 (was 0x20900106, 
writing 0x30900106)
Jul  6 09:15:40 fossie kernel: [  314.512329] agpgart-intel 
0000:00:00.0: restoring config space at offset 0x1 (was 0x20900106, 
writing 0x30900106)
Jul  6 09:15:40 fossie kernel: [  314.512362] pci 0000:00:01.0: 
restoring config space at offset 0x7 (was 0x2a000f0, writing 0x22a000f0)
Jul  6 09:15:40 fossie kernel: [  314.512362] pci 0000:00:01.0: 
restoring config space at offset 0x7 (was 0x2a000f0, writing 0x22a000f0)
Jul  6 09:15:40 fossie kernel: [  314.512405] uhci_hcd 0000:00:1d.0: 
restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
Jul  6 09:15:40 fossie kernel: [  314.512405] uhci_hcd 0000:00:1d.0: 
restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
Jul  6 09:15:40 fossie kernel: [  314.512445] uhci_hcd 0000:00:1d.1: 
restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
Jul  6 09:15:40 fossie kernel: [  314.512445] uhci_hcd 0000:00:1d.1: 
restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
Jul  6 09:15:40 fossie kernel: [  314.512484] uhci_hcd 0000:00:1d.2: 
restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
Jul  6 09:15:40 fossie kernel: [  314.512484] uhci_hcd 0000:00:1d.2: 
restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
Jul  6 09:15:40 fossie kernel: [  314.512536] ehci_hcd 0000:00:1d.7: 
restoring config space at offset 0x1 (was 0x2900006, writing 0x2900102)
Jul  6 09:15:40 fossie kernel: [  314.512536] ehci_hcd 0000:00:1d.7: 
restoring config space at offset 0x1 (was 0x2900006, writing 0x2900102)
Jul  6 09:15:40 fossie bluetoothd[2453]: HCI dev 0 up
Jul  6 09:15:40 fossie acpid: execl(): No such file or directory
Jul  6 09:15:40 fossie bluetoothd[2453]: Starting security manager 0
Jul  6 09:15:40 fossie kernel: [  314.512572] pci 0000:00:1e.0: 
restoring config space at offset 0x9 (was 0xfff0, writing 0x79f07000)
Jul  6 09:15:40 fossie kernel: [  314.512572] pci 0000:00:1e.0: 
restoring config space at offset 0x9 (was 0xfff0, writing 0x79f07000)
Jul  6 09:15:40 fossie kernel: [  314.512584] pci 0000:00:1e.0: 
restoring config space at offset 0x8 (was 0xfff0, writing 0xe050e000)
Jul  6 09:15:40 fossie kernel: [  314.512584] pci 0000:00:1e.0: 
restoring config space at offset 0x8 (was 0xfff0, writing 0xe050e000)
Jul  6 09:15:40 fossie kernel: [  314.512596] pci 0000:00:1e.0: 
restoring config space at offset 0x7 (was 0x228000f0, writing 0x2804030)
Jul  6 09:15:40 fossie kernel: [  314.512596] pci 0000:00:1e.0: 
restoring config space at offset 0x7 (was 0x228000f0, writing 0x2804030)
Jul  6 09:15:40 fossie kernel: [  314.512609] pci 0000:00:1e.0: 
restoring config space at offset 0x6 (was 0x40020200, writing 0x400a0200)
Jul  6 09:15:40 fossie kernel: [  314.512609] pci 0000:00:1e.0: 
restoring config space at offset 0x6 (was 0x40020200, writing 0x400a0200)
Jul  6 09:15:41 fossie kernel: [  314.512627] pci 0000:00:1e.0: 
restoring config space at offset 0x1 (was 0x80800005, writing 0x88800107)
Jul  6 09:15:41 fossie kernel: [  314.512627] pci 0000:00:1e.0: 
restoring config space at offset 0x1 (was 0x80800005, writing 0x88800107)
Jul  6 09:15:41 fossie acpid: execl(): No such file or directory
Jul  6 09:15:41 fossie kernel: [  314.512674] ata_piix 0000:00:1f.1: 
restoring config space at offset 0xf (was 0x100, writing 0x1ff)
Jul  6 09:15:41 fossie kernel: [  314.512674] ata_piix 0000:00:1f.1: 
restoring config space at offset 0xf (was 0x100, writing 0x1ff)
Jul  6 09:15:41 fossie kernel: [  314.512694] ata_piix 0000:00:1f.1: 
restoring config space at offset 0x9 (was 0x0, writing 0x7a000000)
Jul  6 09:15:41 fossie kernel: [  314.512694] ata_piix 0000:00:1f.1: 
restoring config space at offset 0x9 (was 0x0, writing 0x7a000000)
Jul  6 09:15:41 fossie kernel: [  314.512716] ata_piix 0000:00:1f.1: 
restoring config space at offset 0x1 (was 0x2800005, writing 0x2800007)
Jul  6 09:15:41 fossie kernel: [  314.512716] ata_piix 0000:00:1f.1: 
restoring config space at offset 0x1 (was 0x2800005, writing 0x2800007)
Jul  6 09:15:41 fossie kernel: [  314.512768] Intel ICH 0000:00:1f.5: 
restoring config space at offset 0xf (was 0x200, writing 0x20a)
Jul  6 09:15:41 fossie kernel: [  314.512768] Intel ICH 0000:00:1f.5: 
restoring config space at offset 0xf (was 0x200, writing 0x20a)
Jul  6 09:15:41 fossie kernel: [  314.512790] Intel ICH 0000:00:1f.5: 
restoring config space at offset 0x7 (was 0x0, writing 0xd0000800)
Jul  6 09:15:41 fossie kernel: [  314.512790] Intel ICH 0000:00:1f.5: 
restoring config space at offset 0x7 (was 0x0, writing 0xd0000800)
Jul  6 09:15:41 fossie kernel: [  314.512801] Intel ICH 0000:00:1f.5: 
restoring config space at offset 0x6 (was 0x0, writing 0xd0000c00)
Jul  6 09:15:41 fossie kernel: [  314.512801] Intel ICH 0000:00:1f.5: 
restoring config space at offset 0x6 (was 0x0, writing 0xd0000c00)
Jul  6 09:15:41 fossie acpid: execl(): No such file or directory
Jul  6 09:15:41 fossie NetworkManager: <info>  eth0: canceled DHCP 
transaction, dhcp client pid 3020
Jul  6 09:15:41 fossie NetworkManager: <WARN>  
nm_named_manager_remove_ip4_config(): Could not commit DNS changes.  
Error: 'Could not open /etc/resolv.conf.tmp: Read-only file system '
Jul  6 09:15:41 fossie NetworkManager: <WARN>  
nm_named_manager_add_ip4_config(): Could not commit DNS changes.  Error: 
'Could not open /etc/resolv.conf.tmp: Read-only file system '
Jul  6 09:15:41 fossie NetworkManager: <info>  Policy set 'Auto 
FRITZ!Box Fon WLAN 7270' (eth1) as default for routing and DNS.
Jul  6 09:15:41 fossie avahi-daemon[2535]: Withdrawing address record 
for 192.168.0.64 on eth0.
Jul  6 09:15:41 fossie avahi-daemon[2535]: Leaving mDNS multicast group 
on interface eth0.IPv4 with address 192.168.0.64.
Jul  6 09:15:41 fossie avahi-daemon[2535]: Interface eth0.IPv4 no longer 
relevant for mDNS.
Jul  6 09:15:41 fossie NetworkManager: <info>  (eth1): supplicant 
connection state:  completed -> disconnected
Jul  6 09:15:41 fossie NetworkManager: <info>  (eth1): supplicant 
connection state:  disconnected -> associated
Jul  6 09:15:41 fossie kernel: [  314.512813] Intel ICH 0000:00:1f.5: 
restoring config space at offset 0x5 (was 0x1301, writing 0x18c1)
Jul  6 09:15:41 fossie kernel: [  314.512813] Intel ICH 0000:00:1f.5: 
restoring config space at offset 0x5 (was 0x1301, writing 0x18c1)
Jul  6 09:15:41 fossie kernel: [  314.512825] Intel ICH 0000:00:1f.5: 
restoring config space at offset 0x4 (was 0x1201, writing 0x1c01)
Jul  6 09:15:41 fossie kernel: [  314.512825] Intel ICH 0000:00:1f.5: 
restoring config space at offset 0x4 (was 0x1201, writing 0x1c01)
Jul  6 09:15:41 fossie kernel: [  314.512840] Intel ICH 0000:00:1f.5: 
restoring config space at offset 0x1 (was 0x2900005, writing 0x2900003)
Jul  6 09:15:41 fossie kernel: [  314.512840] Intel ICH 0000:00:1f.5: 
restoring config space at offset 0x1 (was 0x2900005, writing 0x2900003)
Jul  6 09:15:41 fossie kernel: [  314.512867] pci 0000:00:1f.6: 
restoring config space at offset 0xf (was 0x200, writing 0x20a)
Jul  6 09:15:41 fossie kernel: [  314.512867] pci 0000:00:1f.6: 
restoring config space at offset 0xf (was 0x200, writing 0x20a)
Jul  6 09:15:41 fossie kernel: [  314.512891] pci 0000:00:1f.6: 
restoring config space at offset 0x5 (was 0x1501, writing 0x2001)
Jul  6 09:15:41 fossie kernel: [  314.512891] pci 0000:00:1f.6: 
restoring config space at offset 0x5 (was 0x1501, writing 0x2001)
Jul  6 09:15:41 fossie kernel: [  314.512902] pci 0000:00:1f.6: 
restoring config space at offset 0x4 (was 0x1401, writing 0x2401)
Jul  6 09:15:41 fossie kernel: [  314.512902] pci 0000:00:1f.6: 
restoring config space at offset 0x4 (was 0x1401, writing 0x2401)
Jul  6 09:15:41 fossie kernel: [  314.512917] pci 0000:00:1f.6: 
restoring config space at offset 0x1 (was 0x2900005, writing 0x2900001)
Jul  6 09:15:41 fossie kernel: [  314.512917] pci 0000:00:1f.6: 
restoring config space at offset 0x1 (was 0x2900005, writing 0x2900001)
Jul  6 09:15:41 fossie bluetoothd[2453]: Registered interface 
org.bluez.Service on path /org/bluez/2453/hci0
Jul  6 09:15:41 fossie bluetoothd[2453]: Registered interface 
org.bluez.SerialProxyManager on path /org/bluez/2453/hci0
Jul  6 09:15:41 fossie kernel: [  314.512958] pci 0000:01:00.0: 
restoring config space at offset 0x3 (was 0x0, writing 0x4000)
Jul  6 09:15:41 fossie kernel: [  314.512958] pci 0000:01:00.0: 
restoring config space at offset 0x3 (was 0x0, writing 0x4000)
Jul  6 09:15:41 fossie bluetoothd[2453]: Registered interface 
org.bluez.NetworkPeer on path /org/bluez/2453/hci0
Jul  6 09:15:41 fossie kernel: [  314.512989] ipw2100 0000:02:05.0: 
restoring config space at offset 0xf (was 0x22020100, writing 0x2202010a)
Jul  6 09:15:41 fossie kernel: [  314.512989] ipw2100 0000:02:05.0: 
restoring config space at offset 0xf (was 0x22020100, writing 0x2202010a)
Jul  6 09:15:41 fossie bluetoothd[2453]: Registered interface 
org.bluez.NetworkHub on path /org/bluez/2453/hci0
Jul  6 09:15:41 fossie bluetoothd[2453]: Registered interface 
org.bluez.NetworkRouter on path /org/bluez/2453/hci0
Jul  6 09:15:41 fossie bluetoothd[2453]: rfcomm_bind: Address already in 
use (98)
Jul  6 09:15:41 fossie bluetoothd[2453]: audio-headset: Operation not 
permitted (1)
Jul  6 09:15:41 fossie bluetoothd[2453]: l2cap_bind: Address already in 
use (98)
Jul  6 09:15:41 fossie bluetoothd[2453]: audio-a2dp: Operation not 
permitted (1)
Jul  6 09:15:41 fossie kernel: [  314.513015] ipw2100 0000:02:05.0: 
restoring config space at offset 0x4 (was 0x0, writing 0xe0002000)
Jul  6 09:15:41 fossie kernel: [  314.513015] ipw2100 0000:02:05.0: 
restoring config space at offset 0x4 (was 0x0, writing 0xe0002000)
Jul  6 09:15:41 fossie kernel: [  314.513027] ipw2100 0000:02:05.0: 
restoring config space at offset 0x3 (was 0x0, writing 0x4008)
Jul  6 09:15:41 fossie kernel: [  314.513027] ipw2100 0000:02:05.0: 
restoring config space at offset 0x3 (was 0x0, writing 0x4008)
Jul  6 09:15:41 fossie bluetoothd[2453]: Adapter /org/bluez/2453/hci0 
has been enabled
Jul  6 09:15:41 fossie kernel: [  314.513041] ipw2100 0000:02:05.0: 
restoring config space at offset 0x1 (was 0x2900000, writing 0x2900116)
Jul  6 09:15:41 fossie kernel: [  314.513041] ipw2100 0000:02:05.0: 
restoring config space at offset 0x1 (was 0x2900000, writing 0x2900116)
Jul  6 09:15:41 fossie kernel: [  314.513070] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0xf (was 0x34001ff, 
writing 0x5c001ff)
Jul  6 09:15:41 fossie kernel: [  314.513070] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0xf (was 0x34001ff, 
writing 0x5c001ff)
Jul  6 09:15:41 fossie kernel: [  314.513082] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0xe (was 0x0, writing 0x34fc)
Jul  6 09:15:41 fossie kernel: [  314.513082] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0xe (was 0x0, writing 0x34fc)
Jul  6 09:15:41 fossie kernel: [  314.513094] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0xd (was 0x0, writing 0x3400)
Jul  6 09:15:41 fossie kernel: [  314.513094] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0xd (was 0x0, writing 0x3400)
Jul  6 09:15:41 fossie kernel: [  314.513106] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0xc (was 0x0, writing 0x30fc)
Jul  6 09:15:41 fossie kernel: [  314.513106] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0xc (was 0x0, writing 0x30fc)
Jul  6 09:15:41 fossie kernel: [  314.513118] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0xb (was 0x0, writing 0x3000)
Jul  6 09:15:41 fossie kernel: [  314.513118] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0xb (was 0x0, writing 0x3000)
Jul  6 09:15:41 fossie kernel: [  314.513130] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0xa (was 0x0, writing 
0x7ffff000)
Jul  6 09:15:41 fossie kernel: [  314.513130] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0xa (was 0x0, writing 
0x7ffff000)
Jul  6 09:15:41 fossie kernel: [  314.513142] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0x9 (was 0x0, writing 
0x7c000000)
Jul  6 09:15:41 fossie kernel: [  314.513142] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0x9 (was 0x0, writing 
0x7c000000)
Jul  6 09:15:41 fossie kernel: [  314.513154] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0x8 (was 0x0, writing 
0x73fff000)
Jul  6 09:15:41 fossie kernel: [  314.513154] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0x8 (was 0x0, writing 
0x73fff000)
Jul  6 09:15:41 fossie kernel: [  314.513166] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0x7 (was 0x0, writing 
0x70000000)
Jul  6 09:15:41 fossie kernel: [  314.513166] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0x7 (was 0x0, writing 
0x70000000)
Jul  6 09:15:41 fossie kernel: [  314.513178] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0x6 (was 0x0, writing 
0xb0060302)
Jul  6 09:15:41 fossie kernel: [  314.513178] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0x6 (was 0x0, writing 
0xb0060302)
Jul  6 09:15:41 fossie kernel: [  314.513192] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0x4 (was 0x0, writing 
0xe0003000)
Jul  6 09:15:41 fossie kernel: [  314.513192] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0x4 (was 0x0, writing 
0xe0003000)
Jul  6 09:15:41 fossie kernel: [  314.513204] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0x3 (was 0x820000, 
writing 0x82a808)
Jul  6 09:15:41 fossie kernel: [  314.513204] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0x3 (was 0x820000, 
writing 0x82a808)
Jul  6 09:15:41 fossie kernel: [  314.513218] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0x1 (was 0x2100000, 
writing 0x2100007)
Jul  6 09:15:41 fossie kernel: [  314.513218] yenta_cardbus 
0000:02:06.0: restoring config space at offset 0x1 (was 0x2100000, 
writing 0x2100007)
Jul  6 09:15:41 fossie kernel: [  314.513248] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0xf (was 0x34002ff, 
writing 0x5c002ff)
Jul  6 09:15:41 fossie kernel: [  314.513248] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0xf (was 0x34002ff, 
writing 0x5c002ff)
Jul  6 09:15:41 fossie kernel: [  314.513261] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0xe (was 0x0, writing 0x3cfc)
Jul  6 09:15:41 fossie kernel: [  314.513261] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0xe (was 0x0, writing 0x3cfc)
Jul  6 09:15:41 fossie kernel: [  314.513272] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0xd (was 0x0, writing 0x3c00)
Jul  6 09:15:41 fossie kernel: [  314.513272] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0xd (was 0x0, writing 0x3c00)
Jul  6 09:15:41 fossie kernel: [  314.513284] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0xc (was 0x0, writing 0x38fc)
Jul  6 09:15:41 fossie kernel: [  314.513284] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0xc (was 0x0, writing 0x38fc)
Jul  6 09:15:41 fossie kernel: [  314.513296] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0xb (was 0x0, writing 0x3800)
Jul  6 09:15:41 fossie kernel: [  314.513296] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0xb (was 0x0, writing 0x3800)
Jul  6 09:15:41 fossie kernel: [  314.513308] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0xa (was 0x0, writing 
0x83fff000)
Jul  6 09:15:41 fossie kernel: [  314.513308] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0xa (was 0x0, writing 
0x83fff000)
Jul  6 09:15:41 fossie kernel: [  314.513320] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0x9 (was 0x0, writing 
0x80000000)
Jul  6 09:15:41 fossie kernel: [  314.513320] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0x9 (was 0x0, writing 
0x80000000)
Jul  6 09:15:41 fossie kernel: [  314.513333] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0x8 (was 0x0, writing 
0x77fff000)
Jul  6 09:15:41 fossie kernel: [  314.513333] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0x8 (was 0x0, writing 
0x77fff000)
Jul  6 09:15:41 fossie kernel: [  314.513345] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0x7 (was 0x0, writing 
0x74000000)
Jul  6 09:15:41 fossie kernel: [  314.513345] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0x7 (was 0x0, writing 
0x74000000)
Jul  6 09:15:41 fossie kernel: [  314.513357] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0x6 (was 0x0, writing 
0xb00a0702)
Jul  6 09:15:41 fossie kernel: [  314.513357] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0x6 (was 0x0, writing 
0xb00a0702)
Jul  6 09:15:41 fossie kernel: [  314.513370] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0x4 (was 0x0, writing 
0xe0004000)
Jul  6 09:15:41 fossie kernel: [  314.513370] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0x4 (was 0x0, writing 
0xe0004000)
Jul  6 09:15:41 fossie kernel: [  314.513383] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0x3 (was 0x820000, 
writing 0x82a808)
Jul  6 09:15:41 fossie kernel: [  314.513383] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0x3 (was 0x820000, 
writing 0x82a808)
Jul  6 09:15:41 fossie kernel: [  314.513397] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0x1 (was 0x2100000, 
writing 0x2100007)
Jul  6 09:15:41 fossie kernel: [  314.513397] yenta_cardbus 
0000:02:06.1: restoring config space at offset 0x1 (was 0x2100000, 
writing 0x2100007)
Jul  6 09:15:41 fossie kernel: [  314.513441] pci 0000:02:06.2: 
restoring config space at offset 0x4 (was 0x1, writing 0x4001)
Jul  6 09:15:41 fossie kernel: [  314.513441] pci 0000:02:06.2: 
restoring config space at offset 0x4 (was 0x1, writing 0x4001)
Jul  6 09:15:41 fossie kernel: [  314.513452] pci 0000:02:06.2: 
restoring config space at offset 0x3 (was 0x0, writing 0x4008)
Jul  6 09:15:41 fossie kernel: [  314.513452] pci 0000:02:06.2: 
restoring config space at offset 0x3 (was 0x0, writing 0x4008)
Jul  6 09:15:41 fossie kernel: [  314.513466] pci 0000:02:06.2: 
restoring config space at offset 0x1 (was 0x2100000, writing 0x2100007)
Jul  6 09:15:41 fossie kernel: [  314.513466] pci 0000:02:06.2: 
restoring config space at offset 0x1 (was 0x2100000, writing 0x2100007)
Jul  6 09:15:41 fossie kernel: [  314.513512] b44 0000:02:07.0: 
restoring config space at offset 0x1 (was 0x100106, writing 0x8100106)
Jul  6 09:15:41 fossie kernel: [  314.513512] b44 0000:02:07.0: 
restoring config space at offset 0x1 (was 0x100106, writing 0x8100106)
Jul  6 09:15:41 fossie kernel: [  315.913489] PM: Device LNXPOWER:01 
failed to resume: error -8
Jul  6 09:15:41 fossie kernel: [  315.914002] PM: Device LNXPOWER:02 
failed to resume: error -8
Jul  6 09:15:41 fossie kernel: [  315.923424] agpgart-intel 
0000:00:00.0: restoring config space at offset 0x4 (was 0xe0000008, 
writing 0xe2000008)
Jul  6 09:15:41 fossie kernel: [  315.923424] agpgart-intel 
0000:00:00.0: restoring config space at offset 0x4 (was 0xe0000008, 
writing 0xe2000008)
Jul  6 09:15:41 fossie kernel: [  315.923439] agpgart-intel 
0000:00:00.0: restoring config space at offset 0x1 (was 0x900106, 
writing 0x30900106)
Jul  6 09:15:41 fossie kernel: [  315.923439] agpgart-intel 
0000:00:00.0: restoring config space at offset 0x1 (was 0x900106, 
writing 0x30900106)
Jul  6 09:15:41 fossie kernel: [  315.923510] uhci_hcd 0000:00:1d.0: PCI 
INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
Jul  6 09:15:41 fossie kernel: [  315.923510] uhci_hcd 0000:00:1d.0: PCI 
INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
Jul  6 09:15:41 fossie kernel: [  315.923523] uhci_hcd 0000:00:1d.0: 
setting latency timer to 64
Jul  6 09:15:41 fossie kernel: [  315.923523] uhci_hcd 0000:00:1d.0: 
setting latency timer to 64
Jul  6 09:15:41 fossie kernel: [  315.923551] usb usb2: root hub lost 
power or was reset
Jul  6 09:15:41 fossie kernel: [  315.923551] usb usb2: root hub lost 
power or was reset
Jul  6 09:15:41 fossie kernel: [  315.923625] uhci_hcd 0000:00:1d.1: PCI 
INT B -> Link[LNKD] -> GSI 15 (level, low) -> IRQ 15
Jul  6 09:15:41 fossie kernel: [  315.923625] uhci_hcd 0000:00:1d.1: PCI 
INT B -> Link[LNKD] -> GSI 15 (level, low) -> IRQ 15
Jul  6 09:15:41 fossie kernel: [  315.923637] uhci_hcd 0000:00:1d.1: 
setting latency timer to 64
Jul  6 09:15:41 fossie kernel: [  315.923637] uhci_hcd 0000:00:1d.1: 
setting latency timer to 64
Jul  6 09:15:41 fossie kernel: [  315.923661] usb usb3: root hub lost 
power or was reset
Jul  6 09:15:41 fossie kernel: [  315.923661] usb usb3: root hub lost 
power or was reset
Jul  6 09:15:41 fossie kernel: [  315.923712] uhci_hcd 0000:00:1d.2: PCI 
INT C -> Link[LNKC] -> GSI 12 (level, low) -> IRQ 12
Jul  6 09:15:41 fossie kernel: [  315.923712] uhci_hcd 0000:00:1d.2: PCI 
INT C -> Link[LNKC] -> GSI 12 (level, low) -> IRQ 12
Jul  6 09:15:41 fossie kernel: [  315.923724] uhci_hcd 0000:00:1d.2: 
setting latency timer to 64
Jul  6 09:15:41 fossie kernel: [  315.923724] uhci_hcd 0000:00:1d.2: 
setting latency timer to 64
Jul  6 09:15:41 fossie kernel: [  315.923748] usb usb4: root hub lost 
power or was reset
Jul  6 09:15:41 fossie kernel: [  315.923748] usb usb4: root hub lost 
power or was reset
Jul  6 09:15:41 fossie kernel: [  315.923828] ehci_hcd 0000:00:1d.7: 
PME# disabled
Jul  6 09:15:41 fossie kernel: [  315.923828] ehci_hcd 0000:00:1d.7: 
PME# disabled
Jul  6 09:15:41 fossie kernel: [  315.923841] ehci_hcd 0000:00:1d.7: PCI 
INT D -> Link[LNKH] -> GSI 10 (level, low) -> IRQ 10
Jul  6 09:15:41 fossie kernel: [  315.923841] ehci_hcd 0000:00:1d.7: PCI 
INT D -> Link[LNKH] -> GSI 10 (level, low) -> IRQ 10
Jul  6 09:15:41 fossie kernel: [  315.923853] ehci_hcd 0000:00:1d.7: 
setting latency timer to 64
Jul  6 09:15:41 fossie kernel: [  315.923853] ehci_hcd 0000:00:1d.7: 
setting latency timer to 64
Jul  6 09:15:41 fossie kernel: [  315.923866] ehci_hcd 0000:00:1d.7: 
PME# disabled
Jul  6 09:15:41 fossie kernel: [  315.923866] ehci_hcd 0000:00:1d.7: 
PME# disabled
Jul  6 09:15:41 fossie kernel: [  315.923901] pci 0000:00:1e.0: setting 
latency timer to 64
Jul  6 09:15:41 fossie kernel: [  315.923901] pci 0000:00:1e.0: setting 
latency timer to 64
Jul  6 09:15:41 fossie kernel: [  315.923948] ata_piix 0000:00:1f.1: PCI 
INT A -> Link[LNKC] -> GSI 12 (level, low) -> IRQ 12
Jul  6 09:15:41 fossie kernel: [  315.923948] ata_piix 0000:00:1f.1: PCI 
INT A -> Link[LNKC] -> GSI 12 (level, low) -> IRQ 12
Jul  6 09:15:41 fossie kernel: [  315.923959] ata_piix 0000:00:1f.1: 
setting latency timer to 64
Jul  6 09:15:41 fossie kernel: [  315.923959] ata_piix 0000:00:1f.1: 
setting latency timer to 64
Jul  6 09:15:41 fossie kernel: [  315.924061] ata2: port disabled. ignoring.
Jul  6 09:15:41 fossie kernel: [  315.924061] ata2: port disabled. ignoring.
Jul  6 09:15:41 fossie kernel: [  315.926376] Intel ICH 0000:00:1f.5: 
PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
Jul  6 09:15:41 fossie kernel: [  315.926376] Intel ICH 0000:00:1f.5: 
PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
Jul  6 09:15:41 fossie kernel: [  315.926389] Intel ICH 0000:00:1f.5: 
setting latency timer to 64
Jul  6 09:15:41 fossie kernel: [  315.926389] Intel ICH 0000:00:1f.5: 
setting latency timer to 64
Jul  6 09:15:41 fossie kernel: [  316.648468] ata1.00: ACPI cmd 
ef/03:0c:00:00:00:a0 filtered out
Jul  6 09:15:41 fossie kernel: [  316.648468] ata1.00: ACPI cmd 
ef/03:0c:00:00:00:a0 filtered out
Jul  6 09:15:41 fossie kernel: [  316.648480] ata1.00: ACPI cmd 
ef/03:45:00:00:00:a0 filtered out
Jul  6 09:15:41 fossie kernel: [  316.648480] ata1.00: ACPI cmd 
ef/03:45:00:00:00:a0 filtered out
Jul  6 09:15:41 fossie kernel: [  316.659047] ata1.00: n_sectors 
mismatch 268435456 != 312581808
Jul  6 09:15:41 fossie kernel: [  316.659047] ata1.00: n_sectors 
mismatch 268435456 != 312581808
Jul  6 09:15:41 fossie kernel: [  316.659054] ata1.00: revalidation 
failed (errno=-19)
Jul  6 09:15:41 fossie kernel: [  316.938005] pci 0000:00:1f.6: PME# 
disabled
Jul  6 09:15:41 fossie kernel: [  316.938005] pci 0000:00:1f.6: PME# 
disabled
Jul  6 09:15:41 fossie kernel: [  316.938015] pci 0000:01:00.0: PME# 
disabled
Jul  6 09:15:41 fossie kernel: [  316.938015] pci 0000:01:00.0: PME# 
disabled
Jul  6 09:15:41 fossie kernel: [  316.938032] ipw2100 0000:02:05.0: PCI 
INT A -> Link[LNKD] -> GSI 15 (level, low) -> IRQ 15
Jul  6 09:15:41 fossie kernel: [  316.938032] ipw2100 0000:02:05.0: PCI 
INT A -> Link[LNKD] -> GSI 15 (level, low) -> IRQ 15
Jul  6 09:15:41 fossie kernel: [  317.512152] pci 0000:02:06.2: PME# 
disabled
Jul  6 09:15:41 fossie kernel: [  317.512152] pci 0000:02:06.2: PME# 
disabled
Jul  6 09:15:41 fossie kernel: [  317.512171] b44 0000:02:07.0: PCI INT 
A -> Link[LNKC] -> GSI 12 (level, low) -> IRQ 12
Jul  6 09:15:41 fossie kernel: [  317.512171] b44 0000:02:07.0: PCI INT 
A -> Link[LNKC] -> GSI 12 (level, low) -> IRQ 12
Jul  6 09:15:41 fossie kernel: [  317.512207] b44 0000:02:07.0: 
restoring config space at offset 0x1 (was 0x100106, writing 0x8100106)
Jul  6 09:15:41 fossie kernel: [  317.512207] b44 0000:02:07.0: 
restoring config space at offset 0x1 (was 0x100106, writing 0x8100106)
Jul  6 09:15:41 fossie kernel: [  317.534808] serial 00:06: activated
Jul  6 09:15:41 fossie kernel: [  317.534808] serial 00:06: activated
Jul  6 09:15:41 fossie kernel: [  318.280292] sd 0:0:0:0: [sda] Starting 
disk
Jul  6 09:15:41 fossie kernel: [  318.280292] sd 0:0:0:0: [sda] Starting 
disk
Jul  6 09:15:41 fossie kernel: [  321.857418] ata1.00: n_sectors 
mismatch 268435456 != 312581808
Jul  6 09:15:41 fossie kernel: [  321.857418] ata1.00: n_sectors 
mismatch 268435456 != 312581808
Jul  6 09:15:41 fossie kernel: [  321.857426] ata1.00: revalidation 
failed (errno=-19)
Jul  6 09:15:41 fossie kernel: [  321.857434] ata1.00: disabled
Jul  6 09:15:41 fossie kernel: [  321.857434] ata1.00: disabled
Jul  6 09:15:41 fossie kernel: [  321.860043] sd 0:0:0:0: rejecting I/O 
to offline device
Jul  6 09:15:41 fossie kernel: [  321.860191] sd 0:0:0:0: [sda] 
START_STOP FAILED
Jul  6 09:15:41 fossie kernel: [  321.860191] sd 0:0:0:0: [sda] 
START_STOP FAILED
Jul  6 09:15:41 fossie kernel: [  321.860197] sd 0:0:0:0: [sda] Result: 
hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
Jul  6 09:15:41 fossie kernel: [  321.860197] sd 0:0:0:0: [sda] Result: 
hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
Jul  6 09:15:41 fossie kernel: [  321.860211] PM: Device 0:0:0:0 failed 
to resume: error 65536
Jul  6 09:15:41 fossie kernel: [  322.035083] ata1.00: ATA-8: WDC 
WD1600BEVE-00WZT0, 01.01A01, max UDMA/100
Jul  6 09:15:41 fossie kernel: [  322.035083] ata1.00: ATA-8: WDC 
WD1600BEVE-00WZT0, 01.01A01, max UDMA/100
Jul  6 09:15:41 fossie kernel: [  322.035093] ata1.00: 312581808 
sectors, multi 0: LBA48
Jul  6 09:15:41 fossie kernel: [  322.035093] ata1.00: 312581808 
sectors, multi 0: LBA48
Jul  6 09:15:41 fossie kernel: [  322.048775] ata1.00: configured for 
UDMA/100
Jul  6 09:15:41 fossie kernel: [  322.048775] ata1.00: configured for 
UDMA/100
Jul  6 09:15:41 fossie kernel: [  322.048801] ata1.00: detaching (SCSI 
0:0:0:0)
Jul  6 09:15:41 fossie kernel: [  322.048801] ata1.00: detaching (SCSI 
0:0:0:0)
Jul  6 09:15:41 fossie kernel: [  322.049377] Aborting journal on device 
sda3.
Jul  6 09:15:41 fossie kernel: [  322.049417] journal commit I/O error
Jul  6 09:15:41 fossie kernel: [  322.112839] sd 0:0:0:0: [sda] 
Synchronizing SCSI cache
Jul  6 09:15:41 fossie kernel: [  322.112839] sd 0:0:0:0: [sda] 
Synchronizing SCSI cache
Jul  6 09:15:41 fossie kernel: [  322.113151] sd 0:0:0:0: [sda] Stopping 
disk
Jul  6 09:15:41 fossie kernel: [  322.113151] sd 0:0:0:0: [sda] Stopping 
disk
Jul  6 09:15:41 fossie kernel: [  322.168091] usb 2-2: reset low speed 
USB device using uhci_hcd and address 2
Jul  6 09:15:41 fossie kernel: [  322.168091] usb 2-2: reset low speed 
USB device using uhci_hcd and address 2
Jul  6 09:15:41 fossie kernel: [  322.492648] scsi 0:0:0:0: 
Direct-Access     ATA      WDC WD1600BEVE-0 01.0 PQ: 0 ANSI: 5
Jul  6 09:15:41 fossie kernel: [  322.492648] scsi 0:0:0:0: 
Direct-Access     ATA      WDC WD1600BEVE-0 01.0 PQ: 0 ANSI: 5
Jul  6 09:15:41 fossie kernel: [  322.493044] sd 0:0:0:0: Attached scsi 
generic sg0 type 0
Jul  6 09:15:41 fossie kernel: [  322.493044] sd 0:0:0:0: Attached scsi 
generic sg0 type 0
Jul  6 09:15:41 fossie kernel: [  322.493239] sd 0:0:0:0: [sdb] 
312581808 512-byte hardware sectors: (160 GB/149 GiB)
Jul  6 09:15:41 fossie kernel: [  322.493239] sd 0:0:0:0: [sdb] 
312581808 512-byte hardware sectors: (160 GB/149 GiB)
Jul  6 09:15:41 fossie kernel: [  322.493286] sd 0:0:0:0: [sdb] Write 
Protect is off
Jul  6 09:15:41 fossie kernel: [  322.493286] sd 0:0:0:0: [sdb] Write 
Protect is off
Jul  6 09:15:41 fossie kernel: [  322.493294] sd 0:0:0:0: [sdb] Mode 
Sense: 00 3a 00 00
Jul  6 09:15:41 fossie kernel: [  322.493294] sd 0:0:0:0: [sdb] Mode 
Sense: 00 3a 00 00
Jul  6 09:15:41 fossie kernel: [  322.493368] sd 0:0:0:0: [sdb] Write 
cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul  6 09:15:41 fossie kernel: [  322.493368] sd 0:0:0:0: [sdb] Write 
cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul  6 09:15:41 fossie kernel: [  322.493632]  sdb:<6>usb 4-2: reset 
full speed USB device using uhci_hcd and address 2
Jul  6 09:15:41 fossie kernel: [  322.493632]  sdb:<6>usb 4-2: reset 
full speed USB device using uhci_hcd and address 2
Jul  6 09:15:41 fossie kernel: [  322.989283] btusb 4-2:1.0: no 
reset_resume for driver btusb?
Jul  6 09:15:41 fossie kernel: [  322.989283] btusb 4-2:1.0: no 
reset_resume for driver btusb?
Jul  6 09:15:41 fossie kernel: [  322.989291] btusb 4-2:1.1: no 
reset_resume for driver btusb?
Jul  6 09:15:41 fossie kernel: [  322.989291] btusb 4-2:1.1: no 
reset_resume for driver btusb?
Jul  6 09:15:41 fossie kernel: [  323.240598] PM: resume devices took 
8.728 seconds
Jul  6 09:15:41 fossie kernel: [  323.240598] PM: resume devices took 
8.728 seconds
Jul  6 09:15:41 fossie kernel: [  323.240604] ------------[ cut here 
]------------
Jul  6 09:15:41 fossie kernel: [  323.240604] ------------[ cut here 
]------------
Jul  6 09:15:41 fossie kernel: [  323.240622] WARNING: at 
/home/kernel-ppa/mainline/build/kernel/power/main.c:176 
suspend_test_finish+0x83/0x90()
Jul  6 09:15:41 fossie kernel: [  323.240622] WARNING: at 
/home/kernel-ppa/mainline/build/kernel/power/main.c:176 
suspend_test_finish+0x83/0x90()
Jul  6 09:15:41 fossie kernel: [  323.240630] Hardware name: HP Tablet 
PC Tx1100
Jul  6 09:15:41 fossie kernel: [  323.240630] Hardware name: HP Tablet 
PC Tx1100
Jul  6 09:15:41 fossie kernel: [  323.240635] Component: resume devices
Jul  6 09:15:41 fossie kernel: [  323.240635] Component: resume devices
Jul  6 09:15:41 fossie kernel: [  323.240639] Modules linked in: 
michael_mic arc4 ecb lib80211_crypt_tkip aes_i586 aes_generic 
lib80211_crypt_ccmp binfmt_misc ppdev bridge stp bnep lp parport 
snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm_oss snd_mixer_oss snd_pcm 
snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi snd_seq_midi_event 
snd_seq snd_timer snd_seq_device pcmcia ipw2100 snd soundcore libipw 
pcspkr irda lib80211 yenta_socket rsrc_nonstatic pcmcia_core video 
snd_page_alloc iTCO_wdt iTCO_vendor_support output crc_ccitt intel_agp 
agpgart shpchp btusb usbhid b44 ssb mii
Jul  6 09:15:41 fossie kernel: [  323.240639] Modules linked in: 
michael_mic arc4 ecb lib80211_crypt_tkip aes_i586 aes_generic 
lib80211_crypt_ccmp binfmt_misc ppdev bridge stp bnep lp parport 
snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm_oss snd_mixer_oss snd_pcm 
snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi snd_seq_midi_event 
snd_seq snd_timer snd_seq_device pcmcia ipw2100 snd soundcore libipw 
pcspkr irda lib80211 yenta_socket rsrc_nonstatic pcmcia_core video 
snd_page_alloc iTCO_wdt iTCO_vendor_support output crc_ccitt intel_agp 
agpgart shpchp btusb usbhid b44 ssb mii
Jul  6 09:15:41 fossie kernel: [  323.240740] Pid: 3593, comm: s2ram 
Tainted: G        W  2.6.30-020630-generic #020630
Jul  6 09:15:41 fossie kernel: [  323.240740] Pid: 3593, comm: s2ram 
Tainted: G        W  2.6.30-020630-generic #020630
Jul  6 09:15:41 fossie kernel: [  323.240746] Call Trace:
Jul  6 09:15:41 fossie kernel: [  323.240746] Call Trace:
Jul  6 09:15:41 fossie kernel: [  323.240758]  [<c0166a43>] ? 
suspend_test_finish+0x83/0x90
Jul  6 09:15:41 fossie kernel: [  323.240758]  [<c0166a43>] ? 
suspend_test_finish+0x83/0x90
Jul  6 09:15:41 fossie kernel: [  323.240767]  [<c0166a43>] ? 
suspend_test_finish+0x83/0x90
Jul  6 09:15:41 fossie kernel: [  323.240767]  [<c0166a43>] ? 
suspend_test_finish+0x83/0x90
Jul  6 09:15:41 fossie kernel: [  323.240784]  [<c013b7fc>] 
warn_slowpath_common+0x7c/0xa0
Jul  6 09:15:41 fossie kernel: [  323.240784]  [<c013b7fc>] 
warn_slowpath_common+0x7c/0xa0
Jul  6 09:15:41 fossie kernel: [  323.240794]  [<c0166a43>] ? 
suspend_test_finish+0x83/0x90
Jul  6 09:15:41 fossie kernel: [  323.240794]  [<c0166a43>] ? 
suspend_test_finish+0x83/0x90
Jul  6 09:15:41 fossie kernel: [  323.240804]  [<c013b866>] 
warn_slowpath_fmt+0x26/0x30
Jul  6 09:15:41 fossie kernel: [  323.240804]  [<c013b866>] 
warn_slowpath_fmt+0x26/0x30
Jul  6 09:15:41 fossie kernel: [  323.240814]  [<c0166a43>] 
suspend_test_finish+0x83/0x90
Jul  6 09:15:41 fossie kernel: [  323.240814]  [<c0166a43>] 
suspend_test_finish+0x83/0x90
Jul  6 09:15:41 fossie kernel: [  323.240824]  [<c0166adf>] 
suspend_devices_and_enter+0x8f/0xc0
Jul  6 09:15:41 fossie kernel: [  323.240824]  [<c0166adf>] 
suspend_devices_and_enter+0x8f/0xc0
Jul  6 09:15:41 fossie kernel: [  323.240834]  [<c0166d43>] 
enter_state+0xc3/0xe0
Jul  6 09:15:41 fossie kernel: [  323.240834]  [<c0166d43>] 
enter_state+0xc3/0xe0
Jul  6 09:15:41 fossie kernel: [  323.240844]  [<c0166df1>] 
state_store+0x91/0xd0
Jul  6 09:15:41 fossie kernel: [  323.240844]  [<c0166df1>] 
state_store+0x91/0xd0
Jul  6 09:15:41 fossie kernel: [  323.240853]  [<c0166d60>] ? 
state_store+0x0/0xd0
Jul  6 09:15:41 fossie kernel: [  323.240853]  [<c0166d60>] ? 
state_store+0x0/0xd0
Jul  6 09:15:41 fossie kernel: [  323.240866]  [<c02cca34>] 
kobj_attr_store+0x24/0x30
Jul  6 09:15:41 fossie kernel: [  323.240866]  [<c02cca34>] 
kobj_attr_store+0x24/0x30
Jul  6 09:15:41 fossie kernel: [  323.240879]  [<c021358b>] 
flush_write_buffer+0x4b/0x70
Jul  6 09:15:41 fossie kernel: [  323.240879]  [<c021358b>] 
flush_write_buffer+0x4b/0x70
Jul  6 09:15:41 fossie kernel: [  323.240891]  [<c0213672>] 
sysfs_write_file+0x42/0x70
Jul  6 09:15:41 fossie kernel: [  323.240891]  [<c0213672>] 
sysfs_write_file+0x42/0x70
Jul  6 09:15:41 fossie kernel: [  323.240905]  [<c01c7ec6>] 
vfs_write+0x96/0x160
Jul  6 09:15:41 fossie kernel: [  323.240905]  [<c01c7ec6>] 
vfs_write+0x96/0x160
Jul  6 09:15:41 fossie kernel: [  323.240916]  [<c0213630>] ? 
sysfs_write_file+0x0/0x70
Jul  6 09:15:41 fossie kernel: [  323.240916]  [<c0213630>] ? 
sysfs_write_file+0x0/0x70
Jul  6 09:15:41 fossie kernel: [  323.240926]  [<c01c804d>] 
sys_write+0x3d/0x70
Jul  6 09:15:41 fossie kernel: [  323.240926]  [<c01c804d>] 
sys_write+0x3d/0x70
Jul  6 09:15:41 fossie kernel: [  323.240938]  [<c0102ebc>] 
sysenter_do_call+0x12/0x28
Jul  6 09:15:41 fossie kernel: [  323.240938]  [<c0102ebc>] 
sysenter_do_call+0x12/0x28
Jul  6 09:15:41 fossie kernel: [  323.240946] ---[ end trace 
888c80804185d327 ]---
Jul  6 09:15:41 fossie kernel: [  323.240946] ---[ end trace 
888c80804185d327 ]---
Jul  6 09:15:41 fossie kernel: [  323.241612] PM: Finishing wakeup.
Jul  6 09:15:41 fossie kernel: [  323.241612] PM: Finishing wakeup.
Jul  6 09:15:41 fossie kernel: [  323.241618] Restarting tasks ... 
<2>EXT3-fs error (device sda3): ext3_find_entry: reading directory 
#417793 offset 0
Jul  6 09:15:41 fossie kernel: [  323.241618] Restarting tasks ... 
<2>EXT3-fs error (device sda3): ext3_find_entry: reading directory 
#417793 offset 0
Jul  6 09:15:41 fossie kernel: [  323.245766] Remounting filesystem 
read-only
Jul  6 09:15:41 fossie kernel: [  323.262583] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1025639 offset 0
Jul  6 09:15:41 fossie kernel: [  323.263841] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #16399 offset 0
Jul  6 09:15:41 fossie kernel: [  323.264256] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #16399 offset 0
Jul  6 09:15:41 fossie kernel: [  323.368157] done.
Jul  6 09:15:41 fossie kernel: [  323.368157] done.
Jul  6 09:15:41 fossie kernel: [  323.395046] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #229397 offset 0
Jul  6 09:15:41 fossie kernel: [  323.420779] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1025639 offset 0
Jul  6 09:15:41 fossie kernel: [  323.421194] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1025639 offset 0
Jul  6 09:15:41 fossie kernel: [  323.421426] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #868353 offset 0
Jul  6 09:15:41 fossie kernel: [  323.421963] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1064961 offset 0
Jul  6 09:15:41 fossie kernel: [  323.422200] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #417793 offset 0
Jul  6 09:15:41 fossie kernel: [  323.422399] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #868353 offset 0
Jul  6 09:15:41 fossie kernel: [  323.435365] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #2 offset 0
Jul  6 09:15:41 fossie kernel: [  323.479387] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1064961 offset 0
Jul  6 09:15:41 fossie kernel: [  323.484110]  sdb1 sdb2 sdb3
Jul  6 09:15:41 fossie kernel: [  323.484110]  sdb1 sdb2 sdb3
Jul  6 09:15:41 fossie kernel: [  323.499741] sd 0:0:0:0: [sdb] Attached 
SCSI disk
Jul  6 09:15:41 fossie kernel: [  323.499741] sd 0:0:0:0: [sdb] Attached 
SCSI disk
Jul  6 09:15:41 fossie kernel: [  323.613764] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #565249 offset 0
Jul  6 09:15:41 fossie kernel: [  323.680052] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1025639 offset 0
Jul  6 09:15:41 fossie kernel: [  323.695533] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #885877 offset 0
Jul  6 09:15:41 fossie kernel: [  323.695751] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #885877 offset 0
Jul  6 09:15:41 fossie kernel: [  323.781533] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1025639 offset 0
Jul  6 09:15:41 fossie kernel: [  323.942261] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1025639 offset 0
Jul  6 09:15:41 fossie kernel: [  324.160064] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1025639 offset 0
Jul  6 09:15:41 fossie kernel: [  324.160532] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #868353 offset 0
Jul  6 09:15:41 fossie kernel: [  324.162652] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #893923 offset 0
Jul  6 09:15:41 fossie kernel: [  324.209018] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #229410 offset 0
Jul  6 09:15:41 fossie kernel: [  324.209728] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #229639 offset 0
Jul  6 09:15:42 fossie kernel: [  324.444147] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #885877 offset 0
Jul  6 09:15:42 fossie kernel: [  324.800771] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #868353 offset 0
Jul  6 09:15:42 fossie kernel: [  325.241180] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #229377 offset 0
Jul  6 09:15:42 fossie kernel: [  325.247216] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #2 offset 0
Jul  6 09:15:43 fossie NetworkManager: <info>  (eth0): carrier now ON 
(device state 2)
Jul  6 09:15:43 fossie NetworkManager: <info>  (eth0): device state 
change: 2 -> 3
Jul  6 09:15:43 fossie NetworkManager: <info>  Activation (eth0) 
starting connection 'Auto eth0'
Jul  6 09:15:43 fossie kernel: [  326.000211] b44: eth0: Link is up at 
100 Mbps, full duplex.
Jul  6 09:15:43 fossie kernel: [  326.000211] b44: eth0: Link is up at 
100 Mbps, full duplex.
Jul  6 09:15:43 fossie kernel: [  326.000222] b44: eth0: Flow control is 
off for TX and off for RX.
Jul  6 09:15:43 fossie kernel: [  326.000222] b44: eth0: Flow control is 
off for TX and off for RX.
Jul  6 09:15:43 fossie NetworkManager: <info>  (eth0): device state 
change: 3 -> 4
Jul  6 09:15:43 fossie NetworkManager: <info>  Activation (eth0) Stage 1 
of 5 (Device Prepare) scheduled...
Jul  6 09:15:43 fossie NetworkManager: <info>  Activation (eth0) Stage 1 
of 5 (Device Prepare) started...
Jul  6 09:15:43 fossie NetworkManager: <info>  Activation (eth0) Stage 2 
of 5 (Device Configure) scheduled...
Jul  6 09:15:43 fossie NetworkManager: <info>  Activation (eth0) Stage 1 
of 5 (Device Prepare) complete.
Jul  6 09:15:43 fossie NetworkManager: <info>  Activation (eth0) Stage 2 
of 5 (Device Configure) starting...
Jul  6 09:15:43 fossie NetworkManager: <info>  (eth0): device state 
change: 4 -> 5
Jul  6 09:15:43 fossie NetworkManager: <info>  Activation (eth0) Stage 2 
of 5 (Device Configure) successful.
Jul  6 09:15:43 fossie NetworkManager: <info>  Activation (eth0) Stage 3 
of 5 (IP Configure Start) scheduled.
Jul  6 09:15:43 fossie NetworkManager: <info>  Activation (eth0) Stage 2 
of 5 (Device Configure) complete.
Jul  6 09:15:43 fossie NetworkManager: <info>  Activation (eth0) Stage 3 
of 5 (IP Configure Start) started...
Jul  6 09:15:43 fossie NetworkManager: <info>  (eth0): device state 
change: 5 -> 7
Jul  6 09:15:43 fossie NetworkManager: <info>  Activation (eth0) 
Beginning DHCP transaction.
Jul  6 09:15:43 fossie NetworkManager: <WARN>  nm_dhcp_client_start(): 
/sbin/dhclient does not exist.
Jul  6 09:15:43 fossie NetworkManager: <info>  (eth0): device state 
change: 7 -> 9
Jul  6 09:15:43 fossie kernel: [  326.014853] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1064961 offset 0
Jul  6 09:15:43 fossie NetworkManager: <info>  Marking connection 'Auto 
eth0' invalid.
Jul  6 09:15:43 fossie NetworkManager: <info>  Activation (eth0) failed.
Jul  6 09:15:43 fossie NetworkManager: <info>  Activation (eth0) Stage 3 
of 5 (IP Configure Start) complete.
Jul  6 09:15:43 fossie NetworkManager: <info>  (eth0): device state 
change: 9 -> 3
Jul  6 09:15:43 fossie NetworkManager: <info>  (eth0): deactivating 
device (reason: 0).
Jul  6 09:15:43 fossie NetworkManager: <WARN>  
nm_named_manager_add_ip4_config(): Could not commit DNS changes.  Error: 
'Could not open /etc/resolv.conf.tmp: Read-only file system '
Jul  6 09:15:43 fossie NetworkManager: <info>  Policy set 'Auto 
FRITZ!Box Fon WLAN 7270' (eth1) as default for routing and DNS.
Jul  6 09:15:43 fossie kernel: [  326.131326] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1025639 offset 0
Jul  6 09:15:43 fossie kernel: [  326.131571] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1000010 offset 0
Jul  6 09:15:43 fossie kernel: [  326.131809] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #958510 offset 0
Jul  6 09:15:43 fossie kernel: [  326.133875] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #958510 offset 0
Jul  6 09:15:43 fossie kernel: [  326.134123] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1000010 offset 0
Jul  6 09:15:43 fossie kernel: [  326.134335] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1000010 offset 0
Jul  6 09:15:43 fossie kernel: [  326.134545] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1000010 offset 0
Jul  6 09:15:43 fossie kernel: [  326.134755] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1000010 offset 0
Jul  6 09:15:43 fossie kernel: [  326.134965] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1000010 offset 0
Jul  6 09:15:43 fossie kernel: [  326.135176] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1000010 offset 0
Jul  6 09:15:43 fossie kernel: [  326.135386] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1000010 offset 0
Jul  6 09:15:43 fossie kernel: [  326.135604] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1000010 offset 0
Jul  6 09:15:43 fossie kernel: [  326.135814] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1000010 offset 0
Jul  6 09:15:43 fossie kernel: [  326.140663] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1000010 offset 0
Jul  6 09:15:44 fossie kernel: [  327.131421] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1025639 offset 0
Jul  6 09:15:45 fossie kernel: [  328.131298] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #229673 offset 0
Jul  6 09:15:45 fossie kernel: [  328.131633] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #229406 offset 0
Jul  6 09:15:45 fossie kernel: [  328.131982] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #229665 offset 0
Jul  6 09:15:45 fossie kernel: [  328.133980] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1025639 offset 0
Jul  6 09:15:45 fossie kernel: [  328.134256] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1025639 offset 0
Jul  6 09:15:45 fossie kernel: [  328.139490] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1025639 offset 0
Jul  6 09:15:45 fossie kernel: [  328.140065] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #229377 offset 0
Jul  6 09:15:45 fossie kernel: [  328.140468] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #229624 offset 0
Jul  6 09:15:50 fossie console-kit-daemon[2286]: WARNING: Unable to open 
directory /etc/ConsoleKit/run-session.d: Error opening directory 
'/etc/ConsoleKit/run-session.d': No such file or directory
Jul  6 09:15:50 fossie acpid: client connected from 2495[0:0]
Jul  6 09:15:50 fossie console-kit-daemon[2286]: WARNING: Unable to open 
directory /usr/lib/ConsoleKit/run-session.d: Error opening directory 
'/usr/lib/ConsoleKit/run-session.d': No such file or directory
Jul  6 09:15:50 fossie console-kit-daemon[2286]: WARNING: Unable to open 
directory /etc/ConsoleKit/run-session.d: Error opening directory 
'/etc/ConsoleKit/run-session.d': No such file or directory
Jul  6 09:15:50 fossie console-kit-daemon[2286]: WARNING: Unable to open 
directory /usr/lib/ConsoleKit/run-session.d: Error opening directory 
'/usr/lib/ConsoleKit/run-session.d': No such file or directory
Jul  6 09:15:50 fossie console-kit-daemon[2286]: WARNING: Record was not 
written to disk (Read-only file system)
Jul  6 09:15:50 fossie kernel: [  332.863262] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1025639 offset 0
Jul  6 09:15:50 fossie kernel: [  332.863322] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1025639 offset 0
Jul  6 09:15:50 fossie NetworkManager: <info>  (eth1): supplicant 
connection state:  associated -> disconnected
Jul  6 09:15:50 fossie NetworkManager: <info>  (eth1): supplicant 
connection state:  disconnected -> scanning
Jul  6 09:15:51 fossie NetworkManager: <info>  (eth1): supplicant 
connection state:  scanning -> disconnected
Jul  6 09:15:51 fossie NetworkManager: <info>  (eth1): supplicant 
connection state:  disconnected -> associating
Jul  6 09:15:51 fossie NetworkManager: <info>  (eth1): supplicant 
connection state:  associating -> associated
Jul  6 09:15:52 fossie NetworkManager: <info>  (eth1): supplicant 
connection state:  associated -> 4-way handshake
Jul  6 09:15:52 fossie NetworkManager: <info>  (eth1): supplicant 
connection state:  4-way handshake -> group handshake
Jul  6 09:15:52 fossie NetworkManager: <info>  (eth1): supplicant 
connection state:  group handshake -> completed
Jul  6 09:15:56 fossie kernel: [  338.633851] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1025639 offset 0
Jul  6 09:16:04 fossie kernel: [  347.155882] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #958616 offset 0
Jul  6 09:16:04 fossie kernel: [  347.155944] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #958616 offset 0
Jul  6 09:16:04 fossie kernel: [  347.155989] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #958616 offset 0
Jul  6 09:16:04 fossie kernel: [  347.157931] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #958616 offset 0
Jul  6 09:16:04 fossie kernel: [  347.157981] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #958616 offset 0
Jul  6 09:16:04 fossie kernel: [  347.158041] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #1115826 offset 0
Jul  6 09:16:04 fossie kernel: [  347.158093] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #958617 offset 0
Jul  6 09:16:04 fossie kernel: [  347.158136] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #958617 offset 0
Jul  6 09:16:04 fossie kernel: [  347.158178] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #958617 offset 0
Jul  6 09:16:04 fossie kernel: [  347.158220] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #958617 offset 0
Jul  6 09:16:04 fossie kernel: [  347.158262] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #958617 offset 0
Jul  6 09:16:06 fossie /usr/sbin/cron[2696]: (CRON) STAT FAILED (crontabs)
Jul  6 09:16:06 fossie kernel: [  348.721682] EXT3-fs error (device 
sda3): ext3_find_entry: reading directory #247074 offset 0
Jul  6 09:23:06 fossie NetworkManager: <info>  (eth1): supplicant 
connection state:  completed -> group handshake
Jul  6 09:23:06 fossie NetworkManager: <info>  (eth1): supplicant 
connection state:  group handshake -> completed



[-- Attachment #2: christof.vcf --]
[-- Type: text/x-vcard, Size: 278 bytes --]

begin:vcard
fn:Christof Warlich
n:Warlich;Christof
org:Warlich Consulting
adr:;;Am Haselhang 7;Hilpoltstein;Bayern;91161;Deutschland
email;internet:christof@warlich.name
tel;work:09174/492914
tel;home:09174/492914
x-mozilla-html:TRUE
url:www.warlich.name
version:2.1
end:vcard


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

* Re: "EXT3-fs error" after resume from s2ram
  2009-07-06  9:51           ` Christof Warlich
@ 2009-07-07  0:13             ` Robert Hancock
  2009-07-07  7:04               ` Christof Warlich
  0 siblings, 1 reply; 21+ messages in thread
From: Robert Hancock @ 2009-07-07  0:13 UTC (permalink / raw)
  To: Christof Warlich; +Cc: linux-kernel, ide

(ccing linux-ide)

On 07/06/2009 03:51 AM, Christof Warlich wrote:
> Robert Hancock schrieb:
>> There should definitely be some libata messages from the
>> suspend/resume process, they might not end up in that file though. You
>> might want to try changing the console loglevel before suspend so that
>> all kernel messages get displayed..
>
> Ok, I got the suspend / resume process logged quite complete now, it
> took me some time though to save the data due to the inaccessibility of
> the root filesystem after resume. But (a modified version of) netcat
> finally was my friend :-).
>
> So below you'll find all messages from "kern.*" between the point when
> calling "s2ram -f -p" up to the point when the system is back. The
> requested libata messages are included. Please let me know if any
> additional data would help.
> Jul 6 09:15:40 fossie kernel: [ 314.072707] WARNING: at
> /home/kernel-ppa/mainline/build/kernel/smp.c:289
> smp_call_function_single+0xa9/0x100()
> Jul 6 09:15:40 fossie kernel: [ 314.072707] WARNING: at
> /home/kernel-ppa/mainline/build/kernel/smp.c:289
> smp_call_function_single+0xa9/0x100()

This WARN should likely be looked at by someone, but it doesn't seem to 
be the main culprit.

> Jul 6 09:15:41 fossie kernel: [ 316.648468] ata1.00: ACPI cmd
> ef/03:0c:00:00:00:a0 filtered out
> Jul 6 09:15:41 fossie kernel: [ 316.648468] ata1.00: ACPI cmd
> ef/03:0c:00:00:00:a0 filtered out
> Jul 6 09:15:41 fossie kernel: [ 316.648480] ata1.00: ACPI cmd
> ef/03:45:00:00:00:a0 filtered out
> Jul 6 09:15:41 fossie kernel: [ 316.648480] ata1.00: ACPI cmd
> ef/03:45:00:00:00:a0 filtered out
> Jul 6 09:15:41 fossie kernel: [ 316.659047] ata1.00: n_sectors mismatch
> 268435456 != 312581808
> Jul 6 09:15:41 fossie kernel: [ 316.659047] ata1.00: n_sectors mismatch
> 268435456 != 312581808
> Jul 6 09:15:41 fossie kernel: [ 316.659054] ata1.00: revalidation failed
> (errno=-19)

This is why the hard disk failed to resume, somehow the drive shows a 
capacity of 149GB after resume but only 128GB before. What's the actual 
capacity of the drive? I suspect the drive has a host protected area on 
it, and somehow the HPA isn't showing up after we resume.

Can you post the dmesg log from normal bootup?

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

* Re: "EXT3-fs error" after resume from s2ram
  2009-07-07  0:13             ` Robert Hancock
@ 2009-07-07  7:04               ` Christof Warlich
  2009-07-07  9:13                 ` Christof Warlich
  0 siblings, 1 reply; 21+ messages in thread
From: Christof Warlich @ 2009-07-07  7:04 UTC (permalink / raw)
  To: Robert Hancock; +Cc: linux-kernel, ide

Robert Hancock schrieb:
> On 07/06/2009 03:51 AM, Christof Warlich wrote:
>> Jul 6 09:15:41 fossie kernel: [ 316.648468] ata1.00: ACPI cmd
>> ef/03:0c:00:00:00:a0 filtered out
>> Jul 6 09:15:41 fossie kernel: [ 316.648468] ata1.00: ACPI cmd
>> ef/03:0c:00:00:00:a0 filtered out
>> Jul 6 09:15:41 fossie kernel: [ 316.648480] ata1.00: ACPI cmd
>> ef/03:45:00:00:00:a0 filtered out
>> Jul 6 09:15:41 fossie kernel: [ 316.648480] ata1.00: ACPI cmd
>> ef/03:45:00:00:00:a0 filtered out
>> Jul 6 09:15:41 fossie kernel: [ 316.659047] ata1.00: n_sectors mismatch
>> 268435456 != 312581808
>> Jul 6 09:15:41 fossie kernel: [ 316.659047] ata1.00: n_sectors mismatch
>> 268435456 != 312581808
>> Jul 6 09:15:41 fossie kernel: [ 316.659054] ata1.00: revalidation failed
>> (errno=-19)
>
> This is why the hard disk failed to resume, somehow the drive shows a 
> capacity of 149GB after resume but only 128GB before. What's the 
> actual capacity of the drive? I suspect the drive has a host protected 
> area on it, and somehow the HPA isn't showing up after we resume.
>
> Can you post the dmesg log from normal bootup?

Ah - thanks a lot for this very valuable insight! My harddrive is a WDC 
WD 1600BEVE-00WZ0-(PM) with 149GiB, (or 160GB), but the TC1100's BIOS is 
known to only support 128GiB. And fdisk also only shows just this amount 
(i.e. 137.4GB), so I'm not using any disk space beyond  the 128GiB boundary.

Below you'll find the complete output from dmesg, but the interesting 
lines are probably:

[    1.470162] ata1.00: HPA detected: current 268435456, native 312581808
[    1.470237] ata1.00: ATA-8: WDC WD1600BEVE-00WZT0, 01.01A01, max UDMA/100
[    1.470308] ata1.00: 268435456 sectors, multi 16: LBA48
[    1.484948] ata1.00: configured for UDMA/100
[    1.485216] scsi 0:0:0:0: Direct-Access     ATA      WDC WD1600BEVE-0 
01.0 PQ: 0 ANSI: 5
[    1.485487] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.485651] sd 0:0:0:0: [sda] 268435456 512-byte hardware sectors: 
(137 GB/128 GiB)

Do you think I can fix the issue and circumvent the BIOS by passing the 
real geomerty of the drive as kernel boot parameters? This may also have 
the nice side effect that I could utilize the full capacity of the 
drive. I'll definitly do some experiments in this direction and let you 
know immediately if I succeed. Please let me know if this may be a waste 
of time or if you know an appropriate fix.

Regards,

Christof

christof@fossie:~$ dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.30-020630-generic (root@zinc) (gcc 
version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #020630 SMP Wed Jun 10 09:45:40 
UTC 2009
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000005ff70000 (usable)
[    0.000000]  BIOS-e820: 000000005ff70000 - 000000005ff7c000 (ACPI data)
[    0.000000]  BIOS-e820: 000000005ff7c000 - 000000005ff80000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000005ff80000 - 0000000060000000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
[    0.000000]  BIOS-e820: 00000000fffff000 - 0000000100000000 (reserved)
[    0.000000] DMI present.
[    0.000000] last_pfn = 0x5ff70 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-E3FFF uncachable
[    0.000000]   E4000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FC0000000 write-back
[    0.000000]   1 base 040000000 mask FE0000000 write-back
[    0.000000]   2 base 05FF80000 mask FFFF80000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] e820 update range: 0000000000002000 - 0000000000006000 
(usable) ==> (reserved)
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 0000000000002000 (usable)
[    0.000000]  modified: 0000000000002000 - 0000000000006000 (reserved)
[    0.000000]  modified: 0000000000006000 - 000000000009f800 (usable)
[    0.000000]  modified: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000dc000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 000000005ff70000 (usable)
[    0.000000]  modified: 000000005ff70000 - 000000005ff7c000 (ACPI data)
[    0.000000]  modified: 000000005ff7c000 - 000000005ff80000 (ACPI NVS)
[    0.000000]  modified: 000000005ff80000 - 0000000060000000 (reserved)
[    0.000000]  modified: 00000000ff800000 - 00000000ffc00000 (reserved)
[    0.000000]  modified: 00000000fffff000 - 0000000100000000 (reserved)
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037400000 page 2M
[    0.000000]  0037400000 - 00377fe000 page 4k
[    0.000000] kernel direct mapping tables up to 377fe000 @ 7000-c000
[    0.000000] RAMDISK: 37873000 - 37fef743
[    0.000000] Allocated new RAMDISK: 00838000 - 00fb4743
[    0.000000] Move RAMDISK from 0000000037873000 - 0000000037fef742 to 
00838000 - 00fb4742
[    0.000000] ACPI: RSDP 000f6500 00014 (v00 PTLTD )
[    0.000000] ACPI: RSDT 5ff77a1d 00030 (v01 PTLTD    RSDT   06040000  
LTP 00000000)
[    0.000000] ACPI: FACP 5ff7bed2 00074 (v01 HP     08B0     06040000 
PTL  00000050)
[    0.000000] ACPI: DSDT 5ff77e73 0405F (v01 HP     08B0     06040000 
MSFT 0100000E)
[    0.000000] ACPI: FACS 5ff7cfc0 00040
[    0.000000] ACPI: BOOT 5ff7bfd8 00028 (v01 PTLTD  $SBFTBL$ 06040000  
LTP 00000001)
[    0.000000] ACPI: SSDT 5ff77a4d 0020E (v01  INTEL  EISTRef 00002000 
INTL 20021002)
[    0.000000] 647MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000]   node 0 low ram: 00000000 - 377fe000
[    0.000000]   node 0 bootmap 00008000 - 0000ef00
[    0.000000] (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> 
[0000000000 - 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> 
[0000001000 - 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> 
[0000006000 - 0000007000]
[    0.000000]   #3 [0000100000 - 0000833454]    TEXT DATA BSS ==> 
[0000100000 - 0000833454]
[    0.000000]   #4 [000009f800 - 0000100000]    BIOS reserved ==> 
[000009f800 - 0000100000]
[    0.000000]   #5 [0000834000 - 00008370f3]              BRK ==> 
[0000834000 - 00008370f3]
[    0.000000]   #6 [0000007000 - 0000008000]          PGTABLE ==> 
[0000007000 - 0000008000]
[    0.000000]   #7 [0000838000 - 0000fb4743]      NEW RAMDISK ==> 
[0000838000 - 0000fb4743]
[    0.000000]   #8 [0000008000 - 000000f000]          BOOTMAP ==> 
[0000008000 - 000000f000]
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000377fe
[    0.000000]   HighMem  0x000377fe -> 0x0005ff70
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x00000002
[    0.000000]     0: 0x00000006 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0005ff70
[    0.000000] On node 0 totalpages: 392971
[    0.000000] free_area_init_node: node 0, pgdat c06ee2c0, node_mem_map 
c1000000
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3963 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 221486 pages, LIFO batch:31
[    0.000000]   HighMem zone: 1295 pages used for memmap
[    0.000000]   HighMem zone: 164451 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] Local APIC disabled by BIOS -- you can enable it with "lapic"
[    0.000000] nr_irqs_gsi: 16
[    0.000000] PM: Registered nosave memory: 0000000000002000 - 
0000000000006000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 
00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 
00000000000dc000
[    0.000000] PM: Registered nosave memory: 00000000000dc000 - 
0000000000100000
[    0.000000] Allocating PCI resources starting at 70000000 (gap: 
60000000:9f800000)
[    0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages at c1c09000, static data 25884 
bytes
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  
Total pages: 389900
[    0.000000] Kernel command line: 
root=UUID=0cd94059-4d36-4b42-9c42-9ccf70206ce6 ro vga=ext
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] NR_IRQS:512
[    0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 996.664 MHz processor.
[    0.004000] Console: colour VGA+ 80x50
[    0.004000] console [tty0] enabled
[    0.004000] Dentry cache hash table entries: 131072 (order: 7, 524288 
bytes)
[    0.004000] Inode-cache hash table entries: 65536 (order: 6, 262144 
bytes)
[    0.004000] allocated 7861440 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Initializing HighMem for node 0 (000377fe:0005ff70)
[    0.004000] Memory: 1535104k/1572288k available (4179k kernel code, 
35940k reserved, 2004k data, 528k init, 662984k highmem)
[    0.004000] virtual kernel memory layout:
[    0.004000]     fixmap  : 0xfff4d000 - 0xfffff000   ( 712 kB)
[    0.004000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.004000]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
[    0.004000]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
[    0.004000]       .init : 0xc0714000 - 0xc0798000   ( 528 kB)
[    0.004000]       .data : 0xc0514e40 - 0xc0709ee8   (2004 kB)
[    0.004000]       .text : 0xc0100000 - 0xc0514e40   (4179 kB)
[    0.004000] Checking if this processor honours the WP bit even in 
supervisor mode...Ok.
[    0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, 
CPUs=1, Nodes=1
[    0.004022] Calibrating delay loop (skipped), value calculated using 
timer frequency.. 1993.32 BogoMIPS (lpj=3986656)
[    0.004207] Security Framework initialized
[    0.004285] SELinux:  Disabled at boot.
[    0.004360] Mount-cache hash table entries: 512
[    0.004722] Initializing cgroup subsys ns
[    0.004796] Initializing cgroup subsys cpuacct
[    0.004865] Initializing cgroup subsys memory
[    0.004939] Initializing cgroup subsys freezer
[    0.005033] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.005138] CPU: L2 cache: 1024K
[    0.005224] Checking 'hlt' instruction... OK.
[    0.021271] SMP alternatives: switching to UP code
[    0.033279] Freeing SMP alternatives: 28k freed
[    0.033362] ACPI: Core revision 20090320
[    0.043104] ACPI: setting ELCR to 0200 (from 0c00)
[    0.044112] weird, boot CPU (#0) not listed by the BIOS.
[    0.044180] SMP motherboard not detected.
[    0.044244] Local APIC not detected. Using dummy APIC emulation.
[    0.044310] SMP disabled
[    0.044628] Brought up 1 CPUs
[    0.044693] Total of 1 processors activated (1993.32 BogoMIPS).
[    0.044780] CPU0 attaching NULL sched-domain.
[    0.045179] net_namespace: 1056 bytes
[    0.045267] Booting paravirtualized kernel on bare hardware
[    0.045801] regulator: core version 0.5
[    0.045894] Time:  8:29:46  Date: 07/07/09
[    0.046051] NET: Registered protocol family 16
[    0.046350] EISA bus registered
[    0.046435] ACPI: bus type pci registered
[    0.047217] PCI: PCI BIOS revision 2.10 entry at 0xfd9c3, last bus=2
[    0.047285] PCI: Using configuration type 1 for base access
[    0.049667] bio: create slab <bio-0> at 0
[    0.050800] ACPI: EC: Look up EC in DSDT
[    0.055722] ACPI: EC: non-query interrupt received, switching to 
interrupt mode
[    0.064109] ACPI: Interpreter enabled
[    0.064181] ACPI: (supports S0 S3 S4 S5)
[    0.064428] ACPI: Using PIC for interrupt routing
[    0.072786] ACPI: EC: GPE = 0x1d, I/O: command/status = 0x66, data = 0x62
[    0.072857] ACPI: EC: driver started in interrupt mode
[    0.073036] ACPI: Power Resource [LRP0] (off)
[    0.073174] ACPI: Power Resource [LRP1] (off)
[    0.073312] ACPI: Power Resource [LRP2] (off)
[    0.073664] ACPI: No dock devices found.
[    0.073748] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.073890] pci 0000:00:00.0: reg 10 32bit mmio: [0xe2000000-0xe3ffffff]
[    0.074027] pci 0000:00:1d.0: reg 20 io port: [0x1800-0x181f]
[    0.074089] pci 0000:00:1d.1: reg 20 io port: [0x1820-0x183f]
[    0.074153] pci 0000:00:1d.2: reg 20 io port: [0x1840-0x185f]
[    0.074223] pci 0000:00:1d.7: reg 10 32bit mmio: [0xd0000000-0xd00003ff]
[    0.074288] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.074360] pci 0000:00:1d.7: PME# disabled
[    0.074520] pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH4 
ACPI/GPIO/TCO
[    0.074608] pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH4 
GPIO
[    0.074702] pci 0000:00:1f.1: reg 10 io port: [0x00-0x07]
[    0.074712] pci 0000:00:1f.1: reg 14 io port: [0x00-0x03]
[    0.074722] pci 0000:00:1f.1: reg 18 io port: [0x00-0x07]
[    0.074731] pci 0000:00:1f.1: reg 1c io port: [0x00-0x03]
[    0.074741] pci 0000:00:1f.1: reg 20 io port: [0x1860-0x186f]
[    0.074751] pci 0000:00:1f.1: reg 24 32bit mmio: [0x000000-0x0003ff]
[    0.074811] pci 0000:00:1f.3: reg 20 io port: [0x1880-0x189f]
[    0.074863] pci 0000:00:1f.5: reg 10 io port: [0x1c00-0x1cff]
[    0.074873] pci 0000:00:1f.5: reg 14 io port: [0x18c0-0x18ff]
[    0.074883] pci 0000:00:1f.5: reg 18 32bit mmio: [0xd0000c00-0xd0000dff]
[    0.074892] pci 0000:00:1f.5: reg 1c 32bit mmio: [0xd0000800-0xd00008ff]
[    0.074928] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
[    0.074997] pci 0000:00:1f.5: PME# disabled
[    0.075094] pci 0000:00:1f.6: reg 10 io port: [0x2400-0x24ff]
[    0.075104] pci 0000:00:1f.6: reg 14 io port: [0x2000-0x207f]
[    0.075147] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.075217] pci 0000:00:1f.6: PME# disabled
[    0.075324] pci 0000:01:00.0: reg 10 32bit mmio: [0xd8000000-0xd8ffffff]
[    0.075333] pci 0000:01:00.0: reg 14 32bit mmio: [0xf0000000-0xf3ffffff]
[    0.075342] pci 0000:01:00.0: reg 18 32bit mmio: [0xe8000000-0xe807ffff]
[    0.075361] pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
[    0.075423] pci 0000:00:01.0: bridge 32bit mmio: [0xd8000000-0xdfffffff]
[    0.075430] pci 0000:00:01.0: bridge 32bit mmio pref: 
[0xe8000000-0xf7ffffff]
[    0.075478] pci 0000:02:05.0: reg 10 32bit mmio: [0xe0002000-0xe0002fff]
[    0.075565] pci 0000:02:06.0: reg 10 32bit mmio: [0xe0003000-0xe0003fff]
[    0.075588] pci 0000:02:06.0: supports D1 D2
[    0.075593] pci 0000:02:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.075663] pci 0000:02:06.0: PME# disabled
[    0.075762] pci 0000:02:06.1: reg 10 32bit mmio: [0xe0004000-0xe0004fff]
[    0.075786] pci 0000:02:06.1: supports D1 D2
[    0.075790] pci 0000:02:06.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.075861] pci 0000:02:06.1: PME# disabled
[    0.075957] pci 0000:02:06.2: reg 10 io port: [0x4000-0x403f]
[    0.076056] pci 0000:02:07.0: reg 10 32bit mmio: [0xe0000000-0xe0001fff]
[    0.076087] pci 0000:02:07.0: reg 30 32bit mmio: [0x000000-0x003fff]
[    0.076108] pci 0000:02:07.0: supports D1 D2
[    0.076113] pci 0000:02:07.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.076183] pci 0000:02:07.0: PME# disabled
[    0.076282] pci 0000:00:1e.0: transparent bridge
[    0.076349] pci 0000:00:1e.0: bridge io port: [0x3000-0x4fff]
[    0.076357] pci 0000:00:1e.0: bridge 32bit mmio: [0xe0000000-0xe05fffff]
[    0.076407] pci_bus 0000:00: on NUMA node 0
[    0.076418] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.076697] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
[    0.076793] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    0.083826] ACPI: PCI Interrupt Link [LNKA] (IRQs *11)
[    0.084187] ACPI: PCI Interrupt Link [LNKB] (IRQs *10)
[    0.084546] ACPI: PCI Interrupt Link [LNKC] (IRQs 12) *11
[    0.084946] ACPI: PCI Interrupt Link [LNKD] (IRQs 15) *10
[    0.085343] ACPI: PCI Interrupt Link [LNKE] (IRQs 9 10 11 12 15) *0, 
disabled.
[    0.085951] ACPI: PCI Interrupt Link [LNKF] (IRQs 9 10 11 12 15) *0, 
disabled.
[    0.086562] ACPI: PCI Interrupt Link [LNKG] (IRQs 9 10 11 12 15) *0, 
disabled.
[    0.088237] ACPI: PCI Interrupt Link [LNKH] (IRQs 9 *10 11 12 15)
[    0.088879] SCSI subsystem initialized
[    0.089037] libata version 3.00 loaded.
[    0.089175] usbcore: registered new interface driver usbfs
[    0.089278] usbcore: registered new interface driver hub
[    0.089392] usbcore: registered new device driver usb
[    0.089719] ACPI: WMI: Mapper loaded
[    0.089783] PCI: Using ACPI for IRQ routing
[    0.090091] Bluetooth: Core ver 2.15
[    0.090208] NET: Registered protocol family 31
[    0.090272] Bluetooth: HCI device and connection manager initialized
[    0.090342] Bluetooth: HCI socket layer initialized
[    0.090407] NET: Registered protocol family 8
[    0.090472] NET: Registered protocol family 20
[    0.090581] NetLabel: Initializing
[    0.090643] NetLabel:  domain hash size = 128
[    0.090707] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.090793] NetLabel:  unlabeled traffic allowed by default
[    0.091021] pnp: PnP ACPI init
[    0.092010] ACPI: bus type pnp registered
[    0.096394] pnp: PnP ACPI: found 8 devices
[    0.096460] ACPI: ACPI bus type pnp unregistered
[    0.096527] PnPBIOS: Disabled by ACPI PNP
[    0.096608] system 00:04: ioport range 0x600-0x60f has been reserved
[    0.096677] system 00:04: ioport range 0x700-0x70f has been reserved
[    0.096747] system 00:04: ioport range 0x800-0x807 has been reserved
[    0.096816] system 00:04: ioport range 0x1000-0x107f has been reserved
[    0.096886] system 00:04: ioport range 0x1180-0x11bf has been reserved
[    0.096956] system 00:04: ioport range 0xfe00-0xfe7f has been reserved
[    0.097026] system 00:04: ioport range 0xfe80-0xfeff has been reserved
[    0.097097] system 00:04: iomem range 0xfebfe000-0xfebfefff has been 
reserved
[    0.097168] system 00:04: iomem range 0xfebff000-0xfebfffff has been 
reserved
[    0.097239] system 00:04: iomem range 0xfec00000-0xfec00fff has been 
reserved
[    0.132097] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    0.132166] pci 0000:00:01.0:   IO window: disabled
[    0.132235] pci 0000:00:01.0:   MEM window: 0xd8000000-0xdfffffff
[    0.132305] pci 0000:00:01.0:   PREFETCH window: 
0x000000e8000000-0x000000f7ffffff
[    0.132403] pci 0000:02:06.0: CardBus bridge, secondary bus 0000:03
[    0.132471] pci 0000:02:06.0:   IO window: 0x003000-0x0030ff
[    0.132540] pci 0000:02:06.0:   IO window: 0x003400-0x0034ff
[    0.132610] pci 0000:02:06.0:   PREFETCH window: 0x70000000-0x73ffffff
[    0.132681] pci 0000:02:06.0:   MEM window: 0x7c000000-0x7fffffff
[    0.132751] pci 0000:02:06.1: CardBus bridge, secondary bus 0000:07
[    0.132821] pci 0000:02:06.1:   IO window: 0x003800-0x0038ff
[    0.132890] pci 0000:02:06.1:   IO window: 0x003c00-0x003cff
[    0.132959] pci 0000:02:06.1:   PREFETCH window: 0x74000000-0x77ffffff
[    0.133030] pci 0000:02:06.1:   MEM window: 0x80000000-0x83ffffff
[    0.133101] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:02
[    0.133170] pci 0000:00:1e.0:   IO window: 0x3000-0x4fff
[    0.133240] pci 0000:00:1e.0:   MEM window: 0xe0000000-0xe05fffff
[    0.133310] pci 0000:00:1e.0:   PREFETCH window: 
0x00000070000000-0x00000079ffffff
[    0.133414] pci 0000:00:1e.0: setting latency timer to 64
[    0.133425] pci 0000:02:06.0: enabling device (0006 -> 0007)
[    0.133774] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[    0.133842] PCI: setting IRQ 11 as level-triggered
[    0.133851] pci 0000:02:06.0: PCI INT A -> Link[LNKA] -> GSI 11 
(level, low) -> IRQ 11
[    0.133946] pci 0000:02:06.1: enabling device (0006 -> 0007)
[    0.134280] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
[    0.134347] PCI: setting IRQ 10 as level-triggered
[    0.134355] pci 0000:02:06.1: PCI INT B -> Link[LNKB] -> GSI 10 
(level, low) -> IRQ 10
[    0.134447] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.134453] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[    0.134459] pci_bus 0000:01: resource 1 mem: [0xd8000000-0xdfffffff]
[    0.134464] pci_bus 0000:01: resource 2 pref mem [0xe8000000-0xf7ffffff]
[    0.134470] pci_bus 0000:02: resource 0 io:  [0x3000-0x4fff]
[    0.134475] pci_bus 0000:02: resource 1 mem: [0xe0000000-0xe05fffff]
[    0.134481] pci_bus 0000:02: resource 2 pref mem [0x70000000-0x79ffffff]
[    0.134486] pci_bus 0000:02: resource 3 io:  [0x00-0xffff]
[    0.134491] pci_bus 0000:02: resource 4 mem: [0x000000-0xffffffff]
[    0.134497] pci_bus 0000:03: resource 0 io:  [0x3000-0x30ff]
[    0.134503] pci_bus 0000:03: resource 1 io:  [0x3400-0x34ff]
[    0.134509] pci_bus 0000:03: resource 2 pref mem [0x70000000-0x73ffffff]
[    0.134516] pci_bus 0000:03: resource 3 mem: [0x7c000000-0x7fffffff]
[    0.134522] pci_bus 0000:07: resource 0 io:  [0x3800-0x38ff]
[    0.134528] pci_bus 0000:07: resource 1 io:  [0x3c00-0x3cff]
[    0.134535] pci_bus 0000:07: resource 2 pref mem [0x74000000-0x77ffffff]
[    0.134541] pci_bus 0000:07: resource 3 mem: [0x80000000-0x83ffffff]
[    0.134611] NET: Registered protocol family 2
[    0.134878] IP route cache hash table entries: 32768 (order: 5, 
131072 bytes)
[    0.135651] TCP established hash table entries: 131072 (order: 8, 
1048576 bytes)
[    0.137552] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.138755] TCP: Hash tables configured (established 131072 bind 65536)
[    0.138827] TCP reno registered
[    0.139113] NET: Registered protocol family 1
[    0.139326] Trying to unpack rootfs image as initramfs...
[    0.836575] Freeing initrd memory: 7665k freed
[    0.850717] Simple Boot Flag at 0x36 set to 0x1
[    0.850839] cpufreq-nforce2: No nForce2 chipset.
[    0.850958] Scanning for low memory corruption every 60 seconds
[    0.851282] audit: initializing netlink socket (disabled)
[    0.851388] type=2000 audit(1246955386.848:1): initialized
[    0.872151] Switched to high resolution mode on CPU 0
[    0.873847] highmem bounce pool size: 64 pages
[    0.873922] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.876974] VFS: Disk quotas dquot_6.5.2
[    0.877162] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.878530] fuse init (API version 7.11)
[    0.878773] msgmni has been set to 1720
[    0.879206] alg: No test for stdrng (krng)
[    0.879293] io scheduler noop registered
[    0.879358] io scheduler anticipatory registered
[    0.879422] io scheduler deadline registered
[    0.879578] io scheduler cfq registered (default)
[    0.879751] pci 0000:01:00.0: Boot video device
[    0.879929] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.880071] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.880861] ACPI: AC Adapter [AC] (on-line)
[    0.881061] input: Power Button as 
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.881148] ACPI: Power Button [PWRF]
[    0.881303] input: Power Button as 
/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    0.881393] ACPI: Power Button [PWRB]
[    0.881686] fan PNP0C0B:00: registered as cooling_device0
[    0.881760] ACPI: Fan [FAN0] (off)
[    0.881979] fan PNP0C0B:01: registered as cooling_device1
[    0.882052] ACPI: Fan [FAN1] (off)
[    0.882271] fan PNP0C0B:02: registered as cooling_device2
[    0.882344] ACPI: Fan [FAN2] (off)
[    0.882898] Marking TSC unstable due to TSC halts in idle
[    0.882990] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[    0.883239] processor ACPI_CPU:00: registered as cooling_device3
[    0.883309] ACPI: Processor [CPU0] (supports 8 throttling states)
[    0.888685] thermal LNXTHERM:01: registered as thermal_zone0
[    0.888765] ACPI: Thermal Zone [THRM] (54 C)
[    0.888919] isapnp: Scanning for PnP cards...
[    1.242800] isapnp: No Plug & Play device found
[    1.245037] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.245262] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a NS16550A
[    1.247494] serial 00:06: activated
[    1.247703] 00:06: ttyS0 at I/O 0x300 (irq = 4) is a 16550A
[    1.247920] serial 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 10 
(level, low) -> IRQ 10
[    1.248037] serial 0000:00:1f.6: PCI INT B disabled
[    1.249475] brd: module loaded
[    1.250194] loop: module loaded
[    1.250421] input: Macintosh mouse button emulation as 
/devices/virtual/input/input2
[    1.250562] Driver 'sd' needs updating - please use bus_type methods
[    1.250644] Driver 'sr' needs updating - please use bus_type methods
[    1.250837] ata_piix 0000:00:1f.1: version 2.13
[    1.250852] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
[    1.251220] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 12
[    1.251288] PCI: setting IRQ 12 as level-triggered
[    1.251296] ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 12 
(level, low) -> IRQ 12
[    1.251443] ata_piix 0000:00:1f.1: setting latency timer to 64
[    1.251677] scsi0 : ata_piix
[    1.251933] scsi1 : ata_piix
[    1.253060] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1860 
irq 14
[    1.253132] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1868 
irq 15
[    1.254431] Fixed MDIO Bus: probed
[    1.254504] PPP generic driver version 2.4.2
[    1.254743] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.255118] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 10
[    1.255189] ehci_hcd 0000:00:1d.7: PCI INT D -> Link[LNKH] -> GSI 10 
(level, low) -> IRQ 10
[    1.255294] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.255301] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.255471] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned 
bus number 1
[    1.259484] ehci_hcd 0000:00:1d.7: debug port 1
[    1.259554] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    1.259568] ehci_hcd 0000:00:1d.7: irq 10, io mem 0xd0000000
[    1.272034] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.272273] usb usb1: configuration #1 chosen from 1 choice
[    1.272395] hub 1-0:1.0: USB hub found
[    1.272469] hub 1-0:1.0: 6 ports detected
[    1.272751] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.272848] uhci_hcd: USB Universal Host Controller Interface driver
[    1.272967] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKA] -> GSI 11 
(level, low) -> IRQ 11
[    1.273061] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.273085] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.273231] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned 
bus number 2
[    1.273341] uhci_hcd 0000:00:1d.0: irq 11, io base 0x00001800
[    1.273560] usb usb2: configuration #1 chosen from 1 choice
[    1.275617] hub 2-0:1.0: USB hub found
[    1.275689] hub 2-0:1.0: 2 ports detected
[    1.276201] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 15
[    1.276269] PCI: setting IRQ 15 as level-triggered
[    1.276278] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 15 
(level, low) -> IRQ 15
[    1.276370] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.276376] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.276516] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned 
bus number 3
[    1.276624] uhci_hcd 0000:00:1d.1: irq 15, io base 0x00001820
[    1.276843] usb usb3: configuration #1 chosen from 1 choice
[    1.276958] hub 3-0:1.0: USB hub found
[    1.277029] hub 3-0:1.0: 2 ports detected
[    1.277230] uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 12 
(level, low) -> IRQ 12
[    1.277322] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.277328] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.277475] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned 
bus number 4
[    1.277584] uhci_hcd 0000:00:1d.2: irq 12, io base 0x00001840
[    1.277804] usb usb4: configuration #1 chosen from 1 choice
[    1.277918] hub 4-0:1.0: USB hub found
[    1.277991] hub 4-0:1.0: 2 ports detected
[    1.278290] PNP: No PS/2 controller found. Probing ports directly.
[    1.280978] ACPI: Battery Slot [CMB0] (battery present)
[    1.470162] ata1.00: HPA detected: current 268435456, native 312581808
[    1.470237] ata1.00: ATA-8: WDC WD1600BEVE-00WZT0, 01.01A01, max UDMA/100
[    1.470308] ata1.00: 268435456 sectors, multi 16: LBA48
[    1.484948] ata1.00: configured for UDMA/100
[    1.485216] scsi 0:0:0:0: Direct-Access     ATA      WDC WD1600BEVE-0 
01.0 PQ: 0 ANSI: 5
[    1.485487] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.485651] sd 0:0:0:0: [sda] 268435456 512-byte hardware sectors: 
(137 GB/128 GiB)
[    1.485764] sd 0:0:0:0: [sda] Write Protect is off
[    1.485831] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.485878] sd 0:0:0:0: [sda] Write cache: enabled, read cache: 
enabled, doesn't support DPO or FUA
[    1.486137]  sda:<7>ata2: port disabled. ignoring.
[    1.489939]  sda1 sda2 sda3
[    1.509462] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.528355] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.528526] mice: PS/2 mouse device common for all mice
[    1.528768] rtc_cmos 00:01: RTC can wake from S4
[    1.528895] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    1.528981] rtc0: alarms up to one month, y3k, 242 bytes nvram
[    1.529291] device-mapper: uevent: version 1.0.3
[    1.529593] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) 
initialised: dm-devel@redhat.com
[    1.529853] device-mapper: multipath: version 1.0.5 loaded
[    1.529921] device-mapper: multipath round-robin: version 1.0.0 loaded
[    1.530176] EISA: Probing bus 0 at eisa.0
[    1.530247] Cannot allocate resource for EISA slot 1
[    1.530313] Cannot allocate resource for EISA slot 2
[    1.530379] Cannot allocate resource for EISA slot 3
[    1.530444] Cannot allocate resource for EISA slot 4
[    1.530529] EISA: Detected 0 cards.
[    1.530744] cpuidle: using governor ladder
[    1.530920] cpuidle: using governor menu
[    1.532098] TCP cubic registered
[    1.532519] NET: Registered protocol family 10
[    1.533553] lo: Disabled Privacy Extensions
[    1.534368] NET: Registered protocol family 17
[    1.534459] Bluetooth: L2CAP ver 2.13
[    1.534522] Bluetooth: L2CAP socket layer initialized
[    1.534590] Bluetooth: SCO (Voice Link) ver 0.6
[    1.534654] Bluetooth: SCO socket layer initialized
[    1.534762] Bluetooth: RFCOMM socket layer initialized
[    1.534833] Bluetooth: RFCOMM TTY layer initialized
[    1.534900] Bluetooth: RFCOMM ver 1.11
[    1.535339] Using IPI No-Shortcut mode
[    1.535510] PM: Resume from disk failed.
[    1.535531] registered taskstats version 1
[    1.535814]   Magic number: 1:304:472
[    1.535977] acpi LNXSYSTM:00: hash matches
[    1.536097] rtc_cmos 00:01: setting system clock to 2009-07-07 
08:29:47 UTC (1246955387)
[    1.536188] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.536255] EDD information not available.
[    1.536402] Freeing unused kernel memory: 528k freed
[    1.536987] Write protecting the kernel text: 4180k
[    1.537111] Write protecting the kernel read-only data: 1664k
[    1.538165] input: AT Translated Set 2 keyboard as 
/devices/platform/i8042/serio0/input/input3
[    1.880221] usb 2-2: new low speed USB device using uhci_hcd and 
address 2
[    2.038436] b44 0000:02:07.0: PCI INT A -> Link[LNKC] -> GSI 12 
(level, low) -> IRQ 12
[    2.058517] usb 2-2: configuration #1 chosen from 1 choice
[    2.100850] ssb: Sonics Silicon Backplane found on PCI device 
0000:02:07.0
[    2.100966] b44.c:v2.0
[    2.121534] eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 
00:11:85:5d:db:ae
[    2.300080] usb 4-2: new full speed USB device using uhci_hcd and 
address 2
[    2.430787] usbcore: registered new interface driver hiddev
[    2.448707] input: Jing-Mold USB K/B+Mouse as 
/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input4
[    2.448942] generic-usb 0003:05AF:080A.0001: input,hidraw0: USB HID 
v1.10 Keyboard [Jing-Mold USB K/B+Mouse] on usb-0000:00:1d.0-2/input0
[    2.480489] input: Jing-Mold USB K/B+Mouse as 
/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input5
[    2.480738] generic-usb 0003:05AF:080A.0002: input,hidraw1: USB HID 
v1.10 Mouse [Jing-Mold USB K/B+Mouse] on usb-0000:00:1d.0-2/input1
[    2.480862] usbcore: registered new interface driver usbhid
[    2.480931] usbhid: v2.6:USB HID core driver
[    2.530218] usb 4-2: configuration #1 chosen from 1 choice
[    2.686454] PM: Starting manual resume from disk
[    2.686523] PM: Resume from partition 8:2
[    2.686527] PM: Checking hibernation image.
[    2.686761] PM: Resume from disk failed.
[    2.691647] PM: Marking nosave pages: 0000000000002000 - 0000000000006000
[    2.691655] PM: Marking nosave pages: 000000000009f000 - 0000000000100000
[    2.691664] PM: Basic memory bitmaps created
[    2.714773] PM: Basic memory bitmaps freed
[    2.752945] kjournald starting.  Commit interval 5 seconds
[    2.753031] EXT3-fs: mounted filesystem with writeback data mode.
[    8.029787] udev: starting version 141
[    8.239238] Bluetooth: Generic Bluetooth USB driver ver 0.5
[    8.239491] usbcore: registered new interface driver btusb
[    8.290509] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    8.308205] Linux agpgart interface v0.103
[    8.326460] agpgart-intel 0000:00:00.0: Intel 855PM Chipset
[    8.328964] agpgart-intel 0000:00:00.0: AGP aperture is 32M @ 0xe2000000
[    8.362746] intel_rng: FWH not detected
[    8.447260] iTCO_vendor_support: vendor-support=0
[    8.497927] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[    8.498109] iTCO_wdt: Found a ICH4-M TCO device (Version=1, 
TCOBASE=0x1060)
[    8.498269] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    8.533558] input: Video Bus as 
/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:01/input/input6
[    8.533734] ACPI: Video Device [AGPB] (multi-head: yes  rom: no  
post: no)
[    8.597392] irda_init()
[    8.597414] NET: Registered protocol family 23
[    8.788189] yenta_cardbus 0000:02:06.0: CardBus bridge found [103c:08b0]
[    8.788284] yenta_cardbus 0000:02:06.0: Using CSCINT to route CSC 
interrupts to PCI
[    8.788370] yenta_cardbus 0000:02:06.0: Routing CardBus interrupts to PCI
[    8.788442] yenta_cardbus 0000:02:06.0: TI: mfunc 0x00001022, devctl 0x64
[    8.837946] lib80211: common routines for IEEE802.11 drivers
[    8.838022] lib80211_crypt: registered algorithm 'NULL'
[    8.888844] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    9.036557] yenta_cardbus 0000:02:06.0: ISA IRQ mask 0x00f8, PCI irq 11
[    9.036636] yenta_cardbus 0000:02:06.0: Socket status: 30000086
[    9.036708] pci_bus 0000:02: Raising subordinate bus# of parent bus 
(#02) from #02 to #06
[    9.036817] yenta_cardbus 0000:02:06.0: pcmcia: parent PCI bridge I/O 
window: 0x3000 - 0x4fff
[    9.036907] pcmcia_socket pcmcia_socket0: cs: IO port probe 
0x3000-0x4fff: clean.
[    9.037896] yenta_cardbus 0000:02:06.0: pcmcia: parent PCI bridge 
Memory window: 0xe0000000 - 0xe05fffff
[    9.037987] yenta_cardbus 0000:02:06.0: pcmcia: parent PCI bridge 
Memory window: 0x70000000 - 0x79ffffff
[    9.054279] yenta_cardbus 0000:02:06.1: CardBus bridge found [103c:08b0]
[    9.054373] yenta_cardbus 0000:02:06.1: Using CSCINT to route CSC 
interrupts to PCI
[    9.054459] yenta_cardbus 0000:02:06.1: Routing CardBus interrupts to PCI
[    9.054532] yenta_cardbus 0000:02:06.1: TI: mfunc 0x00001022, devctl 0x64
[    9.080470] ieee80211: 802.11 data/management/control stack, git-1.1.13
[    9.080603] ieee80211: Copyright (C) 2004-2005 Intel Corporation 
<jketreno@linux.intel.com>
[    9.190728] ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, git-1.2.2
[    9.190806] ipw2100: Copyright(c) 2003-2006 Intel Corporation
[    9.262206] nsc_ircc_pnp_probe() : From PnP, found firbase 0x2F8 ; 
irq 3 ; dma 3.
[    9.262246] nsc-ircc, chip->init
[    9.262322] nsc-ircc, Found chip at base=0x04e
[    9.262410] nsc-ircc, driver loaded (Dag Brattli)
[    9.262479] nsc_ircc_open(), can't get iobase of 0x2f8
[    9.262572] nsc-ircc, Found chip at base=0x04e
[    9.262659] nsc-ircc, driver loaded (Dag Brattli)
[    9.262725] nsc_ircc_open(), can't get iobase of 0x2f8
[    9.263059] nsc-ircc 00:07: disabled
[    9.288666] yenta_cardbus 0000:02:06.1: ISA IRQ mask 0x00f0, PCI irq 10
[    9.288745] yenta_cardbus 0000:02:06.1: Socket status: 30000084
[    9.288817] pci_bus 0000:02: Raising subordinate bus# of parent bus 
(#02) from #06 to #0a
[    9.288914] yenta_cardbus 0000:02:06.1: pcmcia: parent PCI bridge I/O 
window: 0x3000 - 0x4fff
[    9.289005] pcmcia_socket pcmcia_socket1: cs: IO port probe 
0x3000-0x4fff: clean.
[    9.289992] yenta_cardbus 0000:02:06.1: pcmcia: parent PCI bridge 
Memory window: 0xe0000000 - 0xe05fffff
[    9.290083] yenta_cardbus 0000:02:06.1: pcmcia: parent PCI bridge 
Memory window: 0x70000000 - 0x79ffffff
[    9.292837] ipw2100 0000:02:05.0: PCI INT A -> Link[LNKD] -> GSI 15 
(level, low) -> IRQ 15
[    9.293845] ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
[    9.293940] ipw2100 0000:02:05.0: firmware: requesting ipw2100-1.3.fw
[    9.673856] Intel ICH 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 10 
(level, low) -> IRQ 10
[    9.674000] Intel ICH 0000:00:1f.5: setting latency timer to 64
[    9.879838] pcmcia_socket pcmcia_socket1: cs: IO port probe 
0x100-0x3af: clean.
[    9.881866] pcmcia_socket pcmcia_socket1: cs: IO port probe 
0x3e0-0x4ff: excluding 0x4d0-0x4d7
[    9.882888] pcmcia_socket pcmcia_socket1: cs: IO port probe 
0x820-0x8ff: clean.
[    9.883695] pcmcia_socket pcmcia_socket1: cs: IO port probe 
0xc00-0xcf7: clean.
[    9.884949] pcmcia_socket pcmcia_socket1: cs: IO port probe 
0xa00-0xaff: clean.
[    9.885962] pcmcia_socket pcmcia_socket0: cs: IO port probe 
0x100-0x3af: clean.
[    9.887936] pcmcia_socket pcmcia_socket0: cs: IO port probe 
0x3e0-0x4ff: excluding 0x4d0-0x4d7
[    9.888987] pcmcia_socket pcmcia_socket0: cs: IO port probe 
0x820-0x8ff: clean.
[    9.889794] pcmcia_socket pcmcia_socket0: cs: IO port probe 
0xc00-0xcf7: clean.
[    9.890855] pcmcia_socket pcmcia_socket0: cs: IO port probe 
0xa00-0xaff: clean.
[   10.600041] intel8x0_measure_ac97_clock: measured 55343 usecs (2666 
samples)
[   10.600116] intel8x0: clocking to 48000
[   10.816652] lp: driver loaded but no devices found
[   10.913812] Adding 2104504k swap on /dev/sda2.  Priority:-1 extents:1 
across:2104504k
[   11.287054] EXT3 FS on sda3, internal journal
[   14.764229] ttyS1: LSR safety check engaged!
[   15.079475] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   15.079483] Bluetooth: BNEP filters: protocol multicast
[   15.126565] Bridge firewalling registered
[   15.994849] ppdev: user-space parallel port driver
[   20.039573] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   20.046240] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   21.136462] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   22.090587] lib80211_crypt: registered algorithm 'CCMP'
[   22.319478] padlock: VIA PadLock not detected.
[   22.480414] lib80211_crypt: registered algorithm 'TKIP'
[   31.880035] eth1: no IPv6 routers present
[   78.632049] Clocksource tsc unstable (delta = -200115148 ns)
[  987.061108] keyboard.c: can't emulate rawmode for keycode 240
[  987.077103] keyboard.c: can't emulate rawmode for keycode 240
christof@fossie:~$




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

* Re: "EXT3-fs error" after resume from s2ram
  2009-07-07  7:04               ` Christof Warlich
@ 2009-07-07  9:13                 ` Christof Warlich
  2009-07-07 14:19                   ` Robert Hancock
  0 siblings, 1 reply; 21+ messages in thread
From: Christof Warlich @ 2009-07-07  9:13 UTC (permalink / raw)
  To: Robert Hancock; +Cc: linux-kernel, ide

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

Christof Warlich schrieb:
> Do you think I can fix the issue and circumvent the BIOS by passing 
> the real geomerty of the drive as kernel boot parameters? This may 
> also have the nice side effect that I could utilize the full capacity 
> of the drive. I'll definitly do some experiments in this direction and 
> let you know immediately if I succeed. Please let me know if this may 
> be a waste of time or if you know an appropriate fix.
I retried with the boot parameter hda=16383,16,63 according to the 
values that I got from fdisk, but without success. Anyway, I would have 
expected that the kernel may have had a way to set the LBA48 geometry 
instead of CHS, but it looks like I'm on the wrong track here...

[-- Attachment #2: christof.vcf --]
[-- Type: text/x-vcard, Size: 278 bytes --]

begin:vcard
fn:Christof Warlich
n:Warlich;Christof
org:Warlich Consulting
adr:;;Am Haselhang 7;Hilpoltstein;Bayern;91161;Deutschland
email;internet:christof@warlich.name
tel;work:09174/492914
tel;home:09174/492914
x-mozilla-html:TRUE
url:www.warlich.name
version:2.1
end:vcard


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

* Re: "EXT3-fs error" after resume from s2ram
  2009-07-07  9:13                 ` Christof Warlich
@ 2009-07-07 14:19                   ` Robert Hancock
  2009-07-07 17:42                     ` Christof Warlich
  0 siblings, 1 reply; 21+ messages in thread
From: Robert Hancock @ 2009-07-07 14:19 UTC (permalink / raw)
  To: Christof Warlich; +Cc: linux-kernel, ide

On 07/07/2009 03:13 AM, Christof Warlich wrote:
> Christof Warlich schrieb:
>> Do you think I can fix the issue and circumvent the BIOS by passing
>> the real geomerty of the drive as kernel boot parameters? This may
>> also have the nice side effect that I could utilize the full capacity
>> of the drive. I'll definitly do some experiments in this direction and
>> let you know immediately if I succeed. Please let me know if this may
>> be a waste of time or if you know an appropriate fix.
> I retried with the boot parameter hda=16383,16,63 according to the
> values that I got from fdisk, but without success. Anyway, I would have
> expected that the kernel may have had a way to set the LBA48 geometry
> instead of CHS, but it looks like I'm on the wrong track here...

That's an old IDE parameter, not a libata one, and 160GB is way too 
large to be settable using CHS. What you likely want to do is pass the 
ignore_hpa=1 option to libata when it's loaded - either 
libata.ignore_hpa=1 on kernel command line, or in /etc/modprobe.conf if 
it's a module (how exactly to do this depends on your distribution). 
That way the protected area on the disk will get disabled and you can 
use the full capacity.

You could also permanently remove the HPA using hdparm commands, but if 
the BIOS actually can't handle the full drive capacity that might not be 
a good idea.

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

* Re: "EXT3-fs error" after resume from s2ram
  2009-07-07 14:19                   ` Robert Hancock
@ 2009-07-07 17:42                     ` Christof Warlich
  2009-07-07 23:30                       ` Robert Hancock
  0 siblings, 1 reply; 21+ messages in thread
From: Christof Warlich @ 2009-07-07 17:42 UTC (permalink / raw)
  To: Robert Hancock; +Cc: linux-kernel, ide

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

Robert Hancock schrieb:
> On 07/07/2009 03:13 AM, Christof Warlich wrote:
>> Christof Warlich schrieb:
>>> Do you think I can fix the issue and circumvent the BIOS by passing
>>> the real geomerty of the drive as kernel boot parameters? This may
>>> also have the nice side effect that I could utilize the full capacity
>>> of the drive. I'll definitly do some experiments in this direction and
>>> let you know immediately if I succeed. Please let me know if this may
>>> be a waste of time or if you know an appropriate fix.
>> I retried with the boot parameter hda=16383,16,63 according to the
>> values that I got from fdisk, but without success. Anyway, I would have
>> expected that the kernel may have had a way to set the LBA48 geometry
>> instead of CHS, but it looks like I'm on the wrong track here...
>
> That's an old IDE parameter, not a libata one, and 160GB is way too 
> large to be settable using CHS. What you likely want to do is pass the 
> ignore_hpa=1 option to libata when it's loaded - either 
> libata.ignore_hpa=1 on kernel command line, or in /etc/modprobe.conf 
> if it's a module (how exactly to do this depends on your 
> distribution). That way the protected area on the disk will get 
> disabled and you can use the full capacity.
Hmm - that doen't seem to fix it :-(:

After the reboot, fdisk still reports 137.4GB, and dmesg now contains 
the line:

ata1.00: device aborted resize (268435456 -> 312581808), skipping HPA 
handling

instead of

ata1.00: HPA detected: current 268435456, native 312581808

that we have seen without the libata.ignore_hpa=1 kernel command line 
option.

After s2ram -f -p, I still see the EXT3-fs error on resume. Is it worth 
to take another log from this suspend /resume cycle?

[-- Attachment #2: christof.vcf --]
[-- Type: text/x-vcard, Size: 278 bytes --]

begin:vcard
fn:Christof Warlich
n:Warlich;Christof
org:Warlich Consulting
adr:;;Am Haselhang 7;Hilpoltstein;Bayern;91161;Deutschland
email;internet:christof@warlich.name
tel;work:09174/492914
tel;home:09174/492914
x-mozilla-html:TRUE
url:www.warlich.name
version:2.1
end:vcard


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

* Re: "EXT3-fs error" after resume from s2ram
  2009-07-07 17:42                     ` Christof Warlich
@ 2009-07-07 23:30                       ` Robert Hancock
  2009-07-08  6:41                         ` Christof Warlich
  0 siblings, 1 reply; 21+ messages in thread
From: Robert Hancock @ 2009-07-07 23:30 UTC (permalink / raw)
  To: Christof Warlich; +Cc: linux-kernel, ide

On 07/07/2009 11:42 AM, Christof Warlich wrote:
> Robert Hancock schrieb:
>> On 07/07/2009 03:13 AM, Christof Warlich wrote:
>>> Christof Warlich schrieb:
>>>> Do you think I can fix the issue and circumvent the BIOS by passing
>>>> the real geomerty of the drive as kernel boot parameters? This may
>>>> also have the nice side effect that I could utilize the full capacity
>>>> of the drive. I'll definitly do some experiments in this direction and
>>>> let you know immediately if I succeed. Please let me know if this may
>>>> be a waste of time or if you know an appropriate fix.
>>> I retried with the boot parameter hda=16383,16,63 according to the
>>> values that I got from fdisk, but without success. Anyway, I would have
>>> expected that the kernel may have had a way to set the LBA48 geometry
>>> instead of CHS, but it looks like I'm on the wrong track here...
>>
>> That's an old IDE parameter, not a libata one, and 160GB is way too
>> large to be settable using CHS. What you likely want to do is pass the
>> ignore_hpa=1 option to libata when it's loaded - either
>> libata.ignore_hpa=1 on kernel command line, or in /etc/modprobe.conf
>> if it's a module (how exactly to do this depends on your
>> distribution). That way the protected area on the disk will get
>> disabled and you can use the full capacity.
> Hmm - that doen't seem to fix it :-(:
>
> After the reboot, fdisk still reports 137.4GB, and dmesg now contains
> the line:
>
> ata1.00: device aborted resize (268435456 -> 312581808), skipping HPA
> handling
>
> instead of
>
> ata1.00: HPA detected: current 268435456, native 312581808
>
> that we have seen without the libata.ignore_hpa=1 kernel command line
> option.
>
> After s2ram -f -p, I still see the EXT3-fs error on resume. Is it worth
> to take another log from this suspend /resume cycle?

Hmm, so we tried to disable the HPA and enable the entire disk capacity, 
but the drive refused. But it somehow ends up in the HPA disabled state 
upon resume. According to the ATA spec, the drive will refuse SET MAX 
ADDRESS EXT commands after one has already been executed upon power-on 
or reset. That suggests that the BIOS is applying the HPA on bootup, but 
not on resume.

Is there a BIOS update available for this machine?

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

* Re: "EXT3-fs error" after resume from s2ram
  2009-07-07 23:30                       ` Robert Hancock
@ 2009-07-08  6:41                         ` Christof Warlich
  2009-07-08 14:28                           ` Tejun Heo
  0 siblings, 1 reply; 21+ messages in thread
From: Christof Warlich @ 2009-07-08  6:41 UTC (permalink / raw)
  To: Robert Hancock; +Cc: linux-kernel, ide

Robert Hancock schrieb:
> On 07/07/2009 11:42 AM, Christof Warlich wrote:
>> Hmm - that doen't seem to fix it :-(:
>>
>> After the reboot, fdisk still reports 137.4GB, and dmesg now contains
>> the line:
>>
>> ata1.00: device aborted resize (268435456 -> 312581808), skipping HPA
>> handling
>>
>> instead of
>>
>> ata1.00: HPA detected: current 268435456, native 312581808
>>
>> that we have seen without the libata.ignore_hpa=1 kernel command line
>> option.
>>
>> After s2ram -f -p, I still see the EXT3-fs error on resume. Is it worth
>> to take another log from this suspend /resume cycle?
>
> Hmm, so we tried to disable the HPA and enable the entire disk 
> capacity, but the drive refused. But it somehow ends up in the HPA 
> disabled state upon resume. According to the ATA spec, the drive will 
> refuse SET MAX ADDRESS EXT commands after one has already been 
> executed upon power-on or reset. That suggests that the BIOS is 
> applying the HPA on bootup, but not on resume.
>
> Is there a BIOS update available for this machine?
Updating the BIOS was the first thing I did when I got the machine, 
maybe two month ago. And only after that update suspend to disk began to 
work at least.

What about doing it the other way round: Forcing the kernel to apply the 
HPA on resume? Whitout knowing if this is possible at all with 
reasonable effort, it would bring us in sync having the HPA enabled for 
both bootup and resume, right?
The only drawback would be that we stay having only the 128GiB available.

I'd assume that Windows XP may do it this way, as suspend to ram does 
work there and it also only sees the 128GiB.

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

* Re: "EXT3-fs error" after resume from s2ram
  2009-07-08  6:41                         ` Christof Warlich
@ 2009-07-08 14:28                           ` Tejun Heo
  2009-07-08 15:21                             ` Tejun Heo
  2009-07-08 15:50                             ` Christof Warlich
  0 siblings, 2 replies; 21+ messages in thread
From: Tejun Heo @ 2009-07-08 14:28 UTC (permalink / raw)
  To: Christof Warlich; +Cc: Robert Hancock, linux-kernel, ide

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

Hello, Christof, Robert.

Christof Warlich wrote:
> Robert Hancock schrieb:
>> Hmm, so we tried to disable the HPA and enable the entire disk
>> capacity, but the drive refused. But it somehow ends up in the HPA
>> disabled state upon resume. According to the ATA spec, the drive will
>> refuse SET MAX ADDRESS EXT commands after one has already been
>> executed upon power-on or reset. That suggests that the BIOS is
>> applying the HPA on bootup, but not on resume.

Arghhh... this is nasty.  Nasty.

I can't find previous messages.  Can you please post full boot log and
the output of "lspci -nn"?

>> Is there a BIOS update available for this machine?
> Updating the BIOS was the first thing I did when I got the machine,
> maybe two month ago. And only after that update suspend to disk began to
> work at least.
> 
> What about doing it the other way round: Forcing the kernel to apply the
> HPA on resume? Whitout knowing if this is possible at all with
> reasonable effort, it would bring us in sync having the HPA enabled for
> both bootup and resume, right?
> The only drawback would be that we stay having only the 128GiB available.
> 
> I'd assume that Windows XP may do it this way, as suspend to ram does
> work there and it also only sees the 128GiB.

AFAIK, wxp doesn't revalidate or doesn't consider device size while
revalidating disk after resume.  The size check during revalidation is
safety net which is there because ATA devices sometimes don't have
meaning identifiers and there are vendor specific configuration
options which may offset sectors differently and writing to devices in
such cases can lead to data loss.

If the bios configured HPA during boot, it should be restoring it on
resume too.  Maybe those commands have been filtered out.  Eh... no,
all filtered out commands are transfer mode related.  Dang.

One thing we can do is to make libata remember the native size on
initial probing and let revalidation consider it.  Yeap, that would
work.  Can you please test the attached patch and post full log
including boot and suspend/resume?

Thanks.

-- 
tejun

[-- Attachment #2: revalidate-consider-native.patch --]
[-- Type: text/x-patch, Size: 2241 bytes --]

diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 045a486..4dadef1 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -1515,6 +1515,7 @@ static int ata_hpa_resize(struct ata_device *dev)
 
 		return rc;
 	}
+	dev->n_native_sectors = native_sectors;
 
 	/* nothing to do? */
 	if (native_sectors <= sectors || !ata_ignore_hpa) {
@@ -4089,6 +4090,7 @@ int ata_dev_revalidate(struct ata_device *dev, unsigned int new_class,
 		       unsigned int readid_flags)
 {
 	u64 n_sectors = dev->n_sectors;
+	u64 n_native_sectors = dev->n_native_sectors;
 	int rc;
 
 	if (!ata_dev_enabled(dev))
@@ -4118,16 +4120,29 @@ int ata_dev_revalidate(struct ata_device *dev, unsigned int new_class,
 	/* verify n_sectors hasn't changed */
 	if (dev->class == ATA_DEV_ATA && n_sectors &&
 	    dev->n_sectors != n_sectors) {
-		ata_dev_printk(dev, KERN_INFO, "n_sectors mismatch "
+		ata_dev_printk(dev, KERN_WARNING, "n_sectors mismatch "
 			       "%llu != %llu\n",
 			       (unsigned long long)n_sectors,
 			       (unsigned long long)dev->n_sectors);
 
-		/* restore original n_sectors */
-		dev->n_sectors = n_sectors;
-
-		rc = -ENODEV;
-		goto fail;
+		/*
+		 * Something could have caused HPA to be unlocked
+		 * involuntarily.  If n_native_sectors hasn't changed
+		 * and the new size matches it, keep the device.
+		 */
+		if (dev->n_native_sectors == n_native_sectors &&
+		    dev->n_sectors > n_sectors &&
+		    dev->n_sectors == n_native_sectors) {
+			ata_dev_printk(dev, KERN_WARNING,
+				       "new n_sectors matches native, probably "
+				       "late HPA unlock, continuing\n");
+			dev->n_sectors = n_sectors;
+		} else {
+			/* restore original n_sectors */
+			dev->n_sectors = n_sectors;
+			rc = -ENODEV;
+			goto fail;
+		}
 	}
 
 	return 0;
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 3d501db..5fde0a9 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -588,6 +588,7 @@ struct ata_device {
 #endif
 	/* n_sector is CLEAR_BEGIN, read comment above CLEAR_BEGIN */
 	u64			n_sectors;	/* size of device, if ATA */
+	u64			n_native_sectors; /* native size, if ATA */
 	unsigned int		class;		/* ATA_DEV_xxx */
 	unsigned long		unpark_deadline;
 

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

* Re: "EXT3-fs error" after resume from s2ram
  2009-07-08 14:28                           ` Tejun Heo
@ 2009-07-08 15:21                             ` Tejun Heo
  2009-07-09 18:17                               ` Christof Warlich
  2009-07-08 15:50                             ` Christof Warlich
  1 sibling, 1 reply; 21+ messages in thread
From: Tejun Heo @ 2009-07-08 15:21 UTC (permalink / raw)
  To: Christof Warlich; +Cc: Robert Hancock, linux-kernel, ide

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

Tejun Heo wrote:
> One thing we can do is to make libata remember the native size on
> initial probing and let revalidation consider it.  Yeap, that would
> work.  Can you please test the attached patch and post full log
> including boot and suspend/resume?

Patch slightly updated.  Please test this one.

-- 
tejun

[-- Attachment #2: revalidate-consider-native.patch --]
[-- Type: text/x-patch, Size: 2342 bytes --]

diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 045a486..111c5c9 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -1515,6 +1515,7 @@ static int ata_hpa_resize(struct ata_device *dev)
 
 		return rc;
 	}
+	dev->n_native_sectors = native_sectors;
 
 	/* nothing to do? */
 	if (native_sectors <= sectors || !ata_ignore_hpa) {
@@ -4089,6 +4090,7 @@ int ata_dev_revalidate(struct ata_device *dev, unsigned int new_class,
 		       unsigned int readid_flags)
 {
 	u64 n_sectors = dev->n_sectors;
+	u64 n_native_sectors = dev->n_native_sectors;
 	int rc;
 
 	if (!ata_dev_enabled(dev))
@@ -4118,16 +4120,31 @@ int ata_dev_revalidate(struct ata_device *dev, unsigned int new_class,
 	/* verify n_sectors hasn't changed */
 	if (dev->class == ATA_DEV_ATA && n_sectors &&
 	    dev->n_sectors != n_sectors) {
-		ata_dev_printk(dev, KERN_INFO, "n_sectors mismatch "
+		ata_dev_printk(dev, KERN_WARNING, "n_sectors mismatch "
 			       "%llu != %llu\n",
 			       (unsigned long long)n_sectors,
 			       (unsigned long long)dev->n_sectors);
 
-		/* restore original n_sectors */
-		dev->n_sectors = n_sectors;
-
-		rc = -ENODEV;
-		goto fail;
+		/*
+		 * Something could have caused HPA to be unlocked
+		 * involuntarily.  If n_native_sectors hasn't changed
+		 * and the new size matches it, keep the device.
+		 */
+		if (dev->n_native_sectors == n_native_sectors &&
+		    dev->n_sectors > n_sectors &&
+		    dev->n_sectors == n_native_sectors) {
+			ata_dev_printk(dev, KERN_WARNING,
+				       "new n_sectors matches native, probably "
+				       "late HPA unlock, continuing\n");
+			dev->n_native_sectors = n_native_sectors;
+			dev->n_sectors = n_sectors;
+		} else {
+			/* restore original n_[native]_sectors */
+			dev->n_native_sectors = n_native_sectors;
+			dev->n_sectors = n_sectors;
+			rc = -ENODEV;
+			goto fail;
+		}
 	}
 
 	return 0;
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 3d501db..5fde0a9 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -588,6 +588,7 @@ struct ata_device {
 #endif
 	/* n_sector is CLEAR_BEGIN, read comment above CLEAR_BEGIN */
 	u64			n_sectors;	/* size of device, if ATA */
+	u64			n_native_sectors; /* native size, if ATA */
 	unsigned int		class;		/* ATA_DEV_xxx */
 	unsigned long		unpark_deadline;
 

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

* Re: "EXT3-fs error" after resume from s2ram
  2009-07-08 14:28                           ` Tejun Heo
  2009-07-08 15:21                             ` Tejun Heo
@ 2009-07-08 15:50                             ` Christof Warlich
  1 sibling, 0 replies; 21+ messages in thread
From: Christof Warlich @ 2009-07-08 15:50 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Robert Hancock, linux-kernel, ide

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

Tejun Heo schrieb:
> Hello, Christof, Robert.
>
> Christof Warlich wrote:
>   
>> Robert Hancock schrieb:
>>     
>>> Hmm, so we tried to disable the HPA and enable the entire disk
>>> capacity, but the drive refused. But it somehow ends up in the HPA
>>> disabled state upon resume. According to the ATA spec, the drive will
>>> refuse SET MAX ADDRESS EXT commands after one has already been
>>> executed upon power-on or reset. That suggests that the BIOS is
>>> applying the HPA on bootup, but not on resume.
>>>       
>
> Arghhh... this is nasty.  Nasty.
>
> I can't find previous messages.  Can you please post full boot log and
> the output of "lspci -nn"?
>   
I've addached both the output of dmesg (I hope this is what you want 
when asking for the full boot log) and the output of "lspci -nn" while 
the kernel boot parameter libata.ignore_hpa=1 was set.
>   
>>> Is there a BIOS update available for this machine?
>>>       
>> Updating the BIOS was the first thing I did when I got the machine,
>> maybe two month ago. And only after that update suspend to disk began to
>> work at least.
>>
>> What about doing it the other way round: Forcing the kernel to apply the
>> HPA on resume? Whitout knowing if this is possible at all with
>> reasonable effort, it would bring us in sync having the HPA enabled for
>> both bootup and resume, right?
>> The only drawback would be that we stay having only the 128GiB available.
>>
>> I'd assume that Windows XP may do it this way, as suspend to ram does
>> work there and it also only sees the 128GiB.
>>     
>
> AFAIK, wxp doesn't revalidate or doesn't consider device size while
> revalidating disk after resume.  The size check during revalidation is
> safety net which is there because ATA devices sometimes don't have
> meaning identifiers and there are vendor specific configuration
> options which may offset sectors differently and writing to devices in
> such cases can lead to data loss.
>
> If the bios configured HPA during boot, it should be restoring it on
> resume too.  Maybe those commands have been filtered out.  Eh... no,
> all filtered out commands are transfer mode related.  Dang.
>
> One thing we can do is to make libata remember the native size on
> initial probing and let revalidation consider it.  Yeap, that would
> work.  Can you please test the attached patch and post full log
> including boot and suspend/resume?
>
> Thanks.
>   
Thanks for the (updated) patch, I'll go and test it asap; I hope I get 
it done today, otherwise it may take until Friday as I'm busy tomorrow.

[-- Attachment #2: lspci.log --]
[-- Type: text/x-log, Size: 2010 bytes --]

00:00.0 Host bridge [0600]: Intel Corporation 82855PM Processor to I/O Controller [8086:3340] (rev 03)
00:01.0 PCI bridge [0604]: Intel Corporation 82855PM Processor to AGP Controller [8086:3341] (rev 03)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 01)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 01)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 01)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 01)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 81)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge [8086:24cc] (rev 01)
00:1f.1 IDE interface [0101]: Intel Corporation 82801DBM (ICH4-M) IDE Controller [8086:24ca] (rev 01)
00:1f.3 SMBus [0c05]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller [8086:24c3] (rev 01)
00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 01)
00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller [8086:24c6] (rev 01)
01:00.0 VGA compatible controller [0300]: nVidia Corporation NV17 [GeForce4 420 Go 32M] [10de:0176] (rev a3)
02:05.0 Network controller [0280]: Intel Corporation PRO/Wireless LAN 2100 3B Mini PCI Adapter [8086:1043] (rev 04)
02:06.0 CardBus bridge [0607]: Texas Instruments PCI1620 PC Card Controller [104c:ac54] (rev 01)
02:06.1 CardBus bridge [0607]: Texas Instruments PCI1620 PC Card Controller [104c:ac54] (rev 01)
02:06.2 System peripheral [0880]: Texas Instruments PCI1620 Firmware Loading Function [104c:8201] (rev 01)
02:07.0 Ethernet controller [0200]: Broadcom Corporation BCM4401 100Base-T [14e4:4401] (rev 01)

[-- Attachment #3: dmesg.log --]
[-- Type: text/x-log, Size: 38072 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.30-020630-generic (root@zinc) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #020630 SMP Wed Jun 10 09:45:40 UTC 2009
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000005ff70000 (usable)
[    0.000000]  BIOS-e820: 000000005ff70000 - 000000005ff7c000 (ACPI data)
[    0.000000]  BIOS-e820: 000000005ff7c000 - 000000005ff80000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000005ff80000 - 0000000060000000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
[    0.000000]  BIOS-e820: 00000000fffff000 - 0000000100000000 (reserved)
[    0.000000] DMI present.
[    0.000000] last_pfn = 0x5ff70 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-E3FFF uncachable
[    0.000000]   E4000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FC0000000 write-back
[    0.000000]   1 base 040000000 mask FE0000000 write-back
[    0.000000]   2 base 05FF80000 mask FFFF80000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] e820 update range: 0000000000002000 - 0000000000006000 (usable) ==> (reserved)
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 0000000000002000 (usable)
[    0.000000]  modified: 0000000000002000 - 0000000000006000 (reserved)
[    0.000000]  modified: 0000000000006000 - 000000000009f800 (usable)
[    0.000000]  modified: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000dc000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 000000005ff70000 (usable)
[    0.000000]  modified: 000000005ff70000 - 000000005ff7c000 (ACPI data)
[    0.000000]  modified: 000000005ff7c000 - 000000005ff80000 (ACPI NVS)
[    0.000000]  modified: 000000005ff80000 - 0000000060000000 (reserved)
[    0.000000]  modified: 00000000ff800000 - 00000000ffc00000 (reserved)
[    0.000000]  modified: 00000000fffff000 - 0000000100000000 (reserved)
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037400000 page 2M
[    0.000000]  0037400000 - 00377fe000 page 4k
[    0.000000] kernel direct mapping tables up to 377fe000 @ 7000-c000
[    0.000000] RAMDISK: 37873000 - 37fef743
[    0.000000] Allocated new RAMDISK: 00838000 - 00fb4743
[    0.000000] Move RAMDISK from 0000000037873000 - 0000000037fef742 to 00838000 - 00fb4742
[    0.000000] ACPI: RSDP 000f6500 00014 (v00 PTLTD )
[    0.000000] ACPI: RSDT 5ff77a1d 00030 (v01 PTLTD    RSDT   06040000  LTP 00000000)
[    0.000000] ACPI: FACP 5ff7bed2 00074 (v01 HP     08B0     06040000 PTL  00000050)
[    0.000000] ACPI: DSDT 5ff77e73 0405F (v01 HP     08B0     06040000 MSFT 0100000E)
[    0.000000] ACPI: FACS 5ff7cfc0 00040
[    0.000000] ACPI: BOOT 5ff7bfd8 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
[    0.000000] ACPI: SSDT 5ff77a4d 0020E (v01  INTEL  EISTRef 00002000 INTL 20021002)
[    0.000000] 647MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000]   node 0 low ram: 00000000 - 377fe000
[    0.000000]   node 0 bootmap 00008000 - 0000ef00
[    0.000000] (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
[    0.000000]   #3 [0000100000 - 0000833454]    TEXT DATA BSS ==> [0000100000 - 0000833454]
[    0.000000]   #4 [000009f800 - 0000100000]    BIOS reserved ==> [000009f800 - 0000100000]
[    0.000000]   #5 [0000834000 - 00008370f3]              BRK ==> [0000834000 - 00008370f3]
[    0.000000]   #6 [0000007000 - 0000008000]          PGTABLE ==> [0000007000 - 0000008000]
[    0.000000]   #7 [0000838000 - 0000fb4743]      NEW RAMDISK ==> [0000838000 - 0000fb4743]
[    0.000000]   #8 [0000008000 - 000000f000]          BOOTMAP ==> [0000008000 - 000000f000]
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000377fe
[    0.000000]   HighMem  0x000377fe -> 0x0005ff70
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x00000002
[    0.000000]     0: 0x00000006 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0005ff70
[    0.000000] On node 0 totalpages: 392971
[    0.000000] free_area_init_node: node 0, pgdat c06ee2c0, node_mem_map c1000000
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3963 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 221486 pages, LIFO batch:31
[    0.000000]   HighMem zone: 1295 pages used for memmap
[    0.000000]   HighMem zone: 164451 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] Local APIC disabled by BIOS -- you can enable it with "lapic"
[    0.000000] nr_irqs_gsi: 16
[    0.000000] PM: Registered nosave memory: 0000000000002000 - 0000000000006000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
[    0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 70000000 (gap: 60000000:9f800000)
[    0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages at c1c09000, static data 25884 bytes
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 389900
[    0.000000] Kernel command line: root=UUID=0cd94059-4d36-4b42-9c42-9ccf70206ce6 ro libata.ignore_hpa=1
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] NR_IRQS:512
[    0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 996.714 MHz processor.
[    0.004000] Console: colour VGA+ 80x25
[    0.004000] console [tty0] enabled
[    0.004000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.004000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.004000] allocated 7861440 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Initializing HighMem for node 0 (000377fe:0005ff70)
[    0.004000] Memory: 1535104k/1572288k available (4179k kernel code, 35936k reserved, 2004k data, 528k init, 662984k highmem)
[    0.004000] virtual kernel memory layout:
[    0.004000]     fixmap  : 0xfff4d000 - 0xfffff000   ( 712 kB)
[    0.004000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.004000]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
[    0.004000]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
[    0.004000]       .init : 0xc0714000 - 0xc0798000   ( 528 kB)
[    0.004000]       .data : 0xc0514e40 - 0xc0709ee8   (2004 kB)
[    0.004000]       .text : 0xc0100000 - 0xc0514e40   (4179 kB)
[    0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.004021] Calibrating delay loop (skipped), value calculated using timer frequency.. 1993.42 BogoMIPS (lpj=3986856)
[    0.004207] Security Framework initialized
[    0.004286] SELinux:  Disabled at boot.
[    0.004361] Mount-cache hash table entries: 512
[    0.004725] Initializing cgroup subsys ns
[    0.004799] Initializing cgroup subsys cpuacct
[    0.004868] Initializing cgroup subsys memory
[    0.004942] Initializing cgroup subsys freezer
[    0.005035] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.005139] CPU: L2 cache: 1024K
[    0.005226] Checking 'hlt' instruction... OK.
[    0.021271] SMP alternatives: switching to UP code
[    0.033335] Freeing SMP alternatives: 28k freed
[    0.033419] ACPI: Core revision 20090320
[    0.043165] ACPI: setting ELCR to 0200 (from 0c00)
[    0.044110] weird, boot CPU (#0) not listed by the BIOS.
[    0.044178] SMP motherboard not detected.
[    0.044242] Local APIC not detected. Using dummy APIC emulation.
[    0.044309] SMP disabled
[    0.044623] Brought up 1 CPUs
[    0.044688] Total of 1 processors activated (1993.42 BogoMIPS).
[    0.044775] CPU0 attaching NULL sched-domain.
[    0.045177] net_namespace: 1056 bytes
[    0.045264] Booting paravirtualized kernel on bare hardware
[    0.045800] regulator: core version 0.5
[    0.045894] Time: 17:39:38  Date: 07/08/09
[    0.046050] NET: Registered protocol family 16
[    0.046351] EISA bus registered
[    0.046436] ACPI: bus type pci registered
[    0.047219] PCI: PCI BIOS revision 2.10 entry at 0xfd9c3, last bus=2
[    0.047288] PCI: Using configuration type 1 for base access
[    0.049660] bio: create slab <bio-0> at 0
[    0.050792] ACPI: EC: Look up EC in DSDT
[    0.056196] ACPI: EC: non-query interrupt received, switching to interrupt mode
[    0.068110] ACPI: Interpreter enabled
[    0.068183] ACPI: (supports S0 S3 S4 S5)
[    0.068431] ACPI: Using PIC for interrupt routing
[    0.076793] ACPI: EC: GPE = 0x1d, I/O: command/status = 0x66, data = 0x62
[    0.076864] ACPI: EC: driver started in interrupt mode
[    0.077042] ACPI: Power Resource [LRP0] (off)
[    0.077180] ACPI: Power Resource [LRP1] (off)
[    0.077318] ACPI: Power Resource [LRP2] (off)
[    0.077669] ACPI: No dock devices found.
[    0.077753] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.077897] pci 0000:00:00.0: reg 10 32bit mmio: [0xe2000000-0xe3ffffff]
[    0.078034] pci 0000:00:1d.0: reg 20 io port: [0x1800-0x181f]
[    0.078096] pci 0000:00:1d.1: reg 20 io port: [0x1820-0x183f]
[    0.078160] pci 0000:00:1d.2: reg 20 io port: [0x1840-0x185f]
[    0.078230] pci 0000:00:1d.7: reg 10 32bit mmio: [0xd0000000-0xd00003ff]
[    0.078295] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.078367] pci 0000:00:1d.7: PME# disabled
[    0.078527] pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH4 ACPI/GPIO/TCO
[    0.078615] pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH4 GPIO
[    0.078710] pci 0000:00:1f.1: reg 10 io port: [0x00-0x07]
[    0.078720] pci 0000:00:1f.1: reg 14 io port: [0x00-0x03]
[    0.078729] pci 0000:00:1f.1: reg 18 io port: [0x00-0x07]
[    0.078739] pci 0000:00:1f.1: reg 1c io port: [0x00-0x03]
[    0.078749] pci 0000:00:1f.1: reg 20 io port: [0x1860-0x186f]
[    0.078759] pci 0000:00:1f.1: reg 24 32bit mmio: [0x000000-0x0003ff]
[    0.078819] pci 0000:00:1f.3: reg 20 io port: [0x1880-0x189f]
[    0.078871] pci 0000:00:1f.5: reg 10 io port: [0x1c00-0x1cff]
[    0.078881] pci 0000:00:1f.5: reg 14 io port: [0x18c0-0x18ff]
[    0.078890] pci 0000:00:1f.5: reg 18 32bit mmio: [0xd0000c00-0xd0000dff]
[    0.078900] pci 0000:00:1f.5: reg 1c 32bit mmio: [0xd0000800-0xd00008ff]
[    0.078935] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
[    0.079005] pci 0000:00:1f.5: PME# disabled
[    0.079101] pci 0000:00:1f.6: reg 10 io port: [0x2400-0x24ff]
[    0.079111] pci 0000:00:1f.6: reg 14 io port: [0x2000-0x207f]
[    0.079155] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.079224] pci 0000:00:1f.6: PME# disabled
[    0.079331] pci 0000:01:00.0: reg 10 32bit mmio: [0xd8000000-0xd8ffffff]
[    0.079341] pci 0000:01:00.0: reg 14 32bit mmio: [0xf0000000-0xf3ffffff]
[    0.079350] pci 0000:01:00.0: reg 18 32bit mmio: [0xe8000000-0xe807ffff]
[    0.079368] pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
[    0.079430] pci 0000:00:01.0: bridge 32bit mmio: [0xd8000000-0xdfffffff]
[    0.079437] pci 0000:00:01.0: bridge 32bit mmio pref: [0xe8000000-0xf7ffffff]
[    0.079486] pci 0000:02:05.0: reg 10 32bit mmio: [0xe0002000-0xe0002fff]
[    0.079572] pci 0000:02:06.0: reg 10 32bit mmio: [0xe0003000-0xe0003fff]
[    0.079595] pci 0000:02:06.0: supports D1 D2
[    0.079600] pci 0000:02:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.079671] pci 0000:02:06.0: PME# disabled
[    0.079770] pci 0000:02:06.1: reg 10 32bit mmio: [0xe0004000-0xe0004fff]
[    0.079793] pci 0000:02:06.1: supports D1 D2
[    0.079798] pci 0000:02:06.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.079868] pci 0000:02:06.1: PME# disabled
[    0.079965] pci 0000:02:06.2: reg 10 io port: [0x4000-0x403f]
[    0.080063] pci 0000:02:07.0: reg 10 32bit mmio: [0xe0000000-0xe0001fff]
[    0.080095] pci 0000:02:07.0: reg 30 32bit mmio: [0x000000-0x003fff]
[    0.080116] pci 0000:02:07.0: supports D1 D2
[    0.080121] pci 0000:02:07.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.080191] pci 0000:02:07.0: PME# disabled
[    0.080290] pci 0000:00:1e.0: transparent bridge
[    0.080357] pci 0000:00:1e.0: bridge io port: [0x3000-0x4fff]
[    0.080365] pci 0000:00:1e.0: bridge 32bit mmio: [0xe0000000-0xe05fffff]
[    0.080415] pci_bus 0000:00: on NUMA node 0
[    0.080426] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.080705] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
[    0.080801] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    0.087832] ACPI: PCI Interrupt Link [LNKA] (IRQs *11)
[    0.088187] ACPI: PCI Interrupt Link [LNKB] (IRQs *10)
[    0.088546] ACPI: PCI Interrupt Link [LNKC] (IRQs 12) *11
[    0.088944] ACPI: PCI Interrupt Link [LNKD] (IRQs 15) *10
[    0.089342] ACPI: PCI Interrupt Link [LNKE] (IRQs 9 10 11 12 15) *0, disabled.
[    0.089951] ACPI: PCI Interrupt Link [LNKF] (IRQs 9 10 11 12 15) *0, disabled.
[    0.090561] ACPI: PCI Interrupt Link [LNKG] (IRQs 9 10 11 12 15) *0, disabled.
[    0.092161] ACPI: PCI Interrupt Link [LNKH] (IRQs 9 *10 11 12 15)
[    0.092805] SCSI subsystem initialized
[    0.092965] libata version 3.00 loaded.
[    0.093103] usbcore: registered new interface driver usbfs
[    0.093204] usbcore: registered new interface driver hub
[    0.093319] usbcore: registered new device driver usb
[    0.093647] ACPI: WMI: Mapper loaded
[    0.093711] PCI: Using ACPI for IRQ routing
[    0.094016] Bluetooth: Core ver 2.15
[    0.094134] NET: Registered protocol family 31
[    0.094199] Bluetooth: HCI device and connection manager initialized
[    0.094268] Bluetooth: HCI socket layer initialized
[    0.094333] NET: Registered protocol family 8
[    0.094396] NET: Registered protocol family 20
[    0.094505] NetLabel: Initializing
[    0.094567] NetLabel:  domain hash size = 128
[    0.094631] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.094718] NetLabel:  unlabeled traffic allowed by default
[    0.094943] pnp: PnP ACPI init
[    0.095016] ACPI: bus type pnp registered
[    0.099380] pnp: PnP ACPI: found 8 devices
[    0.099445] ACPI: ACPI bus type pnp unregistered
[    0.099513] PnPBIOS: Disabled by ACPI PNP
[    0.099593] system 00:04: ioport range 0x600-0x60f has been reserved
[    0.099663] system 00:04: ioport range 0x700-0x70f has been reserved
[    0.099732] system 00:04: ioport range 0x800-0x807 has been reserved
[    0.099802] system 00:04: ioport range 0x1000-0x107f has been reserved
[    0.099871] system 00:04: ioport range 0x1180-0x11bf has been reserved
[    0.099941] system 00:04: ioport range 0xfe00-0xfe7f has been reserved
[    0.100023] system 00:04: ioport range 0xfe80-0xfeff has been reserved
[    0.100094] system 00:04: iomem range 0xfebfe000-0xfebfefff has been reserved
[    0.100166] system 00:04: iomem range 0xfebff000-0xfebfffff has been reserved
[    0.100237] system 00:04: iomem range 0xfec00000-0xfec00fff has been reserved
[    0.135091] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    0.135160] pci 0000:00:01.0:   IO window: disabled
[    0.135228] pci 0000:00:01.0:   MEM window: 0xd8000000-0xdfffffff
[    0.135298] pci 0000:00:01.0:   PREFETCH window: 0x000000e8000000-0x000000f7ffffff
[    0.135396] pci 0000:02:06.0: CardBus bridge, secondary bus 0000:03
[    0.135465] pci 0000:02:06.0:   IO window: 0x003000-0x0030ff
[    0.135535] pci 0000:02:06.0:   IO window: 0x003400-0x0034ff
[    0.135605] pci 0000:02:06.0:   PREFETCH window: 0x70000000-0x73ffffff
[    0.135676] pci 0000:02:06.0:   MEM window: 0x7c000000-0x7fffffff
[    0.135746] pci 0000:02:06.1: CardBus bridge, secondary bus 0000:07
[    0.135814] pci 0000:02:06.1:   IO window: 0x003800-0x0038ff
[    0.135883] pci 0000:02:06.1:   IO window: 0x003c00-0x003cff
[    0.135952] pci 0000:02:06.1:   PREFETCH window: 0x74000000-0x77ffffff
[    0.136032] pci 0000:02:06.1:   MEM window: 0x80000000-0x83ffffff
[    0.136102] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:02
[    0.136171] pci 0000:00:1e.0:   IO window: 0x3000-0x4fff
[    0.136241] pci 0000:00:1e.0:   MEM window: 0xe0000000-0xe05fffff
[    0.136311] pci 0000:00:1e.0:   PREFETCH window: 0x00000070000000-0x00000079ffffff
[    0.136415] pci 0000:00:1e.0: setting latency timer to 64
[    0.136426] pci 0000:02:06.0: enabling device (0006 -> 0007)
[    0.136775] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[    0.136843] PCI: setting IRQ 11 as level-triggered
[    0.136851] pci 0000:02:06.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    0.136946] pci 0000:02:06.1: enabling device (0006 -> 0007)
[    0.137279] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
[    0.137346] PCI: setting IRQ 10 as level-triggered
[    0.137354] pci 0000:02:06.1: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
[    0.137446] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.137452] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[    0.137458] pci_bus 0000:01: resource 1 mem: [0xd8000000-0xdfffffff]
[    0.137463] pci_bus 0000:01: resource 2 pref mem [0xe8000000-0xf7ffffff]
[    0.137469] pci_bus 0000:02: resource 0 io:  [0x3000-0x4fff]
[    0.137474] pci_bus 0000:02: resource 1 mem: [0xe0000000-0xe05fffff]
[    0.137480] pci_bus 0000:02: resource 2 pref mem [0x70000000-0x79ffffff]
[    0.137485] pci_bus 0000:02: resource 3 io:  [0x00-0xffff]
[    0.137490] pci_bus 0000:02: resource 4 mem: [0x000000-0xffffffff]
[    0.137496] pci_bus 0000:03: resource 0 io:  [0x3000-0x30ff]
[    0.137502] pci_bus 0000:03: resource 1 io:  [0x3400-0x34ff]
[    0.137508] pci_bus 0000:03: resource 2 pref mem [0x70000000-0x73ffffff]
[    0.137515] pci_bus 0000:03: resource 3 mem: [0x7c000000-0x7fffffff]
[    0.137521] pci_bus 0000:07: resource 0 io:  [0x3800-0x38ff]
[    0.137527] pci_bus 0000:07: resource 1 io:  [0x3c00-0x3cff]
[    0.137533] pci_bus 0000:07: resource 2 pref mem [0x74000000-0x77ffffff]
[    0.137540] pci_bus 0000:07: resource 3 mem: [0x80000000-0x83ffffff]
[    0.137609] NET: Registered protocol family 2
[    0.137876] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.138650] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.140556] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.141753] TCP: Hash tables configured (established 131072 bind 65536)
[    0.141825] TCP reno registered
[    0.142109] NET: Registered protocol family 1
[    0.142323] Trying to unpack rootfs image as initramfs...
[    0.839473] Freeing initrd memory: 7665k freed
[    0.853626] Simple Boot Flag at 0x36 set to 0x1
[    0.853746] cpufreq-nforce2: No nForce2 chipset.
[    0.853864] Scanning for low memory corruption every 60 seconds
[    0.854191] audit: initializing netlink socket (disabled)
[    0.854296] type=2000 audit(1247074778.852:1): initialized
[    0.868111] Switched to high resolution mode on CPU 0
[    0.876619] highmem bounce pool size: 64 pages
[    0.876695] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.879718] VFS: Disk quotas dquot_6.5.2
[    0.879907] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.881301] fuse init (API version 7.11)
[    0.881545] msgmni has been set to 1720
[    0.881977] alg: No test for stdrng (krng)
[    0.882064] io scheduler noop registered
[    0.882128] io scheduler anticipatory registered
[    0.882193] io scheduler deadline registered
[    0.882351] io scheduler cfq registered (default)
[    0.882524] pci 0000:01:00.0: Boot video device
[    0.882702] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.882818] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.883597] ACPI: AC Adapter [AC] (on-line)
[    0.883795] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.883882] ACPI: Power Button [PWRF]
[    0.884063] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    0.884154] ACPI: Power Button [PWRB]
[    0.884447] fan PNP0C0B:00: registered as cooling_device0
[    0.884521] ACPI: Fan [FAN0] (off)
[    0.884739] fan PNP0C0B:01: registered as cooling_device1
[    0.884813] ACPI: Fan [FAN1] (off)
[    0.885030] fan PNP0C0B:02: registered as cooling_device2
[    0.885103] ACPI: Fan [FAN2] (off)
[    0.885657] Marking TSC unstable due to TSC halts in idle
[    0.885749] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[    0.885998] processor ACPI_CPU:00: registered as cooling_device3
[    0.886068] ACPI: Processor [CPU0] (supports 8 throttling states)
[    0.891276] thermal LNXTHERM:01: registered as thermal_zone0
[    0.891355] ACPI: Thermal Zone [THRM] (50 C)
[    0.891507] isapnp: Scanning for PnP cards...
[    1.245557] isapnp: No Plug & Play device found
[    1.247762] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.247988] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a NS16550A
[    1.250245] serial 00:06: activated
[    1.250452] 00:06: ttyS0 at I/O 0x300 (irq = 4) is a 16550A
[    1.250668] serial 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
[    1.250761] serial 0000:00:1f.6: PCI INT B disabled
[    1.252223] brd: module loaded
[    1.252941] loop: module loaded
[    1.253167] input: Macintosh mouse button emulation as /devices/virtual/input/input2
[    1.253310] Driver 'sd' needs updating - please use bus_type methods
[    1.253392] Driver 'sr' needs updating - please use bus_type methods
[    1.253586] ata_piix 0000:00:1f.1: version 2.13
[    1.253601] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
[    1.253968] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 12
[    1.254036] PCI: setting IRQ 12 as level-triggered
[    1.254044] ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 12 (level, low) -> IRQ 12
[    1.254193] ata_piix 0000:00:1f.1: setting latency timer to 64
[    1.254433] scsi0 : ata_piix
[    1.254684] scsi1 : ata_piix
[    1.255785] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1860 irq 14
[    1.255857] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1868 irq 15
[    1.257198] Fixed MDIO Bus: probed
[    1.257270] PPP generic driver version 2.4.2
[    1.257503] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.257879] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 10
[    1.257951] ehci_hcd 0000:00:1d.7: PCI INT D -> Link[LNKH] -> GSI 10 (level, low) -> IRQ 10
[    1.258057] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.258063] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.258233] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    1.262240] ehci_hcd 0000:00:1d.7: debug port 1
[    1.262310] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    1.262324] ehci_hcd 0000:00:1d.7: irq 10, io mem 0xd0000000
[    1.275968] ACPI: Battery Slot [CMB0] (battery present)
[    1.276160] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.276417] usb usb1: configuration #1 chosen from 1 choice
[    1.276539] hub 1-0:1.0: USB hub found
[    1.276614] hub 1-0:1.0: 6 ports detected
[    1.276896] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.276994] uhci_hcd: USB Universal Host Controller Interface driver
[    1.277114] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
[    1.277206] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.277212] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.277377] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.277487] uhci_hcd 0000:00:1d.0: irq 11, io base 0x00001800
[    1.277707] usb usb2: configuration #1 chosen from 1 choice
[    1.277820] hub 2-0:1.0: USB hub found
[    1.277893] hub 2-0:1.0: 2 ports detected
[    1.278379] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 15
[    1.278447] PCI: setting IRQ 15 as level-triggered
[    1.278455] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 15 (level, low) -> IRQ 15
[    1.278548] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.278554] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.278694] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    1.278802] uhci_hcd 0000:00:1d.1: irq 15, io base 0x00001820
[    1.279020] usb usb3: configuration #1 chosen from 1 choice
[    1.279134] hub 3-0:1.0: USB hub found
[    1.279205] hub 3-0:1.0: 2 ports detected
[    1.279404] uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 12 (level, low) -> IRQ 12
[    1.279498] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.279504] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.279652] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    1.279761] uhci_hcd 0000:00:1d.2: irq 12, io base 0x00001840
[    1.279980] usb usb4: configuration #1 chosen from 1 choice
[    1.280123] hub 4-0:1.0: USB hub found
[    1.280196] hub 4-0:1.0: 2 ports detected
[    1.280496] PNP: No PS/2 controller found. Probing ports directly.
[    1.482756] ata1.00: failed to set max address (err_mask=0x1)
[    1.482826] ata1.00: device aborted resize (268435456 -> 312581808), skipping HPA handling
[    1.483875] ata1.00: ATA-8: WDC WD1600BEVE-00WZT0, 01.01A01, max UDMA/100
[    1.483947] ata1.00: 268435456 sectors, multi 16: LBA48 
[    1.500267] ata1.00: configured for UDMA/100
[    1.500534] scsi 0:0:0:0: Direct-Access     ATA      WDC WD1600BEVE-0 01.0 PQ: 0 ANSI: 5
[    1.500808] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.500973] sd 0:0:0:0: [sda] 268435456 512-byte hardware sectors: (137 GB/128 GiB)
[    1.501086] sd 0:0:0:0: [sda] Write Protect is off
[    1.501153] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.501199] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.501457]  sda:<7>ata2: port disabled. ignoring.
[    1.513372]  sda1 sda2 sda3
[    1.532357] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.532528] mice: PS/2 mouse device common for all mice
[    1.532797] rtc_cmos 00:01: RTC can wake from S4
[    1.532923] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    1.533009] rtc0: alarms up to one month, y3k, 242 bytes nvram
[    1.533315] device-mapper: uevent: version 1.0.3
[    1.533760] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.534010] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
[    1.534251] device-mapper: multipath: version 1.0.5 loaded
[    1.534320] device-mapper: multipath round-robin: version 1.0.0 loaded
[    1.534574] EISA: Probing bus 0 at eisa.0
[    1.534645] Cannot allocate resource for EISA slot 1
[    1.534713] Cannot allocate resource for EISA slot 2
[    1.534778] Cannot allocate resource for EISA slot 3
[    1.534844] Cannot allocate resource for EISA slot 4
[    1.534927] EISA: Detected 0 cards.
[    1.535142] cpuidle: using governor ladder
[    1.535318] cpuidle: using governor menu
[    1.536500] TCP cubic registered
[    1.536921] NET: Registered protocol family 10
[    1.537956] lo: Disabled Privacy Extensions
[    1.538771] NET: Registered protocol family 17
[    1.538876] Bluetooth: L2CAP ver 2.13
[    1.538939] Bluetooth: L2CAP socket layer initialized
[    1.539005] Bluetooth: SCO (Voice Link) ver 0.6
[    1.539068] Bluetooth: SCO socket layer initialized
[    1.539184] Bluetooth: RFCOMM socket layer initialized
[    1.539265] Bluetooth: RFCOMM TTY layer initialized
[    1.539330] Bluetooth: RFCOMM ver 1.11
[    1.539771] Using IPI No-Shortcut mode
[    1.539941] PM: Resume from disk failed.
[    1.539960] registered taskstats version 1
[    1.540256]   Magic number: 1:542:693
[    1.540449] rtc_cmos 00:01: setting system clock to 2009-07-08 17:39:40 UTC (1247074780)
[    1.540538] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.540605] EDD information not available.
[    1.540751] Freeing unused kernel memory: 528k freed
[    1.541333] Write protecting the kernel text: 4180k
[    1.541457] Write protecting the kernel read-only data: 1664k
[    1.542341] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.884072] usb 2-2: new low speed USB device using uhci_hcd and address 2
[    2.035723] b44 0000:02:07.0: PCI INT A -> Link[LNKC] -> GSI 12 (level, low) -> IRQ 12
[    2.066695] usb 2-2: configuration #1 chosen from 1 choice
[    2.096160] ssb: Sonics Silicon Backplane found on PCI device 0000:02:07.0
[    2.096275] b44.c:v2.0
[    2.117573] eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:11:85:5d:db:ae
[    2.308125] usb 4-2: new full speed USB device using uhci_hcd and address 2
[    2.412464] usbcore: registered new interface driver hiddev
[    2.428235] input: Jing-Mold USB K/B+Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input4
[    2.428922] generic-usb 0003:05AF:080A.0001: input,hidraw0: USB HID v1.10 Keyboard [Jing-Mold USB K/B+Mouse] on usb-0000:00:1d.0-2/input0
[    2.459682] input: Jing-Mold USB K/B+Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input5
[    2.459945] generic-usb 0003:05AF:080A.0002: input,hidraw1: USB HID v1.10 Mouse [Jing-Mold USB K/B+Mouse] on usb-0000:00:1d.0-2/input1
[    2.460098] usbcore: registered new interface driver usbhid
[    2.460167] usbhid: v2.6:USB HID core driver
[    2.537864] usb 4-2: configuration #1 chosen from 1 choice
[    2.750786] PM: Starting manual resume from disk
[    2.750856] PM: Resume from partition 8:2
[    2.750859] PM: Checking hibernation image.
[    2.751122] PM: Resume from disk failed.
[    2.755993] PM: Marking nosave pages: 0000000000002000 - 0000000000006000
[    2.756002] PM: Marking nosave pages: 000000000009f000 - 0000000000100000
[    2.756104] PM: Basic memory bitmaps created
[    2.779243] PM: Basic memory bitmaps freed
[    2.809723] kjournald starting.  Commit interval 5 seconds
[    2.809809] EXT3-fs: mounted filesystem with writeback data mode.
[    8.120056] udev: starting version 141
[    8.340779] Bluetooth: Generic Bluetooth USB driver ver 0.5
[    8.341030] usbcore: registered new interface driver btusb
[    8.369399] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    8.388482] Linux agpgart interface v0.103
[    8.405429] agpgart-intel 0000:00:00.0: Intel 855PM Chipset
[    8.407867] agpgart-intel 0000:00:00.0: AGP aperture is 32M @ 0xe2000000
[    8.454802] intel_rng: FWH not detected
[    8.570729] iTCO_vendor_support: vendor-support=0
[    8.595532] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[    8.595715] iTCO_wdt: Found a ICH4-M TCO device (Version=1, TCOBASE=0x1060)
[    8.595877] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    8.657242] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:01/input/input6
[    8.657420] ACPI: Video Device [AGPB] (multi-head: yes  rom: no  post: no)
[    8.709800] irda_init()
[    8.709820] NET: Registered protocol family 23
[    8.841078] yenta_cardbus 0000:02:06.0: CardBus bridge found [103c:08b0]
[    8.841172] yenta_cardbus 0000:02:06.0: Using CSCINT to route CSC interrupts to PCI
[    8.841258] yenta_cardbus 0000:02:06.0: Routing CardBus interrupts to PCI
[    8.841331] yenta_cardbus 0000:02:06.0: TI: mfunc 0x00001022, devctl 0x64
[    8.928451] lib80211: common routines for IEEE802.11 drivers
[    8.928528] lib80211_crypt: registered algorithm 'NULL'
[    8.945731] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    9.004596] ieee80211: 802.11 data/management/control stack, git-1.1.13
[    9.004673] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[    9.072865] yenta_cardbus 0000:02:06.0: ISA IRQ mask 0x00f8, PCI irq 11
[    9.072944] yenta_cardbus 0000:02:06.0: Socket status: 30000086
[    9.073015] pci_bus 0000:02: Raising subordinate bus# of parent bus (#02) from #02 to #06
[    9.073113] yenta_cardbus 0000:02:06.0: pcmcia: parent PCI bridge I/O window: 0x3000 - 0x4fff
[    9.073203] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3000-0x4fff: clean.
[    9.074192] yenta_cardbus 0000:02:06.0: pcmcia: parent PCI bridge Memory window: 0xe0000000 - 0xe05fffff
[    9.074283] yenta_cardbus 0000:02:06.0: pcmcia: parent PCI bridge Memory window: 0x70000000 - 0x79ffffff
[    9.074644] yenta_cardbus 0000:02:06.1: CardBus bridge found [103c:08b0]
[    9.074730] yenta_cardbus 0000:02:06.1: Using CSCINT to route CSC interrupts to PCI
[    9.074815] yenta_cardbus 0000:02:06.1: Routing CardBus interrupts to PCI
[    9.074888] yenta_cardbus 0000:02:06.1: TI: mfunc 0x00001022, devctl 0x64
[    9.093684] ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, git-1.2.2
[    9.093763] ipw2100: Copyright(c) 2003-2006 Intel Corporation
[    9.115525] nsc_ircc_pnp_probe() : From PnP, found firbase 0x2F8 ; irq 3 ; dma 3.
[    9.115568] nsc-ircc, chip->init
[    9.115644] nsc-ircc, Found chip at base=0x04e
[    9.115731] nsc-ircc, driver loaded (Dag Brattli)
[    9.115801] nsc_ircc_open(), can't get iobase of 0x2f8
[    9.115894] nsc-ircc, Found chip at base=0x04e
[    9.115982] nsc-ircc, driver loaded (Dag Brattli)
[    9.116074] nsc_ircc_open(), can't get iobase of 0x2f8
[    9.116406] nsc-ircc 00:07: disabled
[    9.311622] yenta_cardbus 0000:02:06.1: ISA IRQ mask 0x00f8, PCI irq 10
[    9.311702] yenta_cardbus 0000:02:06.1: Socket status: 30000084
[    9.311772] pci_bus 0000:02: Raising subordinate bus# of parent bus (#02) from #06 to #0a
[    9.311869] yenta_cardbus 0000:02:06.1: pcmcia: parent PCI bridge I/O window: 0x3000 - 0x4fff
[    9.311959] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x3000-0x4fff: clean.
[    9.313007] yenta_cardbus 0000:02:06.1: pcmcia: parent PCI bridge Memory window: 0xe0000000 - 0xe05fffff
[    9.313098] yenta_cardbus 0000:02:06.1: pcmcia: parent PCI bridge Memory window: 0x70000000 - 0x79ffffff
[    9.313721] ipw2100 0000:02:05.0: PCI INT A -> Link[LNKD] -> GSI 15 (level, low) -> IRQ 15
[    9.314639] ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
[    9.314739] ipw2100 0000:02:05.0: firmware: requesting ipw2100-1.3.fw
[    9.591488] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: clean.
[    9.594468] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
[    9.595489] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean.
[    9.596336] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean.
[    9.597391] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
[    9.762261] Intel ICH 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
[    9.762406] Intel ICH 0000:00:1f.5: setting latency timer to 64
[    9.941546] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x100-0x3af: clean.
[    9.943533] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
[    9.944591] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x820-0x8ff: clean.
[    9.945399] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xc00-0xcf7: clean.
[    9.946467] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xa00-0xaff: clean.
[   10.688054] intel8x0_measure_ac97_clock: measured 55346 usecs (2667 samples)
[   10.688130] intel8x0: clocking to 48000
[   10.875976] lp: driver loaded but no devices found
[   10.974437] Adding 2104504k swap on /dev/sda2.  Priority:-1 extents:1 across:2104504k 
[   11.332968] EXT3 FS on sda3, internal journal
[   14.877364] ttyS1: LSR safety check engaged!
[   15.192110] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   15.192118] Bluetooth: BNEP filters: protocol multicast
[   15.239157] Bridge firewalling registered
[   16.140896] ppdev: user-space parallel port driver
[   20.045827] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   20.052279] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   21.164473] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   22.103380] lib80211_crypt: registered algorithm 'CCMP'
[   22.176778] padlock: VIA PadLock not detected.
[   22.208252] lib80211_crypt: registered algorithm 'TKIP'
[   31.392036] eth1: no IPv6 routers present
[   78.132040] Clocksource tsc unstable (delta = -99093793 ns)

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

* Re: "EXT3-fs error" after resume from s2ram
  2009-07-08 15:21                             ` Tejun Heo
@ 2009-07-09 18:17                               ` Christof Warlich
  2009-07-09 23:31                                 ` Robert Hancock
  0 siblings, 1 reply; 21+ messages in thread
From: Christof Warlich @ 2009-07-09 18:17 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Robert Hancock, linux-kernel, ide

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

Tejun Heo schrieb:
> Tejun Heo wrote:
>   
>> One thing we can do is to make libata remember the native size on
>> initial probing and let revalidation consider it.  Yeap, that would
>> work.  Can you please test the attached patch and post full log
>> including boot and suspend/resume?
>>     
>
> Patch slightly updated.  Please test this one.
>
>   

Hi Tejun, Robert,

hey, great: Suspend to ram seems to work like a charm now! Many thanks 
to Robert for taking the time to identify the root cause and to Tejun 
for providing the patch.

I've attached both boot and suspend / resume messages from 
/var/log/kern.log, just let me know if I can do anything else to
help getting the patch into an official kernel release. Furthermore, I 
would be happy to be kept posted on the progress being made regarding this.

Just one clarification: From what I understood so far, it will be 
impossible to ever utilize the full disk capacity as long as the BIOS 
applies the HPA on boot, right?

Cheers,

Christof

[-- Attachment #2: boot.log --]
[-- Type: text/x-log, Size: 56944 bytes --]

Jul  9 19:33:39 fossie kernel: Inspecting /boot/System.map-2.6.30-custom
Jul  9 19:33:39 fossie kernel: Cannot find map file.
Jul  9 19:33:39 fossie kernel: Loaded 54314 symbols from 42 modules.
Jul  9 19:33:39 fossie kernel: [    0.000000] Initializing cgroup subsys cpuset
Jul  9 19:33:39 fossie kernel: [    0.000000] Initializing cgroup subsys cpu
Jul  9 19:33:39 fossie kernel: [    0.000000] Linux version 2.6.30-custom (root@fossie) (gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #1 SMP Thu Jul 9 07:27:25 CEST 2009
Jul  9 19:33:39 fossie kernel: [    0.000000] KERNEL supported cpus:
Jul  9 19:33:39 fossie kernel: [    0.000000]   Intel GenuineIntel
Jul  9 19:33:39 fossie kernel: [    0.000000]   AMD AuthenticAMD
Jul  9 19:33:39 fossie kernel: [    0.000000]   NSC Geode by NSC
Jul  9 19:33:39 fossie kernel: [    0.000000]   Cyrix CyrixInstead
Jul  9 19:33:39 fossie kernel: [    0.000000]   Centaur CentaurHauls
Jul  9 19:33:39 fossie kernel: [    0.000000]   Transmeta GenuineTMx86
Jul  9 19:33:39 fossie kernel: [    0.000000]   Transmeta TransmetaCPU
Jul  9 19:33:39 fossie kernel: [    0.000000]   UMC UMC UMC UMC
Jul  9 19:33:39 fossie kernel: [    0.000000] BIOS-provided physical RAM map:
Jul  9 19:33:39 fossie kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
Jul  9 19:33:39 fossie kernel: [    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
Jul  9 19:33:39 fossie kernel: [    0.000000]  BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
Jul  9 19:33:39 fossie kernel: [    0.000000]  BIOS-e820: 0000000000100000 - 000000005ff70000 (usable)
Jul  9 19:33:39 fossie kernel: [    0.000000]  BIOS-e820: 000000005ff70000 - 000000005ff7c000 (ACPI data)
Jul  9 19:33:39 fossie kernel: [    0.000000]  BIOS-e820: 000000005ff7c000 - 000000005ff80000 (ACPI NVS)
Jul  9 19:33:39 fossie kernel: [    0.000000]  BIOS-e820: 000000005ff80000 - 0000000060000000 (reserved)
Jul  9 19:33:39 fossie kernel: [    0.000000]  BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
Jul  9 19:33:39 fossie kernel: [    0.000000]  BIOS-e820: 00000000fffff000 - 0000000100000000 (reserved)
Jul  9 19:33:39 fossie kernel: [    0.000000] DMI present.
Jul  9 19:33:39 fossie kernel: [    0.000000] last_pfn = 0x5ff70 max_arch_pfn = 0x100000
Jul  9 19:33:39 fossie kernel: [    0.000000] MTRR default type: uncachable
Jul  9 19:33:39 fossie kernel: [    0.000000] MTRR fixed ranges enabled:
Jul  9 19:33:39 fossie kernel: [    0.000000]   00000-9FFFF write-back
Jul  9 19:33:39 fossie kernel: [    0.000000]   A0000-BFFFF uncachable
Jul  9 19:33:39 fossie kernel: [    0.000000]   C0000-CFFFF write-protect
Jul  9 19:33:39 fossie kernel: [    0.000000]   D0000-E3FFF uncachable
Jul  9 19:33:39 fossie kernel: [    0.000000]   E4000-FFFFF write-protect
Jul  9 19:33:39 fossie kernel: [    0.000000] MTRR variable ranges enabled:
Jul  9 19:33:39 fossie kernel: [    0.000000]   0 base 000000000 mask FC0000000 write-back
Jul  9 19:33:39 fossie kernel: [    0.000000]   1 base 040000000 mask FE0000000 write-back
Jul  9 19:33:39 fossie kernel: [    0.000000]   2 base 05FF80000 mask FFFF80000 uncachable
Jul  9 19:33:39 fossie kernel: [    0.000000]   3 disabled
Jul  9 19:33:39 fossie kernel: [    0.000000]   4 disabled
Jul  9 19:33:39 fossie kernel: [    0.000000]   5 disabled
Jul  9 19:33:39 fossie kernel: [    0.000000]   6 disabled
Jul  9 19:33:39 fossie kernel: [    0.000000]   7 disabled
Jul  9 19:33:39 fossie kernel: [    0.000000] e820 update range: 0000000000002000 - 0000000000006000 (usable) ==> (reserved)
Jul  9 19:33:39 fossie kernel: [    0.000000] Scanning 1 areas for low memory corruption
Jul  9 19:33:39 fossie kernel: [    0.000000] modified physical RAM map:
Jul  9 19:33:39 fossie kernel: [    0.000000]  modified: 0000000000000000 - 0000000000002000 (usable)
Jul  9 19:33:39 fossie kernel: [    0.000000]  modified: 0000000000002000 - 0000000000006000 (reserved)
Jul  9 19:33:39 fossie kernel: [    0.000000]  modified: 0000000000006000 - 000000000009f800 (usable)
Jul  9 19:33:39 fossie kernel: [    0.000000]  modified: 000000000009f800 - 00000000000a0000 (reserved)
Jul  9 19:33:39 fossie kernel: [    0.000000]  modified: 00000000000dc000 - 0000000000100000 (reserved)
Jul  9 19:33:39 fossie kernel: [    0.000000]  modified: 0000000000100000 - 000000005ff70000 (usable)
Jul  9 19:33:39 fossie kernel: [    0.000000]  modified: 000000005ff70000 - 000000005ff7c000 (ACPI data)
Jul  9 19:33:39 fossie kernel: [    0.000000]  modified: 000000005ff7c000 - 000000005ff80000 (ACPI NVS)
Jul  9 19:33:39 fossie kernel: [    0.000000]  modified: 000000005ff80000 - 0000000060000000 (reserved)
Jul  9 19:33:39 fossie kernel: [    0.000000]  modified: 00000000ff800000 - 00000000ffc00000 (reserved)
Jul  9 19:33:39 fossie kernel: [    0.000000]  modified: 00000000fffff000 - 0000000100000000 (reserved)
Jul  9 19:33:39 fossie kernel: [    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
Jul  9 19:33:39 fossie kernel: [    0.000000]  0000000000 - 0000400000 page 4k
Jul  9 19:33:39 fossie kernel: [    0.000000]  0000400000 - 0037400000 page 2M
Jul  9 19:33:39 fossie kernel: [    0.000000]  0037400000 - 00377fe000 page 4k
Jul  9 19:33:39 fossie kernel: [    0.000000] kernel direct mapping tables up to 377fe000 @ 7000-c000
Jul  9 19:33:39 fossie kernel: [    0.000000] RAMDISK: 3508c000 - 37fef77d
Jul  9 19:33:39 fossie kernel: [    0.000000] Allocated new RAMDISK: 0082c000 - 0378f77d
Jul  9 19:33:39 fossie kernel: [    0.000000] Move RAMDISK from 000000003508c000 - 0000000037fef77c to 0082c000 - 0378f77c
Jul  9 19:33:39 fossie kernel: [    0.000000] ACPI: RSDP 000f6500 00014 (v00 PTLTD )
Jul  9 19:33:39 fossie kernel: [    0.000000] ACPI: RSDT 5ff77a1d 00030 (v01 PTLTD    RSDT   06040000  LTP 00000000)
Jul  9 19:33:39 fossie kernel: [    0.000000] ACPI: FACP 5ff7bed2 00074 (v01 HP     08B0     06040000 PTL  00000050)
Jul  9 19:33:39 fossie kernel: [    0.000000] ACPI: DSDT 5ff77e73 0405F (v01 HP     08B0     06040000 MSFT 0100000E)
Jul  9 19:33:39 fossie kernel: [    0.000000] ACPI: FACS 5ff7cfc0 00040
Jul  9 19:33:39 fossie kernel: [    0.000000] ACPI: BOOT 5ff7bfd8 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
Jul  9 19:33:39 fossie kernel: [    0.000000] ACPI: SSDT 5ff77a4d 0020E (v01  INTEL  EISTRef 00002000 INTL 20021002)
Jul  9 19:33:39 fossie kernel: [    0.000000] 647MB HIGHMEM available.
Jul  9 19:33:39 fossie kernel: [    0.000000] 887MB LOWMEM available.
Jul  9 19:33:39 fossie kernel: [    0.000000]   mapped low ram: 0 - 377fe000
Jul  9 19:33:39 fossie kernel: [    0.000000]   low ram: 0 - 377fe000
Jul  9 19:33:39 fossie kernel: [    0.000000]   node 0 low ram: 00000000 - 377fe000
Jul  9 19:33:39 fossie kernel: [    0.000000]   node 0 bootmap 00008000 - 0000ef00
Jul  9 19:33:39 fossie kernel: [    0.000000] (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
Jul  9 19:33:39 fossie kernel: [    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
Jul  9 19:33:39 fossie kernel: [    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
Jul  9 19:33:39 fossie kernel: [    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
Jul  9 19:33:39 fossie kernel: [    0.000000]   #3 [0000100000 - 0000827454]    TEXT DATA BSS ==> [0000100000 - 0000827454]
Jul  9 19:33:39 fossie kernel: [    0.000000]   #4 [000009f800 - 0000100000]    BIOS reserved ==> [000009f800 - 0000100000]
Jul  9 19:33:39 fossie kernel: [    0.000000]   #5 [0000828000 - 000082b0f3]              BRK ==> [0000828000 - 000082b0f3]
Jul  9 19:33:39 fossie kernel: [    0.000000]   #6 [0000007000 - 0000008000]          PGTABLE ==> [0000007000 - 0000008000]
Jul  9 19:33:39 fossie kernel: [    0.000000]   #7 [000082c000 - 000378f77d]      NEW RAMDISK ==> [000082c000 - 000378f77d]
Jul  9 19:33:39 fossie kernel: [    0.000000]   #8 [0000008000 - 000000f000]          BOOTMAP ==> [0000008000 - 000000f000]
Jul  9 19:33:39 fossie kernel: [    0.000000] Zone PFN ranges:
Jul  9 19:33:39 fossie kernel: [    0.000000]   DMA      0x00000000 -> 0x00001000
Jul  9 19:33:39 fossie kernel: [    0.000000]   Normal   0x00001000 -> 0x000377fe
Jul  9 19:33:39 fossie kernel: [    0.000000]   HighMem  0x000377fe -> 0x0005ff70
Jul  9 19:33:39 fossie kernel: [    0.000000] Movable zone start PFN for each node
Jul  9 19:33:39 fossie kernel: [    0.000000] early_node_map[3] active PFN ranges
Jul  9 19:33:39 fossie kernel: [    0.000000]     0: 0x00000000 -> 0x00000002
Jul  9 19:33:39 fossie kernel: [    0.000000]     0: 0x00000006 -> 0x0000009f
Jul  9 19:33:39 fossie kernel: [    0.000000]     0: 0x00000100 -> 0x0005ff70
Jul  9 19:33:39 fossie kernel: [    0.000000] On node 0 totalpages: 392971
Jul  9 19:33:39 fossie kernel: [    0.000000] free_area_init_node: node 0, pgdat c06e42a0, node_mem_map c3790000
Jul  9 19:33:39 fossie kernel: [    0.000000]   DMA zone: 32 pages used for memmap
Jul  9 19:33:39 fossie kernel: [    0.000000]   DMA zone: 0 pages reserved
Jul  9 19:33:39 fossie kernel: [    0.000000]   DMA zone: 3963 pages, LIFO batch:0
Jul  9 19:33:39 fossie kernel: [    0.000000]   Normal zone: 1744 pages used for memmap
Jul  9 19:33:39 fossie kernel: [    0.000000]   Normal zone: 221486 pages, LIFO batch:31
Jul  9 19:33:39 fossie kernel: [    0.000000]   HighMem zone: 1295 pages used for memmap
Jul  9 19:33:39 fossie kernel: [    0.000000]   HighMem zone: 164451 pages, LIFO batch:31
Jul  9 19:33:39 fossie kernel: [    0.000000] Using APIC driver default
Jul  9 19:33:39 fossie kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x1008
Jul  9 19:33:39 fossie kernel: [    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
Jul  9 19:33:39 fossie kernel: [    0.000000] Local APIC disabled by BIOS -- you can enable it with "lapic"
Jul  9 19:33:39 fossie kernel: [    0.000000] nr_irqs_gsi: 16
Jul  9 19:33:39 fossie kernel: [    0.000000] PM: Registered nosave memory: 0000000000002000 - 0000000000006000
Jul  9 19:33:39 fossie kernel: [    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
Jul  9 19:33:39 fossie kernel: [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
Jul  9 19:33:39 fossie kernel: [    0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
Jul  9 19:33:39 fossie kernel: [    0.000000] Allocating PCI resources starting at 70000000 (gap: 60000000:9f800000)
Jul  9 19:33:39 fossie kernel: [    0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
Jul  9 19:33:39 fossie kernel: [    0.000000] PERCPU: Embedded 12 pages at c4399000, static data 25884 bytes
Jul  9 19:33:39 fossie kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 389900
Jul  9 19:33:39 fossie kernel: [    0.000000] Kernel command line: root=UUID=0cd94059-4d36-4b42-9c42-9ccf70206ce6 ro quiet splash 
Jul  9 19:33:39 fossie kernel: [    0.000000] Enabling fast FPU save and restore... done.
Jul  9 19:33:39 fossie kernel: [    0.000000] Enabling unmasked SIMD FPU exception support... done.
Jul  9 19:33:39 fossie kernel: [    0.000000] Initializing CPU#0
Jul  9 19:33:39 fossie kernel: [    0.000000] NR_IRQS:512
Jul  9 19:33:39 fossie kernel: [    0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
Jul  9 19:33:39 fossie kernel: [    0.000000] Fast TSC calibration using PIT
Jul  9 19:33:39 fossie kernel: [    0.000000] Detected 996.746 MHz processor.
Jul  9 19:33:39 fossie kernel: [    0.004000] Console: colour VGA+ 80x25
Jul  9 19:33:39 fossie kernel: [    0.004000] console [tty0] enabled
Jul  9 19:33:39 fossie kernel: [    0.004000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Jul  9 19:33:39 fossie kernel: [    0.004000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Jul  9 19:33:39 fossie kernel: [    0.004000] allocated 7861440 bytes of page_cgroup
Jul  9 19:33:39 fossie kernel: [    0.004000] please try cgroup_disable=memory option if you don't want
Jul  9 19:33:39 fossie kernel: [    0.004000] Initializing HighMem for node 0 (000377fe:0005ff70)
Jul  9 19:33:39 fossie kernel: [    0.004000] Memory: 1494228k/1572288k available (4236k kernel code, 76748k reserved, 1906k data, 520k init, 662984k highmem)
Jul  9 19:33:39 fossie kernel: [    0.004000] virtual kernel memory layout:
Jul  9 19:33:39 fossie kernel: [    0.004000]     fixmap  : 0xfff4d000 - 0xfffff000   ( 712 kB)
Jul  9 19:33:39 fossie kernel: [    0.004000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
Jul  9 19:33:39 fossie kernel: [    0.004000]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
Jul  9 19:33:39 fossie kernel: [    0.004000]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
Jul  9 19:33:39 fossie kernel: [    0.004000]       .init : 0xc070a000 - 0xc078c000   ( 520 kB)
Jul  9 19:33:39 fossie kernel: [    0.004000]       .data : 0xc0523347 - 0xc06ffee8   (1906 kB)
Jul  9 19:33:39 fossie kernel: [    0.004000]       .text : 0xc0100000 - 0xc0523347   (4236 kB)
Jul  9 19:33:39 fossie kernel: [    0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
Jul  9 19:33:39 fossie kernel: [    0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Jul  9 19:33:39 fossie kernel: [    0.004022] Calibrating delay loop (skipped), value calculated using timer frequency.. 1993.49 BogoMIPS (lpj=3986984)
Jul  9 19:33:39 fossie kernel: [    0.004078] Security Framework initialized
Jul  9 19:33:39 fossie kernel: [    0.004097] SELinux:  Disabled at boot.
Jul  9 19:33:39 fossie kernel: [    0.004112] Mount-cache hash table entries: 512
Jul  9 19:33:39 fossie kernel: [    0.004408] Initializing cgroup subsys ns
Jul  9 19:33:39 fossie kernel: [    0.004418] Initializing cgroup subsys cpuacct
Jul  9 19:33:39 fossie kernel: [    0.004426] Initializing cgroup subsys memory
Jul  9 19:33:39 fossie kernel: [    0.004440] Initializing cgroup subsys freezer
Jul  9 19:33:39 fossie kernel: [    0.004471] CPU: L1 I cache: 32K, L1 D cache: 32K
Jul  9 19:33:39 fossie kernel: [    0.004476] CPU: L2 cache: 1024K
Jul  9 19:33:39 fossie kernel: [    0.004503] Checking 'hlt' instruction... OK.
Jul  9 19:33:39 fossie kernel: [    0.021269] SMP alternatives: switching to UP code
Jul  9 19:33:39 fossie kernel: [    0.033272] Freeing SMP alternatives: 28k freed
Jul  9 19:33:39 fossie kernel: [    0.033294] ACPI: Core revision 20090320
Jul  9 19:33:39 fossie kernel: [    0.042813] ACPI: setting ELCR to 0200 (from 0c00)
Jul  9 19:33:39 fossie kernel: [    0.044104] weird, boot CPU (#0) not listed by the BIOS.
Jul  9 19:33:39 fossie kernel: [    0.044109] SMP motherboard not detected.
Jul  9 19:33:39 fossie kernel: [    0.044114] Local APIC not detected. Using dummy APIC emulation.
Jul  9 19:33:39 fossie kernel: [    0.044117] SMP disabled
Jul  9 19:33:39 fossie kernel: [    0.044369] Brought up 1 CPUs
Jul  9 19:33:39 fossie kernel: [    0.044374] Total of 1 processors activated (1993.49 BogoMIPS).
Jul  9 19:33:39 fossie kernel: [    0.044395] CPU0 attaching NULL sched-domain.
Jul  9 19:33:39 fossie kernel: [    0.044782] net_namespace: 1056 bytes
Jul  9 19:33:39 fossie kernel: [    0.044809] Booting paravirtualized kernel on bare hardware
Jul  9 19:33:39 fossie kernel: [    0.045268] regulator: core version 0.5
Jul  9 19:33:39 fossie kernel: [    0.045299] Time: 19:33:22  Date: 07/09/09
Jul  9 19:33:39 fossie kernel: [    0.045391] NET: Registered protocol family 16
Jul  9 19:33:39 fossie kernel: [    0.045624] EISA bus registered
Jul  9 19:33:39 fossie kernel: [    0.045649] ACPI: bus type pci registered
Jul  9 19:33:39 fossie kernel: [    0.046369] PCI: PCI BIOS revision 2.10 entry at 0xfd9c3, last bus=2
Jul  9 19:33:39 fossie kernel: [    0.046374] PCI: Using configuration type 1 for base access
Jul  9 19:33:39 fossie kernel: [    0.048260] bio: create slab <bio-0> at 0
Jul  9 19:33:39 fossie kernel: [    0.049342] ACPI: EC: Look up EC in DSDT
Jul  9 19:33:39 fossie kernel: [    0.054173] ACPI: EC: non-query interrupt received, switching to interrupt mode
Jul  9 19:33:39 fossie kernel: [    0.064108] ACPI: Interpreter enabled
Jul  9 19:33:39 fossie kernel: [    0.064121] ACPI: (supports S0 S3 S4 S5)
Jul  9 19:33:39 fossie kernel: [    0.064159] ACPI: Using PIC for interrupt routing
Jul  9 19:33:39 fossie kernel: [    0.072306] ACPI: EC: GPE = 0x1d, I/O: command/status = 0x66, data = 0x62
Jul  9 19:33:39 fossie kernel: [    0.072311] ACPI: EC: driver started in interrupt mode
Jul  9 19:33:39 fossie kernel: [    0.072421] ACPI: Power Resource [LRP0] (off)
Jul  9 19:33:39 fossie kernel: [    0.072495] ACPI: Power Resource [LRP1] (off)
Jul  9 19:33:39 fossie kernel: [    0.072569] ACPI: Power Resource [LRP2] (off)
Jul  9 19:33:39 fossie kernel: [    0.072856] ACPI: No dock devices found.
Jul  9 19:33:39 fossie kernel: [    0.072880] ACPI: PCI Root Bridge [PCI0] (0000:00)
Jul  9 19:33:39 fossie kernel: [    0.072956] pci 0000:00:00.0: reg 10 32bit mmio: [0xe2000000-0xe3ffffff]
Jul  9 19:33:39 fossie kernel: [    0.073094] pci 0000:00:1d.0: reg 20 io port: [0x1800-0x181f]
Jul  9 19:33:39 fossie kernel: [    0.073155] pci 0000:00:1d.1: reg 20 io port: [0x1820-0x183f]
Jul  9 19:33:39 fossie kernel: [    0.073218] pci 0000:00:1d.2: reg 20 io port: [0x1840-0x185f]
Jul  9 19:33:39 fossie kernel: [    0.073288] pci 0000:00:1d.7: reg 10 32bit mmio: [0xd0000000-0xd00003ff]
Jul  9 19:33:39 fossie kernel: [    0.073354] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Jul  9 19:33:39 fossie kernel: [    0.073361] pci 0000:00:1d.7: PME# disabled
Jul  9 19:33:39 fossie kernel: [    0.073461] pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH4 ACPI/GPIO/TCO
Jul  9 19:33:39 fossie kernel: [    0.073468] pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH4 GPIO
Jul  9 19:33:39 fossie kernel: [    0.073498] pci 0000:00:1f.1: reg 10 io port: [0x00-0x07]
Jul  9 19:33:39 fossie kernel: [    0.073508] pci 0000:00:1f.1: reg 14 io port: [0x00-0x03]
Jul  9 19:33:39 fossie kernel: [    0.073517] pci 0000:00:1f.1: reg 18 io port: [0x00-0x07]
Jul  9 19:33:39 fossie kernel: [    0.073527] pci 0000:00:1f.1: reg 1c io port: [0x00-0x03]
Jul  9 19:33:39 fossie kernel: [    0.073537] pci 0000:00:1f.1: reg 20 io port: [0x1860-0x186f]
Jul  9 19:33:39 fossie kernel: [    0.073547] pci 0000:00:1f.1: reg 24 32bit mmio: [0x000000-0x0003ff]
Jul  9 19:33:39 fossie kernel: [    0.073607] pci 0000:00:1f.3: reg 20 io port: [0x1880-0x189f]
Jul  9 19:33:39 fossie kernel: [    0.073658] pci 0000:00:1f.5: reg 10 io port: [0x1c00-0x1cff]
Jul  9 19:33:39 fossie kernel: [    0.073668] pci 0000:00:1f.5: reg 14 io port: [0x18c0-0x18ff]
Jul  9 19:33:39 fossie kernel: [    0.073678] pci 0000:00:1f.5: reg 18 32bit mmio: [0xd0000c00-0xd0000dff]
Jul  9 19:33:39 fossie kernel: [    0.073688] pci 0000:00:1f.5: reg 1c 32bit mmio: [0xd0000800-0xd00008ff]
Jul  9 19:33:39 fossie kernel: [    0.073723] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
Jul  9 19:33:39 fossie kernel: [    0.073730] pci 0000:00:1f.5: PME# disabled
Jul  9 19:33:39 fossie kernel: [    0.073766] pci 0000:00:1f.6: reg 10 io port: [0x2400-0x24ff]
Jul  9 19:33:39 fossie kernel: [    0.073776] pci 0000:00:1f.6: reg 14 io port: [0x2000-0x207f]
Jul  9 19:33:39 fossie kernel: [    0.073820] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
Jul  9 19:33:39 fossie kernel: [    0.073826] pci 0000:00:1f.6: PME# disabled
Jul  9 19:33:39 fossie kernel: [    0.073872] pci 0000:01:00.0: reg 10 32bit mmio: [0xd8000000-0xd8ffffff]
Jul  9 19:33:39 fossie kernel: [    0.073882] pci 0000:01:00.0: reg 14 32bit mmio: [0xf0000000-0xf3ffffff]
Jul  9 19:33:39 fossie kernel: [    0.073891] pci 0000:01:00.0: reg 18 32bit mmio: [0xe8000000-0xe807ffff]
Jul  9 19:33:39 fossie kernel: [    0.073910] pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
Jul  9 19:33:39 fossie kernel: [    0.073971] pci 0000:00:01.0: bridge 32bit mmio: [0xd8000000-0xdfffffff]
Jul  9 19:33:39 fossie kernel: [    0.073978] pci 0000:00:01.0: bridge 32bit mmio pref: [0xe8000000-0xf7ffffff]
Jul  9 19:33:39 fossie kernel: [    0.074027] pci 0000:02:05.0: reg 10 32bit mmio: [0xe0002000-0xe0002fff]
Jul  9 19:33:39 fossie kernel: [    0.074113] pci 0000:02:06.0: reg 10 32bit mmio: [0xe0003000-0xe0003fff]
Jul  9 19:33:39 fossie kernel: [    0.074136] pci 0000:02:06.0: supports D1 D2
Jul  9 19:33:39 fossie kernel: [    0.074141] pci 0000:02:06.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul  9 19:33:39 fossie kernel: [    0.074147] pci 0000:02:06.0: PME# disabled
Jul  9 19:33:39 fossie kernel: [    0.074187] pci 0000:02:06.1: reg 10 32bit mmio: [0xe0004000-0xe0004fff]
Jul  9 19:33:39 fossie kernel: [    0.074210] pci 0000:02:06.1: supports D1 D2
Jul  9 19:33:39 fossie kernel: [    0.074214] pci 0000:02:06.1: PME# supported from D0 D1 D2 D3hot D3cold
Jul  9 19:33:39 fossie kernel: [    0.074221] pci 0000:02:06.1: PME# disabled
Jul  9 19:33:39 fossie kernel: [    0.074257] pci 0000:02:06.2: reg 10 io port: [0x4000-0x403f]
Jul  9 19:33:39 fossie kernel: [    0.076062] pci 0000:02:07.0: reg 10 32bit mmio: [0xe0000000-0xe0001fff]
Jul  9 19:33:39 fossie kernel: [    0.076093] pci 0000:02:07.0: reg 30 32bit mmio: [0x000000-0x003fff]
Jul  9 19:33:39 fossie kernel: [    0.076115] pci 0000:02:07.0: supports D1 D2
Jul  9 19:33:39 fossie kernel: [    0.076119] pci 0000:02:07.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul  9 19:33:39 fossie kernel: [    0.076126] pci 0000:02:07.0: PME# disabled
Jul  9 19:33:39 fossie kernel: [    0.076165] pci 0000:00:1e.0: transparent bridge
Jul  9 19:33:39 fossie kernel: [    0.076172] pci 0000:00:1e.0: bridge io port: [0x3000-0x4fff]
Jul  9 19:33:39 fossie kernel: [    0.076179] pci 0000:00:1e.0: bridge 32bit mmio: [0xe0000000-0xe05fffff]
Jul  9 19:33:39 fossie kernel: [    0.076230] pci_bus 0000:00: on NUMA node 0
Jul  9 19:33:39 fossie kernel: [    0.076241] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Jul  9 19:33:39 fossie kernel: [    0.076509] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
Jul  9 19:33:39 fossie kernel: [    0.076603] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
Jul  9 19:33:39 fossie kernel: [    0.083836] ACPI: PCI Interrupt Link [LNKA] (IRQs *11)
Jul  9 19:33:39 fossie kernel: [    0.084028] ACPI: PCI Interrupt Link [LNKB] (IRQs *10)
Jul  9 19:33:39 fossie kernel: [    0.084206] ACPI: PCI Interrupt Link [LNKC] (IRQs 12) *11
Jul  9 19:33:39 fossie kernel: [    0.084383] ACPI: PCI Interrupt Link [LNKD] (IRQs 15) *10
Jul  9 19:33:39 fossie kernel: [    0.084560] ACPI: PCI Interrupt Link [LNKE] (IRQs 9 10 11 12 15) *0, disabled.
Jul  9 19:33:39 fossie kernel: [    0.084742] ACPI: PCI Interrupt Link [LNKF] (IRQs 9 10 11 12 15) *0, disabled.
Jul  9 19:33:39 fossie kernel: [    0.084923] ACPI: PCI Interrupt Link [LNKG] (IRQs 9 10 11 12 15) *0, disabled.
Jul  9 19:33:39 fossie kernel: [    0.085105] ACPI: PCI Interrupt Link [LNKH] (IRQs 9 *10 11 12 15)
Jul  9 19:33:39 fossie kernel: [    0.085408] SCSI subsystem initialized
Jul  9 19:33:39 fossie kernel: [    0.085504] libata version 3.00 loaded.
Jul  9 19:33:39 fossie kernel: [    0.085639] usbcore: registered new interface driver usbfs
Jul  9 19:33:39 fossie kernel: [    0.085677] usbcore: registered new interface driver hub
Jul  9 19:33:39 fossie kernel: [    0.085725] usbcore: registered new device driver usb
Jul  9 19:33:39 fossie kernel: [    0.085979] ACPI: WMI: Mapper loaded
Jul  9 19:33:39 fossie kernel: [    0.085984] PCI: Using ACPI for IRQ routing
Jul  9 19:33:39 fossie kernel: [    0.086229] Bluetooth: Core ver 2.15
Jul  9 19:33:39 fossie kernel: [    0.086283] NET: Registered protocol family 31
Jul  9 19:33:39 fossie kernel: [    0.086287] Bluetooth: HCI device and connection manager initialized
Jul  9 19:33:39 fossie kernel: [    0.086293] Bluetooth: HCI socket layer initialized
Jul  9 19:33:39 fossie kernel: [    0.086297] NET: Registered protocol family 8
Jul  9 19:33:39 fossie kernel: [    0.086301] NET: Registered protocol family 20
Jul  9 19:33:39 fossie kernel: [    0.086346] NetLabel: Initializing
Jul  9 19:33:39 fossie kernel: [    0.086350] NetLabel:  domain hash size = 128
Jul  9 19:33:39 fossie kernel: [    0.086353] NetLabel:  protocols = UNLABELED CIPSOv4
Jul  9 19:33:39 fossie kernel: [    0.086378] NetLabel:  unlabeled traffic allowed by default
Jul  9 19:33:39 fossie kernel: [    0.086536] pnp: PnP ACPI init
Jul  9 19:33:39 fossie kernel: [    0.086551] ACPI: bus type pnp registered
Jul  9 19:33:39 fossie kernel: [    0.090683] pnp: PnP ACPI: found 8 devices
Jul  9 19:33:39 fossie kernel: [    0.090687] ACPI: ACPI bus type pnp unregistered
Jul  9 19:33:39 fossie kernel: [    0.090694] PnPBIOS: Disabled by ACPI PNP
Jul  9 19:33:39 fossie kernel: [    0.090715] system 00:04: ioport range 0x600-0x60f has been reserved
Jul  9 19:33:39 fossie kernel: [    0.090721] system 00:04: ioport range 0x700-0x70f has been reserved
Jul  9 19:33:39 fossie kernel: [    0.090727] system 00:04: ioport range 0x800-0x807 has been reserved
Jul  9 19:33:39 fossie kernel: [    0.090734] system 00:04: ioport range 0x1000-0x107f has been reserved
Jul  9 19:33:39 fossie kernel: [    0.090740] system 00:04: ioport range 0x1180-0x11bf has been reserved
Jul  9 19:33:39 fossie kernel: [    0.090746] system 00:04: ioport range 0xfe00-0xfe7f has been reserved
Jul  9 19:33:39 fossie kernel: [    0.090753] system 00:04: ioport range 0xfe80-0xfeff has been reserved
Jul  9 19:33:39 fossie kernel: [    0.090760] system 00:04: iomem range 0xfebfe000-0xfebfefff has been reserved
Jul  9 19:33:39 fossie kernel: [    0.090767] system 00:04: iomem range 0xfebff000-0xfebfffff has been reserved
Jul  9 19:33:39 fossie kernel: [    0.090774] system 00:04: iomem range 0xfec00000-0xfec00fff has been reserved
Jul  9 19:33:39 fossie kernel: [    0.125557] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
Jul  9 19:33:39 fossie kernel: [    0.125562] pci 0000:00:01.0:   IO window: disabled
Jul  9 19:33:39 fossie kernel: [    0.125570] pci 0000:00:01.0:   MEM window: 0xd8000000-0xdfffffff
Jul  9 19:33:39 fossie kernel: [    0.125577] pci 0000:00:01.0:   PREFETCH window: 0x000000e8000000-0x000000f7ffffff
Jul  9 19:33:39 fossie kernel: [    0.125593] pci 0000:02:06.0: CardBus bridge, secondary bus 0000:03
Jul  9 19:33:39 fossie kernel: [    0.125599] pci 0000:02:06.0:   IO window: 0x003000-0x0030ff
Jul  9 19:33:39 fossie kernel: [    0.125606] pci 0000:02:06.0:   IO window: 0x003400-0x0034ff
Jul  9 19:33:39 fossie kernel: [    0.125613] pci 0000:02:06.0:   PREFETCH window: 0x70000000-0x73ffffff
Jul  9 19:33:39 fossie kernel: [    0.125620] pci 0000:02:06.0:   MEM window: 0x7c000000-0x7fffffff
Jul  9 19:33:39 fossie kernel: [    0.125628] pci 0000:02:06.1: CardBus bridge, secondary bus 0000:07
Jul  9 19:33:39 fossie kernel: [    0.125633] pci 0000:02:06.1:   IO window: 0x003800-0x0038ff
Jul  9 19:33:39 fossie kernel: [    0.125639] pci 0000:02:06.1:   IO window: 0x003c00-0x003cff
Jul  9 19:33:39 fossie kernel: [    0.125646] pci 0000:02:06.1:   PREFETCH window: 0x74000000-0x77ffffff
Jul  9 19:33:39 fossie kernel: [    0.125654] pci 0000:02:06.1:   MEM window: 0x80000000-0x83ffffff
Jul  9 19:33:39 fossie kernel: [    0.125661] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:02
Jul  9 19:33:39 fossie kernel: [    0.125667] pci 0000:00:1e.0:   IO window: 0x3000-0x4fff
Jul  9 19:33:39 fossie kernel: [    0.125675] pci 0000:00:1e.0:   MEM window: 0xe0000000-0xe05fffff
Jul  9 19:33:39 fossie kernel: [    0.125683] pci 0000:00:1e.0:   PREFETCH window: 0x00000070000000-0x00000079ffffff
Jul  9 19:33:39 fossie kernel: [    0.125705] pci 0000:00:1e.0: setting latency timer to 64
Jul  9 19:33:39 fossie kernel: [    0.125716] pci 0000:02:06.0: enabling device (0006 -> 0007)
Jul  9 19:33:39 fossie kernel: [    0.125994] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
Jul  9 19:33:39 fossie kernel: [    0.125999] PCI: setting IRQ 11 as level-triggered
Jul  9 19:33:39 fossie kernel: [    0.126007] pci 0000:02:06.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
Jul  9 19:33:39 fossie kernel: [    0.126021] pci 0000:02:06.1: enabling device (0006 -> 0007)
Jul  9 19:33:39 fossie kernel: [    0.126283] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
Jul  9 19:33:39 fossie kernel: [    0.126287] PCI: setting IRQ 10 as level-triggered
Jul  9 19:33:39 fossie kernel: [    0.126295] pci 0000:02:06.1: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
Jul  9 19:33:39 fossie kernel: [    0.126306] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
Jul  9 19:33:39 fossie kernel: [    0.126312] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
Jul  9 19:33:39 fossie kernel: [    0.126318] pci_bus 0000:01: resource 1 mem: [0xd8000000-0xdfffffff]
Jul  9 19:33:39 fossie kernel: [    0.126325] pci_bus 0000:01: resource 2 pref mem [0xe8000000-0xf7ffffff]
Jul  9 19:33:39 fossie kernel: [    0.126332] pci_bus 0000:02: resource 0 io:  [0x3000-0x4fff]
Jul  9 19:33:39 fossie kernel: [    0.126338] pci_bus 0000:02: resource 1 mem: [0xe0000000-0xe05fffff]
Jul  9 19:33:39 fossie kernel: [    0.126345] pci_bus 0000:02: resource 2 pref mem [0x70000000-0x79ffffff]
Jul  9 19:33:39 fossie kernel: [    0.126352] pci_bus 0000:02: resource 3 io:  [0x00-0xffff]
Jul  9 19:33:39 fossie kernel: [    0.126358] pci_bus 0000:02: resource 4 mem: [0x000000-0xffffffff]
Jul  9 19:33:39 fossie kernel: [    0.126365] pci_bus 0000:03: resource 0 io:  [0x3000-0x30ff]
Jul  9 19:33:39 fossie kernel: [    0.126370] pci_bus 0000:03: resource 1 io:  [0x3400-0x34ff]
Jul  9 19:33:39 fossie kernel: [    0.126376] pci_bus 0000:03: resource 2 pref mem [0x70000000-0x73ffffff]
Jul  9 19:33:39 fossie kernel: [    0.126381] pci_bus 0000:03: resource 3 mem: [0x7c000000-0x7fffffff]
Jul  9 19:33:39 fossie kernel: [    0.126387] pci_bus 0000:07: resource 0 io:  [0x3800-0x38ff]
Jul  9 19:33:39 fossie kernel: [    0.126392] pci_bus 0000:07: resource 1 io:  [0x3c00-0x3cff]
Jul  9 19:33:39 fossie kernel: [    0.126398] pci_bus 0000:07: resource 2 pref mem [0x74000000-0x77ffffff]
Jul  9 19:33:39 fossie kernel: [    0.126403] pci_bus 0000:07: resource 3 mem: [0x80000000-0x83ffffff]
Jul  9 19:33:39 fossie kernel: [    0.126467] NET: Registered protocol family 2
Jul  9 19:33:39 fossie kernel: [    0.126657] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
Jul  9 19:33:39 fossie kernel: [    0.127317] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Jul  9 19:33:39 fossie kernel: [    0.129007] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
Jul  9 19:33:39 fossie kernel: [    0.130144] TCP: Hash tables configured (established 131072 bind 65536)
Jul  9 19:33:39 fossie kernel: [    0.130150] TCP reno registered
Jul  9 19:33:39 fossie kernel: [    0.130358] NET: Registered protocol family 1
Jul  9 19:33:39 fossie kernel: [    0.130505] Trying to unpack rootfs image as initramfs...
Jul  9 19:33:39 fossie kernel: [    0.628079] Switched to high resolution mode on CPU 0
Jul  9 19:33:39 fossie kernel: [    3.300417] Freeing initrd memory: 48525k freed
Jul  9 19:33:39 fossie kernel: [    3.395414] Simple Boot Flag at 0x36 set to 0x1
Jul  9 19:33:39 fossie kernel: [    3.395463] cpufreq-nforce2: No nForce2 chipset.
Jul  9 19:33:39 fossie kernel: [    3.395520] Scanning for low memory corruption every 60 seconds
Jul  9 19:33:39 fossie kernel: [    3.395760] audit: initializing netlink socket (disabled)
Jul  9 19:33:39 fossie kernel: [    3.395824] type=2000 audit(1247168005.392:1): initialized
Jul  9 19:33:39 fossie kernel: [    3.412547] highmem bounce pool size: 64 pages
Jul  9 19:33:39 fossie kernel: [    3.412559] HugeTLB registered 4 MB page size, pre-allocated 0 pages
Jul  9 19:33:39 fossie kernel: [    3.415543] VFS: Disk quotas dquot_6.5.2
Jul  9 19:33:39 fossie kernel: [    3.415666] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Jul  9 19:33:39 fossie kernel: [    3.417007] fuse init (API version 7.11)
Jul  9 19:33:39 fossie kernel: [    3.417188] msgmni has been set to 1720
Jul  9 19:33:39 fossie kernel: [    3.417567] alg: No test for stdrng (krng)
Jul  9 19:33:39 fossie kernel: [    3.417590] io scheduler noop registered
Jul  9 19:33:39 fossie kernel: [    3.417595] io scheduler anticipatory registered
Jul  9 19:33:39 fossie kernel: [    3.417599] io scheduler deadline registered
Jul  9 19:33:39 fossie kernel: [    3.417696] io scheduler cfq registered (default)
Jul  9 19:33:39 fossie kernel: [    3.417807] pci 0000:01:00.0: Boot video device
Jul  9 19:33:39 fossie kernel: [    3.417981] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Jul  9 19:33:39 fossie kernel: [    3.418032] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Jul  9 19:33:39 fossie kernel: [    3.418733] ACPI: AC Adapter [AC] (on-line)
Jul  9 19:33:39 fossie kernel: [    3.418872] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
Jul  9 19:33:39 fossie kernel: [    3.418877] ACPI: Power Button [PWRF]
Jul  9 19:33:39 fossie kernel: [    3.418971] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
Jul  9 19:33:39 fossie kernel: [    3.418980] ACPI: Power Button [PWRB]
Jul  9 19:33:39 fossie kernel: [    3.419203] fan PNP0C0B:00: registered as cooling_device0
Jul  9 19:33:39 fossie kernel: [    3.419214] ACPI: Fan [FAN0] (off)
Jul  9 19:33:39 fossie kernel: [    3.419369] fan PNP0C0B:01: registered as cooling_device1
Jul  9 19:33:39 fossie kernel: [    3.419380] ACPI: Fan [FAN1] (off)
Jul  9 19:33:39 fossie kernel: [    3.419534] fan PNP0C0B:02: registered as cooling_device2
Jul  9 19:33:39 fossie kernel: [    3.419545] ACPI: Fan [FAN2] (off)
Jul  9 19:33:39 fossie kernel: [    3.420054] Marking TSC unstable due to TSC halts in idle
Jul  9 19:33:39 fossie kernel: [    3.420082] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
Jul  9 19:33:39 fossie kernel: [    3.420119] processor ACPI_CPU:00: registered as cooling_device3
Jul  9 19:33:39 fossie kernel: [    3.420126] ACPI: Processor [CPU0] (supports 8 throttling states)
Jul  9 19:33:39 fossie kernel: [    3.424997] thermal LNXTHERM:01: registered as thermal_zone0
Jul  9 19:33:39 fossie kernel: [    3.425012] ACPI: Thermal Zone [THRM] (44 C)
Jul  9 19:33:39 fossie kernel: [    3.425098] isapnp: Scanning for PnP cards...
Jul  9 19:33:39 fossie kernel: [    3.779051] isapnp: No Plug & Play device found
Jul  9 19:33:39 fossie kernel: [    3.781193] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Jul  9 19:33:39 fossie kernel: [    3.781354] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a NS16550A
Jul  9 19:33:39 fossie kernel: [    3.783420] serial 00:06: activated
Jul  9 19:33:39 fossie kernel: [    3.783562] 00:06: ttyS0 at I/O 0x300 (irq = 4) is a 16550A
Jul  9 19:33:39 fossie kernel: [    3.783710] serial 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
Jul  9 19:33:39 fossie kernel: [    3.783720] serial 0000:00:1f.6: PCI INT B disabled
Jul  9 19:33:39 fossie kernel: [    3.785063] brd: module loaded
Jul  9 19:33:39 fossie kernel: [    3.785688] loop: module loaded
Jul  9 19:33:39 fossie kernel: [    3.785853] input: Macintosh mouse button emulation as /devices/virtual/input/input2
Jul  9 19:33:39 fossie kernel: [    3.785909] Driver 'sd' needs updating - please use bus_type methods
Jul  9 19:33:39 fossie kernel: [    3.785927] Driver 'sr' needs updating - please use bus_type methods
Jul  9 19:33:39 fossie kernel: [    3.786055] ata_piix 0000:00:1f.1: version 2.13
Jul  9 19:33:39 fossie kernel: [    3.786070] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
Jul  9 19:33:39 fossie kernel: [    3.786375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 12
Jul  9 19:33:39 fossie kernel: [    3.786380] PCI: setting IRQ 12 as level-triggered
Jul  9 19:33:39 fossie kernel: [    3.786388] ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 12 (level, low) -> IRQ 12
Jul  9 19:33:39 fossie kernel: [    3.786453] ata_piix 0000:00:1f.1: setting latency timer to 64
Jul  9 19:33:39 fossie kernel: [    3.786685] scsi0 : ata_piix
Jul  9 19:33:39 fossie kernel: [    3.786874] scsi1 : ata_piix
Jul  9 19:33:39 fossie kernel: [    3.787895] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1860 irq 14
Jul  9 19:33:39 fossie kernel: [    3.787901] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1868 irq 15
Jul  9 19:33:39 fossie kernel: [    3.789154] Fixed MDIO Bus: probed
Jul  9 19:33:39 fossie kernel: [    3.789167] PPP generic driver version 2.4.2
Jul  9 19:33:39 fossie kernel: [    3.789335] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jul  9 19:33:39 fossie kernel: [    3.789636] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 10
Jul  9 19:33:39 fossie kernel: [    3.789644] ehci_hcd 0000:00:1d.7: PCI INT D -> Link[LNKH] -> GSI 10 (level, low) -> IRQ 10
Jul  9 19:33:39 fossie kernel: [    3.789666] ehci_hcd 0000:00:1d.7: setting latency timer to 64
Jul  9 19:33:39 fossie kernel: [    3.789672] ehci_hcd 0000:00:1d.7: EHCI Host Controller
Jul  9 19:33:39 fossie kernel: [    3.789778] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
Jul  9 19:33:39 fossie kernel: [    3.793693] ehci_hcd 0000:00:1d.7: debug port 1
Jul  9 19:33:39 fossie kernel: [    3.793702] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
Jul  9 19:33:39 fossie kernel: [    3.793715] ehci_hcd 0000:00:1d.7: irq 10, io mem 0xd0000000
Jul  9 19:33:39 fossie kernel: [    3.807017] ACPI: Battery Slot [CMB0] (battery present)
Jul  9 19:33:39 fossie kernel: [    3.808053] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Jul  9 19:33:39 fossie kernel: [    3.808244] usb usb1: configuration #1 chosen from 1 choice
Jul  9 19:33:39 fossie kernel: [    3.808302] hub 1-0:1.0: USB hub found
Jul  9 19:33:39 fossie kernel: [    3.808318] hub 1-0:1.0: 6 ports detected
Jul  9 19:33:39 fossie kernel: [    3.808534] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Jul  9 19:33:39 fossie kernel: [    3.808568] uhci_hcd: USB Universal Host Controller Interface driver
Jul  9 19:33:39 fossie kernel: [    3.808624] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
Jul  9 19:33:39 fossie kernel: [    3.808635] uhci_hcd 0000:00:1d.0: setting latency timer to 64
Jul  9 19:33:39 fossie kernel: [    3.808641] uhci_hcd 0000:00:1d.0: UHCI Host Controller
Jul  9 19:33:39 fossie kernel: [    3.808724] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Jul  9 19:33:39 fossie kernel: [    3.808753] uhci_hcd 0000:00:1d.0: irq 11, io base 0x00001800
Jul  9 19:33:39 fossie kernel: [    3.808907] usb usb2: configuration #1 chosen from 1 choice
Jul  9 19:33:39 fossie kernel: [    3.808957] hub 2-0:1.0: USB hub found
Jul  9 19:33:39 fossie kernel: [    3.808971] hub 2-0:1.0: 2 ports detected
Jul  9 19:33:39 fossie kernel: [    3.809419] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 15
Jul  9 19:33:39 fossie kernel: [    3.809425] PCI: setting IRQ 15 as level-triggered
Jul  9 19:33:39 fossie kernel: [    3.809433] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 15 (level, low) -> IRQ 15
Jul  9 19:33:39 fossie kernel: [    3.809443] uhci_hcd 0000:00:1d.1: setting latency timer to 64
Jul  9 19:33:39 fossie kernel: [    3.809449] uhci_hcd 0000:00:1d.1: UHCI Host Controller
Jul  9 19:33:39 fossie kernel: [    3.809527] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
Jul  9 19:33:39 fossie kernel: [    3.809553] uhci_hcd 0000:00:1d.1: irq 15, io base 0x00001820
Jul  9 19:33:39 fossie kernel: [    3.809721] usb usb3: configuration #1 chosen from 1 choice
Jul  9 19:33:39 fossie kernel: [    3.809771] hub 3-0:1.0: USB hub found
Jul  9 19:33:39 fossie kernel: [    3.809784] hub 3-0:1.0: 2 ports detected
Jul  9 19:33:39 fossie kernel: [    3.809922] uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 12 (level, low) -> IRQ 12
Jul  9 19:33:39 fossie kernel: [    3.809933] uhci_hcd 0000:00:1d.2: setting latency timer to 64
Jul  9 19:33:39 fossie kernel: [    3.809939] uhci_hcd 0000:00:1d.2: UHCI Host Controller
Jul  9 19:33:39 fossie kernel: [    3.810024] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
Jul  9 19:33:39 fossie kernel: [    3.810052] uhci_hcd 0000:00:1d.2: irq 12, io base 0x00001840
Jul  9 19:33:39 fossie kernel: [    3.810201] usb usb4: configuration #1 chosen from 1 choice
Jul  9 19:33:39 fossie kernel: [    3.810251] hub 4-0:1.0: USB hub found
Jul  9 19:33:39 fossie kernel: [    3.810265] hub 4-0:1.0: 2 ports detected
Jul  9 19:33:39 fossie kernel: [    3.810498] PNP: No PS/2 controller found. Probing ports directly.
Jul  9 19:33:39 fossie kernel: [    4.010145] ata1.00: HPA detected: current 268435456, native 312581808
Jul  9 19:33:39 fossie kernel: [    4.010156] ata1.00: ATA-8: WDC WD1600BEVE-00WZT0, 01.01A01, max UDMA/100
Jul  9 19:33:39 fossie kernel: [    4.010162] ata1.00: 268435456 sectors, multi 16: LBA48 
Jul  9 19:33:39 fossie kernel: [    4.024486] ata1.00: configured for UDMA/100
Jul  9 19:33:39 fossie kernel: [    4.024682] scsi 0:0:0:0: Direct-Access     ATA      WDC WD1600BEVE-0 01.0 PQ: 0 ANSI: 5
Jul  9 19:33:39 fossie kernel: [    4.024861] sd 0:0:0:0: Attached scsi generic sg0 type 0
Jul  9 19:33:39 fossie kernel: [    4.024960] sd 0:0:0:0: [sda] 268435456 512-byte hardware sectors: (137 GB/128 GiB)
Jul  9 19:33:39 fossie kernel: [    4.024989] sd 0:0:0:0: [sda] Write Protect is off
Jul  9 19:33:39 fossie kernel: [    4.024995] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jul  9 19:33:39 fossie kernel: [    4.025038] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul  9 19:33:39 fossie kernel: [    4.025198]  sda:<7>ata2: port disabled. ignoring.
Jul  9 19:33:39 fossie kernel: [    4.029934]  sda1 sda2 sda3
Jul  9 19:33:39 fossie kernel: [    4.049456] sd 0:0:0:0: [sda] Attached SCSI disk
Jul  9 19:33:39 fossie kernel: [    4.060411] serio: i8042 KBD port at 0x60,0x64 irq 1
Jul  9 19:33:39 fossie kernel: [    4.060517] mice: PS/2 mouse device common for all mice
Jul  9 19:33:39 fossie kernel: [    4.060694] rtc_cmos 00:01: RTC can wake from S4
Jul  9 19:33:39 fossie kernel: [    4.060759] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
Jul  9 19:33:39 fossie kernel: [    4.060781] rtc0: alarms up to one month, y3k, 242 bytes nvram
Jul  9 19:33:39 fossie kernel: [    4.061024] device-mapper: uevent: version 1.0.3
Jul  9 19:33:39 fossie kernel: [    4.061253] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
Jul  9 19:33:39 fossie kernel: [    4.061409] device-mapper: multipath: version 1.0.5 loaded
Jul  9 19:33:39 fossie kernel: [    4.061415] device-mapper: multipath round-robin: version 1.0.0 loaded
Jul  9 19:33:39 fossie kernel: [    4.061596] EISA: Probing bus 0 at eisa.0
Jul  9 19:33:39 fossie kernel: [    4.061608] Cannot allocate resource for EISA slot 1
Jul  9 19:33:39 fossie kernel: [    4.061613] Cannot allocate resource for EISA slot 2
Jul  9 19:33:39 fossie kernel: [    4.061618] Cannot allocate resource for EISA slot 3
Jul  9 19:33:39 fossie kernel: [    4.061622] Cannot allocate resource for EISA slot 4
Jul  9 19:33:39 fossie kernel: [    4.061645] EISA: Detected 0 cards.
Jul  9 19:33:39 fossie kernel: [    4.061798] cpuidle: using governor ladder
Jul  9 19:33:39 fossie kernel: [    4.061914] cpuidle: using governor menu
Jul  9 19:33:39 fossie kernel: [    4.062913] TCP cubic registered
Jul  9 19:33:39 fossie kernel: [    4.063274] NET: Registered protocol family 10
Jul  9 19:33:39 fossie kernel: [    4.064190] lo: Disabled Privacy Extensions
Jul  9 19:33:39 fossie kernel: [    4.064867] NET: Registered protocol family 17
Jul  9 19:33:39 fossie kernel: [    4.064897] Bluetooth: L2CAP ver 2.13
Jul  9 19:33:39 fossie kernel: [    4.064900] Bluetooth: L2CAP socket layer initialized
Jul  9 19:33:39 fossie kernel: [    4.064905] Bluetooth: SCO (Voice Link) ver 0.6
Jul  9 19:33:39 fossie kernel: [    4.064909] Bluetooth: SCO socket layer initialized
Jul  9 19:33:39 fossie kernel: [    4.064996] Bluetooth: RFCOMM socket layer initialized
Jul  9 19:33:39 fossie kernel: [    4.065005] Bluetooth: RFCOMM TTY layer initialized
Jul  9 19:33:39 fossie kernel: [    4.065009] Bluetooth: RFCOMM ver 1.11
Jul  9 19:33:39 fossie kernel: [    4.065395] Using IPI No-Shortcut mode
Jul  9 19:33:39 fossie kernel: [    4.065509] PM: Resume from disk failed.
Jul  9 19:33:39 fossie kernel: [    4.065530] registered taskstats version 1
Jul  9 19:33:39 fossie kernel: [    4.065751]   Magic number: 1:726:596
Jul  9 19:33:39 fossie kernel: [    4.065887] rtc_cmos 00:01: setting system clock to 2009-07-09 19:33:26 UTC (1247168006)
Jul  9 19:33:39 fossie kernel: [    4.065893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Jul  9 19:33:39 fossie kernel: [    4.065897] EDD information not available.
Jul  9 19:33:39 fossie kernel: [    4.065984] Freeing unused kernel memory: 520k freed
Jul  9 19:33:39 fossie kernel: [    4.066511] Write protecting the kernel text: 4240k
Jul  9 19:33:39 fossie kernel: [    4.066570] Write protecting the kernel read-only data: 1564k
Jul  9 19:33:39 fossie kernel: [    4.071253] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Jul  9 19:33:39 fossie kernel: [    4.416048] usb 2-2: new low speed USB device using uhci_hcd and address 2
Jul  9 19:33:39 fossie kernel: [    4.593871] usb 2-2: configuration #1 chosen from 1 choice
Jul  9 19:33:39 fossie kernel: [    4.753680] b44 0000:02:07.0: PCI INT A -> Link[LNKC] -> GSI 12 (level, low) -> IRQ 12
Jul  9 19:33:39 fossie kernel: [    4.812213] ssb: Sonics Silicon Backplane found on PCI device 0000:02:07.0
Jul  9 19:33:39 fossie kernel: [    4.812257] b44.c:v2.0
Jul  9 19:33:39 fossie kernel: [    4.833758] eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:11:85:5d:db:ae
Jul  9 19:33:39 fossie kernel: [    4.836524] usb 4-2: new full speed USB device using uhci_hcd and address 2
Jul  9 19:33:39 fossie kernel: [    5.066093] usb 4-2: configuration #1 chosen from 1 choice
Jul  9 19:33:39 fossie kernel: [    5.282156] usbcore: registered new interface driver hiddev
Jul  9 19:33:39 fossie kernel: [    5.298448] input: Jing-Mold USB K/B+Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input4
Jul  9 19:33:39 fossie kernel: [    5.298593] generic-usb 0003:05AF:080A.0001: input,hidraw0: USB HID v1.10 Keyboard [Jing-Mold USB K/B+Mouse] on usb-0000:00:1d.0-2/input0
Jul  9 19:33:39 fossie kernel: [    5.331789] input: Jing-Mold USB K/B+Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input5
Jul  9 19:33:39 fossie kernel: [    5.331961] generic-usb 0003:05AF:080A.0002: input,hidraw1: USB HID v1.10 Mouse [Jing-Mold USB K/B+Mouse] on usb-0000:00:1d.0-2/input1
Jul  9 19:33:39 fossie kernel: [    5.332005] usbcore: registered new interface driver usbhid
Jul  9 19:33:39 fossie kernel: [    5.332056] usbhid: v2.6:USB HID core driver
Jul  9 19:33:39 fossie kernel: [    5.436067] PM: Starting manual resume from disk
Jul  9 19:33:39 fossie kernel: [    5.436076] PM: Resume from partition 8:2
Jul  9 19:33:39 fossie kernel: [    5.436079] PM: Checking hibernation image.
Jul  9 19:33:39 fossie kernel: [    5.436329] PM: Resume from disk failed.
Jul  9 19:33:39 fossie kernel: [    5.441108] PM: Marking nosave pages: 0000000000002000 - 0000000000006000
Jul  9 19:33:39 fossie kernel: [    5.441117] PM: Marking nosave pages: 000000000009f000 - 0000000000100000
Jul  9 19:33:39 fossie kernel: [    5.441124] PM: Basic memory bitmaps created
Jul  9 19:33:39 fossie kernel: [    5.464260] PM: Basic memory bitmaps freed
Jul  9 19:33:39 fossie kernel: [    5.492959] kjournald starting.  Commit interval 5 seconds
Jul  9 19:33:39 fossie kernel: [    5.492976] EXT3-fs: mounted filesystem with writeback data mode.
Jul  9 19:33:39 fossie kernel: [   10.725428] udev: starting version 141
Jul  9 19:33:39 fossie kernel: [   10.954946] Bluetooth: Generic Bluetooth USB driver ver 0.5
Jul  9 19:33:39 fossie kernel: [   10.955114] usbcore: registered new interface driver btusb
Jul  9 19:33:39 fossie kernel: [   11.038643] Linux agpgart interface v0.103
Jul  9 19:33:39 fossie kernel: [   11.073606] agpgart-intel 0000:00:00.0: Intel 855PM Chipset
Jul  9 19:33:39 fossie kernel: [   11.076218] agpgart-intel 0000:00:00.0: AGP aperture is 32M @ 0xe2000000
Jul  9 19:33:39 fossie kernel: [   11.107396] intel_rng: FWH not detected
Jul  9 19:33:39 fossie kernel: [   11.160069] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jul  9 19:33:39 fossie kernel: [   11.927680] irda_init()
Jul  9 19:33:39 fossie kernel: [   11.927708] NET: Registered protocol family 23
Jul  9 19:33:39 fossie kernel: [   11.953534] input: PC Speaker as /devices/platform/pcspkr/input/input6
Jul  9 19:33:39 fossie kernel: [   11.982187] iTCO_vendor_support: vendor-support=0
Jul  9 19:33:39 fossie kernel: [   12.009797] lib80211: common routines for IEEE802.11 drivers
Jul  9 19:33:39 fossie kernel: [   12.009803] lib80211_crypt: registered algorithm 'NULL'
Jul  9 19:33:39 fossie kernel: [   12.125736] yenta_cardbus 0000:02:06.0: CardBus bridge found [103c:08b0]
Jul  9 19:33:39 fossie kernel: [   12.125758] yenta_cardbus 0000:02:06.0: Enabling burst memory read transactions
Jul  9 19:33:39 fossie kernel: [   12.125766] yenta_cardbus 0000:02:06.0: Using CSCINT to route CSC interrupts to PCI
Jul  9 19:33:39 fossie kernel: [   12.125771] yenta_cardbus 0000:02:06.0: Routing CardBus interrupts to PCI
Jul  9 19:33:39 fossie kernel: [   12.125779] yenta_cardbus 0000:02:06.0: TI: mfunc 0x00001022, devctl 0x64
Jul  9 19:33:39 fossie kernel: [   12.143065] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:01/input/input7
Jul  9 19:33:39 fossie kernel: [   12.143152] ACPI: Video Device [AGPB] (multi-head: yes  rom: no  post: no)
Jul  9 19:33:39 fossie kernel: [   12.193658] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
Jul  9 19:33:39 fossie kernel: [   12.193772] iTCO_wdt: Found a ICH4-M TCO device (Version=1, TCOBASE=0x1060)
Jul  9 19:33:39 fossie kernel: [   12.193878] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jul  9 19:33:39 fossie kernel: [   12.240487] ieee80211: 802.11 data/management/control stack, git-1.1.13
Jul  9 19:33:39 fossie kernel: [   12.240495] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
Jul  9 19:33:39 fossie kernel: [   12.336382] nsc_ircc_pnp_probe() : From PnP, found firbase 0x2F8 ; irq 3 ; dma 3.
Jul  9 19:33:39 fossie kernel: [   12.336466] nsc-ircc, chip->init
Jul  9 19:33:39 fossie kernel: [   12.336477] nsc-ircc, Found chip at base=0x04e
Jul  9 19:33:39 fossie kernel: [   12.336505] nsc-ircc, driver loaded (Dag Brattli)
Jul  9 19:33:39 fossie kernel: [   12.336514] nsc_ircc_open(), can't get iobase of 0x2f8
Jul  9 19:33:39 fossie kernel: [   12.336545] nsc-ircc, Found chip at base=0x04e
Jul  9 19:33:39 fossie kernel: [   12.336572] nsc-ircc, driver loaded (Dag Brattli)
Jul  9 19:33:39 fossie kernel: [   12.336578] nsc_ircc_open(), can't get iobase of 0x2f8
Jul  9 19:33:39 fossie kernel: [   12.336888] nsc-ircc 00:07: disabled
Jul  9 19:33:39 fossie kernel: [   12.369101] yenta_cardbus 0000:02:06.0: ISA IRQ mask 0x00f0, PCI irq 11
Jul  9 19:33:39 fossie kernel: [   12.369110] yenta_cardbus 0000:02:06.0: Socket status: 30000086
Jul  9 19:33:39 fossie kernel: [   12.369118] pci_bus 0000:02: Raising subordinate bus# of parent bus (#02) from #02 to #06
Jul  9 19:33:39 fossie kernel: [   12.369133] yenta_cardbus 0000:02:06.0: pcmcia: parent PCI bridge I/O window: 0x3000 - 0x4fff
Jul  9 19:33:39 fossie kernel: [   12.369141] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3000-0x4fff: clean.
Jul  9 19:33:39 fossie kernel: [   12.369986] yenta_cardbus 0000:02:06.0: pcmcia: parent PCI bridge Memory window: 0xe0000000 - 0xe05fffff
Jul  9 19:33:39 fossie kernel: [   12.369992] yenta_cardbus 0000:02:06.0: pcmcia: parent PCI bridge Memory window: 0x70000000 - 0x79ffffff
Jul  9 19:33:39 fossie kernel: [   12.373093] ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, git-1.2.2
Jul  9 19:33:39 fossie kernel: [   12.373100] ipw2100: Copyright(c) 2003-2006 Intel Corporation
Jul  9 19:33:39 fossie kernel: [   12.379362] ipw2100 0000:02:05.0: PCI INT A -> Link[LNKD] -> GSI 15 (level, low) -> IRQ 15
Jul  9 19:33:39 fossie kernel: [   12.380283] ipw2100: Detected Intel PRO/Wireless 2100 Network Connection
Jul  9 19:33:39 fossie kernel: [   12.380316] ipw2100 0000:02:05.0: firmware: requesting ipw2100-1.3.fw
Jul  9 19:33:39 fossie kernel: [   12.808205] yenta_cardbus 0000:02:06.1: CardBus bridge found [103c:08b0]
Jul  9 19:33:39 fossie kernel: [   12.808231] yenta_cardbus 0000:02:06.1: Using CSCINT to route CSC interrupts to PCI
Jul  9 19:33:39 fossie kernel: [   12.808236] yenta_cardbus 0000:02:06.1: Routing CardBus interrupts to PCI
Jul  9 19:33:39 fossie kernel: [   12.808244] yenta_cardbus 0000:02:06.1: TI: mfunc 0x00001022, devctl 0x64
Jul  9 19:33:39 fossie kernel: [   12.929397] Intel ICH 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
Jul  9 19:33:39 fossie kernel: [   12.929449] Intel ICH 0000:00:1f.5: setting latency timer to 64
Jul  9 19:33:39 fossie kernel: [   13.040637] yenta_cardbus 0000:02:06.1: ISA IRQ mask 0x00f8, PCI irq 10
Jul  9 19:33:39 fossie kernel: [   13.040645] yenta_cardbus 0000:02:06.1: Socket status: 30000084
Jul  9 19:33:39 fossie kernel: [   13.040653] pci_bus 0000:02: Raising subordinate bus# of parent bus (#02) from #06 to #0a
Jul  9 19:33:39 fossie kernel: [   13.040667] yenta_cardbus 0000:02:06.1: pcmcia: parent PCI bridge I/O window: 0x3000 - 0x4fff
Jul  9 19:33:39 fossie kernel: [   13.040674] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x3000-0x4fff: clean.
Jul  9 19:33:39 fossie kernel: [   13.041517] yenta_cardbus 0000:02:06.1: pcmcia: parent PCI bridge Memory window: 0xe0000000 - 0xe05fffff
Jul  9 19:33:39 fossie kernel: [   13.041524] yenta_cardbus 0000:02:06.1: pcmcia: parent PCI bridge Memory window: 0x70000000 - 0x79ffffff
Jul  9 19:33:39 fossie kernel: [   13.141342] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x100-0x3af: clean.
Jul  9 19:33:39 fossie kernel: [   13.143271] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
Jul  9 19:33:39 fossie kernel: [   13.144133] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x820-0x8ff: clean.
Jul  9 19:33:39 fossie kernel: [   13.144822] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xc00-0xcf7: clean.
Jul  9 19:33:39 fossie kernel: [   13.145755] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xa00-0xaff: clean.
Jul  9 19:33:39 fossie kernel: [   13.609505] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: clean.
Jul  9 19:33:39 fossie kernel: [   13.611365] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
Jul  9 19:33:39 fossie kernel: [   13.612225] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean.
Jul  9 19:33:39 fossie kernel: [   13.612913] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean.
Jul  9 19:33:39 fossie kernel: [   13.613864] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
Jul  9 19:33:39 fossie kernel: [   13.852049] intel8x0_measure_ac97_clock: measured 55340 usecs (2666 samples)
Jul  9 19:33:39 fossie kernel: [   13.852056] intel8x0: clocking to 48000
Jul  9 19:33:39 fossie kernel: [   14.083079] lp: driver loaded but no devices found
Jul  9 19:33:39 fossie kernel: [   14.189960] Adding 2104504k swap on /dev/sda2.  Priority:-1 extents:1 across:2104504k 
Jul  9 19:33:39 fossie kernel: [   14.798631] EXT3 FS on sda3, internal journal
Jul  9 19:33:41 fossie kernel: [   18.941891] ttyS1: LSR safety check engaged!
Jul  9 19:33:41 fossie kernel: [   19.254268] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jul  9 19:33:41 fossie kernel: [   19.254275] Bluetooth: BNEP filters: protocol multicast
Jul  9 19:33:41 fossie kernel: [   19.397420] Bridge firewalling registered
Jul  9 19:33:43 fossie kernel: [   21.074751] ppdev: user-space parallel port driver
Jul  9 19:33:47 fossie kernel: [   24.571948] ADDRCONF(NETDEV_UP): eth0: link is not ready
Jul  9 19:33:47 fossie kernel: [   24.578315] ADDRCONF(NETDEV_UP): eth1: link is not ready
Jul  9 19:33:48 fossie kernel: [   25.696655] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
Jul  9 19:33:49 fossie kernel: [   26.836252] lib80211_crypt: registered algorithm 'CCMP'
Jul  9 19:33:49 fossie kernel: [   27.202932] padlock: VIA PadLock not detected.
Jul  9 19:33:49 fossie kernel: [   27.255759] lib80211_crypt: registered algorithm 'TKIP'
Jul  9 19:33:58 fossie kernel: [   35.964035] eth1: no IPv6 routers present
Jul  9 19:34:45 fossie kernel: [   83.124045] Clocksource tsc unstable (delta = -200139229 ns)

[-- Attachment #3: susp_resume.log --]
[-- Type: text/x-log, Size: 22079 bytes --]

Jul  9 19:48:18 fossie kernel: [  896.138419] b44: eth0: powering down PHY
Jul  9 19:48:18 fossie kernel: [  896.412076] ipw2100: exit - failed to send CARD_DISABLE command
Jul  9 19:48:36 fossie kernel: [  898.598103] PM: Syncing filesystems ... done.
Jul  9 19:48:36 fossie kernel: [  898.601100] PM: Preparing system for mem sleep
Jul  9 19:48:36 fossie kernel: [  898.601119] Freezing user space processes ... (elapsed 0.00 seconds) done.
Jul  9 19:48:36 fossie kernel: [  898.605015] Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
Jul  9 19:48:36 fossie kernel: [  898.605099] PM: Entering mem sleep
Jul  9 19:48:36 fossie kernel: [  898.605122] Suspending console(s) (use no_console_suspend to debug)
Jul  9 19:48:36 fossie kernel: [  898.606680] btusb_bulk_complete: hci0 urb c2d99900 failed to resubmit (1)
Jul  9 19:48:36 fossie kernel: [  898.607664] btusb_bulk_complete: hci0 urb c2d99c80 failed to resubmit (1)
Jul  9 19:48:36 fossie kernel: [  898.608667] btusb_intr_complete: hci0 urb c2d99d80 failed to resubmit (1)
Jul  9 19:48:36 fossie kernel: [  898.744076] sd 0:0:0:0: [sda] Synchronizing SCSI cache
Jul  9 19:48:36 fossie kernel: [  898.925690] sd 0:0:0:0: [sda] Stopping disk
Jul  9 19:48:36 fossie kernel: [  899.340165] serial 00:06: disabled
Jul  9 19:48:36 fossie kernel: [  899.340229] b44 0000:02:07.0: PCI INT A disabled
Jul  9 19:48:36 fossie kernel: [  899.480179] ipw2100 0000:02:05.0: PCI INT A disabled
Jul  9 19:48:36 fossie kernel: [  899.496338] Intel ICH 0000:00:1f.5: PCI INT B disabled
Jul  9 19:48:36 fossie kernel: [  899.496424] ACPI: Cannot set device to a higher-powered state than parent
Jul  9 19:48:36 fossie kernel: [  899.496514] ata2: port disabled. ignoring.
Jul  9 19:48:36 fossie kernel: [  899.496576] ata_piix 0000:00:1f.1: PCI INT A disabled
Jul  9 19:48:36 fossie kernel: [  899.496590] ehci_hcd 0000:00:1d.7: PCI INT D disabled
Jul  9 19:48:36 fossie kernel: [  899.496637] ehci_hcd 0000:00:1d.7: PME# disabled
Jul  9 19:48:36 fossie kernel: [  899.512140] uhci_hcd 0000:00:1d.2: PCI INT C disabled
Jul  9 19:48:36 fossie kernel: [  899.512173] uhci_hcd 0000:00:1d.1: PCI INT B disabled
Jul  9 19:48:36 fossie kernel: [  899.512206] uhci_hcd 0000:00:1d.0: PCI INT A disabled
Jul  9 19:48:36 fossie kernel: [  899.512446] ACPI: Device [FAN2] failed to transition to D0
Jul  9 19:48:36 fossie kernel: [  899.512629] ACPI: Device [FAN1] failed to transition to D0
Jul  9 19:48:36 fossie kernel: [  899.512799] ACPI: Device [FAN0] failed to transition to D0
Jul  9 19:48:36 fossie kernel: [  899.512838] PM: suspend devices took 0.908 seconds
Jul  9 19:48:36 fossie kernel: [  899.513507] ACPI: Preparing to enter system sleep state S3
Jul  9 19:48:36 fossie kernel: [  899.640437] Disabling non-boot CPUs ...
Jul  9 19:48:36 fossie kernel: [  899.640526] ------------[ cut here ]------------
Jul  9 19:48:36 fossie kernel: [  899.640539] WARNING: at kernel/smp.c:289 smp_call_function_single+0xa0/0x120()
Jul  9 19:48:36 fossie kernel: [  899.640543] Hardware name: HP Tablet PC Tx1100
Jul  9 19:48:36 fossie kernel: [  899.640546] Modules linked in: michael_mic arc4 ecb lib80211_crypt_tkip aes_i586 aes_generic lib80211_crypt_ccmp binfmt_misc ppdev bridge stp bnep lp parport pcmcia snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device ipw2100 snd libipw iTCO_wdt soundcore video yenta_socket rsrc_nonstatic pcmcia_core lib80211 iTCO_vendor_support pcspkr irda snd_page_alloc output crc_ccitt shpchp intel_agp agpgart btusb usbhid b44 ssb mii
Jul  9 19:48:36 fossie kernel: [  899.640610] Pid: 3478, comm: pm-suspend Not tainted 2.6.30-custom #1
Jul  9 19:48:36 fossie kernel: [  899.640614] Call Trace:
Jul  9 19:48:36 fossie kernel: [  899.640624]  [<c051bdc0>] ? printk+0x18/0x20
Jul  9 19:48:36 fossie kernel: [  899.640630]  [<c015f870>] ? smp_call_function_single+0xa0/0x120
Jul  9 19:48:36 fossie kernel: [  899.640639]  [<c0138ffc>] warn_slowpath_common+0x6c/0xc0
Jul  9 19:48:36 fossie kernel: [  899.640645]  [<c015f870>] ? smp_call_function_single+0xa0/0x120
Jul  9 19:48:36 fossie kernel: [  899.640651]  [<c0139065>] warn_slowpath_null+0x15/0x20
Jul  9 19:48:36 fossie kernel: [  899.640657]  [<c015f870>] smp_call_function_single+0xa0/0x120
Jul  9 19:48:36 fossie kernel: [  899.640665]  [<c0110d30>] ? do_drv_read+0x0/0x50
Jul  9 19:48:36 fossie kernel: [  899.640671]  [<c0110b47>] get_cur_val+0x97/0xc0
Jul  9 19:48:36 fossie kernel: [  899.640678]  [<c0110bb3>] get_cur_freq_on_cpu+0x43/0x70
Jul  9 19:48:36 fossie kernel: [  899.640688]  [<c041deb6>] cpufreq_suspend+0x86/0x100
Jul  9 19:48:36 fossie kernel: [  899.640694]  [<c015289a>] ? raw_notifier_call_chain+0x1a/0x20
Jul  9 19:48:36 fossie kernel: [  899.640702]  [<c0159f51>] ? clockevents_notify+0x21/0x70
Jul  9 19:48:36 fossie kernel: [  899.640712]  [<c035e64d>] sysdev_suspend+0x7d/0x1f0
Jul  9 19:48:36 fossie kernel: [  899.640719]  [<c017328c>] ? stop_machine_destroy+0x3c/0x40
Jul  9 19:48:36 fossie kernel: [  899.640727]  [<c0164d7f>] suspend_devices_and_enter+0x1af/0x210
Jul  9 19:48:36 fossie kernel: [  899.640734]  [<c051bdc0>] ? printk+0x18/0x20
Jul  9 19:48:36 fossie kernel: [  899.640739]  [<c0164f44>] enter_state+0x134/0x1a0
Jul  9 19:48:36 fossie kernel: [  899.640746]  [<c016502d>] state_store+0x7d/0xc0
Jul  9 19:48:36 fossie kernel: [  899.640751]  [<c0164fb0>] ? state_store+0x0/0xc0
Jul  9 19:48:36 fossie kernel: [  899.640758]  [<c02d1a14>] kobj_attr_store+0x24/0x30
Jul  9 19:48:36 fossie kernel: [  899.640766]  [<c02154b2>] sysfs_write_file+0x92/0xf0
Jul  9 19:48:36 fossie kernel: [  899.640776]  [<c01c6c8c>] vfs_write+0x9c/0x170
Jul  9 19:48:36 fossie kernel: [  899.640782]  [<c0215420>] ? sysfs_write_file+0x0/0xf0
Jul  9 19:48:36 fossie kernel: [  899.640788]  [<c01c6e1d>] sys_write+0x3d/0x70
Jul  9 19:48:36 fossie kernel: [  899.640794]  [<c010305c>] sysenter_do_call+0x12/0x28
Jul  9 19:48:36 fossie kernel: [  899.640799] ---[ end trace b4771eb00c1bebc0 ]---
Jul  9 19:48:36 fossie kernel: [  899.640799] Back to C!
Jul  9 19:48:36 fossie kernel: [  899.642653] ACPI: Waking up from system sleep state S3
Jul  9 19:48:36 fossie kernel: [  900.080214] agpgart-intel 0000:00:00.0: restoring config space at offset 0x4 (was 0xe0000008, writing 0xe2000008)
Jul  9 19:48:36 fossie kernel: [  900.080224] agpgart-intel 0000:00:00.0: restoring config space at offset 0x1 (was 0x20900106, writing 0x30900106)
Jul  9 19:48:36 fossie kernel: [  900.080245] pci 0000:00:01.0: restoring config space at offset 0x7 (was 0x2a000f0, writing 0x22a000f0)
Jul  9 19:48:36 fossie kernel: [  900.080278] uhci_hcd 0000:00:1d.0: restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
Jul  9 19:48:36 fossie kernel: [  900.080308] uhci_hcd 0000:00:1d.1: restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
Jul  9 19:48:36 fossie kernel: [  900.080339] uhci_hcd 0000:00:1d.2: restoring config space at offset 0x1 (was 0x2800005, writing 0x2800001)
Jul  9 19:48:36 fossie kernel: [  900.080379] ehci_hcd 0000:00:1d.7: restoring config space at offset 0x1 (was 0x2900006, writing 0x2900102)
Jul  9 19:48:36 fossie kernel: [  900.080407] pci 0000:00:1e.0: restoring config space at offset 0x9 (was 0xfff0, writing 0x79f07000)
Jul  9 19:48:36 fossie kernel: [  900.080415] pci 0000:00:1e.0: restoring config space at offset 0x8 (was 0xfff0, writing 0xe050e000)
Jul  9 19:48:36 fossie kernel: [  900.080423] pci 0000:00:1e.0: restoring config space at offset 0x7 (was 0x228000f0, writing 0x2804030)
Jul  9 19:48:36 fossie kernel: [  900.080431] pci 0000:00:1e.0: restoring config space at offset 0x6 (was 0x40020200, writing 0x400a0200)
Jul  9 19:48:36 fossie kernel: [  900.080444] pci 0000:00:1e.0: restoring config space at offset 0x1 (was 0x80800005, writing 0x88800107)
Jul  9 19:48:36 fossie kernel: [  900.080481] ata_piix 0000:00:1f.1: restoring config space at offset 0xf (was 0x100, writing 0x1ff)
Jul  9 19:48:36 fossie kernel: [  900.080495] ata_piix 0000:00:1f.1: restoring config space at offset 0x9 (was 0x0, writing 0x7a000000)
Jul  9 19:48:36 fossie kernel: [  900.080512] ata_piix 0000:00:1f.1: restoring config space at offset 0x1 (was 0x2800005, writing 0x2800007)
Jul  9 19:48:36 fossie kernel: [  900.080552] Intel ICH 0000:00:1f.5: restoring config space at offset 0xf (was 0x200, writing 0x20a)
Jul  9 19:48:36 fossie kernel: [  900.080568] Intel ICH 0000:00:1f.5: restoring config space at offset 0x7 (was 0x0, writing 0xd0000800)
Jul  9 19:48:36 fossie kernel: [  900.080575] Intel ICH 0000:00:1f.5: restoring config space at offset 0x6 (was 0x0, writing 0xd0000c00)
Jul  9 19:48:36 fossie kernel: [  900.080583] Intel ICH 0000:00:1f.5: restoring config space at offset 0x5 (was 0x1301, writing 0x18c1)
Jul  9 19:48:36 fossie kernel: [  900.080590] Intel ICH 0000:00:1f.5: restoring config space at offset 0x4 (was 0x1201, writing 0x1c01)
Jul  9 19:48:36 fossie kernel: [  900.080600] Intel ICH 0000:00:1f.5: restoring config space at offset 0x1 (was 0x2900005, writing 0x2900003)
Jul  9 19:48:36 fossie kernel: [  900.080620] pci 0000:00:1f.6: restoring config space at offset 0xf (was 0x200, writing 0x20a)
Jul  9 19:48:36 fossie kernel: [  900.080637] pci 0000:00:1f.6: restoring config space at offset 0x5 (was 0x1501, writing 0x2001)
Jul  9 19:48:36 fossie kernel: [  900.080645] pci 0000:00:1f.6: restoring config space at offset 0x4 (was 0x1401, writing 0x2401)
Jul  9 19:48:36 fossie kernel: [  900.080655] pci 0000:00:1f.6: restoring config space at offset 0x1 (was 0x2900005, writing 0x2900001)
Jul  9 19:48:36 fossie kernel: [  900.080685] pci 0000:01:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x4000)
Jul  9 19:48:36 fossie kernel: [  900.080708] ipw2100 0000:02:05.0: restoring config space at offset 0xf (was 0x22020100, writing 0x2202010a)
Jul  9 19:48:36 fossie kernel: [  900.080728] ipw2100 0000:02:05.0: restoring config space at offset 0x4 (was 0x0, writing 0xe0002000)
Jul  9 19:48:36 fossie kernel: [  900.080735] ipw2100 0000:02:05.0: restoring config space at offset 0x3 (was 0x0, writing 0x4008)
Jul  9 19:48:36 fossie kernel: [  900.080744] ipw2100 0000:02:05.0: restoring config space at offset 0x1 (was 0x2900000, writing 0x2900116)
Jul  9 19:48:36 fossie kernel: [  900.080766] yenta_cardbus 0000:02:06.0: restoring config space at offset 0xf (was 0x34001ff, writing 0x5c001ff)
Jul  9 19:48:36 fossie kernel: [  900.080774] yenta_cardbus 0000:02:06.0: restoring config space at offset 0xe (was 0x0, writing 0x34fc)
Jul  9 19:48:36 fossie kernel: [  900.080781] yenta_cardbus 0000:02:06.0: restoring config space at offset 0xd (was 0x0, writing 0x3400)
Jul  9 19:48:36 fossie kernel: [  900.080789] yenta_cardbus 0000:02:06.0: restoring config space at offset 0xc (was 0x0, writing 0x30fc)
Jul  9 19:48:36 fossie kernel: [  900.080797] yenta_cardbus 0000:02:06.0: restoring config space at offset 0xb (was 0x0, writing 0x3000)
Jul  9 19:48:36 fossie kernel: [  900.080805] yenta_cardbus 0000:02:06.0: restoring config space at offset 0xa (was 0x0, writing 0x7ffff000)
Jul  9 19:48:36 fossie kernel: [  900.080813] yenta_cardbus 0000:02:06.0: restoring config space at offset 0x9 (was 0x0, writing 0x7c000000)
Jul  9 19:48:36 fossie kernel: [  900.080820] yenta_cardbus 0000:02:06.0: restoring config space at offset 0x8 (was 0x0, writing 0x73fff000)
Jul  9 19:48:36 fossie kernel: [  900.080828] yenta_cardbus 0000:02:06.0: restoring config space at offset 0x7 (was 0x0, writing 0x70000000)
Jul  9 19:48:36 fossie kernel: [  900.080836] yenta_cardbus 0000:02:06.0: restoring config space at offset 0x6 (was 0x0, writing 0xb0060302)
Jul  9 19:48:36 fossie kernel: [  900.080845] yenta_cardbus 0000:02:06.0: restoring config space at offset 0x4 (was 0x0, writing 0xe0003000)
Jul  9 19:48:36 fossie kernel: [  900.080853] yenta_cardbus 0000:02:06.0: restoring config space at offset 0x3 (was 0x820000, writing 0x82a808)
Jul  9 19:48:36 fossie kernel: [  900.080862] yenta_cardbus 0000:02:06.0: restoring config space at offset 0x1 (was 0x2100000, writing 0x2100007)
Jul  9 19:48:36 fossie kernel: [  900.080885] yenta_cardbus 0000:02:06.1: restoring config space at offset 0xf (was 0x34002ff, writing 0x5c002ff)
Jul  9 19:48:36 fossie kernel: [  900.080893] yenta_cardbus 0000:02:06.1: restoring config space at offset 0xe (was 0x0, writing 0x3cfc)
Jul  9 19:48:36 fossie kernel: [  900.080901] yenta_cardbus 0000:02:06.1: restoring config space at offset 0xd (was 0x0, writing 0x3c00)
Jul  9 19:48:36 fossie kernel: [  900.080908] yenta_cardbus 0000:02:06.1: restoring config space at offset 0xc (was 0x0, writing 0x38fc)
Jul  9 19:48:36 fossie kernel: [  900.080916] yenta_cardbus 0000:02:06.1: restoring config space at offset 0xb (was 0x0, writing 0x3800)
Jul  9 19:48:36 fossie kernel: [  900.080924] yenta_cardbus 0000:02:06.1: restoring config space at offset 0xa (was 0x0, writing 0x83fff000)
Jul  9 19:48:36 fossie kernel: [  900.080932] yenta_cardbus 0000:02:06.1: restoring config space at offset 0x9 (was 0x0, writing 0x80000000)
Jul  9 19:48:36 fossie kernel: [  900.080940] yenta_cardbus 0000:02:06.1: restoring config space at offset 0x8 (was 0x0, writing 0x77fff000)
Jul  9 19:48:36 fossie kernel: [  900.080947] yenta_cardbus 0000:02:06.1: restoring config space at offset 0x7 (was 0x0, writing 0x74000000)
Jul  9 19:48:36 fossie kernel: [  900.080955] yenta_cardbus 0000:02:06.1: restoring config space at offset 0x6 (was 0x0, writing 0xb00a0702)
Jul  9 19:48:36 fossie kernel: [  900.080964] yenta_cardbus 0000:02:06.1: restoring config space at offset 0x4 (was 0x0, writing 0xe0004000)
Jul  9 19:48:36 fossie kernel: [  900.080972] yenta_cardbus 0000:02:06.1: restoring config space at offset 0x3 (was 0x820000, writing 0x82a808)
Jul  9 19:48:36 fossie kernel: [  900.080982] yenta_cardbus 0000:02:06.1: restoring config space at offset 0x1 (was 0x2100000, writing 0x2100007)
Jul  9 19:48:36 fossie kernel: [  900.081015] pci 0000:02:06.2: restoring config space at offset 0x4 (was 0x1, writing 0x4001)
Jul  9 19:48:36 fossie kernel: [  900.081023] pci 0000:02:06.2: restoring config space at offset 0x3 (was 0x0, writing 0x4008)
Jul  9 19:48:36 fossie kernel: [  900.081032] pci 0000:02:06.2: restoring config space at offset 0x1 (was 0x2100000, writing 0x2100007)
Jul  9 19:48:36 fossie kernel: [  900.081067] b44 0000:02:07.0: restoring config space at offset 0x1 (was 0x100106, writing 0x8100106)
Jul  9 19:48:36 fossie kernel: [  901.480940] PM: Device LNXPOWER:01 failed to resume: error -8
Jul  9 19:48:36 fossie kernel: [  901.481249] PM: Device LNXPOWER:02 failed to resume: error -8
Jul  9 19:48:36 fossie kernel: [  901.490611] agpgart-intel 0000:00:00.0: restoring config space at offset 0x4 (was 0xe0000008, writing 0xe2000008)
Jul  9 19:48:36 fossie kernel: [  901.490620] agpgart-intel 0000:00:00.0: restoring config space at offset 0x1 (was 0x900106, writing 0x30900106)
Jul  9 19:48:36 fossie kernel: [  901.490675] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
Jul  9 19:48:36 fossie kernel: [  901.490684] uhci_hcd 0000:00:1d.0: setting latency timer to 64
Jul  9 19:48:36 fossie kernel: [  901.490706] usb usb2: root hub lost power or was reset
Jul  9 19:48:36 fossie kernel: [  901.490766] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 15 (level, low) -> IRQ 15
Jul  9 19:48:36 fossie kernel: [  901.490775] uhci_hcd 0000:00:1d.1: setting latency timer to 64
Jul  9 19:48:36 fossie kernel: [  901.490795] usb usb3: root hub lost power or was reset
Jul  9 19:48:36 fossie kernel: [  901.490835] uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 12 (level, low) -> IRQ 12
Jul  9 19:48:36 fossie kernel: [  901.490843] uhci_hcd 0000:00:1d.2: setting latency timer to 64
Jul  9 19:48:36 fossie kernel: [  901.490863] usb usb4: root hub lost power or was reset
Jul  9 19:48:36 fossie kernel: [  901.490930] ehci_hcd 0000:00:1d.7: PME# disabled
Jul  9 19:48:36 fossie kernel: [  901.490938] ehci_hcd 0000:00:1d.7: PCI INT D -> Link[LNKH] -> GSI 10 (level, low) -> IRQ 10
Jul  9 19:48:36 fossie kernel: [  901.490947] ehci_hcd 0000:00:1d.7: setting latency timer to 64
Jul  9 19:48:36 fossie kernel: [  901.490955] ehci_hcd 0000:00:1d.7: PME# disabled
Jul  9 19:48:36 fossie kernel: [  901.490986] pci 0000:00:1e.0: setting latency timer to 64
Jul  9 19:48:36 fossie kernel: [  901.491021] ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 12 (level, low) -> IRQ 12
Jul  9 19:48:36 fossie kernel: [  901.491028] ata_piix 0000:00:1f.1: setting latency timer to 64
Jul  9 19:48:36 fossie kernel: [  901.491082] ata2: port disabled. ignoring.
Jul  9 19:48:36 fossie kernel: [  901.492572] Intel ICH 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
Jul  9 19:48:36 fossie kernel: [  901.492581] Intel ICH 0000:00:1f.5: setting latency timer to 64
Jul  9 19:48:36 fossie kernel: [  902.384429] ata1.00: ACPI cmd ef/03:0c:00:00:00:a0 filtered out
Jul  9 19:48:36 fossie kernel: [  902.384436] ata1.00: ACPI cmd ef/03:45:00:00:00:a0 filtered out
Jul  9 19:48:36 fossie kernel: [  902.400333] ata1.00: n_sectors mismatch 268435456 != 312581808
Jul  9 19:48:36 fossie kernel: [  902.400337] ata1.00: new n_sectors matches native, probably late HPA unlock, continuing
Jul  9 19:48:36 fossie kernel: [  902.409152] ata1.00: n_sectors mismatch 268435456 != 312581808
Jul  9 19:48:36 fossie kernel: [  902.409156] ata1.00: new n_sectors matches native, probably late HPA unlock, continuing
Jul  9 19:48:36 fossie kernel: [  902.409162] ata1.00: configured for UDMA/100
Jul  9 19:48:36 fossie kernel: [  902.505982] pci 0000:00:1f.6: PME# disabled
Jul  9 19:48:36 fossie kernel: [  902.505989] pci 0000:01:00.0: PME# disabled
Jul  9 19:48:36 fossie kernel: [  902.506001] ipw2100 0000:02:05.0: PCI INT A -> Link[LNKD] -> GSI 15 (level, low) -> IRQ 15
Jul  9 19:48:36 fossie kernel: [  903.068143] pci 0000:02:06.2: PME# disabled
Jul  9 19:48:36 fossie kernel: [  903.068154] b44 0000:02:07.0: PCI INT A -> Link[LNKC] -> GSI 12 (level, low) -> IRQ 12
Jul  9 19:48:36 fossie kernel: [  903.068181] b44 0000:02:07.0: restoring config space at offset 0x1 (was 0x100106, writing 0x8100106)
Jul  9 19:48:36 fossie kernel: [  903.089758] serial 00:06: activated
Jul  9 19:48:36 fossie kernel: [  903.836272] sd 0:0:0:0: [sda] Starting disk
Jul  9 19:48:36 fossie kernel: [  904.144050] usb 2-2: reset low speed USB device using uhci_hcd and address 2
Jul  9 19:48:36 fossie kernel: [  904.588050] usb 4-2: reset full speed USB device using uhci_hcd and address 2
Jul  9 19:48:36 fossie kernel: [  904.965867] btusb 4-2:1.0: no reset_resume for driver btusb?
Jul  9 19:48:36 fossie kernel: [  904.965872] btusb 4-2:1.1: no reset_resume for driver btusb?
Jul  9 19:48:36 fossie kernel: [  905.216349] PM: resume devices took 5.136 seconds
Jul  9 19:48:36 fossie kernel: [  905.216353] ------------[ cut here ]------------
Jul  9 19:48:36 fossie kernel: [  905.216366] WARNING: at kernel/power/main.c:176 suspend_test_finish+0x80/0x90()
Jul  9 19:48:36 fossie kernel: [  905.216370] Hardware name: HP Tablet PC Tx1100
Jul  9 19:48:36 fossie kernel: [  905.216373] Component: resume devices
Jul  9 19:48:36 fossie kernel: [  905.216376] Modules linked in: michael_mic arc4 ecb lib80211_crypt_tkip aes_i586 aes_generic lib80211_crypt_ccmp binfmt_misc ppdev bridge stp bnep lp parport pcmcia snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device ipw2100 snd libipw iTCO_wdt soundcore video yenta_socket rsrc_nonstatic pcmcia_core lib80211 iTCO_vendor_support pcspkr irda snd_page_alloc output crc_ccitt shpchp intel_agp agpgart btusb usbhid b44 ssb mii
Jul  9 19:48:36 fossie kernel: [  905.216440] Pid: 3478, comm: pm-suspend Tainted: G        W  2.6.30-custom #1
Jul  9 19:48:36 fossie kernel: [  905.216444] Call Trace:
Jul  9 19:48:36 fossie kernel: [  905.216452]  [<c0164bc0>] ? suspend_test_finish+0x80/0x90
Jul  9 19:48:36 fossie kernel: [  905.216458]  [<c0164bc0>] ? suspend_test_finish+0x80/0x90
Jul  9 19:48:36 fossie kernel: [  905.216466]  [<c0138ffc>] warn_slowpath_common+0x6c/0xc0
Jul  9 19:48:36 fossie kernel: [  905.216473]  [<c0164bc0>] ? suspend_test_finish+0x80/0x90
Jul  9 19:48:36 fossie kernel: [  905.216479]  [<c0139096>] warn_slowpath_fmt+0x26/0x30
Jul  9 19:48:36 fossie kernel: [  905.216485]  [<c0164bc0>] suspend_test_finish+0x80/0x90
Jul  9 19:48:36 fossie kernel: [  905.216493]  [<c0164c77>] suspend_devices_and_enter+0xa7/0x210
Jul  9 19:48:36 fossie kernel: [  905.216501]  [<c051bdc0>] ? printk+0x18/0x20
Jul  9 19:48:36 fossie kernel: [  905.216507]  [<c0164f44>] enter_state+0x134/0x1a0
Jul  9 19:48:36 fossie kernel: [  905.216514]  [<c016502d>] state_store+0x7d/0xc0
Jul  9 19:48:36 fossie kernel: [  905.216520]  [<c0164fb0>] ? state_store+0x0/0xc0
Jul  9 19:48:36 fossie kernel: [  905.216527]  [<c02d1a14>] kobj_attr_store+0x24/0x30
Jul  9 19:48:36 fossie kernel: [  905.216534]  [<c02154b2>] sysfs_write_file+0x92/0xf0
Jul  9 19:48:36 fossie kernel: [  905.216544]  [<c01c6c8c>] vfs_write+0x9c/0x170
Jul  9 19:48:36 fossie kernel: [  905.216550]  [<c0215420>] ? sysfs_write_file+0x0/0xf0
Jul  9 19:48:36 fossie kernel: [  905.216556]  [<c01c6e1d>] sys_write+0x3d/0x70
Jul  9 19:48:36 fossie kernel: [  905.216563]  [<c010305c>] sysenter_do_call+0x12/0x28
Jul  9 19:48:36 fossie kernel: [  905.216568] ---[ end trace b4771eb00c1bebc1 ]---
Jul  9 19:48:36 fossie kernel: [  905.216879] PM: Finishing wakeup.
Jul  9 19:48:36 fossie kernel: [  905.216883] Restarting tasks ... done.
Jul  9 19:48:38 fossie kernel: [  906.903180] ADDRCONF(NETDEV_UP): eth0: link is not ready
Jul  9 19:48:38 fossie kernel: [  906.909502] ADDRCONF(NETDEV_UP): eth1: link is not ready
Jul  9 19:48:39 fossie kernel: [  908.036593] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
Jul  9 19:48:49 fossie kernel: [  918.040050] eth1: no IPv6 routers present

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

* Re: "EXT3-fs error" after resume from s2ram
  2009-06-30  5:37       ` Christof Warlich
  2009-07-02  5:17         ` Robert Hancock
@ 2009-07-09 23:19         ` Pavel Machek
  1 sibling, 0 replies; 21+ messages in thread
From: Pavel Machek @ 2009-07-09 23:19 UTC (permalink / raw)
  To: Christof Warlich; +Cc: Robert Hancock, linux-kernel

On Tue 2009-06-30 07:37:32, Christof Warlich wrote:
> No, really nothing else but these EXT3-fs error messages are printed to vt1,
> and as the disk is not accessible,  nothing can be found in  
> /var/log/kern.log either.
>
> With respect to libata and SCSI and on a normal system boot,  
> /var/log/kern.log just
> contains:
>
> SCSI subsystem initialized
> libata version 3.00 loaded.
>
> so nothing helpful either.  Do you want me to send an entire boot -  
> suspend cycle
> from /var/log/kern.log?

Try killall klogd before suspend/resume cycle?


-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

* Re: "EXT3-fs error" after resume from s2ram
  2009-07-09 18:17                               ` Christof Warlich
@ 2009-07-09 23:31                                 ` Robert Hancock
  2009-07-10 13:21                                   ` Tejun Heo
  0 siblings, 1 reply; 21+ messages in thread
From: Robert Hancock @ 2009-07-09 23:31 UTC (permalink / raw)
  To: Christof Warlich; +Cc: Tejun Heo, linux-kernel, ide

On Thu, Jul 9, 2009 at 12:17 PM, Christof Warlich<christof@warlich.name> wrote:
> Hi Tejun, Robert,
>
> hey, great: Suspend to ram seems to work like a charm now! Many thanks to
> Robert for taking the time to identify the root cause and to Tejun for
> providing the patch.
>
> I've attached both boot and suspend / resume messages from
> /var/log/kern.log, just let me know if I can do anything else to
> help getting the patch into an official kernel release. Furthermore, I would
> be happy to be kept posted on the progress being made regarding this.
>
> Just one clarification: From what I understood so far, it will be impossible
> to ever utilize the full disk capacity as long as the BIOS applies the HPA
> on boot, right?

I believe that's the case, yes.. if the BIOS is applying the HPA on
each boot, then we can't change the max address again without a
hardware reset..

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

* Re: "EXT3-fs error" after resume from s2ram
  2009-07-09 23:31                                 ` Robert Hancock
@ 2009-07-10 13:21                                   ` Tejun Heo
  0 siblings, 0 replies; 21+ messages in thread
From: Tejun Heo @ 2009-07-10 13:21 UTC (permalink / raw)
  To: Robert Hancock; +Cc: Christof Warlich, Tejun Heo, linux-kernel, ide

Hello,

Robert Hancock wrote:
> On Thu, Jul 9, 2009 at 12:17 PM, Christof Warlich<christof@warlich.name> wrote:
>> Just one clarification: From what I understood so far, it will be impossible
>> to ever utilize the full disk capacity as long as the BIOS applies the HPA
>> on boot, right?
> 
> I believe that's the case, yes.. if the BIOS is applying the HPA on
> each boot, then we can't change the max address again without a
> hardware reset..

This is one of the reasons why libata was switched to prefer hardreset
so that BIOS lock downs can be circumvented.  PATA drivers
unfortunately usually don't implement hardreset.  :-(

I'll forward the patch upstream.

Thanks.

-- 
tejun

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

end of thread, other threads:[~2009-07-10 13:21 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-28 13:37 "EXT3-fs error" after resume from s2ram Christof Warlich
2009-06-29  0:18 ` Robert Hancock
2009-06-29 13:54   ` Christof Warlich
2009-06-30  0:28     ` Robert Hancock
2009-06-30  5:37       ` Christof Warlich
2009-07-02  5:17         ` Robert Hancock
2009-07-06  9:51           ` Christof Warlich
2009-07-07  0:13             ` Robert Hancock
2009-07-07  7:04               ` Christof Warlich
2009-07-07  9:13                 ` Christof Warlich
2009-07-07 14:19                   ` Robert Hancock
2009-07-07 17:42                     ` Christof Warlich
2009-07-07 23:30                       ` Robert Hancock
2009-07-08  6:41                         ` Christof Warlich
2009-07-08 14:28                           ` Tejun Heo
2009-07-08 15:21                             ` Tejun Heo
2009-07-09 18:17                               ` Christof Warlich
2009-07-09 23:31                                 ` Robert Hancock
2009-07-10 13:21                                   ` Tejun Heo
2009-07-08 15:50                             ` Christof Warlich
2009-07-09 23:19         ` Pavel Machek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.