Page 5 of 10 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 100

Thread: Cannot suspend or hibernate Asus N61J Laptop

  1. #41
    Join Date
    Jul 2007
    Beans
    9

    Re: Cannot suspend or hibernate Asus N61J Laptop

    Works like a charm on Vaio VPCF1, Unbuntu 10.04.1 LTS, kernel 2.6.32.26.

    This was a lot of help. Thanks!

  2. #42
    Join Date
    Aug 2006
    Location
    Oxford, UK
    Beans
    2
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Cannot suspend or hibernate Asus N61J Laptop

    Thanks, this fix works on my Asus U35jc

  3. #43
    Join Date
    Dec 2010
    Beans
    1

    Re: Cannot suspend or hibernate Asus N61J Laptop

    Great. I tried several proposed solutions for suspend freezes, but none worked. This one is the solution for me on Asus laptop X52J (I did not find any thread on this model).

    Thanks Brocktice, and John Dias for automatic device list (this is the script I use).

    Ubuntu 10.10 2.6.35-23-generic-pae Asus X52J

  4. #44
    Join Date
    Dec 2010
    Beans
    1

    Re: Cannot suspend or hibernate Asus N61J Laptop

    Suspend solution works for me with a Asus G60J, but i also get the keyboard backlight flickering problem. If i turn the backlight off before suspending it doesn't do this, so that's all right. I still have a problem with hibernation, as in it basically locks the computer prompting for my password.

  5. #45
    Join Date
    May 2008
    Beans
    8

    Re: Cannot suspend or hibernate Asus N61J Laptop

    I can confirm this fix is working on my ASUS U52F. Thank you very much, you guys are real life-savers.

  6. #46
    Join Date
    Aug 2007
    Beans
    11

    Re: Cannot suspend or hibernate Asus N61J Laptop

    Works great for me too. Thanks (asus N53J)

  7. #47
    Join Date
    Jan 2011
    Beans
    1

    Talking Re: Cannot suspend or hibernate Asus N61J Laptop

    thks John Dias, ipsi, brocktice and XRayA4T -> (unbind the usb in /sys/bus/pci/drivers/xhci_hcd/).

    Works Great on 10.10 x64 Asus N61j

    My Script:

    Code:
    #!/bin/sh
    # File: "/etc/pm/sleep.d/20_custom-ehci_hcd".
    case "${1}" in
            hibernate|suspend)
                  # Unbind ehci_hcd for first device 0000:00:1a.0:
                   echo -n "0000:00:1a.0" | tee /sys/bus/pci/drivers/ehci_hcd/unbind
                  # Unbind ehci_hcd for second device 0000:00:1d.0:
                   echo -n "0000:00:1d.0" | tee /sys/bus/pci/drivers/ehci_hcd/unbind
              # Unbind xhci_hcd for third device 0000:07:00.0:
               echo -n "0000:07:00.0" | tee /sys/bus/pci/drivers/xhci_hcd/unbind
            ;;
            resume|thaw)
                  # Bind ehci_hcd for first device 0000:00:1a.0:
                  echo -n "0000:00:1a.0" | tee /sys/bus/pci/drivers/ehci_hcd/bind
                  # Bind ehci_hcd for second device 0000:00:1d.0:
                  echo -n "0000:00:1d.0" | tee /sys/bus/pci/drivers/ehci_hcd/bind
              # Bind xhci_hcd for third device 0000:07:00.0:
              echo -n "0000:07:00.0" | tee /sys/bus/pci/drivers/xhci_hcd/bind    
            ;;
    esac

  8. #48
    Join Date
    Jan 2011
    Beans
    2

    Re: Cannot suspend or hibernate Asus N61J Laptop

    Here's another script based on the scripts posted on this thread. It auto pulls the addresses from EHCI and XHCI:

    http://thecodecentral.com/2011/01/18...ot-working-bug

    Hope it will help someone.

  9. #49
    Join Date
    Jan 2011
    Beans
    1

    Re: Cannot suspend or hibernate Asus N61J Laptop

    Asus N61JQ-XV1 needs both the ehci and xhci modifications. Blog post looks excellent if you need both, saw it right after I put individual scripts in place.

  10. #50
    Join Date
    Oct 2008
    Beans
    206
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Cannot suspend or hibernate Asus N61J Laptop

    i was wondering if someone can help me i'm having trouble getting my system to suspend. i have an HP envy 17-1010NR, core i7, usb3, ATI 5850 graphics, broadcom wifi. not sure of what hardware in particular is failing to suspend, but it's listed in the syslog. here is the output from dmesg, i cleared the syslog before i printed, so all of below starts with the suspend request:

    [15807.625719] EXT4-fs (sda6): re-mounted. Opts: commit=0
    [15808.342979] ehci_hcd 0000:00:1a.0: remove, state 4
    [15808.342991] usb usb1: USB disconnect, address 1
    [15808.342996] usb 1-1: USB disconnect, address 2
    [15808.347299] ehci_hcd 0000:00:1a.0: USB bus 1 deregistered
    [15808.347826] ehci_hcd 0000:00:1a.0: PCI INT A disabled
    [15808.349266] ehci_hcd 0000:00:1d.0: remove, state 1
    [15808.349278] usb usb2: USB disconnect, address 1
    [15808.349282] usb 2-1: USB disconnect, address 2
    [15808.349286] usb 2-1.5: USB disconnect, address 3
    [15808.421128] ehci_hcd 0000:00:1d.0: USB bus 2 deregistered
    [15808.421230] ehci_hcd 0000:00:1d.0: PCI INT A disabled
    [15811.579940] PM: Syncing filesystems ... done.
    [15811.583760] PM: Preparing system for mem sleep
    [15811.583946] Freezing user space processes ... (elapsed 0.01 seconds) done.
    [15811.602897] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
    [15811.621688] PM: Entering mem sleep
    [15811.621793] Suspending console(s) (use no_console_suspend to debug)
    [15811.622467] sd 4:0:0:0: [sdb] Synchronizing SCSI cache
    [15811.622748] sd 0:0:0:0: [sda] Synchronizing SCSI cache
    [15811.622751] sd 4:0:0:0: [sdb] Stopping disk
    [15811.622847] sd 0:0:0:0: [sda] Stopping disk
    [15811.627519] pm_op(): usb_dev_suspend+0x0/0x20 returns -32
    [15811.627523] PM: Device 3-3 failed to suspend async: error -32
    [15812.621436] PM: suspend of drv:sd dev:4:0:0:0 complete after 999.327 msecs
    [15812.621583] PM: Some devices failed to suspend
    [15812.621657] sd 0:0:0:0: [sda] Starting disk
    [15812.621665] sd 4:0:0:0: [sdb] Starting disk
    [15813.629684] PM: resume of drv:sd dev:4:0:0:0 complete after 1008.875 msecs
    [15813.629704] PM: resume of drv:scsi_device dev:4:0:0:0 complete after 1008.663 msecs
    [15813.629818] PM: resume of drv:scsi_disk dev:4:0:0:0 complete after 1006.665 msecs
    [15813.636035] PM: resume of devices complete after 1015.311 msecs
    [15813.636120] PM: resume devices took 1.010 seconds
    [15813.636129] PM: Finishing wakeup.
    [15813.636131] Restarting tasks ... done.
    [15813.637071] video LNXVIDEO:01: Restoring backlight state
    [15813.753687] r8169 0000:03:00.0: eth0: link down
    [15813.754472] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [15813.760313] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [15813.760375] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [15813.760385] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [15813.760490] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [15813.760563] ehci_hcd 0000:00:1a.0: debug port 2
    [15813.764483] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
    [15813.764529] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xd610a000
    [15813.784111] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [15813.784337] hub 1-0:1.0: USB hub found
    [15813.784347] hub 1-0:1.0: 3 ports detected
    [15813.786072] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    [15813.786120] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [15813.786131] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [15813.786220] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [15813.786292] ehci_hcd 0000:00:1d.0: debug port 2
    [15813.790199] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
    [15813.790227] ehci_hcd 0000:00:1d.0: irq 21, io mem 0xd6109000
    [15813.804655] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [15813.805047] hub 2-0:1.0: USB hub found
    [15813.805057] hub 2-0:1.0: 3 ports detected
    [15814.099929] usb 1-1: new high speed USB device using ehci_hcd and address 2
    [15814.165159] EXT4-fs (sda6): re-mounted. Opts: commit=0
    [15814.250800] hub 1-1:1.0: USB hub found
    [15814.250968] hub 1-1:1.0: 6 ports detected
    [15814.369732] usb 2-1: new high speed USB device using ehci_hcd and address 2
    [15814.520402] hub 2-1:1.0: USB hub found
    [15814.520528] hub 2-1:1.0: 8 ports detected
    [15814.802670] usb 2-1.5: new high speed USB device using ehci_hcd and address 3
    [15814.971272] uvcvideo: Found UVC 1.00 device HP ENVY HD Webcam (0408:1af1)
    [15814.979721] input: HP ENVY HD Webcam as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input14
    [15823.765511] eth1: no IPv6 routers present
    HP Envy 17
    ubuntu 10.10 kernel 2.6.37
    windows 7

Page 5 of 10 FirstFirst ... 34567 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •