Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: No sound after resuming from suspend/hibernate

  1. #11
    Join Date
    Sep 2005
    Location
    California & Tokyo, Japan
    Beans
    72
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: No sound after resuming from suspend/hibernate

    I'd like to know this as well.

    Also, in my case after resume the USB keyboard doesn't work. I have to plug it into a different slot before I can use it again... and ideas?

  2. #12
    Join Date
    Sep 2005
    Location
    California & Tokyo, Japan
    Beans
    72
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: No sound after resuming from suspend/hibernate

    https://help.ubuntu.com/community/So...0/%20hibernate

    There are directions for getting alsa to automatically restart after resume.

    Enjoy!

  3. #13
    Join Date
    Mar 2006
    Location
    Oxford, OH, USA
    Beans
    1,055
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: No sound after resuming from suspend/hibernate

    Quote Originally Posted by Antioch View Post
    I'd like to know this as well.

    Also, in my case after resume the USB keyboard doesn't work. I have to plug it into a different slot before I can use it again... and ideas?
    check out my blog its got a solution http://toothfish.blogspot.com/2009/0...orkaround.html

    try "lsusb"
    ________________________________
    System76 Lemur Laptop
    Ubuntu Xenial Xerus LTS 16.04
    Linux Registered User #434330

  4. #14
    Join Date
    Mar 2006
    Location
    Oxford, OH, USA
    Beans
    1,055
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: No sound after resuming from suspend/hibernate

    Quote Originally Posted by pigSTI04 View Post
    What do you know, I just did the same thing the other day on my t23 and I now have no sound after suspend mode. I'm going to give your fix a try.

    Anyone else had success?
    Just tried this and it works - awesome!
    ________________________________
    System76 Lemur Laptop
    Ubuntu Xenial Xerus LTS 16.04
    Linux Registered User #434330

  5. #15
    Join Date
    Jul 2009
    Location
    Brisbane, Australia
    Beans
    1
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Smile Re: No sound after resuming from suspend/hibernate

    Heyas,

    I came across this thread through Google as a new user of Ubuntu searching for a fix to the same issue. I have similar hardware to the OP, Jephir:
    Motherboard: Asus P5K
    Soundcard: Xonar DX
    with an E6420, 8800GTS

    As above, the link provided by Antioch enables you to reload ALSA after suspending your computer. I was having problems getting it to work, as you additionally need to enable 'Allow executing file as a program".

    Here's the full instructions with the added last step:
    Open a terminal then run the command below
    Code:
    sudo nano /etc/pm/sleep.d/50alsa
    (Or gedit/whatever other text editor)

    Copy and paste the below code then save and close the file
    Code:
    case "$1" in
            hibernate|suspend)
                    # Stopping is not required
                    ;;
            thaw|resume)
                    /sbin/alsa force-reload
                    ;;
            *) exit $NA
                    ;;
    esac
    Now run in the terminal
    Code:
    sudo nautilus /etc/pm/sleep.d
    Right-click on the 50alsa file and select Properties

    Go to the Permissions tab

    Tick the box next to Execute - "Allow executing file as a program"
    And that's it! When you come out of suspend there'll be a pop up for "Volume Control" has quit unexpectedly. Just click on Reload. Also any programs that use ALSA (I guess? I'm not exactly sure, but Skype isn't affected) will crash - eg. Banshee won't work and will die shortly after I press play. Just restart those programs and everything should be sweet!

    Good luck, I hope it works for you.
    Last edited by jhunt31; July 17th, 2009 at 07:45 AM.

  6. #16
    Join Date
    May 2008
    Beans
    832
    Distro
    Ubuntu Studio 16.04 Xenial Xerus

    Re: No sound after resuming from suspend/hibernate

    Hello all,

    I have the same problem as listed above: No sound after hibernate/suspend. However, in my case NONE of the above solutions has worked. In order to get my sound back I have ALWAYS had to reboot my machine.

    I am running Alsa on a Dell Dimension 4600 with Ubuntu Hardy (8.04). I have an M-Audio Delta 44 sound card I am using with Envy 24 control.

    I find it kind of stupid that Ubuntu shuts off the audio, but yet can't remember to turn it back on in the first place. It is a rather annoying problem. Is there a way to prevent Ubuntu from shutting of the audio during suspend in the first place?

    Thanx,

    Geo
    Exit Light, Enter Night, Take My Hand, We're Off To Never Never Land.
    As the Fios Flea says, "W-O-W"!

Page 2 of 2 FirstFirst 12

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
  •