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...
I found a nice old mini industrial PC with an Jetway NF92 motherboard (Atom N270/Intel GMA945 GPU).
Installed Jessie on it, I have a strange problem under X11: mouse pointer is garbled (looks like somebody cut the arrow in four separate sprite and shake them well , and screen flickering. If I move down the mouse in the lower part of the screen, the screen flicker slowly, if the mouse goes in the top part of the screen, screen flicker rapidly... And finally, putting the pointer on the last line of the screen make the screen stop flickering with perfect screen....
Code: Select allroot@telmat:~# uname -a Linux telmat 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt11-1+deb8u4 (2015-09-19) i686 GNU/Linux root@telmat:~#
Code: Select allroot@telmat:~# lspci 00:00.0 Host bridge: Intel Corporation Mobile 945GSE Express Memory Controller Hub (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GSE Express Integrated Graphics Controller (rev 03) 00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 02)
My wifi does not work in the actual debian testing jessie lxde amd64 with wicd version (fresh install). What I've done:
0. Fresh testing jessie install (offline and ignored the question for adding iwlwifi)
1. Adding following sources: deb http://ftp.de.debian.org/debian/ jessie main contrib non-free deb-src http://ftp.de.debian.org/debian/ jessie main contrib non-free deb http://security.debian.org/ jessie/updates main contrib non-free deb-src http://security.debian.org/ jessie/updates main contrib non-free
2. apt-get update
3. apt-get install firmware-iwlwifi
4. modprobe -r iwlwifi ; modprobe iwlwifi
So searching the web just brings up the wheezy way solution (backport new kernel and iwlwifi).
But in this case, actual jessie testing kernel is already installed by default and so the actual 43 firmware-iwlwifi
Some information: Code: Select all# dpkg -l |grep -i iwlwifi ii firmware-iwlwifi 0.43 all Binary firmware for Intel Wireless cards
I have did a clean installation of Debian Jessie today on my laptop and my computer.I use the Gnome 3.14.1 Desktop environment.
I installed Spotify-Client via PPA, and i installed the gconf-editor, gufw and Google Earth. Those 3 applications are not visable in the Gnome applications menu.
If i run then via the terminal, e.g. spotify-client, gconf-editor, gufw and google-earth, the applications are started. They seem to be installed correctly. I tried either running apt-get purge spotify-client gconf-editor google-earth-stable gufw, and reinstalled those applications, to no avail.
I even tried installing another desktop environment, mate-desktop. The shortcuts to the applications do exist in /usr/share/applications. Only not in the Gnome 3 menu. It's strange, because this problem happens both on my desktop and my laptop computer.
I run: Debian Jessie 8.2.0 with Gnome 3.14.1. Kernel 3.16.0-4 amd64 architecture
I also tried reinstalling Gnome-Shell and GDM. But it doesn't work.
Before, Debian Wheezy 7.9 was installed, and there was no problem. My Debian installation is fully up-to-date.
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.
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.
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]
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+
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.
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 ?
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...
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 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.
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.
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.
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.
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...
I've recently installed stable (5.x, I think that's lenny...) on a laptop and there's no sound at all.
I had this problem years ago when I last installed linux on here. I solved it then and I thought the solution was unchecking "external amplifier" in alsamixer.
I believe my sound card (Intel 82801DB-ICH4) is detected and the appropriate driver loaded (snd_intel8x0) however, even running speaker-test produces no sound (no error either).
I've read that the intel hda have a model parameter found by greping for codec in /proc/asound/card? but I can't find any information about what codec is used in any path like that. Is there a model parameter for this card too? I'm on a philips freeline X10 laptop.
I ran alsaconf and nothing seemed to change. I tried alsactl init but the command init wasn't found, I suppose that must only be in newer releases. I installed libesd-alsa0 to replace libesd0 but that didn't help (should I revert this file? libesd0 says it's for oss). I also appended "options snd_intel8x0 index=0" to /etc/modprobe.d/alsa-base which got the card registered as the first device.
I get no sound with kernel 2.6.30-2-686 or 2.6.32-5-686. Works fine in 2.6.26-2-686. Card is found, it accepts streams but plays nothing to either internal speakers or headphones.
I have several computers based on ECS G41T-M motherboard, featuring ICH7 chipset with VIA VT1708B 8-ch audio codec. I've installed Debian Lenny 64-bit on it. The sound itself works, but mixer does not, thus, for example, I can not get my recording app working, changing volumes does not work etc.
According to HDA Analyzer, my sound card is muted; however, I can't unmute it through HDA Analyzer or anything else. According to alsamixer, everything is unmuted, though. According to the ALSA documentation, there's no 'model' id for my codec -- Conexant 5069 -- so I don't have an option to put in /etc/modprobe.d/sound.conf. What can I do to unmute the card???
My friend recently installed fedora 12 in his system. Intel core2 duo, 2 GB ram. It didnt play mp3 files, but the sound during login, logout etc were ok. I searched some sites and told him to do
Quote:
yum update @sound-and-video
(This worked for me)
but now in his system the player (amarok) shows the sound is playing but cant hear anything also the login and logout sounds also not playing.
I have FC10! so far i have downloaded the mplayer and its codecs.further i extracted both the packages( in DOWNLOAD folder).but I'm not able to extract the codecs in the /usr/local/lib/codecs directory.it says you do not have permission. how should i know whether to compile the mplayer or is it pre-compiled?