Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have a sound card that uses hda_intel that apparently only works with pulseaudio installed. I tried to remove pulseaudio and just use alsa directly, but I could not get any sound out.
After reinstalling pulseaudio, none of the programs using the alsa backend work anymore even though they worked before I removed pulseaudio.
I'm not sure how pulseaudio and alsa are connected, so could someone shed some light on this area?
I do have 2 audio devices installed, one real one, and one HDMI. The second one is the real audio device.
And how would I configure ALSA if I removed pulseaudio? When I removed pulseaudio, I manually loaded snd_hda_intel like it is now, but still I could not get any sound to play.
here is my audio codec:
Code:
brian-linux:~ # cat /proc/asound/Generic_1/codec#0 | head -1
Codec: Realtek ALC269VB
I see that it is a realtek based card, so why is hda_intel being used?
snd_hda_intel is the generic sound driver. Have you tried any ALSA utilities, like alsamixer? That is a very useful one. You should not need PulseAudio when using ALSA. If you have PulseAudio, then ALSA just defers everything to the Pulse daemon. I have Pulse and ALSA running on my system. I can manipulate volume using both. They are pretty much two different things which have been made to be compatible. Try using alsamixer to unmute everything. That could be the issue.
I tried maxing out every channel I could find, but there is still no sound for some applications.
How exactly do pulseaudio and alsa interact? Is it like program -> alsa -> pulseaudio? And if pulseaudio has an alsa api wrapper, then how can I direct the sound to pulseaudio's alsa wrapper, rather than alsa itself?
I managed to get my sound back by reinstalling everything again. I still have no idea what is going in as far as sound goes in linux. The old config files are identical to the stock ones, so how can one work perfectly and the other not at all? Either way, if someone managed to screw up their sound system like I did, just reinstall everything to fix it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.