Page 10 of 10 FirstFirst ... 8910
Results 91 to 100 of 100

Thread: Cannot suspend or hibernate Asus N61J Laptop

  1. #91
    Join Date
    Feb 2009
    Location
    Madison, WI
    Beans
    173
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Cannot suspend or hibernate Asus N61J Laptop

    The method of post #7 and post #19 worked for me with 64-bit Ubuntu 12.04 on an HP Elitebook 2740p. It is necessary to make the file 20_custom-ehci_hcd executable. Thank you!

  2. #92
    Join Date
    Feb 2006
    Beans
    71

    Re: Cannot suspend or hibernate Asus desktop

    This solution is not working for my desktop with a fresh installation of Ubunutu 12.04. The system will go through the suspend and hibernate process successfully but comes back on a second later.

    Wayne





    Quote Originally Posted by brocktice View Post
    Hi, I modified this to automatically pull (and save, is that necessary?) the device IDs:

    Code:
    #!/bin/sh
    # File: "/etc/pm/sleep.d/20_custom-ehci_hcd".
    TMPLIST=/tmp/ehci-dev-list
    
    case "${1}" in
            hibernate|suspend)
        echo -n '' > $TMPLIST
              for i in `ls /sys/bus/pci/drivers/ehci_hcd/ | egrep '[0-9a-z]+\:[0-9a-z]+\:.*$'`; do
                  # Unbind ehci_hcd for first device XXXX:XX:XX.X:
                   echo -n "$i" | tee /sys/bus/pci/drivers/ehci_hcd/unbind
               echo "$i" >> $TMPLIST
              done
            ;;
            resume|thaw)
        for i in `cat $TMPLIST`; do
                  # Bind ehci_hcd for first device XXXX:XX:XX.X:
                  echo -n "$i" | tee /sys/bus/pci/drivers/ehci_hcd/bind
        done
        rm $TMPLIST
            ;;
    esac
    This seems to work fine. Should this be submitted somewhere for inclusion in Ubuntu? Is the tmplist thing ok? Should that be somehow changed?

  3. #93
    Join Date
    Dec 2008
    Beans
    1

    Re: Cannot suspend or hibernate Asus N61J Laptop

    If you have a board such as the GA-970A-UD3 you will need to add scripts for OHCI and XHCI. Just modify the sections and replace with the appropriate module name.

    (same script used for EHCI)
    #!/bin/sh
    # File: "/etc/pm/sleep.d/20_custom-ohci_hcd".
    TMPLIST=/tmp/ohci-dev-list

    case "${1}" in
    hibernate|suspend)
    echo -n '' > $TMPLIST
    for i in `ls /sys/bus/pci/drivers/ohci_hcd/ | egrep '[0-9a-z]+\:[0-9a-z]+\:.*$'`; do
    # Unbind ohci_hcd for first device XXXX:XX:XX.X:
    echo -n "$i" | tee /sys/bus/pci/drivers/ohci_hcd/unbind
    echo "$i" >> $TMPLIST
    done
    ;;
    resume|thaw)
    for i in `cat $TMPLIST`; do
    # Bind ohci_hcd for first device XXXX:XX:XX.X:
    echo -n "$i" | tee /sys/bus/pci/drivers/ohci_hcd/bind
    done
    rm $TMPLIST
    ;;
    esac

  4. #94
    Join Date
    Nov 2011
    Beans
    10

    Re: Cannot suspend or hibernate Asus N61J Laptop

    Suspend for my laptop seems to be very random for me. After creating a 20_custom-ehci_hcd file, going into suspend would no longer black the screen and then freeze everything to where you had to hold the power button to get the machine to turn off; the machine would suspend correctly some of the time, however it would sometimes get woken right back up the second it suspended. After messing around with /proc/acpi/wakeup, it seems that EHC2 needs to be disabled for it to stay in sleep mode, but that gets re-enabled every time a suspend cycle is completed (I am guessing due to the rebinding that the 20_*_hcd file does?). Also, to add to the randomness of whether it will stay in suspend mode or not, I will sometimes get hissing audio as it goes to sleep and wakes up.

  5. #95
    Join Date
    Feb 2006
    Beans
    71

    Re: Cannot suspend or hibernate Asus N61J Laptop

    I've been struggling trying to get my Ubuntu 12.04 to suspend and hibernate... no luck so far. Below is from my syslog... can anyone who understands this process take a look at this and see if there is something that I'm missing.

    Thanks,
    Wayne



    Code:
    May 27 12:48:34 wubuntu NetworkManager[943]: <info> sleep requested (sleeping: no  enabled: yes)
    May 27 12:48:34 wubuntu NetworkManager[943]: <info> sleeping or disabling...
    May 27 12:48:34 wubuntu NetworkManager[943]: <info> (eth0): now unmanaged
    May 27 12:48:34 wubuntu NetworkManager[943]: <info> (eth0): device state change: activated -> unmanaged (reason 'sleeping') [100 10 37]
    May 27 12:48:34 wubuntu NetworkManager[943]: <info> (eth0): deactivating device (reason 'sleeping') [37]
    May 27 12:48:35 wubuntu NetworkManager[943]: <info> (eth0): canceled DHCP transaction, DHCP client pid 5204
    May 27 12:48:35 wubuntu dnsmasq[5252]: exiting on receipt of SIGTERM
    May 27 12:48:35 wubuntu NetworkManager[943]: <info> DNS: starting dnsmasq...
    May 27 12:48:35 wubuntu avahi-daemon[955]: Withdrawing address record for fe80::21f:c6ff:fecf:90b8 on eth0.
    May 27 12:48:35 wubuntu avahi-daemon[955]: Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::21f:c6ff:fecf:90b8.
    May 27 12:48:35 wubuntu avahi-daemon[955]: Interface eth0.IPv6 no longer relevant for mDNS.
    May 27 12:48:35 wubuntu avahi-daemon[955]: Withdrawing address record for 192.168.1.41 on eth0.
    May 27 12:48:35 wubuntu avahi-daemon[955]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.1.41.
    May 27 12:48:35 wubuntu avahi-daemon[955]: Interface eth0.IPv4 no longer relevant for mDNS.
    May 27 12:48:35 wubuntu NetworkManager[943]: <info> (eth0): writing resolv.conf to /sbin/resolvconf
    May 27 12:48:35 wubuntu dnsmasq[5631]: started, version 2.59 cache disabled
    May 27 12:48:35 wubuntu dnsmasq[5631]: compile time options: IPv6 GNU-getopt DBus i18n DHCP TFTP conntrack IDN
    May 27 12:48:35 wubuntu dnsmasq[5631]: warning: no upstream servers configured
    May 27 12:48:35 wubuntu NetworkManager[943]: <info> (eth0): cleaning up...
    May 27 12:48:35 wubuntu NetworkManager[943]: <info> (eth0): taking down device.
    May 27 12:48:35 wubuntu NetworkManager[943]: <info> (eth0): carrier now OFF (device state 10)
    May 27 12:48:35 wubuntu dbus[787]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
    May 27 12:48:35 wubuntu dbus[787]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    May 27 12:48:35 wubuntu anacron[5752]: Anacron 2.3 started on 2012-05-27
    May 27 12:48:35 wubuntu anacron[5752]: Normal exit (0 jobs run)
    May 27 12:48:37 wubuntu kernel: [22479.990735] ehci_hcd 0000:00:02.1: remove, state 1
    May 27 12:48:37 wubuntu kernel: [22479.990747] usb usb1: USB disconnect, device number 1
    May 27 12:48:37 wubuntu kernel: [22479.990749] usb 1-1: USB disconnect, device number 2
    May 27 12:48:37 wubuntu kernel: [22479.997503] usb 1-4: USB disconnect, device number 4
    May 27 12:48:37 wubuntu kernel: [22480.035219] ehci_hcd 0000:00:02.1: USB bus 1 deregistered
    May 27 12:48:37 wubuntu kernel: [22480.035299] ehci_hcd 0000:00:02.1: PCI INT B disabled
    May 27 12:48:37 wubuntu kernel: [22480.336161] usb 2-4: new full-speed USB device number 12 using ohci_hcd
    May 27 12:48:37 wubuntu mtp-probe: checking bus 2, device 12: "/sys/devices/pci0000:00/0000:00:02.0/usb2/2-4"
    May 27 12:48:37 wubuntu kernel: [22480.641118] uvcvideo: Found UVC 1.00 device <unnamed> (046d:09a1)
    May 27 12:48:37 wubuntu kernel: [22480.667125] input: UVC Camera (046d:09a1) as /devices/pci0000:00/0000:00:02.0/usb2/2-4/2-4:1.0/input/input11
    May 27 12:48:37 wubuntu mtp-probe: bus: 2, device: 12 was not an MTP device
    May 27 12:48:38 wubuntu kernel: [22480.986812] PM: Marking nosave pages: 000000000009f000 - 0000000000100000
    May 27 12:48:38 wubuntu kernel: [22480.986817] PM: Marking nosave pages: 00000000bfee0000 - 0000000100000000
    May 27 12:48:38 wubuntu kernel: [22480.987634] PM: Marking nosave pages: 00000000b4000000 - 00000000b8000000
    May 27 12:48:38 wubuntu kernel: [22480.987873] PM: Basic memory bitmaps created
    May 27 12:49:42 wubuntu kernel: [22480.987874] PM: Syncing filesystems ... done.
    May 27 12:49:42 wubuntu kernel: [22481.022830] Freezing user space processes ... (elapsed 0.01 seconds) done.
    May 27 12:49:42 wubuntu kernel: [22481.036087] PM: Preallocating image memory... 
    May 27 12:49:42 wubuntu kernel: [22481.072294] usb 2-1: new full-speed USB device number 13 using ohci_hcd
    May 27 12:49:42 wubuntu kernel: [22481.297089] scsi9 : usb-storage 2-1:1.0
    May 27 12:49:42 wubuntu kernel: [22482.304993] scsi 9:0:0:0: Direct-Access                                    PQ: 0 ANSI: 2 CCS
    May 27 12:49:42 wubuntu kernel: [22482.305457] sd 9:0:0:0: Attached scsi generic sg1 type 0
    May 27 12:49:42 wubuntu kernel: [22482.346883] done (allocated 604998 pages)
    May 27 12:49:42 wubuntu kernel: [22482.346889] PM: Allocated 2419992 kbytes in 1.31 seconds (1847.32 MB/s)
    May 27 12:49:42 wubuntu kernel: [22482.346891] Freezing remaining freezable tasks ... 
    May 27 12:49:42 wubuntu kernel: [22482.349997] sd 9:0:0:0: [sdb] Test WP failed, assume Write Enabled
    May 27 12:49:42 wubuntu kernel: [22482.360065] (elapsed 0.01 seconds) done.
    May 27 12:49:42 wubuntu kernel: [22482.366990] sd 9:0:0:0: [sdb] Asking for cache data failed
    May 27 12:49:42 wubuntu kernel: [22482.367034] sd 9:0:0:0: [sdb] Assuming drive cache: write through
    May 27 12:49:42 wubuntu kernel: [22482.411985] sd 9:0:0:0: [sdb] Test WP failed, assume Write Enabled
    May 27 12:49:42 wubuntu kernel: [22482.428984] sd 9:0:0:0: [sdb] Asking for cache data failed
    May 27 12:49:42 wubuntu kernel: [22482.429026] sd 9:0:0:0: [sdb] Assuming drive cache: write through
    May 27 12:49:42 wubuntu kernel: [22482.429062] sd 9:0:0:0: [sdb] Attached SCSI disk
    May 27 12:49:42 wubuntu kernel: [22482.429125] Suspending console(s) (use no_console_suspend to debug)
    May 27 12:49:42 wubuntu kernel: [22482.429432] sd 1:0:0:0: [sda] Synchronizing SCSI cache
    May 27 12:49:42 wubuntu kernel: [22482.430042] parport_pc 00:09: disabled
    May 27 12:49:42 wubuntu kernel: [22482.430135] serial 00:08: disabled
    May 27 12:49:42 wubuntu kernel: [22482.430140] serial 00:08: wake-up capability disabled by ACPI
    May 27 12:49:42 wubuntu kernel: [22482.431343] sata_nv 0000:00:07.0: PCI INT A disabled
    May 27 12:49:42 wubuntu kernel: [22482.436042] ACPI handle has no context!
    May 27 12:49:42 wubuntu kernel: [22482.632020] sd 4:0:0:0: [sdc] Synchronizing SCSI cache
    May 27 12:49:42 wubuntu kernel: [22482.657527] PM: freeze of drv:sd dev:4:0:0:0 complete after 228.161 msecs
    May 27 12:49:42 wubuntu kernel: [22482.657543] PM: freeze of drv:scsi dev:target4:0:0 complete after 228.149 msecs
    May 27 12:49:42 wubuntu kernel: [22482.657550] PM: freeze of drv:scsi dev:host4 complete after 228.009 msecs
    May 27 12:49:42 wubuntu kernel: [22482.657620] sata_nv 0000:00:08.0: PCI INT A disabled
    May 27 12:49:42 wubuntu kernel: [22482.657624] PM: freeze of drv:sata_nv dev:0000:00:08.0 complete after 226.937 msecs
    May 27 12:49:42 wubuntu kernel: [22482.664307] PM: freeze of drv:nvidia dev:0000:05:00.0 complete after 234.120 msecs
    May 27 12:49:42 wubuntu kernel: [22482.664325] PM: freeze of drv:pcieport dev:0000:00:0e.0 complete after 233.817 msecs
    May 27 12:49:42 wubuntu kernel: [22482.664361] PM: freeze of drv: dev:pci0000:00 complete after 233.546 msecs
    May 27 12:49:42 wubuntu kernel: [22482.664372] PM: freeze of devices complete after 235.239 msecs
    May 27 12:49:42 wubuntu kernel: [22482.664920] PM: late freeze of devices complete after 0.545 msecs
    May 27 12:49:42 wubuntu kernel: [22482.664995] ACPI: Preparing to enter system sleep state S4
    May 27 12:49:42 wubuntu kernel: [22482.665442] PM: Saving platform NVS memory
    May 27 12:49:42 wubuntu kernel: [22482.665445] Disabling non-boot CPUs ...
    May 27 12:49:42 wubuntu kernel: [22482.768010] CPU 1 is now offline
    May 27 12:49:42 wubuntu kernel: [22482.768441] Extended CMOS year: 2000
    May 27 12:49:42 wubuntu kernel: [22482.768498] PM: Creating hibernation image:
    May 27 12:49:42 wubuntu kernel: [22482.772003] PM: Need to copy 337581 pages
    May 27 12:49:42 wubuntu kernel: [22482.772003] PM: Normal pages needed: 337581 + 1024, available pages: 694127
    May 27 12:49:42 wubuntu kernel: [22482.772003] PM: Restoring platform NVS memory
    May 27 12:49:42 wubuntu kernel: [22482.772003] PCI-DMA: Resuming GART IOMMU
    May 27 12:49:42 wubuntu kernel: [22482.772003] PCI-DMA: Restoring GART aperture settings
    May 27 12:49:42 wubuntu kernel: [22482.772003] Extended CMOS year: 2000
    May 27 12:49:42 wubuntu kernel: [22482.772003] Enabling non-boot CPUs ...
    May 27 12:49:42 wubuntu kernel: [22482.772003] Booting Node 0 Processor 1 APIC 0x1
    May 27 12:49:42 wubuntu kernel: [22482.772003] smpboot cpu 1: start_ip = 9a000
    May 27 12:49:42 wubuntu kernel: [22482.780118] Calibrating delay loop (skipped) already calibrated this CPU
    May 27 12:49:42 wubuntu kernel: [22482.780458] NMI watchdog enabled, takes one hw-pmu counter.
    May 27 12:49:42 wubuntu kernel: [22482.784055] CPU1 is up
    May 27 12:49:42 wubuntu kernel: [22482.784369] ACPI: Waking up from system sleep state S4
    May 27 12:49:42 wubuntu kernel: [22482.784639] pci 0000:00:02.1: restoring config space at offset 0x1 (was 0xb00006, writing 0xb00002)
    May 27 12:49:42 wubuntu kernel: [22482.784655] pata_amd 0000:00:06.0: restoring config space at offset 0x1 (was 0xb00001, writing 0xb00005)
    May 27 12:49:42 wubuntu kernel: [22482.784668] sata_nv 0000:00:07.0: restoring config space at offset 0x1 (was 0xb00003, writing 0xb00007)
    May 27 12:49:42 wubuntu kernel: [22482.784681] sata_nv 0000:00:08.0: restoring config space at offset 0x1 (was 0xb00003, writing 0xb00007)
    May 27 12:49:42 wubuntu kernel: [22482.784691] pci 0000:00:09.0: restoring config space at offset 0x7 (was 0x2280a0a0, writing 0xa280a0a0)
    May 27 12:49:42 wubuntu kernel: [22482.784704] forcedeth 0000:00:0a.0: restoring config space at offset 0x1 (was 0xb00007, writing 0xb80007)
    May 27 12:49:42 wubuntu kernel: [22482.784755] pci 0000:00:00.0: Found enabled HT MSI Mapping
    May 27 12:49:42 wubuntu kernel: [22482.784802] pci 0000:00:00.0: Found enabled HT MSI Mapping
    May 27 12:49:42 wubuntu kernel: [22482.784850] pci 0000:00:00.0: Found enabled HT MSI Mapping
    May 27 12:49:42 wubuntu kernel: [22482.784902] pci 0000:00:00.0: Found enabled HT MSI Mapping
    May 27 12:49:42 wubuntu kernel: [22482.800022] firewire_ohci 0000:01:01.0: BAR 0: set to [mem 0xfdfff000-0xfdfff7ff] (PCI address [0xfdfff000-0xfdfff7ff])
    May 27 12:49:42 wubuntu kernel: [22482.800027] firewire_ohci 0000:01:01.0: BAR 1: set to [io  0xac00-0xac7f] (PCI address [0xac00-0xac7f])
    May 27 12:49:42 wubuntu kernel: [22482.800059] nvidia 0000:05:00.0: restoring config space at offset 0xc (was 0xfcfe0000, writing 0x0)
    May 27 12:49:42 wubuntu kernel: [22482.800066] nvidia 0000:05:00.0: restoring config space at offset 0x3 (was 0x8, writing 0x0)
    May 27 12:49:42 wubuntu kernel: [22482.800364] PM: early restore of devices complete after 15.863 msecs
    May 27 12:49:42 wubuntu kernel: [22482.892461] ohci_hcd 0000:00:02.0: setting latency timer to 64
    May 27 12:49:42 wubuntu kernel: [22482.892512] pata_amd 0000:00:06.0: setting latency timer to 64
    May 27 12:49:42 wubuntu kernel: [22482.892534] sata_nv 0000:00:07.0: PCI INT A -> Link[APSI] -> GSI 21 (level, low) -> IRQ 21
    May 27 12:49:42 wubuntu kernel: [22482.892536] sata_nv 0000:00:07.0: setting latency timer to 64
    May 27 12:49:42 wubuntu kernel: [22482.892553] sata_nv 0000:00:08.0: PCI INT A -> Link[APSJ] -> GSI 20 (level, low) -> IRQ 20
    May 27 12:49:42 wubuntu kernel: [22482.892557] sata_nv 0000:00:08.0: setting latency timer to 64
    May 27 12:49:42 wubuntu kernel: [22482.892570] pci 0000:00:09.0: setting latency timer to 64
    May 27 12:49:42 wubuntu kernel: [22482.894982] serial 00:08: activated
    May 27 12:49:42 wubuntu kernel: [22482.895353] parport_pc 00:09: activated
    May 27 12:49:42 wubuntu kernel: [22482.896082] sd 1:0:0:0: [sda] Starting disk
    May 27 12:49:42 wubuntu kernel: [22482.896118] sd 4:0:0:0: [sdc] Starting disk
    May 27 12:49:42 wubuntu kernel: [22482.950011] usb usb2: root hub lost power or was reset
    May 27 12:49:42 wubuntu kernel: [22482.979094] firewire_core: skipped bus generations, destroying all nodes
    May 27 12:49:42 wubuntu kernel: [22483.248024] PM: restore of drv:hub dev:2-0:1.0 complete after 352.225 msecs
    May 27 12:49:42 wubuntu kernel: [22483.248034] PM: restore of drv: dev:ep_00 complete after 351.986 msecs
    May 27 12:49:42 wubuntu kernel: [22483.248040] PM: restore of drv: dev:ep_81 complete after 351.996 msecs
    May 27 12:49:42 wubuntu kernel: [22483.248059] PM: restore of drv:uvcvideo dev:2-4:1.0 complete after 351.510 msecs
    May 27 12:49:42 wubuntu kernel: [22483.248067] PM: restore of drv: dev:ep_87 complete after 351.494 msecs
    May 27 12:49:42 wubuntu kernel: [22483.248073] PM: restore of drv:uvcvideo dev:2-4:1.1 complete after 351.472 msecs
    May 27 12:49:42 wubuntu kernel: [22483.248084] PM: restore of drv: dev:ep_00 complete after 351.222 msecs
    May 27 12:49:42 wubuntu kernel: [22483.248088] PM: restore of drv:snd-usb-audio dev:2-4:1.2 complete after 351.463 msecs
    May 27 12:49:42 wubuntu kernel: [22483.248091] PM: restore of drv:usb-storage dev:2-1:1.0 complete after 351.351 msecs
    May 27 12:49:42 wubuntu kernel: [22483.248094] PM: restore of drv:snd-usb-audio dev:2-4:1.3 complete after 351.448 msecs
    May 27 12:49:42 wubuntu kernel: [22483.248101] PM: restore of drv: dev:ep_00 complete after 351.432 msecs
    May 27 12:49:42 wubuntu kernel: [22483.248106] PM: restore of drv: dev:ep_81 complete after 351.290 msecs
    May 27 12:49:42 wubuntu kernel: [22483.248117] PM: restore of drv: dev:ep_86 complete after 351.424 msecs
    May 27 12:49:42 wubuntu kernel: [22483.248121] PM: restore of drv:scsi dev:host9 complete after 351.354 msecs
    May 27 12:49:42 wubuntu kernel: [22483.248124] PM: restore of drv: dev:ep_02 complete after 351.285 msecs
    May 27 12:49:42 wubuntu kernel: [22483.248129] PM: restore of drv:scsi_host dev:host9 complete after 351.338 msecs
    May 27 12:49:42 wubuntu kernel: [22483.248139] PM: restore of drv:scsi dev:target9:0:0 complete after 351.255 msecs
    May 27 12:49:42 wubuntu kernel: [22483.248160] PM: restore of drv:sd dev:9:0:0:0 complete after 351.251 msecs
    May 27 12:49:42 wubuntu kernel: [22483.248170] PM: restore of drv:scsi_device dev:9:0:0:0 complete after 351.237 msecs
    May 27 12:49:42 wubuntu kernel: [22483.360032] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    May 27 12:49:42 wubuntu kernel: [22483.360053] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    May 27 12:49:42 wubuntu kernel: [22483.360148] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    May 27 12:49:42 wubuntu kernel: [22483.368142] ata1.00: ACPI cmd ef/03:46:00:00:00:a0 (SET FEATURES) filtered out
    May 27 12:49:42 wubuntu kernel: [22483.368145] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    May 27 12:49:42 wubuntu kernel: [22483.368151] ata4.00: ACPI cmd ef/03:46:00:00:00:a0 (SET FEATURES) filtered out
    May 27 12:49:42 wubuntu kernel: [22483.368155] ata4.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    May 27 12:49:42 wubuntu kernel: [22483.368274] ata3.00: ACPI cmd ef/03:46:00:00:00:a0 (SET FEATURES) filtered out
    May 27 12:49:42 wubuntu kernel: [22483.384182] ata3.00: configured for UDMA/100
    May 27 12:49:42 wubuntu kernel: [22483.384345] ata4.00: configured for UDMA/133
    May 27 12:49:42 wubuntu kernel: [22483.384702] ata1.00: configured for UDMA/133
    May 27 12:49:42 wubuntu kernel: [22483.401779] PM: restore of drv:sd dev:1:0:0:0 complete after 505.699 msecs
    May 27 12:49:42 wubuntu kernel: [22483.401790] PM: restore of drv:scsi_device dev:1:0:0:0 complete after 505.687 msecs
    May 27 12:49:42 wubuntu kernel: [22483.407015] PM: restore of drv:sd dev:4:0:0:0 complete after 510.896 msecs
    May 27 12:49:42 wubuntu kernel: [22483.407026] PM: restore of drv:scsi_device dev:4:0:0:0 complete after 510.895 msecs
    May 27 12:49:42 wubuntu kernel: [22483.416188] PM: restore of drv:forcedeth dev:0000:00:0a.0 complete after 523.612 msecs
    May 27 12:49:42 wubuntu kernel: [22483.416201] PM: restore of drv:net dev:eth0 complete after 466.102 msecs
    May 27 12:49:42 wubuntu kernel: [22483.424047] usb 2-2: reset full-speed USB device number 8 using ohci_hcd
    May 27 12:49:42 wubuntu kernel: [22483.476025] firewire_core: rediscovered device fw0
    May 27 12:49:42 wubuntu kernel: [22483.616023] ata2: SATA link down (SStatus 0 SControl 300)
    May 27 12:49:42 wubuntu kernel: [22483.796013] usb 2-7: reset full-speed USB device number 9 using ohci_hcd
    May 27 12:49:42 wubuntu kernel: [22483.864024] PM: restore of drv:hub dev:2-2:1.0 complete after 967.887 msecs
    May 27 12:49:42 wubuntu kernel: [22483.864031] PM: restore of drv: dev:ep_00 complete after 967.889 msecs
    May 27 12:49:42 wubuntu kernel: [22483.864037] PM: restore of drv: dev:ep_81 complete after 967.896 msecs
    May 27 12:49:42 wubuntu kernel: [22484.004025] snd-usb-audio 2-7:1.0: no reset_resume for driver snd-usb-audio?
    May 27 12:49:42 wubuntu kernel: [22484.004028] snd-usb-audio 2-7:1.1: no reset_resume for driver snd-usb-audio?
    May 27 12:49:42 wubuntu kernel: [22484.004030] snd-usb-audio 2-7:1.2: no reset_resume for driver snd-usb-audio?
    May 27 12:49:42 wubuntu kernel: [22484.004252] PM: restore of drv:usb dev:2-7:1.0 complete after 1108.102 msecs
    May 27 12:49:42 wubuntu kernel: [22484.004257] PM: restore of drv:usb dev:2-7:1.2 complete after 1108.011 msecs
    May 27 12:49:42 wubuntu kernel: [22484.004263] PM: restore of drv:usb dev:2-7:1.1 complete after 1108.045 msecs
    May 27 12:49:42 wubuntu kernel: [22484.004267] PM: restore of drv: dev:ep_00 complete after 1107.999 msecs
    May 27 12:49:42 wubuntu kernel: [22484.004270] PM: restore of drv:sound dev:card0 complete after 587.919 msecs
    May 27 12:49:42 wubuntu kernel: [22484.004272] PM: restore of drv: dev:ep_81 complete after 1108.079 msecs
    May 27 12:49:42 wubuntu kernel: [22484.253031] usb 2-2.1: reset low-speed USB device number 10 using ohci_hcd
    May 27 12:49:42 wubuntu kernel: [22484.561033] PM: restore of drv: dev:ep_00 complete after 1664.627 msecs
    May 27 12:49:42 wubuntu kernel: [22484.561036] PM: restore of drv:usbhid dev:2-2.1:1.0 complete after 1664.723 msecs
    May 27 12:49:42 wubuntu kernel: [22484.561065] PM: restore of drv:usbhid dev:2-2.1:1.1 complete after 1664.705 msecs
    May 27 12:49:42 wubuntu kernel: [22484.561069] PM: restore of drv:generic-usb dev:0003:046E:52C4.0004 complete after 556.789 msecs
    May 27 12:49:42 wubuntu kernel: [22484.561074] PM: restore of drv: dev:ep_81 complete after 1664.738 msecs
    May 27 12:49:42 wubuntu kernel: [22484.561079] PM: restore of drv: dev:ep_82 complete after 1664.697 msecs
    May 27 12:49:42 wubuntu kernel: [22484.801030] usb 2-2.2: reset low-speed USB device number 11 using ohci_hcd
    May 27 12:49:42 wubuntu kernel: [22485.100041] PM: restore of drv: dev:ep_00 complete after 2203.540 msecs
    May 27 12:49:42 wubuntu kernel: [22485.100045] PM: restore of drv:usbhid dev:2-2.2:1.0 complete after 2203.587 msecs
    May 27 12:49:42 wubuntu kernel: [22485.100054] PM: restore of drv:generic-usb dev:0003:046D:C50E.0006 complete after 538.945 msecs
    May 27 12:49:42 wubuntu kernel: [22485.100057] PM: restore of drv: dev:ep_81 complete after 2203.578 msecs
    May 27 12:49:42 wubuntu kernel: [22485.100095] PM: restore of devices complete after 2207.697 msecs
    May 27 12:49:42 wubuntu kernel: [22485.176339] PM: Image restored successfully.
    May 27 12:49:42 wubuntu kernel: [22485.176342] Restarting tasks ... 
    May 27 12:49:42 wubuntu kernel: [22485.176390] usb 2-1: USB disconnect, device number 13
    May 27 12:49:42 wubuntu kernel: [22485.177247] done.
    May 27 12:49:42 wubuntu kernel: [22485.177273] PM: Basic memory bitmaps freed
    May 27 12:49:42 wubuntu kernel: [22485.316027] usb 2-4: USB disconnect, device number 12
    May 27 12:49:42 wubuntu rtkit-daemon[1784]: The canary thread is apparently starving. Taking action.
    May 27 12:49:42 wubuntu rtkit-daemon[1784]: Demoting known real-time threads.
    May 27 12:49:42 wubuntu rtkit-daemon[1784]: Successfully demoted thread 6186 of process 1782 (n/a).
    May 27 12:49:42 wubuntu rtkit-daemon[1784]: Demoted 1 threads.
    May 27 12:49:42 wubuntu rtkit-daemon[1784]: Successfully made thread 6186 of process 1782 (n/a) owned by '1000' RT at priority 5.
    May 27 12:49:42 wubuntu rtkit-daemon[1784]: Supervising 1 threads of 1 processes of 1 users.
    May 27 12:49:43 wubuntu mtp-probe: checking bus 2, device 13: "/sys/devices/pci0000:00/0000:00:02.0/usb2/2-1"
    May 27 12:49:43 wubuntu mtp-probe: bus: 2, device: 13 was not an MTP device
    May 27 12:49:43 wubuntu pulseaudio[1782]: [alsa-source] alsa-source.c: snd_pcm_avail: No such device
    May 27 12:49:44 wubuntu acpid: client 1226[0:0] has disconnected
    May 27 12:49:44 wubuntu acpid: client 1226[0:0] has disconnected
    May 27 12:49:44 wubuntu acpid: client connected from 1226[0:0]
    May 27 12:49:44 wubuntu acpid: 1 client rule loaded
    May 27 12:49:44 wubuntu acpid: client connected from 1226[0:0]
    May 27 12:49:44 wubuntu acpid: 1 client rule loaded
    May 27 12:49:45 wubuntu anacron[6328]: Anacron 2.3 started on 2012-05-27
    May 27 12:49:45 wubuntu anacron[6328]: Normal exit (0 jobs run)
    May 27 12:49:46 wubuntu kernel: [22489.325531] ehci_hcd 0000:00:02.1: PCI INT B -> Link[APCL] -> GSI 22 (level, low) -> IRQ 22
    May 27 12:49:46 wubuntu kernel: [22489.325609] ehci_hcd 0000:00:02.1: setting latency timer to 64
    May 27 12:49:46 wubuntu kernel: [22489.325616] ehci_hcd 0000:00:02.1: EHCI Host Controller
    May 27 12:49:46 wubuntu kernel: [22489.325846] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
    May 27 12:49:46 wubuntu kernel: [22489.325914] ehci_hcd 0000:00:02.1: debug port 1
    May 27 12:49:46 wubuntu kernel: [22489.325955] ehci_hcd 0000:00:02.1: cache line size of 32 is not supported
    May 27 12:49:46 wubuntu kernel: [22489.325984] ehci_hcd 0000:00:02.1: irq 22, io mem 0xfeb00000
    May 27 12:49:46 wubuntu kernel: [22489.336099] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
    May 27 12:49:46 wubuntu kernel: [22489.336542] hub 1-0:1.0: USB hub found
    May 27 12:49:46 wubuntu kernel: [22489.336553] hub 1-0:1.0: 9 ports detected
    May 27 12:49:46 wubuntu kernel: [22489.488156] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.490743] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.493048] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.497061] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.500450] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.504072] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.507067] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.510048] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.513040] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.516070] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.519043] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.522031] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.525032] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.528262] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.531057] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.535043] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.538032] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.541033] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.544070] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.547046] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.550037] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.553033] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.556044] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.559037] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.562048] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.565038] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.568127] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.571049] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.574057] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.577053] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.580131] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.580150] usb 2-7: USB disconnect, device number 9
    May 27 12:49:46 wubuntu kernel: [22489.580257] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.580498] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu kernel: [22489.582059] 9:1:2: usb_set_interface failed
    May 27 12:49:46 wubuntu pulseaudio[1782]: [pulseaudio] udev-util.c: Failed to get card object.
    May 27 12:49:46 wubuntu pulseaudio[1782]: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
    May 27 12:49:46 wubuntu pulseaudio[1782]: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="0" name="usb-0d8c_PnP_Audio_Device-00-Device" card_name="alsa_card.usb-0d8c_PnP_Audio_Device-00-Device" namereg_fail=false tsched=yes ignore_dB=no deferred_volume=yes card_properties="module-udev-detect.discovered=1""): initialization failed.
    May 27 12:49:46 wubuntu kernel: [22489.720067] usb 2-2: USB disconnect, device number 8
    May 27 12:49:46 wubuntu kernel: [22489.720077] usb 2-2.1: USB disconnect, device number 10
    May 27 12:49:46 wubuntu kernel: [22489.828344] usb 2-2.2: USB disconnect, device number 11
    May 27 12:49:46 wubuntu kernel: [22490.100051] usb 1-1: new high-speed USB device number 2 using ehci_hcd
    May 27 12:49:46 wubuntu mtp-probe: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:02.1/usb1/1-1"
    May 27 12:49:46 wubuntu mtp-probe: bus: 1, device: 2 was not an MTP device
    May 27 12:49:46 wubuntu kernel: [22490.244354] scsi10 : usb-storage 1-1:1.0
    May 27 12:49:47 wubuntu kernel: [22490.468079] usb 1-4: new high-speed USB device number 4 using ehci_hcd
    May 27 12:49:47 wubuntu anacron[6515]: Anacron 2.3 started on 2012-05-27
    May 27 12:49:47 wubuntu anacron[6515]: Normal exit (0 jobs run)
    May 27 12:49:47 wubuntu kernel: [22490.718302] uvcvideo: Found UVC 1.00 device <unnamed> (046d:09a1)
    May 27 12:49:47 wubuntu mtp-probe: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:02.1/usb1/1-4"
    May 27 12:49:47 wubuntu NetworkManager[943]: <info> wake requested (sleeping: yes  enabled: yes)
    May 27 12:49:47 wubuntu NetworkManager[943]: <info> waking up and re-enabling...
    May 27 12:49:47 wubuntu kernel: [22490.750080] input: UVC Camera (046d:09a1) as /devices/pci0000:00/0000:00:02.1/usb1/1-4/1-4:1.0/input/input12
    May 27 12:49:47 wubuntu mtp-probe: bus: 1, device: 4 was not an MTP device
    May 27 12:49:47 wubuntu NetworkManager[943]: <info> (eth0): now managed
    May 27 12:49:47 wubuntu NetworkManager[943]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    May 27 12:49:47 wubuntu kernel: [22491.168073] usb 2-2: new full-speed USB device number 14 using ohci_hcd
    May 27 12:49:47 wubuntu NetworkManager[943]: <info> (eth0): bringing up device.
    May 27 12:49:47 wubuntu NetworkManager[943]: <info> (eth0): carrier now ON (device state 20)
    May 27 12:49:47 wubuntu NetworkManager[943]: <info> (eth0): preparing device.
    May 27 12:49:47 wubuntu NetworkManager[943]: <info> (eth0): deactivating device (reason 'managed') [2]
    May 27 12:49:47 wubuntu kernel: [22491.247313] scsi 10:0:0:0: Direct-Access                                    PQ: 0 ANSI: 2 CCS
    May 27 12:49:47 wubuntu kernel: [22491.249122] sd 10:0:0:0: Attached scsi generic sg1 type 0
    May 27 12:49:47 wubuntu kernel: [22491.254554] sd 10:0:0:0: [sdb] Test WP failed, assume Write Enabled
    May 27 12:49:47 wubuntu kernel: [22491.256992] sd 10:0:0:0: [sdb] Asking for cache data failed
    May 27 12:49:47 wubuntu kernel: [22491.257003] sd 10:0:0:0: [sdb] Assuming drive cache: write through
    May 27 12:49:47 wubuntu kernel: [22491.262697] sd 10:0:0:0: [sdb] Test WP failed, assume Write Enabled
    May 27 12:49:47 wubuntu kernel: [22491.264547] sd 10:0:0:0: [sdb] Asking for cache data failed
    May 27 12:49:47 wubuntu kernel: [22491.264555] sd 10:0:0:0: [sdb] Assuming drive cache: write through
    May 27 12:49:47 wubuntu kernel: [22491.264572] sd 10:0:0:0: [sdb] Attached SCSI disk
    May 27 12:49:48 wubuntu kernel: [22491.375228] hub 2-2:1.0: USB hub found
    May 27 12:49:48 wubuntu kernel: [22491.379920] hub 2-2:1.0: 4 ports detected
    May 27 12:49:48 wubuntu ata_id[6605]: HDIO_GET_IDENTITY failed for '/dev/sdb': Invalid argument
    May 27 12:49:48 wubuntu NetworkManager[943]: <info> (eth0): device state change: unavailable -> disconnected (reason 'none') [20 30 0]
    May 27 12:49:48 wubuntu NetworkManager[943]: <info> Auto-activating connection 'Wired connection 1'.
    May 27 12:49:48 wubuntu NetworkManager[943]: <info> Activation (eth0) starting connection 'Wired connection 1'
    May 27 12:49:48 wubuntu NetworkManager[943]: <info> (eth0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
    May 27 12:49:48 wubuntu NetworkManager[943]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
    May 27 12:49:48 wubuntu NetworkManager[943]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
    May 27 12:49:48 wubuntu NetworkManager[943]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
    May 27 12:49:48 wubuntu NetworkManager[943]: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
    May 27 12:49:48 wubuntu NetworkManager[943]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
    May 27 12:49:48 wubuntu NetworkManager[943]: <info> (eth0): device state change: prepare -> config (reason 'none') [40 50 0]
    May 27 12:49:48 wubuntu NetworkManager[943]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful.
    May 27 12:49:48 wubuntu NetworkManager[943]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
    May 27 12:49:48 wubuntu NetworkManager[943]: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete.
    May 27 12:49:48 wubuntu NetworkManager[943]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
    May 27 12:49:48 wubuntu NetworkManager[943]: <info> (eth0): device state change: config -> ip-config (reason 'none') [50 70 0]
    May 27 12:49:48 wubuntu NetworkManager[943]: <info> Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds)
    May 27 12:49:48 wubuntu kernel: [22491.700047] usb 2-7: new full-speed USB device number 15 using ohci_hcd
    May 27 12:49:48 wubuntu rtkit-daemon[1784]: Recovering from system lockup, not allowing further RT threads.
    May 27 12:49:48  rtkit-daemon[1784]: last message repeated 4 times
    May 27 12:49:48 wubuntu NetworkManager[943]: <info> dhclient started with pid 6621
    May 27 12:49:48 wubuntu NetworkManager[943]: <info> Activation (eth0) Beginning IP6 addrconf.
    May 27 12:49:48 wubuntu mtp-probe: checking bus 2, device 15: "/sys/devices/pci0000:00/0000:00:02.0/usb2/2-7"
    May 27 12:49:48 wubuntu NetworkManager[943]: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
    May 27 12:49:48 wubuntu mtp-probe: bus: 2, device: 15 was not an MTP device
    May 27 12:49:48 wubuntu kernel: [22492.074066] usb 2-2.1: new low-speed USB device number 16 using ohci_hcd
    May 27 12:49:48 wubuntu mtp-probe: checking bus 2, device 16: "/sys/devices/pci0000:00/0000:00:02.0/usb2/2-2/2-2.1"
    May 27 12:49:48 wubuntu kernel: [22492.227824] input: BTC USB Multimedia Keyboard as /devices/pci0000:00/0000:00:02.0/usb2/2-2/2-2.1/2-2.1:1.0/input/input13
    May 27 12:49:48 wubuntu dhclient: Internet Systems Consortium DHCP Client 4.1-ESV-R4
    May 27 12:49:48 wubuntu dhclient: Copyright 2004-2011 Internet Systems Consortium.
    May 27 12:49:48 wubuntu dhclient: All rights reserved.
    May 27 12:49:48 wubuntu dhclient: For info, please visit https://www.isc.org/software/dhcp/
    May 27 12:49:48 wubuntu dhclient: 
    May 27 12:49:48 wubuntu kernel: [22492.228850] generic-usb 0003:046E:52C4.0007: input,hidraw0: USB HID v1.10 Keyboard [BTC USB Multimedia Keyboard] on usb-0000:00:02.0-2.1/input0
    May 27 12:49:48 wubuntu kernel: [22492.263259] input: BTC USB Multimedia Keyboard as /devices/pci0000:00/0000:00:02.0/usb2/2-2/2-2.1/2-2.1:1.1/input/input14
    May 27 12:49:48 wubuntu mtp-probe: bus: 2, device: 16 was not an MTP device
    May 27 12:49:49 wubuntu kernel: [22492.265769] generic-usb 0003:046E:52C4.0008: input,hiddev0,hidraw1: USB HID v1.10 Device [BTC USB Multimedia Keyboard] on usb-0000:00:02.0-2.1/input1
    May 27 12:49:49 wubuntu kernel: [22492.341048] usb 2-2.2: new low-speed USB device number 17 using ohci_hcd
    May 27 12:49:49 wubuntu dhclient: Listening on LPF/eth0/00:1f:c6:cf:90:b8
    May 27 12:49:49 wubuntu dhclient: Sending on   LPF/eth0/00:1f:c6:cf:90:b8
    May 27 12:49:49 wubuntu dhclient: Sending on   Socket/fallback
    May 27 12:49:49 wubuntu dhclient: DHCPREQUEST of 192.168.1.41 on eth0 to 255.255.255.255 port 67
    May 27 12:49:49 wubuntu NetworkManager[943]: <info> (eth0): DHCPv4 state changed nbi -> preinit
    May 27 12:49:49 wubuntu dhclient: DHCPACK of 192.168.1.41 from 192.168.1.1
    May 27 12:49:49 wubuntu dhclient: bound to 192.168.1.41 -- renewal in 42429 seconds.
    May 27 12:49:49 wubuntu NetworkManager[943]: <info> (eth0): DHCPv4 state changed preinit -> reboot
    May 27 12:49:49 wubuntu NetworkManager[943]: <info>   address 192.168.1.41
    May 27 12:49:49 wubuntu NetworkManager[943]: <info>   prefix 24 (255.255.255.0)
    May 27 12:49:49 wubuntu NetworkManager[943]: <info>   gateway 192.168.1.1
    May 27 12:49:49 wubuntu NetworkManager[943]: <info>   nameserver '192.168.1.1'
    May 27 12:49:49 wubuntu NetworkManager[943]: <info>   domain name 'netgear.com'
    May 27 12:49:49 wubuntu NetworkManager[943]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
    May 27 12:49:49 wubuntu NetworkManager[943]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) started...
    May 27 12:49:49 wubuntu avahi-daemon[955]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.1.41.
    May 27 12:49:49 wubuntu avahi-daemon[955]: New relevant interface eth0.IPv4 for mDNS.
    May 27 12:49:49 wubuntu avahi-daemon[955]: Registering new address record for 192.168.1.41 on eth0.IPv4.
    May 27 12:49:49 wubuntu mtp-probe: checking bus 2, device 17: "/sys/devices/pci0000:00/0000:00:02.0/usb2/2-2/2-2.2"
    May 27 12:49:49 wubuntu mtp-probe: bus: 2, device: 17 was not an MTP device
    May 27 12:49:49 wubuntu kernel: [22492.474491] input: Logitech USB RECEIVER as /devices/pci0000:00/0000:00:02.0/usb2/2-2/2-2.2/2-2.2:1.0/input/input15
    May 27 12:49:49 wubuntu kernel: [22492.474751] generic-usb 0003:046D:C50E.0009: input,hidraw2: USB HID v1.11 Mouse [Logitech USB RECEIVER] on usb-0000:00:02.0-2.2/input0
    May 27 12:49:49 wubuntu pulseaudio[1782]: [pulseaudio] alsa-mixer.c: Volume element Speaker has 8 channels. That's too much! I can't handle that!
    May 27 12:49:49  pulseaudio[1782]: last message repeated 3 times
    May 27 12:49:49 wubuntu rtkit-daemon[1784]: Recovering from system lockup, not allowing further RT threads.
    May 27 12:49:50  rtkit-daemon[1784]: last message repeated 9 times
    May 27 12:49:50 wubuntu NetworkManager[943]: <info> DNS: starting dnsmasq...
    May 27 12:49:50 wubuntu dnsmasq[5631]: exiting on receipt of SIGTERM
    May 27 12:49:50 wubuntu NetworkManager[943]: <info> (eth0): writing resolv.conf to /sbin/resolvconf
    May 27 12:49:50 wubuntu dnsmasq[6675]: started, version 2.59 cache disabled
    May 27 12:49:50 wubuntu dnsmasq[6675]: compile time options: IPv6 GNU-getopt DBus i18n DHCP TFTP conntrack IDN
    May 27 12:49:50 wubuntu dnsmasq[6675]: using nameserver 192.168.1.1#53
    May 27 12:49:50 wubuntu avahi-daemon[955]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::21f:c6ff:fecf:90b8.
    May 27 12:49:50 wubuntu avahi-daemon[955]: New relevant interface eth0.IPv6 for mDNS.
    May 27 12:49:50 wubuntu avahi-daemon[955]: Registering new address record for fe80::21f:c6ff:fecf:90b8 on eth0.*.
    May 27 12:49:50 wubuntu NetworkManager[943]: <info> (eth0): device state change: ip-config -> activated (reason 'none') [70 100 0]
    May 27 12:49:50 wubuntu NetworkManager[943]: <info> Policy set 'Wired connection 1' (eth0) as default for IPv4 routing and DNS.
    May 27 12:49:50 wubuntu NetworkManager[943]: <info> Activation (eth0) successful, device activated.
    May 27 12:49:50 wubuntu NetworkManager[943]: <info> Activation (eth0) Stage 5 of 5 (IPv4 Commit) complete.
    May 27 12:49:50 wubuntu dbus[787]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
    May 27 12:49:51 wubuntu dbus[787]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    May 27 12:49:59 wubuntu kernel: [22502.928044] eth0: no IPv6 routers present
    May 27 12:49:59 wubuntu ntpdate[6743]: adjust time server 91.189.94.4 offset -0.219808 sec
    May 27 12:50:08 wubuntu NetworkManager[943]: <info> (eth0): IP6 addrconf timed out or failed.
    May 27 12:50:08 wubuntu NetworkManager[943]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
    May 27 12:50:08 wubuntu NetworkManager[943]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) started...
    May 27 12:50:08 wubuntu NetworkManager[943]: <info> Activation (eth0) Stage 4 of 5 (IPv6 Configure Timeout) complete.

  6. #96
    Join Date
    Jun 2012
    Beans
    2

    Re: Cannot suspend or hibernate Asus N61J Laptop

    Hey everyone,
    I tried a script posted somewhere online but it didn't work for me. I have a HP envy. For the the script posted on #19 what is the XXXXxx??? how do I get that info from my computer. Thanks for your help!!

  7. #97
    Join Date
    Nov 2010
    Location
    Florida, US
    Beans
    6
    Distro
    Kubuntu

    Re: Cannot suspend or hibernate Asus N61J Laptop

    This worked like a charm under *buntu 10.x and 11.x, but no longer seems to work on 12.x. It even worked on my Arch Linux install. It's really very annoying, as I'm going to have to spend a great deal of time getting my Arch to work like I want it now. I had gone back to Xubuntu thinking everything would "just work", and for the most part it does, but a laptop that won't suspend is not really fulfilling its purpose in life.

  8. #98
    Join Date
    Apr 2006
    Location
    Brasil
    Beans
    7
    Distro
    Ubuntu Breezy 5.10

    Re: Cannot suspend or hibernate Asus N61J Laptop

    Work on Sony Vaio VGN-NW380F, ubuntu 12.04 LTS

  9. #99
    Join Date
    Jun 2011
    Beans
    2

    Re: Cannot suspend or hibernate Asus N61J Laptop

    Thank you so much man! This solution worked perfectly on my Asus U32U.

  10. #100
    Join Date
    Sep 2009
    Beans
    1

    Re: Cannot suspend or hibernate Asus N61J Laptop

    Thanks!!

    Brocktice's script (msg #19) did the trick in Ubuntu 12.04.

    Don't forget to give it execution permissions, as someone said.

    My netbook is a CX 30601, it doesn't have USB 3.0.

Page 10 of 10 FirstFirst ... 8910

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
  •