F5F Stay Refreshed Software Operating Systems Linux Kubuntu audio problems Sound not working properly on Kubuntu Troubleshooting audio issues in Linux Kubuntu

Linux Kubuntu audio problems Sound not working properly on Kubuntu Troubleshooting audio issues in Linux Kubuntu

Linux Kubuntu audio problems Sound not working properly on Kubuntu Troubleshooting audio issues in Linux Kubuntu

T
Topazus
Junior Member
3
04-20-2016, 12:47 PM
#1
Hey, all... Gonna get this out of the way: I am new to Linux, so still figuring things out. I have managed to sort out pretty much all the issues that have come my way, except for this one: my speakers don't show up. Sound is obviously important, so I would love to get this working. Nothing pops up in any of the settings menus, as well as advanced config menus. I have tried rebooting alsa to no avail. Finally, I tried modifying the "Element Headphone" config data in the analog-output-speaker.conf text file, but no results. One thing to note: for some reason, it shows my GPU as my sound card in Konsole. No idea how to change this, as I have seen no working options to do so. Thanks SO MUCH for any help! I am looking to learn.
T
Topazus
04-20-2016, 12:47 PM #1

Hey, all... Gonna get this out of the way: I am new to Linux, so still figuring things out. I have managed to sort out pretty much all the issues that have come my way, except for this one: my speakers don't show up. Sound is obviously important, so I would love to get this working. Nothing pops up in any of the settings menus, as well as advanced config menus. I have tried rebooting alsa to no avail. Finally, I tried modifying the "Element Headphone" config data in the analog-output-speaker.conf text file, but no results. One thing to note: for some reason, it shows my GPU as my sound card in Konsole. No idea how to change this, as I have seen no working options to do so. Thanks SO MUCH for any help! I am looking to learn.

W
Win32prog
Member
54
04-20-2016, 09:30 PM
#2
First, confirm that your sound card is recognized properly. Run `sudo lspci -v` and look for the Intel Audio device listed. Check if the correct driver is installed. Next, verify that ALSA can communicate with it using the `aplay` command. Then, examine the system details to ensure you’re using PulseAudio as the audio server, which is common in Ubuntu. You’ll encounter new ideas like sinks, profiles, and ports. Don’t worry—this isn’t too much to handle. If you need to adjust settings, consult the manpages for guidance. To check your sound card, use `pactl`. Finally, confirm your computer’s specs (motherboard or laptop) and make sure everything lines up.
W
Win32prog
04-20-2016, 09:30 PM #2

First, confirm that your sound card is recognized properly. Run `sudo lspci -v` and look for the Intel Audio device listed. Check if the correct driver is installed. Next, verify that ALSA can communicate with it using the `aplay` command. Then, examine the system details to ensure you’re using PulseAudio as the audio server, which is common in Ubuntu. You’ll encounter new ideas like sinks, profiles, and ports. Don’t worry—this isn’t too much to handle. If you need to adjust settings, consult the manpages for guidance. To check your sound card, use `pactl`. Finally, confirm your computer’s specs (motherboard or laptop) and make sure everything lines up.

C
CrAnK171
Junior Member
23
04-24-2016, 03:46 AM
#3
Your video card appears due to digital audio through HDMI. Usually, when a sound card isn't found, Linux distros using PulseAudio will default to the HDMI source. Some boards offer a digital audio interface (IEC938/SPDIF) which can add some confusion when checking sound settings. grg994 provides useful advice; lspci is an excellent starting point to discover what your Linux version recognizes for your card. I’m aware that newer distros like Fedora are moving away from PulseAudio toward PipeWire, though I’m not certain this change is complete on (K)Ubuntu yet. I encountered a problem where PipeWire worked with the sound card even though ALSA did, so I temporarily switched back to PulseAudio.
C
CrAnK171
04-24-2016, 03:46 AM #3

Your video card appears due to digital audio through HDMI. Usually, when a sound card isn't found, Linux distros using PulseAudio will default to the HDMI source. Some boards offer a digital audio interface (IEC938/SPDIF) which can add some confusion when checking sound settings. grg994 provides useful advice; lspci is an excellent starting point to discover what your Linux version recognizes for your card. I’m aware that newer distros like Fedora are moving away from PulseAudio toward PipeWire, though I’m not certain this change is complete on (K)Ubuntu yet. I encountered a problem where PipeWire worked with the sound card even though ALSA did, so I temporarily switched back to PulseAudio.