Suspend to ram Dell insipron 6000 (probably easy)

Hey,
I'm having some basic problems with the whole suspend to ram operation.  As a new user to configuring this by hand, I'm a bit lost at where I should start.  So this is what I have so far.
I have installed Klaptop, and it has the suspend option, but after suspending, it doesn't resume.  (It powers back on to a black screen only where I can't do anything)
I have installed pm-utils.  pm-suspend suspends the computer and then on resume just goes to the same black screen like klaptop does.
My daemons  are
DAEMONS=(syslog-ng cpufreq !network netfs crond kdm dbus hal dhcdbd networkmanager autofs keytouchd)
and my modules are
MODULES=(b44 mii acpi_cpufreq cpufreq_stats cpufreq_powersave cpufreq_conservative cpufreq_ondemand cpufreq_userspace ipw2200 ac97_bus snd-mixer-oss snd-pcm-oss snd-page-alloc snd-pcm snd-timer snd snd-ac97-codec snd-intel8x0 snd-intel8x0m soundcore i8k)
I don't think I've configured enough files or something like that.  Are there any files in /etc/ that I should be modding to get suspend to ram to work properly?  Is there anything wrong with my daemons or modules? 
Thanks in advance for any help you can give,
e^1

I've got suspend and hibernate to work with pm-utils (and kpowersave-devel) on a Dell Inspiron 6400 about 80% of the way, and I'm appending my install notes on this.  Perhaps they'll help you.  This new power management scheme looks like a convoluted mess to me, and I'm still flailing with it. 
Also see http://bbs.archlinux.org/viewtopic.php?id=37493
--- How to configure Arch for power management on Dell Inspiron 6400 ---
1. Install acpid, pm-utils and cpufrequtils, i.e. # pacman -S acpid pm-utils cpufrequtils
Add 'acpid' to the list of DAEMONS in /etc/rc.conf.  If you already have hal specified in your DAEMONS, there is no need to add acpid. HAL will automatically detect and load the acpid daemon.
Both pm-suspend (suspend2ram, low power state) and pm-hibernate (suspend2disk, system powered down completely) are usually called from HAL, e.g. initiated by the desktop applet kpowersave.
They can be run in several ways:
a. Via buttons or shortcuts (e.g. Fn-ESC for Standby, Fn-F1 for Hibernate)
b. From KPowersave in task bar
c. Or, without using HAL and other frameworks, call pm-suspend or pm-hibernate from the command line as root:
# pm-suspend
# pm-hibernate
2. Configure pm-hibernate (suspend2disk):
When the machine is placed into hibernation, it will move all data from RAM to the swap partition (swap size must be >= RAM).  Edit the kernel line in /boot/grub/menu.lst by adding 'resume=path_to_swap_partition', e.g.
kernel /boot/vmlinuz26 root=/dev/sda2 resume=/dev/sda5 ro vga=791
3. Configure cpufrequtils:
a. Add the driver "acpi-cpufreq" to the MODULES list in /etc/rc.conf.
b. Load a governor(s) (a pre-configured power scheme, loaded as a kernel module) by adding 'cpufreq_ondemand' or 'cpufreq_powersave' etc. to the MODULES list in /etc/rc.conf.
c. Edit /etc/conf.d/cpufreq to include valid governor(s) and the proper freqs for your CPU (get these values by running $ cpufreq-info), e.g.
governor="ondemand"
min_freq="1GHz"
max_freq="1.67GHz"
d. Add 'cpufreq' to the list of DAEMONs in /etc/rc.conf (after 'hal').
e. In /etc/pm/config.d/ create a file 'config' and in it list the modules to be unloaded before suspend, e.g.
SUSPEND_MODULES=" button uhci_hcd"
5. If applicable, change the labels for the power and sleep buttons in /etc/acpi/handler.sh.
E.g. in Dell Inspiron 6400 replace PWRF with PBTN and replace SLPB with SBTN.
6. Configure proper handling of lid closure by editing the button/lid section in etc/acpi/handler.sh.
I don't know how to do that as yet but the following hack at least will allow you to close the lid after putting the laptop on Standby and have the screen come back to life after resuming, rather than having it remain black.
Put the following shell script '000hacks' into /etc/pm/sleep.d/ and make it executable (you'll have to install vbetool):
#!/bin/bash
case $1 in
    suspend)
        chvt 1
        vbetool vbestate save > /tmp/vbe
    resume)
        vbetool post
        vbetool vbestate restore < /tmp/vbe
        chvt 7
esac
7. Read Arch wikis:
http://wiki.archlinux.org/index.php/Pm-utils
http://wiki.archlinux.org/index.php/Cpufrequtils
http://wiki.archlinux.org/index.php/Acpid

Similar Messages

  • LG R510 - Suspend-to-RAM problem

    Hi, I'm having trouble using the suspend-to-ram feature on my LG R510 laptop. I tried suspending the machine using the suspend feature integrated in KDE-4.2 as well as using the command-line tools s2ram and pm-suspend. The machine behaves exactly the same in all cases:
    The system (apparently) suspends without errors. It also correctly restores to it's former state upon wakeup. Even the X-Server starts and seems to work fine.
    However, the hard-drive can no longer be accessed after wakeup, leaving you with a "dead" system.
    If you try running a command from a shell it will trigger either "command not found" or "input/output error" messages. For that reason I'm unable to gather any diagnostic information from the continued system. Since the hard-drive cannot be accessed, no logs get written after wakeup either.
    The hard-drive does spin up when the system wakes up (I can clearly hear it). There is probably some problem with the hard-drive controller. However, I wasn't able to find any specific information about Intel ICH9 chipsets and suspend-to-RAM yet.
    I will post some details about the system. Please feel free to ask for additional information.
    $ uname -a
    Linux klappkeks 2.6.28-ARCH #1 SMP PREEMPT Sun Mar 8 10:55:58 CET 2009 x86_64 Intel(R) Core(TM)2 Duo CPU P8400 @ 2.26GHz GenuineIntel GNU/Linux
    # s2ram -i
    This machine can be identified by:
    sys_vendor = "LG Electronics"
    sys_product = "R510"
    sys_version = "03"
    bios_version = "QL8L3B92"
    # lspci
    00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
    00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
    00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
    00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
    00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
    00:1d.3 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
    00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
    00:1f.6 Signal processing controller: Intel Corporation 82801I (ICH9 Family) Thermal Subsystem (rev 03)
    01:00.0 VGA compatible controller: nVidia Corporation GeForce 9600M GS (rev a1)
    02:00.0 Network controller: Intel Corporation Wireless WiFi Link 5100
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)

    It seems this is a BIOS bug of the LG R510. There is a workaround: You have to set your hard drive to IDE mode.
    To do this, open the BIOS setup utility by pressing F2 during startup. Look for the "HDC configure as" option and switch it from AHCI to IDE.
    Note that this might reduce disk performance. So far, I haven't noticed any difference after switching to IDE. Suspend-to-RAM works like a charm now.
    By the way, a similar problem occurs on HP notebooks where it can be fixed through a BIOS update. Unfortunately there is no update available for the LG R510 yet.

  • [Solved] Suspend to RAM no longer works

    Suspend to RAM when closing my laptop lid worked out the box for me since I put Arch on my Dell XPS 14. After doing a pacman -Su yesterday (where I noticed that the kernel was updated, but it might be something else) it no longer works. Running 'systemctl suspend' in the terminal does work. Do I have to update a config?
    Last edited by skip (2014-04-01 19:48:23)

    For anyone else that finds this, systemd 212 doesn't suspend with lid closed with or without external monitor for those using the Nvidia proprietary drivers. Nvidia doesn't provide the necessary information for systemd to know whether or not an external monitor is connected, and thus it plays it safe and doesn't suspend. This is explained nicely at the Freedesktop bug linked above, but I wanted to pass it along here for those that won't follow the link.
    Sounds like they're leaning toward reversing the preference (dock/external display users will need to opt out of suspending with lid close) in future versions since non-dock/monitor users >> dock/monitor users.

  • System freeze after resume from suspend to RAM

    Hi,
    since quite a while (probably ever) I am unable to suspend my computer to RAM because everytime it freezes a few seconds after resuming, never to become alive again until a reboot. After some investigation, I managed to get kernel logs by taking a picture of my screen. The logs were not written to disk, hence I didn't see anything before. I had to write these by hand, I hope I didn't insert any mistakes:
    kernel: sas: Enter sas_scsi_recover_host busy: 2 failed: 2
    kernel: sas: trying to find task 0xfff880008b5b680
    kernel: sas: sas_scsi_find_task: aborting task 0xfff880008b5b680
    kernel: sas: sas_scsi_find_task: task 0xfff880008b5b680 is aborted
    kernel: sas: sas_eh_handle_sas_errors: task 0xfff880008b5b680 is aborted
    kernel: sas: trying to find task 0xffff8804606ccb40
    kernel: sas: sas_scsi_find_task: aborting task 0xffff8804606ccb40
    kernel: sas: sas_scsi_find_task: task 0xffff8804606ccb40 is aborted
    kernel: sas: sas_eh_handle_sas_errors: task 0xffff8804606ccb40 is aborted
    kernel: sas: ata7: end_device-0:0: cmd error handler
    kernel: sas: ata8: end_device-0:1: cmd error handler
    kernel: sas: ata7: end_device-0:0: dev error handler
    kernel: ata7.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
    kernel: ata7.00: failed command: READ VERIFY SECTOR(S)
    kernel: ata7.00: cmd 40/00:01:00:00:00/00:00:00:00:00/e0 tag 11
    res 40/00:48:a0:79:88/00:00:07:00:00/40 Emask 0x4 (timeout)
    kernel: ata7.00: status { DRDY }
    kernel: ata7: hard resetting link
    kernel: sas: ata8: end_device-0:1: dev error handler
    kernel: ata8.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
    kernel: ata8.00: failed command: READ VERIFY SECTOR(S)
    kernel: ata8.00: cmd 40/00:01:00:00:00/00:00:00:00:00/e0 tag 11
    res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    kernel: ata8.00: status { DRDY }
    kernel: ata8: hard resetting link
    This issue seems to be related to disk failures like bad sectors but I am quite sure, that my SSDs are in a good shape. I ran some SMART tests, they all turned out to be okay. Suspending from my dual-booted Windows works fine as well (although if the bad sector would be on the linux partition, it would probably not affect Windows).
    Here's my setup:
    $ lsblk -St
    NAME HCTL TYPE VENDOR MODEL REV TRAN NAME ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC ROTA SCHED RQ-SIZE RA WSAME
    sda 1:0:0:0 disk ATA Corsair Force 3 2 sata sda 0 512 0 512 512 0 cfq 128 128 0B
    sdb 7:0:0:0 disk ST1000DM 003-9YN162 NDP3 usb sdb 0 512 0 512 512 1 cfq 128 128 0B
    sdc 0:0:0:0 disk ATA OCZ-REVODRIVE3 2.25 sas sdc 0 512 0 512 512 0 cfq 128 128 0B
    sdd 0:0:1:0 disk ATA OCZ-REVODRIVE3 2.25 sas sdd 0 512 0 512 512 0 cfq 128 128 0B
    sr0 2:0:0:0 rom TSSTcorp CDDVDW SH-222AL SB00 sata sr0 0 512 0 512 512 1 cfq 128 128 0B
    $ lsblk -f
    NAME FSTYPE LABEL UUID MOUNTPOINT
    sda
    ├─sda1 ntfs Recovery 567437B974379B27
    ├─sda2 vfat DC2D-099E /boot
    ├─sda3
    ├─sda4 ntfs FEBED982BED933BD
    ├─sda5 ext4 arch 41bad924-84a2-4e0a-9cd4-4ea723a2a5a3 /
    └─sda6 swap 793fb3c1-8bec-4023-a7c3-ee94eee2e67a [SWAP]
    sdb
    └─sdb1 ntfs HDDRIVE2GO 2212E50812E4E231
    sdc
    └─sdc1 linux_raid_member home:0 208937dc-2904-e71c-435a-9928671e07a3
    └─md0 ext4 revodrive ffe9d38f-87f2-44e1-ae26-f36c910af3c5 /home
    sdd
    └─sdd1 linux_raid_member home:0 208937dc-2904-e71c-435a-9928671e07a3
    └─md0 ext4 revodrive ffe9d38f-87f2-44e1-ae26-f36c910af3c5 /home
    I am not sure which one of the disks causes the freeze but I assume it's the revodrive because the logs talk about two drives. The Revodrive internally holds two drives, which are set up to operate in a RAID 0. Windows is installed on the Corsair drive, and has no access to the Revodrive. However, I used to run Windows on the Revodrive a few years ago, and it worked just fine.
    Another interesting thing is that when I try to test suspend to RAM, the system does not freeze, nor produce errors. This only happens if none is written to /sys/power/pm_test (which means no automated wake-up, no testing).
    Any ideas on how I could narrow down this issue? Thanks a lot!
    EDIT
    I just checked and confirmed that this issue is originating from the OCZ Revodrive:
    $ dmesg | grep ata7.00 | head
    [ 7.136432] ata7.00: ATA-8: OCZ-REVODRIVE3, 2.25, max UDMA/133
    [ 7.136436] ata7.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [ 7.146442] ata7.00: configured for UDMA/133
    $ dmesg | grep ata8.00 | head
    [ 7.310018] ata8.00: ATA-8: OCZ-REVODRIVE3, 2.25, max UDMA/133
    [ 7.310023] ata8.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [ 7.320022] ata8.00: configured for UDMA/133
    Last edited by tuttiarch (2015-01-31 15:54:29)

    Thank you for the link, unfortunally I don't have a NVIDIA card but use the Intel IGP (HD4600, Haswell) - maybe I should have mentioned that...
    And other than in this bug report I cannot kill X or anything because neither other TTYs work - I cannot input anything (although the hotkeys work weird enough) nor is SSHD running because the system is completely frozen...
    Very funny thing is that for the last 2 days my system didnt freeze once (suspended about 6-7 times during one boot), even though for the 2 weeks prior to that, it froze EVERY SINGLE TIME I resumed from suspend, it didnt work once...

  • Suspend to ram/disk stopped working overnight

    My suspend to ram/disk used to work fine, but overnight, it stopped. It is not an update issue since, I was able to suspend after the last update. I decided to update today hoping that it is going to solve the problem, but the problem persist.
    Here is what happens:
    $ sudo pm-suspend
    or
    $ sudo pm-hibernate
    The computer suspends faster than usual, as if it does not take the time to complete the suspend procedure. When I turn the computer on, it starts to boot instead of resuming from suspend. In the case of hibernate, this is clearly obvious. Normally it is suppose to take 10-30 s. to save the memory data to the swap, but this time the computer shuts fast (1-2s.), and I doubt that all the data is saved to swap.
    Here are the logs for each case (/var/log/pm-suspend.log):
    suspend to ram:
    Initial commandline parameters:
    Sat Aug 25 23:16:03 EDT 2012: Running hooks for suspend.
    Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
    Linux gateway 3.4.9-1-ARCH #1 SMP PREEMPT Wed Aug 15 18:59:31 CEST 2012 x86_64 GNU/Linux
    Module Size Used by
    xt_recent 7901 3
    xt_tcpudp 2471 51
    ip6table_mangle 1684 0
    ipt_MASQUERADE 1738 1
    nf_nat_ftp 1668 0
    iptable_nat 4024 1
    nf_nat 15100 3 nf_nat_ftp,ipt_MASQUERADE,iptable_nat
    nf_conntrack_ipv4 6871 20 nf_nat,iptable_nat
    nf_defrag_ipv4 1339 1 nf_conntrack_ipv4
    xt_TCPMSS 3439 5
    xt_LOG 11943 48
    ipt_REJECT 2281 0
    iptable_mangle 1584 0
    xt_multiport 1758 0
    xt_state 1295 17
    xt_limit 2041 51
    xt_conntrack 3329 0
    nf_conntrack_ftp 6261 1 nf_nat_ftp
    nf_conntrack 61584 8 nf_nat_ftp,ipt_MASQUERADE,nf_nat,xt_state,xt_conntrack,nf_conntrack_ftp,iptable_nat,nf_conntrack_ipv4
    ip6table_filter 1396 1
    ip6_tables 18198 2 ip6table_filter,ip6table_mangle
    iptable_filter 1456 1
    ip_tables 16946 3 iptable_filter,iptable_mangle,iptable_nat
    x_tables 16954 17 ip6table_filter,ip6table_mangle,xt_recent,ip_tables,xt_tcpudp,ipt_MASQUERADE,xt_limit,xt_state,xt_conntrack,xt_LOG,xt_multiport,iptable_filter,xt_TCPMSS,ipt_REJECT,iptable_mangle,ip6_tables,iptable_nat
    adt7475 20329 0
    hwmon_vid 3196 1 adt7475
    arc4 1410 2
    sg 25344 0
    st 35573 0
    uas 8823 0
    rtl8187 52559 0
    mxm_wmi 1425 0
    wmi 8475 1 mxm_wmi
    shpchp 26305 0
    pci_hotplug 23564 1 shpchp
    eeprom_93cx6 2175 1 rtl8187
    serio_raw 4653 0
    i2c_algo_bit 5391 0
    ttm 64320 0
    drm_kms_helper 33051 0
    drm 208958 2 ttm,drm_kms_helper
    tpm_tis 9074 0
    tpm 13765 1 tpm_tis
    tpm_bios 5121 1 tpm
    video 11307 0
    b43 353506 0
    snd_hda_codec_realtek 60726 1
    iTCO_wdt 12813 0
    iTCO_vendor_support 1929 1 iTCO_wdt
    snd_hda_intel 24053 0
    snd_hda_codec 94305 2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 6300 1 snd_hda_codec
    snd_pcm 74958 2 snd_hda_codec,snd_hda_intel
    snd_page_alloc 7217 2 snd_pcm,snd_hda_intel
    snd_timer 18966 1 snd_pcm
    snd 58997 6 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
    soundcore 5410 1 snd
    nvidia 11182217 0
    sky2 49219 0
    microcode 12345 0
    i2c_i801 8180 0
    ssb 48803 1 b43
    pcspkr 1899 0
    evdev 9754 11
    firewire_ohci 31709 0
    intel_agp 10936 0
    firewire_core 51552 1 firewire_ohci
    intel_gtt 14047 1 intel_agp
    crc_itu_t 1363 1 firewire_core
    thermal 7959 0
    fan 2426 0
    button 4502 0
    pcmcia 35785 2 b43,ssb
    bcma 22757 1 b43
    mmc_core 82070 2 b43,ssb
    coretemp 5654 0
    i2c_core 20369 6 drm,i2c_i801,drm_kms_helper,i2c_algo_bit,adt7475,nvidia
    mac80211 395712 2 b43,rtl8187
    cfg80211 170255 3 b43,mac80211,rtl8187
    rfkill 15604 1 cfg80211
    pcmcia_core 12253 1 pcmcia
    vboxnetadp 18387 0
    vboxnetflt 16871 0
    vboxdrv 1792216 2 vboxnetadp,vboxnetflt
    acpi_cpufreq 5933 0
    mperf 1299 1 acpi_cpufreq
    processor 26567 1 acpi_cpufreq
    nfs 276152 0
    nfs_acl 2359 1 nfs
    lockd 62987 1 nfs
    auth_rpcgss 32327 1 nfs
    sunrpc 185190 4 nfs,auth_rpcgss,lockd,nfs_acl
    fscache 41059 1 nfs
    ext4 424871 6
    crc16 1359 1 ext4
    jbd2 73919 1 ext4
    mbcache 5977 1 ext4
    aes_x86_64 7508 40
    cryptd 8741 0
    aes_generic 26138 1 aes_x86_64
    xts 3101 20
    gf128mul 6050 1 xts
    dm_crypt 16496 5
    dm_mod 70918 11 dm_crypt
    sr_mod 14823 0
    cdrom 35648 1 sr_mod
    sd_mod 29239 8
    usbhid 36462 0
    hid 85541 1 usbhid
    usb_storage 44760 0
    pata_jmicron 2480 0
    pata_acpi 3408 0
    ata_piix 23160 7
    ata_generic 3295 0
    uhci_hcd 23436 0
    libata 167611 4 pata_acpi,ata_generic,ata_piix,pata_jmicron
    scsi_mod 132736 7 sg,st,uas,usb_storage,libata,sd_mod,sr_mod
    ehci_hcd 41026 0
    usbcore 147661 7 uas,uhci_hcd,rtl8187,usb_storage,ehci_hcd,usbhid
    usb_common 954 1 usbcore
    floppy 58615 0
    vfat 10119 0
    fat 49739 1 vfat
    nls_cp437 5953 0
    total used free shared buffers cached
    Mem: 4052416 174372 3878044 0 20828 36868
    -/+ buffers/cache: 116676 3935740
    Swap: 5122680 0 5122680
    /usr/lib/pm-utils/sleep.d/00logging suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave suspend suspend:
    /usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub suspend suspend:
    /usr/lib/pm-utils/sleep.d/01grub suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01laptop-mode suspend suspend:
    /usr/lib/pm-utils/sleep.d/01laptop-mode suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/50netcfg suspend suspend:
    /usr/lib/pm-utils/sleep.d/50netcfg suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules suspend suspend:
    Unloading kernel module rfkill...Done.
    /usr/lib/pm-utils/sleep.d/75modules suspend suspend: success.
    Running hook /etc/pm/sleep.d/90alsa suspend suspend:
    /etc/pm/sleep.d/90alsa suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock suspend suspend:
    /usr/lib/pm-utils/sleep.d/90clock suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led suspend suspend:
    /usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend:
    nVidia binary video drive detected, not using quirks.
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler suspend suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/99video suspend suspend:
    kernel.acpi_video_flags = 0
    /usr/lib/pm-utils/sleep.d/99video suspend suspend: success.
    Sat Aug 25 23:16:04 EDT 2012: performing suspend
    hibernate:
    Initial commandline parameters:
    Sat Aug 25 22:13:46 EDT 2012: Running hooks for hibernate.
    Running hook /usr/lib/pm-utils/sleep.d/00logging hibernate hibernate:
    Linux gateway 3.4.9-1-ARCH #1 SMP PREEMPT Wed Aug 15 18:59:31 CEST 2012 x86_64 GNU/Linux
    Module Size Used by
    xt_recent 7901 3
    xt_tcpudp 2471 51
    ip6table_mangle 1684 0
    ipt_MASQUERADE 1738 1
    nf_nat_ftp 1668 0
    iptable_nat 4024 1
    nf_nat 15100 3 nf_nat_ftp,ipt_MASQUERADE,iptable_nat
    nf_conntrack_ipv4 6871 20 nf_nat,iptable_nat
    nf_defrag_ipv4 1339 1 nf_conntrack_ipv4
    xt_TCPMSS 3439 5
    xt_LOG 11943 48
    ipt_REJECT 2281 0
    iptable_mangle 1584 0
    xt_multiport 1758 0
    xt_state 1295 17
    xt_limit 2041 51
    xt_conntrack 3329 0
    nf_conntrack_ftp 6261 1 nf_nat_ftp
    nf_conntrack 61584 8 nf_nat_ftp,ipt_MASQUERADE,nf_nat,xt_state,xt_conntrack,nf_conntrack_ftp,iptable_nat,nf_conntrack_ipv4
    ip6table_filter 1396 1
    ip6_tables 18198 2 ip6table_filter,ip6table_mangle
    iptable_filter 1456 1
    ip_tables 16946 3 iptable_filter,iptable_mangle,iptable_nat
    x_tables 16954 17 ip6table_filter,ip6table_mangle,xt_recent,ip_tables,xt_tcpudp,ipt_MASQUERADE,xt_limit,xt_state,xt_conntrack,xt_LOG,xt_multiport,iptable_filter,xt_TCPMSS,ipt_REJECT,iptable_mangle,ip6_tables,iptable_nat
    adt7475 20329 0
    hwmon_vid 3196 1 adt7475
    sg 25344 0
    st 35573 0
    uas 8823 0
    rtl8187 52559 0
    mxm_wmi 1425 0
    wmi 8475 1 mxm_wmi
    shpchp 26305 0
    pci_hotplug 23564 1 shpchp
    eeprom_93cx6 2175 1 rtl8187
    serio_raw 4653 0
    i2c_algo_bit 5391 0
    ttm 64320 0
    drm_kms_helper 33051 0
    drm 208958 2 ttm,drm_kms_helper
    tpm_tis 9074 0
    tpm 13765 1 tpm_tis
    tpm_bios 5121 1 tpm
    video 11307 0
    nvidia 11182217 0
    arc4 1410 2
    snd_hda_codec_realtek 60726 1
    snd_hda_intel 24053 0
    snd_hda_codec 94305 2 snd_hda_codec_realtek,snd_hda_intel
    b43 353506 0
    ssb 48803 1 b43
    snd_hwdep 6300 1 snd_hda_codec
    snd_pcm 74958 2 snd_hda_codec,snd_hda_intel
    snd_page_alloc 7217 2 snd_pcm,snd_hda_intel
    snd_timer 18966 1 snd_pcm
    snd 58997 6 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
    soundcore 5410 1 snd
    sky2 49219 0
    pcmcia 35785 2 b43,ssb
    bcma 22757 1 b43
    i2c_i801 8180 0
    iTCO_wdt 12813 0
    iTCO_vendor_support 1929 1 iTCO_wdt
    thermal 7959 0
    fan 2426 0
    button 4502 0
    firewire_ohci 31709 0
    mmc_core 82070 2 b43,ssb
    firewire_core 51552 1 firewire_ohci
    intel_agp 10936 0
    intel_gtt 14047 1 intel_agp
    crc_itu_t 1363 1 firewire_core
    i2c_core 20369 6 drm,i2c_i801,drm_kms_helper,i2c_algo_bit,adt7475,nvidia
    pcspkr 1899 0
    microcode 12345 0
    evdev 9754 11
    coretemp 5654 0
    mac80211 395712 2 b43,rtl8187
    cfg80211 170255 3 b43,mac80211,rtl8187
    rfkill 15604 1 cfg80211
    pcmcia_core 12253 1 pcmcia
    vboxnetadp 18387 0
    vboxnetflt 16871 0
    vboxdrv 1792216 2 vboxnetadp,vboxnetflt
    acpi_cpufreq 5933 0
    mperf 1299 1 acpi_cpufreq
    processor 26567 1 acpi_cpufreq
    nfs 276152 0
    nfs_acl 2359 1 nfs
    lockd 62987 1 nfs
    auth_rpcgss 32327 1 nfs
    sunrpc 185190 4 nfs,auth_rpcgss,lockd,nfs_acl
    fscache 41059 1 nfs
    ext4 424871 6
    crc16 1359 1 ext4
    jbd2 73919 1 ext4
    mbcache 5977 1 ext4
    aes_x86_64 7508 40
    cryptd 8741 0
    aes_generic 26138 1 aes_x86_64
    xts 3101 20
    gf128mul 6050 1 xts
    dm_crypt 16496 5
    dm_mod 70918 11 dm_crypt
    usbhid 36462 0
    sr_mod 14823 0
    hid 85541 1 usbhid
    sd_mod 29239 8
    cdrom 35648 1 sr_mod
    pata_jmicron 2480 0
    usb_storage 44760 0
    pata_acpi 3408 0
    uhci_hcd 23436 0
    ata_piix 23160 7
    ata_generic 3295 0
    libata 167611 4 pata_acpi,ata_generic,ata_piix,pata_jmicron
    scsi_mod 132736 7 sg,st,uas,usb_storage,libata,sd_mod,sr_mod
    ehci_hcd 41026 0
    usbcore 147661 7 uas,uhci_hcd,rtl8187,usb_storage,ehci_hcd,usbhid
    usb_common 954 1 usbcore
    floppy 58615 0
    vfat 10119 0
    fat 49739 1 vfat
    nls_cp437 5953 0
    total used free shared buffers cached
    Mem: 2054092 156900 1897192 0 20680 36788
    -/+ buffers/cache: 99432 1954660
    Swap: 5122680 0 5122680
    /usr/lib/pm-utils/sleep.d/00logging hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/01grub hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/01laptop-mode hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/01laptop-mode hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/49bluetooth hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/50netcfg hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/50netcfg hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules hibernate hibernate:
    Unloading kernel module rfkill...Done.
    /usr/lib/pm-utils/sleep.d/75modules hibernate hibernate: success.
    Running hook /etc/pm/sleep.d/90alsa hibernate hibernate:
    /etc/pm/sleep.d/90alsa hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/90clock hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/94cpufreq hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/95led hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler hibernate hibernate:
    nVidia binary video drive detected, not using quirks.
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/99video hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/99video hibernate hibernate: success.
    Sat Aug 25 22:13:48 EDT 2012: performing hibernate
    This seems to be too few information to pin point the exact cause of the problem.
    What should I do to troubleshoot this problem ?

    My linux installation is actually on a harddrive using SATA on a desktop. I decided to remove this harddrive and put it into an external usb enclosure. I booted this linux installation on my laptop. When doing suspend, it works as it should, which let me think this is probably not a software issue.
    If it is a hardware malfunction, which hardware malfunction can be responsible of an incomplete suspend procedure as described earlier?

  • HP dv3510nr suspend-to-ram / resume SATA issues

    I'm trying to get suspend to ram working on my HP dv3510nr.. The problem is that when it resumes, the SATA drive seems to error out and cause the file system to fail.  I've tried s2ram -f with a few of it's options, and pm-suspend.  Neither resume properly (Actually, from the dmesg output it looks like it doesn't suspend properly either).  Suspend takes about 30-40 seconds, but resume takes about 3-5.  I have installed a Patriot 32GB SSD drive on this machine.  I'm wondering if that can cause something like this.  I am also using dm-crypt w/ aes-xts encryption for /dev/sda2.  This maps to /dev/mapper/root, which is an ext4 partition.  /dev/sda1 is an encrypted swap partition that gets setup on each boot by /etc/crypttab.cd
    uname:
    Linux shodan 2.6.28-ARCH #1 SMP PREEMPT Wed Feb 18 21:57:41 CET 2009 x86_64 Intel(R) Core(TM)2 Duo CPU P7350 @ 2.00GHz GenuineIntel GNU/Linux
    dmesg:
    PM: Syncing filesystems ... done.
    Freezing user space processes ... (elapsed 0.00 seconds) done.
    Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
    Suspending console(s) (use no_console_suspend to debug)
    sd 0:0:0:0: [sda] Stopping disk
    NVRM: RmPowerManagement: 4
    ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata1.00: qc timeout (cmd 0xec)
    ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
    ata1.00: revalidation failed (errno=-5)
    ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata1.00: qc timeout (cmd 0xec)
    ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
    ata1.00: revalidation failed (errno=-5)
    ata1: limiting SATA link speed to 1.5 Gbps
    ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    ata1.00: qc timeout (cmd 0xec)
    ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
    ata1.00: revalidation failed (errno=-5)
    ata1.00: disabled
    ehci_hcd 0000:00:1d.7: PCI INT A disabled
    uhci_hcd 0000:00:1d.3: PCI INT C disabled
    uhci_hcd 0000:00:1d.2: PCI INT D disabled
    uhci_hcd 0000:00:1d.1: PCI INT B disabled
    uhci_hcd 0000:00:1d.0: PCI INT A disabled
    HDA Intel 0000:00:1b.0: PCI INT A disabled
    ACPI handle has no context!
    ehci_hcd 0000:00:1a.7: PCI INT D disabled
    uhci_hcd 0000:00:1a.1: PCI INT B disabled
    uhci_hcd 0000:00:1a.0: PCI INT A disabled
    ACPI: Preparing to enter system sleep state S3
    Disabling non-boot CPUs ...
    CPU 1 is now offline
    SMP alternatives: switching to UP code
    CPU1 is down
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Back to C!
    Enabling non-boot CPUs ...
    SMP alternatives: switching to SMP code
    Booting processor 1 APIC 0x1 ip 0x6000
    Initializing CPU#1
    Calibrating delay using timer specific routine.. 3995.51 BogoMIPS (lpj=6656821)
    CPU: L1 I cache: 32K, L1 D cache: 32K
    CPU: L2 cache: 3072K
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 1
    CPU1: Thermal monitoring enabled (TM1)
    x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
    CPU1: Intel(R) Core(TM)2 Duo CPU P7350 @ 2.00GHz stepping 06
    Switched to high resolution mode on CPU 1
    CPU1 is up
    ACPI: Waking up from system sleep state S3
    ACPI: EC: non-query interrupt received, switching to interrupt mode
    pcieport-driver 0000:00:01.0: restoring config space at offset 0x1 (was 0x100007, writing 0x100407)
    pcieport-driver 0000:00:01.0: setting latency timer to 64
    uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    uhci_hcd 0000:00:1a.0: setting latency timer to 64
    usb usb3: root hub lost power or was reset
    uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 22 (level, low) -> IRQ 22
    uhci_hcd 0000:00:1a.1: setting latency timer to 64
    usb usb4: root hub lost power or was reset
    ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    ehci_hcd 0000:00:1a.7: setting latency timer to 64
    HDA Intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100006, writing 0x100002)
    HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    HDA Intel 0000:00:1b.0: setting latency timer to 64
    pcieport-driver 0000:00:1c.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
    pcieport-driver 0000:00:1c.0: restoring config space at offset 0x9 (was 0x10001, writing 0xd401d301)
    pcieport-driver 0000:00:1c.0: restoring config space at offset 0x8 (was 0x0, writing 0xd920d820)
    pcieport-driver 0000:00:1c.0: restoring config space at offset 0x7 (was 0x20000000, writing 0x4030)
    pcieport-driver 0000:00:1c.0: restoring config space at offset 0x6 (was 0x0, writing 0x20200)
    pcieport-driver 0000:00:1c.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
    pcieport-driver 0000:00:1c.0: setting latency timer to 64
    pcieport-driver 0000:00:1c.1: restoring config space at offset 0xf (was 0x200, writing 0x20b)
    pcieport-driver 0000:00:1c.1: restoring config space at offset 0x9 (was 0x10001, writing 0xd501d411)
    pcieport-driver 0000:00:1c.1: restoring config space at offset 0x8 (was 0x0, writing 0xd810d710)
    pcieport-driver 0000:00:1c.1: restoring config space at offset 0x7 (was 0x20000000, writing 0x2020)
    pcieport-driver 0000:00:1c.1: restoring config space at offset 0x6 (was 0x0, writing 0x30300)
    pcieport-driver 0000:00:1c.1: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
    pcieport-driver 0000:00:1c.1: setting latency timer to 64
    pcieport-driver 0000:00:1c.5: restoring config space at offset 0xf (was 0x200, writing 0x20b)
    pcieport-driver 0000:00:1c.5: restoring config space at offset 0x9 (was 0x10001, writing 0xd601d511)
    pcieport-driver 0000:00:1c.5: restoring config space at offset 0x8 (was 0x0, writing 0xd700d610)
    pcieport-driver 0000:00:1c.5: restoring config space at offset 0x7 (was 0x20000000, writing 0x1010)
    pcieport-driver 0000:00:1c.5: restoring config space at offset 0x6 (was 0x0, writing 0x70500)
    pcieport-driver 0000:00:1c.5: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
    pcieport-driver 0000:00:1c.5: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    usb usb5: root hub lost power or was reset
    uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    uhci_hcd 0000:00:1d.1: setting latency timer to 64
    usb usb6: root hub lost power or was reset
    uhci_hcd 0000:00:1d.2: PCI INT D -> GSI 16 (level, low) -> IRQ 16
    uhci_hcd 0000:00:1d.2: setting latency timer to 64
    usb usb7: root hub lost power or was reset
    uhci_hcd 0000:00:1d.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd 0000:00:1d.3: setting latency timer to 64
    usb usb8: root hub lost power or was reset
    ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    ehci_hcd 0000:00:1d.7: setting latency timer to 64
    pci 0000:00:1e.0: restoring config space at offset 0x9 (was 0x10001, writing 0x1fff1)
    pci 0000:00:1e.0: restoring config space at offset 0x8 (was 0x0, writing 0xfff0)
    pci 0000:00:1e.0: restoring config space at offset 0x7 (was 0x22800000, writing 0x228000f0)
    pci 0000:00:1e.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100007)
    pci 0000:00:1e.0: setting latency timer to 64
    ahci 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00007, writing 0x2b00407)
    ahci 0000:00:1f.2: setting latency timer to 64
    NVRM: RmPowerManagement: 5
    ata5: SATA link down (SStatus 0 SControl 300)
    ata6: SATA link down (SStatus 0 SControl 300)
    ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    ata2.00: configured for UDMA/100
    ata2: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
    ata2: irq_stat 0x40000001
    ata2.00: configured for UDMA/100
    ata2: EH complete
    r8169 0000:02:00.0: restoring config space at offset 0xf (was 0x1ff, writing 0x10b)
    r8169 0000:02:00.0: restoring config space at offset 0xc (was 0x0, writing 0xfffe0000)
    r8169 0000:02:00.0: restoring config space at offset 0x8 (was 0xc, writing 0xd300000c)
    r8169 0000:02:00.0: restoring config space at offset 0x6 (was 0x4, writing 0xd8200004)
    r8169 0000:02:00.0: restoring config space at offset 0x4 (was 0x1, writing 0x3001)
    r8169 0000:02:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x8)
    r8169 0000:02:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
    pci 0000:03:00.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
    pci 0000:03:00.0: restoring config space at offset 0x4 (was 0x4, writing 0xd7100004)
    pci 0000:03:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100006)
    sd 0:0:0:0: [sda] Starting disk
    sd 0:0:0:0: [sda] START_STOP FAILED
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    PM: Device 0:0:0:0 failed to resume: error 262144
    usb 2-4: reset high speed USB device using ehci_hcd and address 3
    usb 2-6: reset high speed USB device using ehci_hcd and address 4
    usb 3-1: reset full speed USB device using uhci_hcd and address 2
    usb 3-2: reset full speed USB device using uhci_hcd and address 3
    Restarting tasks ... done.
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 4829056
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 4829056
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 4829056
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 10495792
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 10495792
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 10495792
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 6221472
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 6221472
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 6221472
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 6229936
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 6229936
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 6229936
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 6229936
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 6229936
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 6229936
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 6229936
    sd 7:0:0:0: [sdc] 16134144 512-byte hardware sectors: (8.26 GB/7.69 GiB)
    sd 7:0:0:0: [sdc] Write Protect is off
    sd 7:0:0:0: [sdc] Mode Sense: 03 00 00 00
    sd 7:0:0:0: [sdc] Assuming drive cache: write through
    sd 7:0:0:0: [sdc] 16134144 512-byte hardware sectors: (8.26 GB/7.69 GiB)
    sd 7:0:0:0: [sdc] Write Protect is off
    sd 7:0:0:0: [sdc] Mode Sense: 03 00 00 00
    sd 7:0:0:0: [sdc] Assuming drive cache: write through
    sdc: sdc1
    EXT4-fs: barriers enabled
    kjournald2 starting. Commit interval 5 seconds
    EXT4 FS on sdc1, internal journal on sdc1:8
    EXT4-fs: delayed allocation enabled
    EXT4-fs: file extents enabled
    EXT4-fs: mballoc enabled
    EXT4-fs: mounted filesystem with ordered data mode.
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 5134096
    Buffer I/O error on device dm-0, logical block 114682
    lost page write due to I/O error on dm-0
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 16041792
    Buffer I/O error on device dm-0, logical block 1478144
    lost page write due to I/O error on dm-0
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 16042016
    Buffer I/O error on device dm-0, logical block 1478172
    lost page write due to I/O error on dm-0
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 13169360
    Buffer I/O error on device dm-0, logical block 1119090
    lost page write due to I/O error on dm-0
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 15755192
    Buffer I/O error on device dm-0, logical block 1442319
    lost page write due to I/O error on dm-0
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 16033624
    Buffer I/O error on device dm-0, logical block 1477123
    lost page write due to I/O error on dm-0
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 16037816
    Buffer I/O error on device dm-0, logical block 1477647
    lost page write due to I/O error on dm-0
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 29646280
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 15747520
    Buffer I/O error on device dm-0, logical block 1441360
    lost page write due to I/O error on dm-0
    JBD2: Detected IO errors while flushing file data on dm-0:8
    Aborting journal on device dm-0:8.
    sd 0:0:0:0: [sda] Result: hostbyte=0x04 driverbyte=0x00
    end_request: I/O error, dev sda, sector 29644608
    Buffer I/O error on device dm-0, logical block 3178496
    lost page write due to I/O error on dm-0
    JBD2: I/O error detected when updating journal superblock for dm-0:8.
    ext4_abort called.
    EXT4-fs error (device dm-0): ext4_journal_start_sb: Detected aborted journal
    Remounting filesystem read-only
    lspci:
    00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
    00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
    00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
    00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
    00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
    00:1d.3 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
    00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
    01:00.0 VGA compatible controller: nVidia Corporation GeForce 9300M GS (rev a1)
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    03:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection
    lspci -vvv:
    00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
    Subsystem: Hewlett-Packard Company Device 1505
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
    Latency: 0
    Capabilities: [e0] Vendor Specific Information <?>
    Kernel modules: intel-agp
    00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
    I/O behind bridge: 00005000-00005fff
    Memory behind bridge: d0000000-d2ffffff
    Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: [88] Subsystem: Hewlett-Packard Company Device 1505
    Capabilities: [80] Power Management version 3
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [90] MSI: Mask- 64bit- Count=1/1 Enable+
    Address: fee0300c Data: 4161
    Capabilities: [a0] Express (v1) Root Port (Slot+), MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
    ExtTag- RBE+ FLReset-
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
    MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
    LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <256ns, L1 <4us
    ClockPM- Surprise- LLActRep- BwNot-
    LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
    SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surpise-
    Slot # 1, PowerLimit 75.000000; Interlock- NoCompl+
    SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
    Control: AttnInd Off, PwrInd On, Power- Interlock-
    SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
    Changed: MRL- PresDet+ LinkState-
    RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
    RootCap: CRSVisible-
    RootSta: PME ReqID 0000, PMEStatus- PMEPending-
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [140] Root Complex Link <?>
    Kernel driver in use: pcieport-driver
    Kernel modules: shpchp
    00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03) (prog-if 00 [UHCI])
    Subsystem: Hewlett-Packard Company Device 1505
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 16
    Region 4: I/O ports at 60e0 [size=32]
    Capabilities: [50] PCIe advanced features <?>
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03) (prog-if 00 [UHCI])
    Subsystem: Hewlett-Packard Company Device 1505
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin B routed to IRQ 22
    Region 4: I/O ports at 60c0 [size=32]
    Capabilities: [50] PCIe advanced features <?>
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03) (prog-if 20 [EHCI])
    Subsystem: Hewlett-Packard Company Device 1505
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin D routed to IRQ 19
    Region 0: Memory at d9304c00 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Capabilities: [98] PCIe advanced features <?>
    Kernel driver in use: ehci_hcd
    Kernel modules: ehci-hcd
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    Subsystem: Hewlett-Packard Company Device 1505
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 22
    Region 0: Memory at d9300000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [50] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [60] MSI: Mask- 64bit+ Count=1/1 Enable-
    Address: 0000000000000000 Data: 0000
    Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
    ExtTag- RBE- FLReset+
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
    MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
    LnkCap: Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
    ClockPM- Surprise- LLActRep- BwNot-
    LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [130] Root Complex Link <?>
    Kernel driver in use: HDA Intel
    Kernel modules: snd-hda-intel
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
    I/O behind bridge: 00003000-00004fff
    Memory behind bridge: d8200000-d92fffff
    Prefetchable memory behind bridge: 00000000d3000000-00000000d40fffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
    ExtTag- RBE+ FLReset-
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
    MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
    LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <256ns, L1 <4us
    ClockPM- Surprise- LLActRep+ BwNot-
    LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
    SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surpise+
    Slot # 0, PowerLimit 6.500000; Interlock- NoCompl-
    SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
    Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
    SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
    Changed: MRL- PresDet+ LinkState+
    RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
    RootCap: CRSVisible-
    RootSta: PME ReqID 0000, PMEStatus- PMEPending-
    Capabilities: [80] MSI: Mask- 64bit- Count=1/1 Enable+
    Address: fee0300c Data: 4169
    Capabilities: [90] Subsystem: Hewlett-Packard Company Device 1505
    Capabilities: [a0] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [180] Root Complex Link <?>
    Kernel driver in use: pcieport-driver
    Kernel modules: shpchp
    00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
    I/O behind bridge: 00002000-00002fff
    Memory behind bridge: d7100000-d81fffff
    Prefetchable memory behind bridge: 00000000d4100000-00000000d50fffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
    ExtTag- RBE+ FLReset-
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
    MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
    LnkCap: Port #2, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <256ns, L1 <4us
    ClockPM- Surprise- LLActRep+ BwNot-
    LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
    SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surpise+
    Slot # 1, PowerLimit 6.500000; Interlock- NoCompl-
    SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
    Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
    SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
    Changed: MRL- PresDet+ LinkState+
    RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
    RootCap: CRSVisible-
    RootSta: PME ReqID 0000, PMEStatus- PMEPending-
    Capabilities: [80] MSI: Mask- 64bit- Count=1/1 Enable+
    Address: fee0300c Data: 4171
    Capabilities: [90] Subsystem: Hewlett-Packard Company Device 1505
    Capabilities: [a0] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [180] Root Complex Link <?>
    Kernel driver in use: pcieport-driver
    Kernel modules: shpchp
    00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Bus: primary=00, secondary=05, subordinate=07, sec-latency=0
    I/O behind bridge: 00001000-00001fff
    Memory behind bridge: d6100000-d70fffff
    Prefetchable memory behind bridge: 00000000d5100000-00000000d60fffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
    ExtTag- RBE+ FLReset-
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
    MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
    LnkCap: Port #6, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <4us
    ClockPM- Surprise- LLActRep+ BwNot-
    LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
    SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surpise+
    Slot # 5, PowerLimit 6.500000; Interlock- NoCompl-
    SltCtl: Enable: AttnBtn+ PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- LinkChg-
    Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
    SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
    Changed: MRL- PresDet- LinkState-
    RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
    RootCap: CRSVisible-
    RootSta: PME ReqID 0000, PMEStatus- PMEPending-
    Capabilities: [80] MSI: Mask- 64bit- Count=1/1 Enable+
    Address: fee0300c Data: 4179
    Capabilities: [90] Subsystem: Hewlett-Packard Company Device 1505
    Capabilities: [a0] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [180] Root Complex Link <?>
    Kernel driver in use: pcieport-driver
    Kernel modules: shpchp
    00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03) (prog-if 00 [UHCI])
    Subsystem: Hewlett-Packard Company Device 1505
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 20
    Region 4: I/O ports at 60a0 [size=32]
    Capabilities: [50] PCIe advanced features <?>
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03) (prog-if 00 [UHCI])
    Subsystem: Hewlett-Packard Company Device 1505
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin B routed to IRQ 19
    Region 4: I/O ports at 6080 [size=32]
    Capabilities: [50] PCIe advanced features <?>
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03) (prog-if 00 [UHCI])
    Subsystem: Hewlett-Packard Company Device 1505
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin D routed to IRQ 16
    Region 4: I/O ports at 6060 [size=32]
    Capabilities: [50] PCIe advanced features <?>
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1d.3 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03) (prog-if 00 [UHCI])
    Subsystem: Hewlett-Packard Company Device 1505
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin C routed to IRQ 18
    Region 4: I/O ports at 6040 [size=32]
    Capabilities: [50] PCIe advanced features <?>
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03) (prog-if 20 [EHCI])
    Subsystem: Hewlett-Packard Company Device 1505
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 20
    Region 0: Memory at d9304800 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Capabilities: [98] PCIe advanced features <?>
    Kernel driver in use: ehci_hcd
    Kernel modules: ehci-hcd
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93) (prog-if 01 [Subtractive decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Bus: primary=00, secondary=04, subordinate=04, sec-latency=32
    I/O behind bridge: 0000f000-00000fff
    Memory behind bridge: fff00000-000fffff
    Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
    Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
    BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: [50] Subsystem: Hewlett-Packard Company Device 1505
    00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
    Subsystem: Hewlett-Packard Company Device 1505
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Capabilities: [e0] Vendor Specific Information <?>
    Kernel modules: iTCO_wdt
    00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03) (prog-if 01 [AHCI 1.0])
    Subsystem: Hewlett-Packard Company Device 1505
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin B routed to IRQ 763
    Region 0: I/O ports at 6108 [size=8]
    Region 1: I/O ports at 6114 [size=4]
    Region 2: I/O ports at 6100 [size=8]
    Region 3: I/O ports at 6110 [size=4]
    Region 4: I/O ports at 6020 [size=32]
    Region 5: Memory at d9304000 (32-bit, non-prefetchable) [size=2K]
    Capabilities: [80] MSI: Mask- 64bit- Count=1/16 Enable+
    Address: fee0300c Data: 4189
    Capabilities: [70] Power Management version 3
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [a8] SATA HBA <?>
    Capabilities: [b0] PCIe advanced features <?>
    Kernel driver in use: ahci
    Kernel modules: ahci
    00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
    Subsystem: Hewlett-Packard Company Device 1505
    Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Interrupt: pin C routed to IRQ 11
    Region 0: Memory at d9305000 (64-bit, non-prefetchable) [size=256]
    Region 4: I/O ports at 6000 [size=32]
    Kernel modules: i2c-i801
    01:00.0 VGA compatible controller: nVidia Corporation GeForce 9300M GS (rev a1) (prog-if 00 [VGA controller])
    Subsystem: Hewlett-Packard Company Device 1505
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at d2000000 (32-bit, non-prefetchable) [size=16M]
    Region 1: Memory at c0000000 (64-bit, prefetchable) [size=256M]
    Region 3: Memory at d0000000 (64-bit, non-prefetchable) [size=32M]
    Region 5: I/O ports at 5000 [size=128]
    Expansion ROM at <ignored> [disabled]
    Capabilities: [60] Power Management version 3
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [68] MSI: Mask- 64bit+ Count=1/1 Enable-
    Address: 0000000000000000 Data: 0000
    Capabilities: [78] Express (v2) Endpoint, MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <256ns, L1 <4us
    ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
    MaxPayload 128 bytes, MaxReadReq 512 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
    LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <256ns, L1 <1us
    ClockPM- Surprise- LLActRep- BwNot-
    LnkCtl: ASPM L0s L1 Enabled; RCB 128 bytes Disabled- Retrain- CommClk+
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
    DevCap2: Completion Timeout: Not Supported, TimeoutDis+
    DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
    LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
    Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
    Compliance De-emphasis: -6dB
    LnkSta2: Current De-emphasis Level: -6dB
    Capabilities: [100] Virtual Channel <?>
    Capabilities: [128] Power Budgeting <?>
    Capabilities: [600] Vendor Specific Information <?>
    Kernel driver in use: nvidia
    Kernel modules: nvidia, nvidiafb
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    Subsystem: Hewlett-Packard Company Device 1505
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 32 bytes
    Interrupt: pin A routed to IRQ 762
    Region 0: I/O ports at 3000 [size=256]
    Region 2: Memory at d8200000 (64-bit, non-prefetchable) [size=4K]
    Region 4: Memory at d3000000 (64-bit, prefetchable) [size=64K]
    Expansion ROM at d3020000 [disabled] [size=128K]
    Capabilities: [40] Power Management version 3
    Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [50] MSI: Mask- 64bit+ Count=1/1 Enable+
    Address: 00000000fee0300c Data: 4199
    Capabilities: [70] Express (v1) Endpoint, MSI 01
    DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
    ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
    MaxPayload 128 bytes, MaxReadReq 512 bytes
    DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
    LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <64us
    ClockPM+ Surprise- LLActRep- BwNot-
    LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
    ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
    Capabilities: [b0] MSI-X: Enable- Mask- TabSize=2
    Vector table: BAR=4 offset=00000000
    PBA: BAR=4 offset=00000800
    Capabilities: [d0] Vital Product Data
    Not readable
    Capabilities: [100] Advanced Error Reporting
    UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
    UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
    UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
    CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
    CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
    AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
    Capabilities: [140] Virtual Channel <?>
    Capabilities: [160] Device Serial Number 00-e0-4c-68-00-00-00-49
    Kernel driver in use: r8169
    Kernel modules: r8169
    03:00.0 Network controller: Intel Corporation PRO/Wireless 5100 AGN [Shiloh] Network Connection
    Subsystem: Intel Corporation Device 1211
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 11
    Region 0: Memory at d7100000 (64-bit, non-prefetchable) [size=8K]
    Capabilities: [c8] Power Management version 3
    Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [d0] MSI: Mask- 64bit+ Count=1/1 Enable-
    Address: 0000000000000000 Data: 0000
    Capabilities: [e0] Express (v1) Endpoint, MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 unlimited
    ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ FLReset-
    MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
    LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <128ns, L1 <32us
    ClockPM+ Surprise- LLActRep- BwNot-
    LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
    ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
    Capabilities: [100] Advanced Error Reporting
    UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
    UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
    UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
    CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
    CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
    AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
    Capabilities: [140] Device Serial Number 26-ff-ab-ff-ff-5d-21-00
    Kernel modules: iwlagn
    lsmod:
    Module Size Used by
    ext2 73872 1
    snd_seq_oss 35584 0
    snd_seq_midi_event 9344 1 snd_seq_oss
    snd_seq 58336 4 snd_seq_oss,snd_seq_midi_event
    snd_seq_device 9364 2 snd_seq_oss,snd_seq
    usb_storage 110272 1
    snd_pcm_oss 45440 0
    snd_mixer_oss 18944 1 snd_pcm_oss
    serio_raw 8196 0
    sg 31840 0
    lis3lv02d 13288 0
    uhci_hcd 27552 0
    snd_pcsp 13052 0
    iTCO_wdt 15184 0
    iTCO_vendor_support 5636 1 iTCO_wdt
    psmouse 57116 0
    r8169 39428 0
    mii 7296 1 r8169
    video 22420 0
    output 5248 1 video
    leds_hp_disk 5256 0
    led_class 6280 1 leds_hp_disk
    wmi 8896 0
    snd_hda_intel 531252 0
    snd_pcm 82952 3 snd_pcm_oss,snd_pcsp,snd_hda_intel
    snd_timer 24720 2 snd_seq,snd_pcm
    snd_page_alloc 11792 2 snd_hda_intel,snd_pcm
    snd_hwdep 10632 1 snd_hda_intel
    snd 65096 10 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcsp,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
    soundcore 9632 1 snd
    nvidia 8112272 0
    i2c_core 26144 1 nvidia
    ehci_hcd 41356 0
    usbcore 160432 4 usb_storage,uhci_hcd,ehci_hcd
    intel_agp 33136 0
    thermal 20896 0
    processor 46648 3 thermal
    evdev 13984 6
    fan 7304 0
    button 9504 0
    battery 14600 0
    ac 7176 0
    rtc_cmos 14040 0
    rtc_core 21060 1 rtc_cmos
    rtc_lib 4992 1 rtc_core
    ext4 231608 1
    mbcache 10244 2 ext2,ext4
    jbd2 65456 1 ext4
    crc16 4096 1 ext4
    aes_x86_64 10240 4
    aes_generic 29352 1 aes_x86_64
    xts 5632 2
    gf128mul 9728 1 xts
    dm_crypt 16392 1
    dm_mod 62704 5 dm_crypt
    sd_mod 29096 5
    sr_mod 18884 0
    cdrom 39080 1 sr_mod
    ahci 36876 2
    libata 176224 1 ahci
    scsi_mod 119256 5 usb_storage,sg,sd_mod,sr_mod,libata
    Anyone have any ideas on how to fix this?  Thanks.
    Last edited by soleblaze (2009-02-26 19:12:29)

    as my dv3550eg has no problem with suspend and resume, i think this is a problem with device-mapper and or cryptsetup or the ssd-drive.

  • [SOLVED] xfce+slim, suspend to RAM causes black and white strips

    I recently installed a fresh copy of Arch. When I click the "suspend to RAM" xfce button the screen turns off as it should, but when I try to resume I see 5 columns of black and white stripes (like a flattened checkerboard ). Alternatively when I click the "suspend to disk" (hibernate) button the screen turns black but the backlight is still on, the only way to get out of this state is to do a force shutdown with the button.
    I don't know if this is just an xfce problem, or if slim is also part of the problem, but it doesn't hurt to let you guys know about that as well.
    Reading about this problem somewhere else as a probably graphics driver issue, here's my graphics card:
    NVIDIA Corporation G72M [Quadro NVS 110M/GeForce Go 7300] (rev a1)
    and I installed the Nvidia nouveau driver from here. I didn't see anything on that page about this kind of issue.
    I also tried to add "ck-launch-session dbus-launch" to my .xinitrc file, I knew it probably wasn't the solution but I wanted to try anyways. didn't work.
    I also have 2 gigs of RAM and 3 gigs in swap partition.
    What do you guys think?
    Last edited by Zonqt (2013-01-12 02:37:59)

    I have a slight newbie question that's related to my problem: after installing pm-utils am I supposed to have a file /etc/pm/config.d/modules? I reread the docs on suspend and standby here and the instructions are implying I should already have such a file, (since they say to modify it rather than create it), but I've installed and reinstalled the pm-utils and don't have any file there.
    It's kind of important too, since i'm thinking I should put my graphics driver as one of those suspended modules...
    Edit: one more interesting tid bit, when I use "pm-suspend" in the tty command line (by disabling the slim service and never going to xfce) I suspend fine. I need to have root privileges but I can just use sudo. (this is another reason why it could be a graphics card issue or I guess a privileges issue, hmm)
    Edit2: I just tried to login as root from slim and hitting the suspend button, but got the same issue. So it's likely not a privileges issue. Strange.
    Last edited by Zonqt (2013-01-11 17:10:49)

  • [SOLVED]Will WOL ever work again after suspend to RAM on my server?

    I used Ubuntu on this server for a long while and had WOL working after 'suspend to RAM' and after a 'shutdown -h'. Suddenly with 10.10 WOL after 'suspend to RAM' stopped working, WOL after 'shutdown -h' was still working fine, so I used that for the time being. Some days ago I thought, "well, you use Arch on your laptop for years now, so why not try it on your server, you don't like fixed release cycles anyway and Samba on Ubuntu never worked reliably on this machine, too'. So after a little fiddling to install Arch on this server and following the pm-utils entry on the Arch Wiki I am now at exactly the same position as before, WOL after 'suspend to RAM' doesn't work while WOL after a 'shutdown -h' works. The funny thing is that if I stop the network service before calling 'pm-suspend' on the server directly I can wake it with a WOL command from my laptop. I checked (via ethtool) and saw that disabling the network actually leaves the wol flag for the network card on g, but starting the network service again sets it to d. I have read many howtos and forum posts, but am at a loss right now.
    Does anyone have hints or an idea to where to look now?
    EDIT: Oh man, could this have really been so easy?
    It turns out that I simply need to stop the network service at suspend and start it again at resume, I don't even need to unload the driver module of my network card, doh. What put me off track were all my previous attempts under Ubuntu where I had tried the same thing following provided means (trough acpi) of the distro, seems I messed up there or the documentation was out of date. I now just created a hook completely myself following the Arch documentation for pm-utils and it works now!
    [root@archi ~]# cat /etc/pm/sleep.d/Start_and_stop_network_service
    #!/bin/bash
    case $1 in
    hibernate)
    echo "You didn't really call hibernate?"
    suspend)
    echo "Stop the network service"
    /etc/rc.d/network stop;
    thaw)
    echo "oh, suspend to disk is over, we are resuming..."
    resume)
    echo "Start the network service again"
    /etc/rc.d/network start;
    /usr/sbin/ethtool -s eth0 wol g;
    *) echo "somebody is calling me totally wrong."
    esac
    I also have to re-enable wol in the script, and at a cold boot I do the same through '/etc/rc.local'.
    Last edited by signor_rossi (2011-05-10 19:44:07)

    I agree iMessage is the worst thing Apple have done! Took me 3 days to work out why my text messages were not being sent, more oddly, text message were apearing on my Ipad whcih is is not the 3g model! just switch it off insettings. Other than the iOS 7 is pretty good!

  • Suspend to ram works with powersave daemon but resumes on lid open

    Is there any way to modify this behavior? I have a T60 and utilizing the powersave daemon my suspend to ram works fine, but I can't find a way to stop it from resuming when I open the lid of my laptop. I am using the stock 2.6.19 kernel.

    yea just strange because in XP this behavior doesn't occur, so I figured it wasn't bios related (newb assumption?) i'll look into the above assumptions.
    it doesn't bother me all that much, it probably truly only interferes once in a while, but i guess it is a control issue. after all, if you dont have control under linux, then where else would you? haha. especially if winxp is getting the job done. heh
    Thanks everyone for hte suggestions.

  • Wake up from suspend to ram *twice*

    Hello!
    I am running arch on my Asus M51Vr laptop. Whenever I suspend to RAM and try to resume (i.e. hit a key), the laptop wakes up (sometimes without even locking the screen), and after 3-5 seconds it goes back to sleep; if I hit a key again, it will wake up with the screen locked (as configured) and then proceed normally.
    This issue appeared some time ago after an update (was not there after installing arch). I am not sure where to start with the search for a fix, could you please help me?
    Thank you!

    I actually do have that script:
    [root@phoenix group2]# cat /usr/lib/pm-utils/sleep.d/99video
    #!/bin/sh
    # Copyright 2006-2007 Richard Hughes <[email protected]>
    # Copyright 2007 Peter Jones <[email protected]>
    # This program is free software; you can redistribute it and/or modify
    # it under the terms of version 2 of the GNU General Public License as
    # published by the Free Software Foundation.
    # Handle video quirks. If you are having suspend/resume issues,
    # troubleshooting using this hook is probably the best place to start.
    # If it weren't for video card quirks, suspend/resume on Linux would be
    # a whole lot more stable.
    . "${PM_FUNCTIONS}"
    for opt in $PM_CMDLINE; do
    case "${opt##--quirk-}" in # just quirks, please
    dpms-on) QUIRK_DPMS_ON="true" ;;
    dpms-suspend) QUIRK_DPMS_SUSPEND="true" ;;
    radeon-off) QUIRK_RADEON_OFF="true" ;;
    reset-brightness) QUIRK_RESET_BRIGHTNESS="true" ;;
    s3-bios) QUIRK_S3_BIOS="true" ;;
    s3-mode) QUIRK_S3_MODE="true" ;;
    vbe-post) QUIRK_VBE_POST="true" ;;
    vbemode-restore) QUIRK_VBEMODE_RESTORE="true" ;;
    vbestate-restore) QUIRK_VBESTATE_RESTORE="true" ;;
    vga-mode-3) QUIRK_VGA_MODE_3="true" ;;
    no-fb) QUIRK_NOFB="true" ;;
    save-pci) QUIRK_SAVE_PCI="true" ;;
    no-chvt) QUIRK_NO_CHVT="true" ;;
    none) QUIRK_NONE="true" ;;
    *) continue ;;
    esac
    done
    reset_brightness()
    for bl in /sys/class/backlight/* ; do
    [ -f "$bl/brightness" ] || continue
    BR="$(cat $bl/brightness)"
    echo 0 > "$bl/brightness"
    echo "$BR" > "$bl/brightness"
    done
    if command_exists vbetool; then
    vbe() { vbetool "$@"; }
    else
    vbe() { echo "vbetool not installed!" 1>&2; return 1; }
    fi
    if command_exists radeontool; then
    radeon() { radeontool "$@"; }
    else
    radeon() { echo "radeontool not found" 1>&2; return 1; }
    fi
    die_if_framebuffer()
    [ -d "/sys/class/graphics/fb0" ] || return
    echo "--quirk-no-fb passed, but system is using a framebuffer."
    echo "Aborting."
    exit 1
    save_fbcon()
    local con
    for con in /sys/class/graphics/*/state; do
    [ -f $con ] || continue
    echo 1 >"${con}"
    done
    resume_fbcon()
    local con
    for con in /sys/class/graphics/*/state; do
    [ -f $con ] || continue
    echo 0 >"${con}"
    done
    maybe_chvt()
    is_set "$QUIRK_NO_CHVT" && return
    fgconsole |savestate console
    chvt 63
    maybe_deallocvt()
    state_exists console || return 0
    chvt $(restorestate console)
    deallocvt 63
    # Some tiny helper functions for quirk handling
    quirk() { is_set "$1" && [ -z $QUIRK_NONE ]; }
    # save/restore vbe state
    vbe_savestate() { vbe vbestate save |savestate vbestate; }
    vbe_restorestate() { restorestate vbestate |vbe vbestate restore; }
    # save/restore the vbe mode
    vbe_savemode() { vbe vbemode get |savestate vbemode; }
    vbe_restoremode()
    # this is a little mode complicated to handle special-casing mode 3.
    local vbemode=$(restorestate vbemode)
    if [ "$vbemode" = "3" ]; then
    vbe vgamode set $vbemode
    else
    vbe vbemode set $vbemode
    fi
    # post the video card
    vbe_post()
    local rom="/var/run/video.rom"
    # if we do not have a romfile, do not post with it.
    [ -f "$rom" ] || unset rom
    vbe post $rom
    sleep 0.1
    # turn critical bits of radeon cards off/on
    radeon_off() { radeon dac off; radeon light off; }
    radeon_on() { radeon dac on; radeon light on; }
    # save and restore video card PCI config state
    save_pci()
    local pci="/sys/bus/pci/devices"
    for dev in "${pci}"/*; do
    [ -f "${dev}/class" ] || continue
    [ $(cat "${dev}/class") = "0x030000" ] || continue
    [ -f "${dev}/config" ] || continue
    # it is a video card, it has a configuration. Save it.
    savestate "pci_video_${dev##*/}" <${dev}/config
    done
    restore_pci()
    local pci="/sys/bus/pci/devices"
    for dev in "${pci}"/*; do
    state_exists "pci_video_${dev##*/}" || continue
    restorestate "pci_video_${dev##*/}" > "${dev}/config"
    done
    suspend_video()
    # 0=nothing, 1=s3_bios, 2=s3_mode, 3=both
    local acpi_flag=0
    quirk "${QUIRK_S3_BIOS}" && acpi_flag=$(($acpi_flag + 1))
    quirk "${QUIRK_S3_MODE}" && acpi_flag=$(($acpi_flag + 2))
    sysctl -w kernel.acpi_video_flags=$acpi_flag
    quirk "${QUIRK_NOFB}" && die_if_framebuffer
    quirk "${QUIRK_VBESTATE_RESTORE}" && vbe_savestate
    quirk "${QUIRK_VBEMODE_RESTORE}" && vbe_savemode
    quirk "${QUIRK_RADEON_OFF}" && radeon_off
    quirk "${QUIRK_SAVE_PCI}" && save_pci
    quirk "${QUIRK_VGA_MODE_3}" && vbe vbemode set 3
    quirk "${QUIRK_DPMS_SUSPEND}" && vbe dpms suspend
    save_fbcon
    resume_video()
    # We might need to do one or many of these quirks
    quirk "${QUIRK_SAVE_PCI}" && restore_pci
    quirk "${QUIRK_VBE_POST}" && vbe_post
    quirk "${QUIRK_VBESTATE_RESTORE}" && vbe_restorestate
    quirk "${QUIRK_VBEMODE_RESTORE}" && vbe_restoremode
    resume_fbcon # also should be handled by a quirk.
    quirk "${QUIRK_RADEON_OFF}" && radeon_on
    quirk "${QUIRK_DPMS_ON}" && vbe dpms on
    quirk "${QUIRK_RESET_BRIGHTNESS}" && reset_brightness
    return 0 # avoid spurious hook exit failure message.
    help() {
    echo # first echo makes it look nicer.
    echo "Video quirk handler options:"
    echo
    echo " --quirk-dpms-on"
    echo " --quirk-dpms-suspend"
    echo " --quirk-radeon-off"
    echo " --quirk-reset-brightness"
    echo " --quirk-s3-bios"
    echo " --quirk-s3-mode"
    echo " --quirk-vbe-post"
    echo " --quirk-vbemode-restore"
    echo " --quirk-vbestate-restore"
    echo " --quirk-vga-mode-3"
    echo " --quirk-none"
    case "$1" in
    suspend) maybe_chvt; suspend_video ;;
    hibernate) maybe_chvt
    if is_set "$HIBERNATE_RESUME_POST_VIDEO"; then
    suspend_video
    fi
    resume) resume_video; maybe_deallocvt;;
    thaw)
    if is_set "${HIBERNATE_RESUME_POST_VIDEO}"; then
    resume_video
    fi
    maybe_deallocvt
    help) help ;;
    esac
    I did not touch the configuration files (I am not responsible for what pacman might have done).

  • [Solved] Suspend to RAM problems with HP dv7 laptop

    Hello,
    I have an HP dv7-6000 notebook that I can't get suspend to RAM working on. When I tell Linux to suspend, the screen turns off, I hear the hard disk turn off, but all the lights stay on (power, wireless, and touchpad). After a couple minutes the BIOS kicks in and runs the fans at maximum speed. The only way to get out of this situation is to hold down the power button for a hard shutdown.
    It's almost as if the suspend was successful, but "incomplete," because the system for whatever reason is stuck powered on.
    I have updated the BIOS and there is no difference. I have also tried different acpi_os_name values based on my DSDT table ("Windows 2001," "Windows 2009," etc.).
    Both pm-utils log files (pm-powersave.log and pm-suspend.log) are blank. I have also tried uswsusp, and the same thing happens. I have not tried hibernate yet because I don't have a swap partition.
    Some additional hardware information:
    > lspci
    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
    00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b4)
    00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b4)
    00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b4)
    00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 04)
    00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series] (rev ff)
    07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 06)
    0d:00.0 Network controller: Intel Corporation Centrino Wireless-N 1000 [Condor Peak]
    13:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
    19:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)
    Not sure where to go from here, any tips?
    Last edited by rman (2013-08-16 21:20:53)

    +1, I'm having the same issue with both "pm-suspend" and "sytemctl suspend", not always but happening 1 out of 5 times maybe, this started happening since the 3.10* upgrade, currently running 3.10.5-1 on my modest compaq.
    > lspci
    00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 14h Processor Root Complex
    00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 6310]
    00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]
    00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller (rev 42)
    00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) (rev 40)
    00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
    00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 PCI to PCI Bridge (rev 40)
    00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
    00:15.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)
    00:15.1 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB700/SB800/SB900 PCI to PCI bridge (PCIE port 1)
    00:15.3 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB900 PCI to PCI bridge (PCIE port 3)
    00:16.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:16.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 0 (rev 43)
    00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 1
    00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 2
    00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 3
    00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 4
    00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 6
    00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 5
    00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 7
    02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
    06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
    07:00.0 Network controller: Ralink corp. RT5390 Wireless 802.11n 1T/1R PCIe
    Regards

  • Help with bash script that fails after suspend to RAM

    I have a very simple reminder script that uses an endless loop, sleep and zenity to pop up a reminder every twenty minutes:
    #!/bin/bash
    while true;
    do
    sleep 20m
    zenity --warning --title="Ergonomics Reminder" --text="Check Posture or Have a Stretch!"
    done
    However, it does not work as it should after suspending to RAM. I am thinking I need to kill the process and restart it after every suspend, using a "thaw" notice in /etc/pm but if there is an easier way to do it please let me know!

    I'm doing this for 2 reasons:
    - as a scripting exercise
    - because the local repo is a shared wordpress mess and people forget to make commits so I'd like a local backup that includes all changes that may not be in github (sadly).
    Anyhow, thanks for the input about trap, I'm definitely confused by it's use at this point but have reworked the script without it.
    #!/bin/sh
    set -e #Exit on any error.
    TIME=`date +"%m.%d.%Y@%H:%M:%S"` # Define the TIME variable as today's date and time.
    MONTH=`date +"%b"` # Define MONTH as today's month.
    FILENAME="backup-$TIME.tar.gz" # Define the filename structure.
    SRCDIR="/stuff" # Define folder to backup.
    DESDIR="/Backup/$MONTH/" # Define the backup folder location.
    LOGFILE="$DESDIR/backup-$TIME.log" # Store the output in a log.
    REMOTE=$(git ls-remote -h origin master | awk '{print $1}') # Get commit hash from head of remote master repo (github)
    LOCAL=$(git rev-parse HEAD) # Get commit hash from head of server repo (dev/test)
    if [[ $LOCAL == $REMOTE ]]; then # If the hashes match
    echo "No update required." >> $LOGFILE # Then no pull is needed
    else # If the hashes don't match then prepare to run our backup
    mkdir -p $DESDIR # Create our directory if it doesn't exist.
    echo "Backup started for "$TIME >> $LOGFILE # Make it log what it's doing.
    tar -cpzf $DESDIR/$FILENAME $SRCDIR >> $LOGFILE 2>&1 # Perform the backup.
    echo "Backup Finished for "$TIME >> $LOGFILE # Log that it's finished.
    echo "Preparing for git pull " >> $LOGFILE #Log what we're doing.
    cd /stuff >> $LOGFILE 2>&1 # Make sure we're in our repo directory
    git pull >> $LOGFILE 2>&1
    echo "Git pull completed successfully. " >> $LOGFILE
    mail -s "Backup log `date`" [email protected] < $LOGFILE # Email the output to me.
    fi

  • Pc doesn't resume from suspend to ram anymore (new 3.4.2 kernel)

    hi.
    I was using nouveau without problem and with the little trick of using acpi_os_name="Microsoft Windows NT" kernel parameter, I was able to suspend to ram from gnome, and resume the pc without problem
    Not anymore. Now, if I suspend to ram, the pc does not resume. It correctly wake up the dvd drive, the hard-drive, began to read stuff on the hdd but the led of the power button stays blinking and the screen is not waken up.
    I am thinking this is due to the update of nouveau and a new regression but this seems related to the bios or hardware. For example. If after the broken resume, I hold down 10 seconds the power button to power off, and press it again to power on, the led is still blinking and it does not boot. I need to power off by removing the power cord.
    Is it because I run (to test it) the nvida-173xx, and that did something to the graphic card ?
    Did anyone got similar problem with the new nouveau driver ?
    I tried to downgrade libgl, libdrm, libdrm-nouveau, nouveau-dri, xf86-video-nouveau and mesa but I still got the problem. so ?
    I have a geforce 8300 GS. the pc is an inspiron 531
    Last edited by solstice (2012-06-18 08:56:49)

    Probably I have the same issue with geforce GTS250.
    After upgrading to kernel 3.4.2 or so, my system doesn't resume from suspend, only black screen and cannot switch to other ttys.
    I first thought this problem be caused by the kernel, but downgrading nvidia to 295.53-2 solved this problem on kernel 3.4.3 so this likely is caused by nvidia 302.17.
    In my case there is something like error in pm-suspend.log when resume failed:
    Fri Jun 22 05:36:12 JST: Awake.
    Fri Jun 22 05:36:12 JST: Running hooks for resume
    Running hook /usr/lib/pm-utils/sleep.d/99video resume suspend:
    /usr/lib/pm-utils/sleep.d/99video resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend:
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led resume suspend:
    /usr/lib/pm-utils/sleep.d/95led resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend:
    /usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock resume suspend:
    /usr/lib/pm-utils/sleep.d/90clock resume suspend: success.
    Running hook /etc/pm/sleep.d/90alsa resume suspend:
    xcb_connection_has_error() returned true
    And curiously, if I had launched vlc media player before suspend, resume worked well even on nvidia 302.17.

  • [Solved] Suspend to ram doesn't work correctly on Acer Aspire 5100

    Hi people of the archlinux forum.
    Finally I decided to change from ubuntu to archlinux because I wanted to learn more about the world of linux.:D
    I have already almost completely set up my laptop, but I have a problem when suspending to ram. The problem comes out when i wake up the laptop, and the screen starts to flicker and will not go away until i restart the laptop.
    This is my laptop after the suspend:
    I'm using pm-utils to suspend and hibernate my laptop, and the hibernate works fine. All settings were made following the arch wiki.
    this is my xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "dbe"
    Load "dri2"
    Load "record"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "AUO"
    ModelName "2174"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "CustomEDID" # [<str>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ShowCache" # [<bool>]
    #Option "ClockGating" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    #Option "R4xxATOM" # [<bool>]
    #Option "ForceLowPowerMode" # [<bool>]
    #Option "DynamicPM" # [<bool>]
    #Option "NewPLL" # [<bool>]
    #Option "ZaphodHeads" # <str>
    Identifier "Card0"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "RS482 [Radeon Xpress 200M]"
    BusID "PCI:1:5:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    I know you maybe need more info, but i don't really know what do you need... please tell me what do you need and a post it!
    Sorry for my english this isn't my native languaje... Thanks you for all
    Last edited by geonunez (2010-07-08 20:19:09)

    I have the same problem with my Acer Aspire 5100 (video ATI Xpress1100).
    xorg.conf is not used. Turning KMS off doesn`t help.
    I have tried to use uswsusp, but it doesn`t help. s2ram -n output correctly identify my laptop, which means it is in "whitelist" and correct settings for this hardware is known. s2ram suspend works, but screen blinking after waking up remains the same.
    [Sydorenko@SLE ~]$ sudo s2ram -n
    Machine matched entry 17:
    sys_vendor = 'Acer *'
    sys_product = 'Aspire 5100 *'
    sys_version = ''
    bios_version = ''
    Fixes: 0x3 S3_BIOS S3_MODE
    This machine can be identified by:
    sys_vendor = "Acer "
    sys_product = "Aspire 5100 "
    sys_version = "V3.10A"
    bios_version = "V3.10A"
    See http://suspend.sf.net/s2ram-support.html for details.
    Last edited by SydMax (2010-06-06 16:53:50)

  • Start up from 'suspend to ram' no longer starts wireless

    When I finish with my desktop work I usually suspend to ram since it allows for quick startup. After a recent system upgrade, returning from suspend to ram no longer activates the wireless connection. NetworkManager is running in the processes list, but doesn't seem to do anything. I have to turn the computer off completely and then on again to get it to work.
    Anyone else experiencing this?

    I had the same issue, but on Chakra, did you try systemctl restart NetworkManager? I think that  solves it without a complete reboot.

Maybe you are looking for

  • Merge Multiple Rows in to a single Row.

    Hi Tab_A Col_1 Col_2 Col_3 I want resultant rows to merge on base of Col_1 (i.e. single ‘-‘ delimited merge row for distinct value of Col_1) Example Table_A Col_1     |     Col_2     |     Col_3 A     |     1     |     23 A     |     2     |     25 B

  • Problems XI/PI with displaying adapters in adapter monitioring

    Hi everybody, we have yet installed XI/PI 7.0 SP09. In the adpater monitoring we can only see the JPR adapter but no other standard adapters (FILE, JDBC etc) are displayed. Furthermore the adapters could also not be selected during creating a communi

  • Windows SharePoint Services Tracing Hung at stopping.

    Hi everyone.  I have searched everywhere and I have run out of options. On my application server in my farm, The Tracing service keep going to stopping and gets hung there.  I restarted the server and the service goes back to starting, for a day or t

  • Enable commenting for reader

    Hello, Is it possible to set "enable commenting for reader" as the default condition when saving? Thanks, Scott

  • Workflow - syndication problem

    Dear All We have the workflow with syndication step. All has been working fine, but sudenly today syndication is not working. There is only an information in log: "The system cannot locate the resource specified. Error processing resource " What does