Debian :: Sound Mute On Jessie (by Default)?

Jul 6, 2015

Why is sound mute on debian jessie (top right icon) ?

View 1 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Lost Sound (Mute Without Mute) Until Reboot?

Oct 15, 2010

After I listened to the audio program on the Google Chrome, I downloaded the MP3 to listen again offline. When I clicked on the downloaded MP3 file and using Totem to hear on my computer, there is no sound. I checked the sound preference, there is NO MUTE.

I restarted computer, clicked on the MP3 file with Totem, I can hear. I can hear the sound on ...... Which process should I restart without reboot computer. I'm using Ubuntu 10.10. Here is the output after execute command "sudo lshw -c sound"

Code:
*-multimedia
description: Audio device
product: 82801I (ICH9 Family) HD Audio Controller
vendor: Intel Corporation
physical id: 1b

[Code]...

View 1 Replies View Related

Debian Hardware :: Jessie - No Sound On PC

Oct 10, 2014

I don't know id it was after and update but the case is that I have no sound in my pc.

Code: Select all$ aplay --list-devices
aplay: device_list:268: no soundcards found...

Code: Select all$ ls /proc/asound
ls: cannot access /proc/asound: No such file or directory

Code: Select all$ cat /proc/version
Linux version 3.16-2-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.3 (Debian 4.8.3-11) ) #1 SMP Debian 3.16.3-2 (2014-09-20)

[Code] .....

View 14 Replies View Related

Debian Hardware :: No Sound On Jessie

Jan 13, 2016

check if your sistems detects your cards
Code: Select alllspci | grep Audio
check it alsa detects your saund cards:
Code: Select allaplay -l
try to initialice your drivers
Code: Select allalsactl init

Run Code: Select allalsamixer and check master and all volumes are at max, use <F6> to select cards.Install PulseAudio.Code: Select allaptitude install pulseaudio and check you have selected the correct output audio device.If the problem is a wrong selection try: Code: Select allecho "options snd-hda-intel model=generic" >> /etc/modprobe.d/alsa-base.conf or Code: Select allecho "options snd-hda-intel index=#CARD NUM#" >>

/etc/modprobe.d/alsa-base.conf
(if you most likely have an intel card)
check card numver with:
Code: Select allcat /proc/asound/cards

Just installed a Debian on my pc. I had to install the nvidia official drivers to get my card working (GeForce GTX 750 Ti)But i have no sound (in my Windows partition sound works fine). The sound cards are apparently recolonized and loaded but i get nothing.

Code: Select alluname -r
3.16.0-4-amd64

Code: Select alllspci | grep Audio
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 9 Series Chipset Family HD Audio Controller
01:00.1 Audio device: NVIDIA Corporation Device 0fbc (rev a1)

[code]....

then reboot, didn't work/Then i tryed to install the official Realtek ALC887 drivers from their page but get error compiling and no answers of how to fix it

Code: Select allerror: implicit declaration of function ‘fget_light’ [-Werror=implicit-function-declaration]
  file = fget_light(fd, fput_needed);

didn't work/After that i pluged my pc to a friends HDMI tv and i got sound when i change PulseAudio aoutput. So i guess the nvidia card sound works, but my headphones and speakers that i own don't. Finlay i disabled my sound card on BIOS and alsa stop recognizing the cards even after enabling them again.

View 2 Replies View Related

Debian Multimedia :: Sound Converter In Jessie

Feb 20, 2015

I am using Jessie. 64 bits. I have been using Sound Converter in other distros (LMDE, Ubuntu, etc) in the past.Jessie has Sound Converter 2.1.3. I think I have installed the needed codecs. When I try to convert from mp4 to mp3, the program gets stuck, and nothing happens. Other formats can be converted.

When I use SoundKonverter (also in Jessie, version 2.1.1) it works with no problem, converting from mp4 to mp3. Nevertheless I would prefer to use Sound Converter.

View 2 Replies View Related

Debian Hardware :: No Sound After Switching To Jessie

Sep 18, 2015

I've recently switched from Wheezy to Jessie and can't get sound to work.

It worked properly in Wheezy with the same hardware configuration.

I've searched web for possible solutions but couldn't have found the symptoms

similar to mine, i.e. no hw listed by aplay -l:

Code: Select all#aplay -l
**** List of PLAYBACK Hardware Devices ****

Remaining info:

Code: Select all#lspci | grep Audio
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 9 Series Chipset Family HD Audio Controller

[Code] .....

View 1 Replies View Related

Debian Hardware :: Crackling Sound On Jessie

Sep 19, 2015

So whenever I start-up and after I enter my passphrase for cryptsetup (before login manager) I hear this crackling sound from my speakers constantly throughout usage.

While watching a movies or playing Youtube videos it's less noticeable, but when I'm typing up or working it really gets frustrating.

I've tried to figure out if pulseaudio was the culprit. uninstalled and rebooted yet crackling and pops continued. I haven't yet altered or messed around with ALSA or snd_hda_intel driver. But I did notice while using Audio Mixer, muting the speakers section stopped the crackling ...

So I guess the problem lies with Alsa or snd_hda_intel or both?

lspci -v
Code: Select all00:1b.0 Audio device: Intel Corporation Atom Processor Z36xxx/Z37xxx Series High Definition Audio Controller (rev 0e)
   Subsystem: Toshiba America Info Systems Device f91b
   Flags: bus master, fast devsel, latency 0, IRQ 108
   Memory at d0910000 (64-bit, non-prefetchable) [size=16K]
 
[Code]...

View 0 Replies View Related

Debian Hardware :: After Jessie Upgrade No Sound

Dec 23, 2015

After upgrade no sound. I tried "alsactl init" fix and that worked for awhile. Now even that isn't working.

Also tried the following:

# /etc/init.d/alsa-utils reset
[ ok ] Resetting ALSA...done.
# /etc/init.d/alsa-utils restart
# alsactl init
Found hardware: "HDA-Intel" "Realtek ALC898" "HDA:10ec0899,38421034,00100003" "0x1034" "0x3842"
Hardware is initialized using a generic method

View 14 Replies View Related

Debian :: No Sound On Jessie And Snd-hda-intel - No Codecs Found

Aug 7, 2015

I can't get the sound to work. The soundcard doesn't seem to be corrupted (works on both Hackintosh and Windows 8 ), but it looks like alsa won't recognize it on Debian:

aplay -l
aplay: device_list:268: no soundcards found...

View 4 Replies View Related

Debian :: No Sound In Headphones On Asus Eee 1001PX With Jessie

Sep 23, 2015

I recently bought a used Asus eee 1001PX. It came installed with some spyware called windows which I replaced with jessie. Everything works great but one thing. When I plug in headphones I get no sound in the headphones. If I have some audio running and plug them in while it's playing it doesn't cut the audio from the built in speakers off like it should do. If I start and look at Output Devices in pauvcontrol it seems like it at least recognizes that I have headphones inserted.

I didn't have a chance to test if the physical audio jack was broken while it had Windows running on it but assuming that it's not physically broken, what might be wrong? I know very little about audio, alsa, pulse and that kind of stuff so I hardly know even where to start.

Some info:
Code: Select alllspci -v

00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 02)
        Subsystem: ASUSTeK Computer Inc. Device 8437
        Flags: bus master, fast devsel, latency 0, IRQ 44
        Memory at f7cf8000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2
        Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+

[Code] ....

View 3 Replies View Related

Debian Multimedia :: Sound Is Tinny After Upgrading To Jessie

Jan 16, 2015

I upgraded my system from Wheezy to Jessie and now the audio is tinny. It sounds like a lot of the bass is being chopped off. This happens in YouTube's HTML5 video player, VLC and whatever player it is that Thunar launches for avi files.I'm using Xfce as my desktop, if that matters.I looked around for an equalizer app for pulseaudio but was surprised to find that the there isn't one, or at least not one which is still maintained.

View 0 Replies View Related

Debian Multimedia :: Upgraded To Jessie From Wheezy - No Sound

Jan 22, 2015

I upgraded to Jessie today and found that I have no sound.

Code: Select all# uname -a
Linux ath 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt2-1 (2014-12-08) x86_64 GNU/Linux

There is no sound card on the motherboard. Sound worked previously through HDMI from a Nvidia GTX570

Code: Select all# lspci|grep Audio
09:00.1 Audio device: NVIDIA Corporation GF110 High Definition Audio Controller (rev a1)

Code: Select all# aplay -l
aplay: device_list:268: no soundcards found...

[code]....

View 8 Replies View Related

Debian Multimedia :: Sound Juicer Broken In Jessie

May 24, 2015

I installed Sound Juicer but all it does is say "cannot read tracks". Playing the music CD works fine otherwise in other programs so it's definitely not the system or CD.

Tried on another computer with Jessie to be sure and I got the same thing there.

I suppose I can just use a different program but wondering if it's just me or if it's something to report ?

View 3 Replies View Related

Debian Hardware :: Upgrade To Jessie Broke Sound

Jun 22, 2015

I upgraded from Wheezy to Jessie yesterday and no longer have sound. I don't think anything is muted. I checked alsamixer and everything is on. MOC, VLC, speaker-test and aplay are all giving me errors. MOC refuses to load.

Code: Select allccc@de:~$ speaker-test

speaker-test 1.0.28

Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
Playback open error: -2,No such file or directory
Code: Select allaplay /usr/share/sounds/alsa/Front_Center.wav
ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
aplay: main:722: audio open error: No such file or directory

Code: Select allccc@de:~$ mocp
Running the server...
Trying JACK...
Trying ALSA...
ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
Trying OSS...

[CODE]....

Should I have a normal alsa-base.conf file?

View 3 Replies View Related

Debian Hardware :: TV-Tuner With Alsa With Jessie No Sound

Jul 11, 2015

I've got a Leadtek TV2000 Expert tuner and it was connected with my soundcard on motherboard succesfully. Before many years it worked percectly with my early Ubuntu version 7.04 and 8.04 - that used the AUX for soundlevels in the alsamixer. In TVTIME I've get all my TV-channels but without sound...

Always when I run tvtime it sends me:

"mixer: Can't open device /dev/mixer, mixer volume and mute unavailable.
mixer: No such mixer channel 'aux', using channel 'line'."

I've got this in the .asoundrc file:

pcm.!dmix {
type dmix
ipc_key 1024
slave {
pcm "hw:0,0"
channels 6
period_size 1024

[Code] ....

And everything works with sound - but tvtime can't...

View 8 Replies View Related

Debian Hardware :: Sound Not Working With IBook G4 Running Jessie

Mar 22, 2015

I am having sound issues with iBook G4 running Debain Jessie. I am dual booting Ubuntu_MATE 15.04 and Jessie on the same HD. For PowerpC iBooks and PowerBooks you need to manully load the snd-aoa-i2sbus module in order to open alsamisxer so you can set you PCM Channel. I have done this when I ran Jessie on my PowerBook and sound worked with no issues. Now on this iBook I have ran both Lubuntu and Ubuntu-MATE with sound working by using this method. However when I installed Jessie I loaded the module, got aslmixer to load and set my PCM Channel but no sound.

View 1 Replies View Related

Debian Hardware :: Sound Not Working Through Speakers Since Moved To Jessie

May 19, 2015

Lenovo Thinkpad X201
Conexant 20585

Code: Select allfishybawb@minigonzo:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: MID [HDA Intel MID], device 0: CX20585 Analog [CX20585 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: MID [HDA Intel MID], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

I've been having problems with audio not working through the speakers since I upgraded to Jessie. I did a fresh install, the same hardware worked out of the box on Wheezy. Audio does work through the headphones - searching Google results in a LOT of similar issues on various distros, but none of the suggestions I've found have worked. Pulseaudio is not installed.

Alsamixer shows that the speakers are un-muted, and toggling the headphone auto-mute in case that was causing problems doesn't work. lsmod shows that snd_hda_codec_hdmi is loaded and in use - could it be trying to send sound via HDMI? Odd, because this laptop does not have an HDMI port. Blacklisting that module doesn't seem to make a difference however.

View 1 Replies View Related

Debian Multimedia :: Upgraded To Jessie From Wheezy - Sound Plays On Everything But Browsers

Dec 25, 2014

I just installed wheezy and upgraded to jessie. I had previously gotten sound working in wheezy by installing the flashplugin-nonfree and flashplugin-nonfree-extrasound packages, after configuring my headset in system settings. However, now I can't get sound to play in firefox. I've installed flashplugin-nonfree, flashplugin-nonfree-extrasound, and pulseaudio, still without luck. The volume is turned all the way up in alsamixer, sound tests play fine, and I can play music in VLC without any problems. This leads me to believe it's not a problem with drivers, but with some package I'm missing that will allow firefox to play sound. Sound wasn't working in the default video player either, before I installed the flash plugin. Is there something I'm missing?

Also, sound doesn't play on Konqueror either (KDE browser), which seems to indicate it's a problem with flash and not with firefox itself. After removing the flash plugin and installing pepperflashplugin-nonfree to ensure the pepper plugin was used instead of flash, sound still would not play in chromium, so I reinstalled the flash plugin and still don't have sound in any browser.

View 1 Replies View Related

Debian Hardware :: Sound Stopped Working After Upgrading Jessie System

May 1, 2014

I recently updated my Debian jessie system (for the first time in a few months). It broke my video driver (fortunately a dpkg-reconfigure fixed that) and my wireless driver (forget how I fixed that...), and my sound. ALSA still thinks I have an output device, I've set volumes all the way up in alsamixer.

In vlc and firefox, I can't hear anything using the default audio out (which I think is pulseaudio), nor can I hear anything if I ask them to use ALSA output directly. I've tried rebooting, killing/manually starting pulseaudio, etc to no avail.

I think it was either the kernel upgrade (went from 3.10 to 3.13) or a configuration option in some sound subsystem that broke. To be clear, sound was working perfectly before the upgrade. My machine is an Ivy Bridge-era Zenbook.

View 2 Replies View Related

Debian Hardware :: Sound Sometimes Ceased To Work On Headphones On Jessie System

Aug 1, 2014

It has happened to my debian jessie system that the sound sometimes ceased to work, but after a quick review of alsamixer, pavucontrol it was easy to put everything back to normal. Not this time

The sound works as a charm with no headphones, but not with them, and I find them particularly useful for talking with people since the sound quality is way better...

I have alsa and pulseaudio installed on my system

uname -a
Linux device 3.14-2-amd64 #1 SMP Debian 3.14.13-2 (2014-07-24) x86_64 GNU/Linux

lspci -v| grep Audio
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)

In pavucontrol everything looks normal, and the output seems to be working...

View 2 Replies View Related

Software :: Mute All Sound Not Coming From A Given App?

Jul 11, 2011

how to mute all sound not coming from a given app (e.g., music player).

View 6 Replies View Related

Ubuntu :: Laptop Sound Won't Mute On IPlayer

Mar 18, 2011

when i select mute on the volume control in the ubuntu control panel the sound gets muffled but does not mute. also if i plug in headphones the headphones are fine but the speaker sound just goes muffled not off completely as expected. this happens in iplayer and videos. rythmbox works fine. running ubuntu 10.10 64bit on samsung r720 and lspci | grep udio returns

00:1b.0 audio device: intel corporation 82801i (ich9 family) hd audio
controller (rev 03)
01:00.1 audio device: ati technologies inc rv710/730

View 1 Replies View Related

Ubuntu :: 11.04 Sound Goes Mute And Does Not Work Until Reboot

Jul 4, 2011

I have experienced 4 or 5 times a sound-muting bug. Suddenly speakers stop working (usually not in in the middle of something musical but when there is no sound playing) and does not work again until I reboot the system.

View 5 Replies View Related

General :: Mute Sound From Single Application?

Apr 7, 2011

how to mute sound from certain application on linux(without changing sound setting within that programm)?

View 2 Replies View Related

Debian :: Change Dragora Bash Terminal To Default Jessie Terminal

Feb 29, 2016

I mainly use debian jessie , recently i have installed daragora as my second os to get a feel of gnu/linux . the problem is that dragora uses bash , and it's commands are different from debian jessie terminal is there a way that i can use the same commands here in dragora?

View 4 Replies View Related

OpenSUSE Hardware :: Sound In Both Headphones And Speakers (11.3) - Didn't Mute

Mar 2, 2011

I recently built a new computer, and my sound works fine, but the speakers don't mute when I plug my headphones in. The headphones work, other than there is also sound coming from the speakers.

View 9 Replies View Related

Slackware :: Sound Compaq Cq40 Wouldn't Active Notebook Is Mute?

Mar 31, 2010

i have a problem in my notebook, its can make a sound i use the slackware 13 edition for my notebook i have upgraded my alsa-base on my laptop to alsa 1.0.22 on my slackware 13. i have follow the instruction tu active my sound device with command:

#alsaconf
#alsamixer
#alsactl store

but, the sound still wouldn't active, this is the result of my lspci -v on my slackware 13 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev

[Code]...

View 5 Replies View Related

General :: Hp Compaq Nc6220 Laptop - Mute Button On Keyboard Is Orange And There Is No Sound

Jan 11, 2011

i have a hp compaq nc6220 laptop running linux mint 9 isadora. the problem is the mute button on the keyboard is orange and i have no sound at all. the volume icon at the bottom is not muted.

View 14 Replies View Related

Debian Hardware :: Multiple Sound Devices - How To Change The Default Device

Mar 19, 2011

I recently installed a new sound card, and I need to find out how to change the default device. Currently, I'm dual-booting Windows, and I had re-enabled the on-board audio in the PC's bios. After doing that, Debian started detecting that on-board as the default sound device. Is there a way to set my sound card to be used instead? I found out that the 'alsaconf' utility has been phased out. I"m currently running Debian testing, for amd64.

View 4 Replies View Related

Ubuntu Multimedia :: "All Mute" Sound On Lucid After Attempting To Install Alsa-linux-all.deb

May 31, 2010

My Compaq Presario F700 laptop has Conexant HD-Audio SmartAudio 221 (checking from my Windows partition). I had everything working just fine until yesterday when I attempted to manually install an alsa-linux package that I downloaded sometime ago. Although the .deb package failed to install, it seems it messed things up and now there's no sound. The speaker icon shows "All mute" and I have no clue how to fix this. How do I 'unmute' it?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved