Suspend to ram and encryption

Hi,
I installed Arch on my netbook with LUKS encryption on the /home partition.
I frequently use suspend to RAM on this netbook, but I find quite insecure the fact that if I suspend the netbook and then resume later, an attacker could have access to all my data unencrypted.
What would be the proper way to use suspend to RAM and encryption?
Would it be possible to prompt for a passphrase to mount the /home encrypted partition
when waking up from suspend?

I suppose you are too much, you really shouldn't hold your breath
If there is any option for changing where the memory is remapped to you may want to try a few different values and see if it makes any difference.

Similar Messages

  • [solved] Suspend to RAM and later to disk

    Hello,
    I am a new laptop owner (and new Archlinux user).
    On its original operating system, my laptop has a feature which basically does:
    1- suspend to RAM
    2- after 1 hour in this suspend mode, it wakes up briefly and suspend to disk
    I found many wiki pages about suspending either to disk or to RAM or even both, like https://wiki.archlinux.org/index.php/Su … _Hibernate and that works fine with my laptop.
    But none gave me a solution with this kind of behavior.
    Note that this is different from "hybrid-sleep" which suspend to RAM and disk at the same time and use disk save in case the battery if emptied.
    I see many benefits from what I look for:
    - very fast suspend (on lid close for instance);
    - if I re-open the lid within the hour, very quick restore;
    - if I let the laptop as it is, I know it will automatically suspend to disk and thus I do not worry about battery usage;
    - compared to hybrid-sleep, if I forget my laptop in sleep mode, the battery state will be about the same as when I stopped working, whereas hybrid-sleep needs a recharge.
    So, do you know if it is possible to suspend to RAM and later to disk on Archlinux?
    Any pointers on how to do so?
    Thanks!
    Last edited by cjlano (2013-04-08 20:53:38)

    Hello,
    Here is my solution for a Archlinux / systemd "suspend sedation" based on http://askubuntu.com/questions/12383/ho … -hibernate
    The following script is a Systemd sleep hook. It uses a RTC wake up event (rtcwake) to get out of suspend state and go to hibernate state. If the system leaves suspend state before the RTC event, the RTC wake is cancelled.
    Save the following code in /usr/lib/systemd/system-sleep/suspend-sedation.sh, and make it executable.
    #!/bin/bash
    # Purpose: Auto hibernates after a period of sleep
    # Edit the "autohibernate" variable below to set the number of seconds to sleep.
    lockfile=/var/run/systemd/rtchibernate.lock
    curtime=$(date +%s)
    # 30 min
    autohibernate=1800
    case $1/$2 in
    pre/suspend)
    # Suspending. Record current time, and set a wake up timer.
    echo "Suspending until" `date -d "$autohibernate seconds"`
    echo "$curtime" > $lockfile
    rtcwake -m no -s $autohibernate
    post/suspend)
    # Coming out of sleep
    sustime=$(cat $lockfile)
    echo -n "Back from suspend... "
    rm $lockfile
    # Did we wake up due to the rtc timer above?
    if [ $(($curtime - $sustime)) -ge $autohibernate ]
    then
    # Then hibernate
    echo "hibernate"
    /usr/bin/systemctl hibernate
    else
    echo "wake-up"
    # Otherwise cancel the rtc timer and wake up normally.
    rtcwake -m disable
    fi
    esac
    This script outputs some log you can view using
    journalctl -b -u systemd-suspend
    Any improvements welcome!

  • Suspend to ram doesen't work

    Hi. I would like to ask for your advice. I have problem with suspend to ram. In order to have nvidia drivers i had to install newest kernel, 3.12.xx. I found that suspend to ram doesen't work. I put my computer in sleep mode by typing
    sudo systemctl suspend
    , everything works, computer goes in sleep mode but after resume from it, after wake up i have only black screen with unblinking cursor on the left upper corner of screen. I can't kill x, can't do anything in tty, only hard reset.
    I removed nvidia drivers in order to check older kernel, and found that with nouveau drivers kernel 3.9 works, i can suspend and resume. I did another thing. I installed clean Arch, updated it with pacman -Syu, and installed nvidia drivers - the same problem with resuming from suspend. So on fresh and updated system i removed nvidia again, installed old kernel with nouveau - suspend works with resume.
    Could somebody help me? Maybe you can point me to a solution? I would like to have nvidia drivers installed and working suspend with resume from suspend to ram.
    I checked pm-suspend.log:
    http://pastebin.archlinux.fr/478611
    I don't see anything wrong here. I asked on polish site about kernel 3.12, and with Ubuntu they said it works. Why on Arch only kernel 3.9 works with resuming from suspend to ram and olny when there are no nvidia drivers (because they need new kernel, i could even use old but i'm not so exprienced to compile kernel myself, won't do that, and with downgrade script from AUR i didn't found nvidia driver for older kernels. There are old kernel, even 3.0.xx but only nvidia drivers from 325 that they need 3.12 kernel).
    My spec is AMD X4 955, NVIDIA GTX260, 4GB ram. Arch is x32, kernel 3.12.5.1 (other don't work with resume too, only 3.9 with nouveau).
    Last edited by firekage (2013-12-22 12:33:45)

    I will try it, but i don't think that this "fix" will really help me - i installed newest driver, installed binary driver from nvidia website on kernel 3.9.8.1 and resuming from suspend to ram works. With newer kernel it just doesen't so if this would be a nvidia MSI problem than i would have it also on kernel 3.9.8.1 where i installed newest drivers ( i installed binary because i don't know which package from aur would work with this kernel, and on aur thare are only drivers from 325, no older).
    Edit - just as i said. Doesen't work. It is not related to nvidia because it happens on nouveau. It is kernel fault.
    Last edited by firekage (2013-12-25 02:25:34)

  • [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!

  • 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).

  • Bluetooth and GT750M is not working after suspending to RAM.

    Hello! I am yet another lucky owner of laptop with optimus Intel+nVidia technology. I had really frustrating issue with Bumblebee because my nvidia just randomly refused to change power state in the past, luckly after a few months someone added workaround to the Bumblebee's troubleshooting section on ArchWiki and it worked flawlessly for a while. But now, most likely because of some kernel updates, I'm experiencing similar issue with both Bluetooth and nvidia card but this time only after suspending to RAM.
    % optirun glxgears
    [12125.501131] [ERROR]Cannot access secondary GPU - error: Could not enable discrete graphics card
    [12125.501173] [ERROR]Aborting because fallback start is disabled.
    % bluetooth
    bluetooth = on
    % bluetoothctl
    [bluetooth]# devices
    [bluetooth]# power on
    No default controller available
    [bluetooth]#
    Some relevant outputs:
    % dmesg | grep -i bluetooth
    [ 5.827610] Bluetooth: Core ver 2.19
    [ 5.827633] Bluetooth: HCI device and connection manager initialized
    [ 5.827641] Bluetooth: HCI socket layer initialized
    [ 5.827643] Bluetooth: L2CAP socket layer initialized
    [ 5.827649] Bluetooth: SCO socket layer initialized
    [ 9.006994] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 9.007003] Bluetooth: BNEP socket layer initialized
    [10940.998460] Bluetooth: Error in firmware loading err = -110,len = 448, size = 4096
    [10940.998468] Bluetooth: Loading patch file failed
    [10940.851853] wlp4s0: associated
    [10940.998460] Bluetooth: Error in firmware loading err = -110,len = 448, size = 4096
    [10940.998468] Bluetooth: Loading patch file failed
    [10940.998475] ath3k: probe of 1-4:1.0 failed with error -110
    [11094.380198] mce: [Hardware Error]: Machine check events logged
    dmesg messages after the "optirun glxgears":
    [12118.593906] bbswitch: enabling discrete graphics
    [12118.604058] pci 0000:01:00.0: Refused to change power state, currently in D3
    Any ideas what's going on? Thank you!

    ACTIVATING FACETIME AND IMESSAGES
    Activating Facetime and Imessages on your phone requires the ability to send SMS messages and depending upon where you are that might be an international SMS.  Check with your carrier to see if your plan supports sending of international SMS messages.  If you are having trouble activating Facetime or Imessages turn them both off on your device and reset the device (Hold down the Sleep/Wake button and the home button together until the apple logo appears (ignore the ON/OFF slider) then let both buttons go and wait for device to restart (no data will be lost)).  Wait for the device to restart and wait a minute and turn Facetime and imessage back on and wait for activation.  If that does not fix things read the following articles:
    http://support.apple.com/kb/TS4268
    http://support.apple.com/kb/ts3367

  • [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)

  • Hibernate and suspend to RAM dont work!

    Hi
    whenever I try to suspend to RAM or hibernate my PC, they never get back! In both situations I get a screen full of garbage! Any ideas?
    My PC is
    K8N Neo2 Platinum
    A64 3500
    1GB RAM
    X800XT Ocuk Edition (unlocked X800Pro)

    You may try different suspend states in the bios.
    As for Hibernate, it should always work. Hibernate is more of a windows feature and has nothing to do with Suspend. Basicly windows writes the content of the ram to the harddrive and shutdowns completly. When booting it will load the saved state instead of the regular boot. In theory, even a 486 should support Hibernate.

  • Suspend to RAM with KMS enabled and ATI Radeon XPRESS 200M

    Per this thread, I added the file to /etc/X11/xorg.conf.d to disable glx in order to continue booting with 'nomodeset' to disable KMS after today's updates.  I've always had to boot with 'nomodeset' so that suspend/resume will work properly (I get a black screen/freeze on resume from suspend to ram). However, with this fix, my screen redraws are happening MUCH slower than before the update. Anyone have KMS enabled AND suspend/resume working with an:  ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE)?
    Thanks,
    Scott
    Last edited by firecat53 (2010-11-26 18:40:22)

    Ok, sorry for a delay -- long weekend...
    Suspend + KMS have been working starting sometimes in the 2.6.35 series.
    My guess as to why you can't suspend, is your BIOS/motherboard, nothing else.
    Anyway, here is the info:
    ~$ /usr/sbin/lspci
    00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 01)
    00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
    00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller
    00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller
    00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller
    00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 11)
    00:14.1 IDE interface: ATI Technologies Inc IXP SB400 IDE Controller
    00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge
    00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge
    00:14.5 Multimedia audio controller: ATI Technologies Inc IXP SB400 AC'97 Audio Controller (rev 02)
    00:14.6 Modem: ATI Technologies Inc SB400 AC'97 Modem Controller (rev 02)
    00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
    00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
    01:05.0 VGA compatible controller: ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE)
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
    05:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
    05:09.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
    ~$ head /var/log/pm-suspend.log
    Initial commandline parameters: --quirk-dpms-suspend
    --quirk-dpms-on
    --quirk-vbestate-restore
    --quirk-vbemode-restore
    --quirk-vga-mode3
    --quirk-vbe-post
    Tue Nov 30 19:58:21 EST 2010: Running hooks for suspend.
    Running hook /usr/lib/pm-utils/sleep.d/00logging suspend suspend:
    Linux bluemoon 2.6.36-ARCH #1 SMP PREEMPT Wed Nov 24 06:44:11 UTC 2010 i686 Mobile AMD Sempron(tm) Processor 3000+ AuthenticAMD GNU/Linux
    /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/11netcfg suspend suspend:
    :: wlan_wpa_supplicant down [BUSY] [DONE]
    /usr/lib/pm-utils/sleep.d/11netcfg 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/75modules suspend suspend:
    Unloading kernel module b43...Done.
    /usr/lib/pm-utils/sleep.d/75modules 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:
    Kernel modesetting video driver 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.
    Tue Nov 30 19:58:24 EST 2010: performing suspend
    Tue Nov 30 20:57:03 EST 2010: Awake.
    Tue Nov 30 20:57:03 EST 2010: 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 /usr/lib/pm-utils/sleep.d/75modules resume suspend:
    Reloaded unloaded modules.
    /usr/lib/pm-utils/sleep.d/75modules resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend:
    /usr/lib/pm-utils/sleep.d/49bluetooth resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/11netcfg resume suspend:
    :: wlan_wpa_supplicant up [BUSY] [DONE]
    /usr/lib/pm-utils/sleep.d/11netcfg resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub resume suspend:
    /usr/lib/pm-utils/sleep.d/01grub resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave resume suspend:
    /usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.
    Running hook /usr/lib/pm-utils/sleep.d/00logging resume suspend:
    /usr/lib/pm-utils/sleep.d/00logging resume suspend: success.
    Tue Nov 30 20:57:20 EST 2010: Finished.
    Kernel command line: root=/dev/disk/by-uuid/8d834d14-8413-481a-9f69-3fd20dc25773 ro radeon.modeset=1
    ~$ pacman -Q xf86-video-ati
    xf86-video-ati 6.13.2-2
    ~$ cat /etc/X11/xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    EndSection
    Section "ServerFlags"
    Option "DontZap" "on"
    EndSection
    Section "Monitor"
    Identifier "LCD Panel"
    EndSection
    Section "Device"
    Identifier "Radeon XPress 200M"
    Driver "radeon"
    Option "EnablePageFlip" "on"
    Option "EXAPixmaps" "on"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Radeon XPress 200M"
    Monitor "LCD Panel"
    EndSection

  • MOVED: P6N SLI-FI overclock and suspend to ram

    This topic has been moved to Overclockers & Modding Corner.
    https://forum-en.msi.com/index.php?topic=108460.0

    To overclock my cpu from 8*266 to 8*333 i just change the cpu voltage from 0.0000 to 0.10000, with cpu voltage to 0.000 my computer don't start
    To understand why when i resume to suspend to ram my computer freeze i try this.
    No overclocking but just cpu voltage 0.100000
    I start windows and read the vcore with cpu-z ( 1.325 + 0.1 V )
    suspend to ram
    resume
    read cpu-z ( 1.325 + 0.0 V )

  • 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.

  • 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 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.

  • [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.

Maybe you are looking for

  • Procedure to update the table records

    I have to write a procedure to update the existing records. I have one staging table and one decode table. staging table is obtained from a interface with cross join of two tables X1 and X2 and lookup with DECODE table. DECODE ITEM_ID ITEM_CODE STORE

  • Fax Machines Obsolete?

    My old Brother fax machine finally broke but with new technological advances I am not sure if I should replace it with another traditional machine, or is sending a fax via the computer extremely common and easy now? The main reason I would need a fax

  • Where is the box APPLY when I have syched my photos on iPad?

    I Attached my iPad to computer this morning to take off some photos as I was running out of space, so clicked on some albums but there is no APPLY button to finish off........where is it?

  • Has any one upgrade ZOOM forms to R12?

    Dear All, Currently we are upgrading from 11.5.10.2 to R12.1.3, As per R12 there are some forms are moved to OAF Pages, we have zoom functions created in 11i for those forms, Any idea on this ? Regards, Nagu

  • Populate customer reference field for credit memo from RMA order

    There is requirement to populate customer reference field  for credit memo generated for RMA order.. In RMA order which filed i need to populate which will come as customer reference in credit memo. Please help me  to populate customer reference fiel