Results 1 to 5 of 5

Thread: Error message when computer waking up

Hybrid View

  1. #1
    Join Date
    Feb 2013
    Beans
    3

    Error message when computer waking up

    Not sure if this is the place to ask this, but any help is greatly appreciated.

    When my computer (Gazelle Professional) "wakes up", the following error message is displayed for a few seconds, then I am prompted with the normal login window. Each time the computer sleeps (say I close the lid), when it wakes up, 2 new lines with the same error are added. Everything seems to be working fine, but I would like to know what is causing these error messages and if this is a problem that I should be concerned with.

    [ 656.144289] dpm_run_callback(): pnp_bus_resume+0x0/0x80 returns -19
    [ 656.144290] PM: Device 00:08 failed to resume: error -19
    [ 1298.878222] dpm_run_callback(): pnp_bus_resume+0x0/0x80 returns -19
    [ 1298.878224] PM: Device 00:08 failed to resume: error -19
    [ 1867.549503] dpm_run_callback(): pnp_bus_resume+0x0/0x80 returns -19
    [ 1867.549504] PM: Device 00:08 failed to resume: error -19
    [ 2697.668598] dpm_run_callback(): pnp_bus_resume+0x0/0x80 returns -19
    [ 2697.668599] PM: Device 00:08 failed to resume: error -19
    [ 4431.282672] usb 3-2: device not accepting address 2, error -71
    [ 4468.374499] dpm_run_callback(): pnp_bus_resume+0x0/0x80 returns -19
    [ 4468.374500] PM: Device 00:08 failed to resume: error -19


    Any thoughts??

  2. #2
    Join Date
    Oct 2006
    Location
    Salt Lake City, Utah
    Beans
    70
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Error message when computer waking up

    Code:
    dmidecode  | grep "0x80"
    and you can check

    Code:
    lsusb
    I get this error when my usb wireless headset is connected.

  3. #3
    Join Date
    Oct 2007
    Location
    Aurora, CO
    Beans
    2,564
    Distro
    Ubuntu

    Re: Error message when computer waking up

    Quote Originally Posted by etdoughe View Post
    Not sure if this is the place to ask this, but any help is greatly appreciated.

    When my computer (Gazelle Professional) "wakes up", the following error message is displayed for a few seconds, then I am prompted with the normal login window. Each time the computer sleeps (say I close the lid), when it wakes up, 2 new lines with the same error are added. Everything seems to be working fine, but I would like to know what is causing these error messages and if this is a problem that I should be concerned with.

    [ 656.144289] dpm_run_callback(): pnp_bus_resume+0x0/0x80 returns -19
    [ 656.144290] PM: Device 00:08 failed to resume: error -19
    [ 1298.878222] dpm_run_callback(): pnp_bus_resume+0x0/0x80 returns -19
    [ 1298.878224] PM: Device 00:08 failed to resume: error -19
    [ 1867.549503] dpm_run_callback(): pnp_bus_resume+0x0/0x80 returns -19
    [ 1867.549504] PM: Device 00:08 failed to resume: error -19
    [ 2697.668598] dpm_run_callback(): pnp_bus_resume+0x0/0x80 returns -19
    [ 2697.668599] PM: Device 00:08 failed to resume: error -19
    [ 4431.282672] usb 3-2: device not accepting address 2, error -71
    [ 4468.374499] dpm_run_callback(): pnp_bus_resume+0x0/0x80 returns -19
    [ 4468.374500] PM: Device 00:08 failed to resume: error -19


    Any thoughts??
    It's probably a USB device you have connected. If the system is resuming fine, then you likely don't have anything to worry about.
    Ian Santopietro - System76 Technical Support.
    Open a Support Ticket!
    Ask a Sales Question!

  4. #4
    Join Date
    Feb 2013
    Beans
    3

    Re: Error message when computer waking up

    Kacey: dmidecode output does not contain 0x80. The highest handle is 0x0023. Could 0x80 be the same handle as 0x0008?

    I'm also not sure what lsusb is telling me.

    Any other thoughts? Do you get your error even when your wireless headset is not connected?

    isantop: I think it is something port/USB related because I don't recall this error until using externals (thumb drive, printer, headphones, etc.) But, with nothing connected (and after a reboot), I am still getting this error. Do you still think this is nothing to worry about?

    Thanks!

  5. #5
    Join Date
    Feb 2013
    Beans
    3

    Re: Error message when computer waking up

    This seems to eliminate the error message:

    Change: GRUB_CMDLINE_LINUX=""
    to: GRUB_CMDLINE_LINUX="i8042.nopnp"

    in /etc/default/grub

    Then a sudo update-grub, and then a restart.

    Something to do with the trackpad. It has always worked. But now it still works, with no error message!

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
  •