Debian :: No Sound For Jack-plugged Headset Or Speakers After Resuming From Suspend
Sep 4, 2015
When I suspend my computer, everything resumes fine... but the sound. The sound actually still works for the internal speakers, but not anymore for any jack-plugged headset or speakers. If I reboot, it works again. I also see nothing in the logs (dmesg, /var/log/messages).
These two commands return the same thing before and after resuming:
As it was recommended a lot when I googled it, but it seems that the alsa bin/script is not available on debian. It tells me repeatedly to install alsa-base, which was already installed. The following commands have been run one after the other, in that order:
Code: Select allroot:~# alsa force-reload
The program 'alsa' is currently not installed. You can install it by typing:
apt-get install alsa-base
alsa: command not found
Code: Select allroot:~# sudo apt-get install alsa-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
alsa-base is already the newest version.
[Code] ....
How to prevent me from rebooting each time I need sound after suspending my computer?
I have Ubuntu 11.04 installed on my Toshiba Satellite C655 laptop. When I plug my headphones, they sometimes work, they sometimes don't, but that's not the main problem. When they do work, sound also plays out of the speakers. The only solutions I was able to find were for earlier versions, which don't work for 11.04.
Before upgrading to 10.04 from 9.10, I had sound issues after resuming from suspend (I had no audio at all). I found a script that solved the sound issue. My problem now is, with 10.04, the script keeps my laptop from going into suspend. I haven't been able to find anything to resolve this issue in 10.04. Any help as to why/how to resolve?
I have a new install of 10.10 on a Toshiba Satellite with a dual boot of win7. I installed 10.10 and on the first night I swore the headphone jack sent sound to my external speakers (may of been plugged in during install). Then the next day I couldn't get any sound out of the jack. Sound kept coming out of my internal speakers. In win7 the jack worked normally. In Ubuntu I have checked sound preferences and my alsa mixer. There is no listing for a headphone jack (so it is not muted).
I've got some sort of problem with my sound configurations (I think). There's this crackling/disturbance (with an ocational beeping sound) coming from my headset whenever I insert a headset or speaker. Turning the sound off doesn't make it stop either.I'm running Ubuntu 9.10 on a Acer Veriton 3600GT (some years old). Please note that I'm not all that familiar with Linux yet...Typing aplay -l in Terminal returned the following:
**** List of PLAYBACK Hardware Devices **** card 0: ICH5 [Intel ICH5], device 0: Intel ICH [Intel ICH5] Subdevices: 1/1
I have onboard sound, and have a blue jack that can be used for input sound wise. You can plug a device in and then just play it through your speakers. This works for me in Windows 7, but I'm not sure how to get this to work in Ubuntu.
I went to my sound settings, but didn't see anything to make my input jack active. I'm just basically using my pc as a pass through to play through my pc speakers.
when I plug headphones into my computer, sound comes out through both the headphones and the computer's speakers. Is there a way to disable the speakers when headphone are plugged in, or even disable them altogether?
I`m new to Ubuntu and Linux as all. First of all i have a Dell Inspiron N5010 laptop. I have a very strange problem, after the initial installation of Ubuntu 10.10 there were no problems plugging in my headphones or 2.1 sound system and listening to music. After a couple of days when trying to plug in my 2.1 sound system I noticed that there is no sound coming out of them, but the laptop speakers were working fine. Tested the sound system with another laptop and they worked well. I have checked all the settings and everything seems fine. I`m puzzled. I have the system dual boot with Win 7 if that makes any difference.
I have a Toshiba Satellite L650 with a Conexant 5069 sound card, and when I plug in my headphones the built-in speakers don't mute. I already tried adding options snd-hda-intel model=lenovo to /etc/modprobe.d/alsa-base.conf (I also tried auto, toshiba, thinkpad and ideapad). This is the alsactl init output: Unknown hardware: "HDA-Intel" "Conexant ID 5069" "HDA:14f15069,1179fd12,00100302" "0x1179" "0xff1e" Hardware is initialized using a guess method.
I just installed Debian Squeeze on my Acer Aspire 7736ZG and I also got some problems with the Realtek ALC888 onboard-sound. Normally, the speakers should mute themselves when headphones are plugged in, but they don't. Instead I hear sound on both, speakers and headphones.
I already installed pulseaudio, but that didn't help. On Ubuntu Maverick (11.01?) I had the problems that the sound didn't play at all until I installed an alsa-driver which was modified by one of the ubuntu developers. Is there any fix like this for Debian Squeeze, too?
Well, the title pretty much sums it up. Whenever i plug in my external speakers, my laptop speakers continue to put out sound, which is good until i turn up the volume and hear rattling.
I am running ubuntu 9.04 64-bit 2.6.28-13 on an MSi GX620.
when my headphones are plugged into my computer, the sound comes from both the speakers AND the headphones. I just want the sound from the headphones if they are plugged in.
I'm having an issue with my computer and the headphones. When I plug in the headphones into the headphone jack, the sound plays through the headphones but it also plays through the speakers as well at the same time. I've attempted to play around with the sound settings to see if I can get this issue resolved but I have not been able too. Computer specifications are in my signature.
I'm at the tail end of my upgrade from Lenny to Squeeze and I think this sound issue is the last one I have. As usual I've tried hunting for some answers but it gets very confusing when people are using KDE or PulseAudio or Ubuntu or slightly different configuration to what I have.
My config: Debian Squeeze 2.6.32 Alsa (just because I was using that in Lenny and it was working, no other reason) Gnome Rhythmbox Skype
Skype is pretty good - it has the sound configuration built in, so I say ring the speakers and it does. I say talk to the headset and it does. Rhythmbox is my music player (again just because I was using it under Lenny) however it only wants to play through the headset. I can't seem to get it to play to the speakers attached to the rear port.
Summary of some settings (transposed manually) # aplay -l *** List of PLAYBACK hardware devices *** card 0: Headset (Logitech) device 0: usb audio subdevice 0/1 card 1: Intel HDA device 0: ALC883 Analog
The machine completely locks up (Caps lock LED doesn't even light up). I've followed the wiki, but the following command did not yield any information. dmesg | grep "hash matches" after echo 1 > /sys/power/pm_trace
I'm running Ubuntu 10.04. What I want to do is have the xboxdrv (xbox userspace driver) run after I resume from suspend. I created a script for it to run at boot and that worked out fine but I can't figure out how to enable it after I resume. I found something that described how to resume a module from suspend and it was to be placed in /etc/pm/sleep.d. That script looked like this:
#!/bin/bash case $1 in resume)
[code]...
That was for a wireless module to load after a suspend. What I did was replaced /sbin/modprobe ath_pci with the location of the xboxdrv at /usr/bin xboxdrv; unfortunately, that didn't work. I actually tried pointing it to my script that runs at boot but that also didn't work. Is there anyway I can just write a simple script that will run after I resume?
edit: Okay I also tried putting a script in another place at /etc/acpi/resume.d/xbox.sh; I had to create the folder resume.d. There I put the same script that I use at startup (which works fine) and it still won't work.
I've been away from Kubuntu for a while but came back when Kubuntu 11.04 was released because it's awesome. I have a newer laptop since then, a Latitude E6410 with Intel graphics and 8GB of RAM. Everything works great, except......Sometimes when I resume from suspend to RAM, the screen flickers with thin white lines across the screen. I can switch to a tty and reboot it from there, but I'm unable to use KDE until I reboot. A lot of times resuming from suspend works without issue, but sometimes this problem occurs. I haven't figured out exactly what triggers it. In fact, the most recent time it happened, I didn't even have an application open.
I would like to figure this out because I use suspend a lot. I rarely turn off my laptop unless an update requires me to. I prefer to be able to close my lid and resume whatever I was working on later, but with this glitch I cannot trust it to do that.
since ever, i face the problem, that i cannot continue using my computer properly after i suspended it to ram and wake it up again.Fedora 14, 64-bit, most recent and stable kernel mainly KDEMotherboard: Gigabyte P55A-UD4Hard DrivesSAMSUNG HD501LJSAMSUNG SP1213NI can figure out, that everything works fine, but with a severe delay.Having a look at my led, signifying hard drive activity, it flases once a second for approx 10ms. frequency is very constant.so i performed several checks:firstly, hdparm -i, there is no difference before and after sleeping mode:
After i plugged in a pair of USB headsets, the speakers wouldn't work. (neither did the headset) i can still use headphones plug to hear music and what not. but just not through the speakers.
I tried rebooting, playing around with the mixer and the settings, but nothing seems to help. I have no idea what to do from here.
I am currently using an Acer Aspire One with UNR on it, and I have discovered that while the internal/built in speakers work, when I plug speakers in to the headphone jack, they don't work. Is there any reason for this and any way I can fix it?
I'm sure this has probably come up before, but I could't find an already existing thread. I have ubuntu 10.04 and when I plug my headphones into the headphone jack, they come on, but the speakers don't shut off.