You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem (which I also had a few years ago) - there is no sound in Clear Linux (latest version as of the moment: clr-live 6.12.8-1530). Previously it turned out that the driver for my sound card was disabled in the kernel, but a developer enabled it and it used to be fine. Currently, I test with the live version, as from my previous experience if it has sound, so does the installed version and vice versa. Both speakers make no sound with the speaker test in Gnome Settings -> Sound. Youtube plays videos without sound.
My sound card is Creative Sound BlasterX AE-5 (PCIe) - a fairly common and rather good one. It worked fine in my previous version of Clear Linux (from 2023). My motherboard is ASUS Maximus z790 Dark Hero. I have no exotic / strange hardware. In windows everything is fine.
In the sound settings the Output Device is correctly set to Line Out / Speaker - HDA Creative. The Output meter (for sound level) moves as if there is sound. The volume is way above 0. In alsamixier nothing is muted and all levels are well above 0. The gnome sound bar is fine.
my uname -a is
Linux clr-live 6.12.8-1530.native #1 SMP PREEMPT Fri Jan 3 14:35:55 PST 2025 x86_64 GNU/Linux
pavucontrol detects the card correctly and the sound bar is moving when sound is supposed to come out of the speakers.
aplay -L :
null
Discard all samples (playback) or generate zero samples (capture)
front:CARD=PCH
Front output / input
surround21:CARD=PCH
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=PCH
4.0 Surround output to Front and Rear speakers
surround41:CARD=PCH
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=PCH
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=PCH
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=PCH
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
hdmi:CARD=NVidia,DEV=0
HDA NVidia, HDMI 0
HDMI Audio Output
hdmi:CARD=NVidia,DEV=1
HDA NVidia, HDMI 1
HDMI Audio Output
hdmi:CARD=NVidia,DEV=2
HDA NVidia, HDMI 2
HDMI Audio Output
hdmi:CARD=NVidia,DEV=3
HDA NVidia, HDMI 3
HDMI Audio Output
sysdefault:CARD=Creative
HDA Creative, CA0132 Analog
Default Audio Device
front:CARD=Creative,DEV=0
HDA Creative, CA0132 Analog
Front output / input
surround21:CARD=Creative,DEV=0
HDA Creative, CA0132 Analog
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=Creative,DEV=0
HDA Creative, CA0132 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=Creative,DEV=0
HDA Creative, CA0132 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Creative,DEV=0
HDA Creative, CA0132 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Creative,DEV=0
HDA Creative, CA0132 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Creative,DEV=0
HDA Creative, CA0132 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Creative,DEV=0
HDA Creative, CA0132 Digital
IEC958 (S/PDIF) Digital Audio Output
sysdefault:CARD=Audio
USB Audio, USB Audio
Default Audio Device
front:CARD=Audio,DEV=0
USB Audio, USB Audio
Front output / input
surround21:CARD=Audio,DEV=0
USB Audio, USB Audio
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=Audio,DEV=0
USB Audio, USB Audio
4.0 Surround output to Front and Rear speakers
surround41:CARD=Audio,DEV=0
USB Audio, USB Audio
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Audio,DEV=0
USB Audio, USB Audio
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Audio,DEV=0
USB Audio, USB Audio
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Audio,DEV=0
USB Audio, USB Audio
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Audio,DEV=0
USB Audio, USB Audio
IEC958 (S/PDIF) Digital Audio Output
iec958:CARD=Audio,DEV=1
USB Audio, USB Audio #1
IEC958 (S/PDIF) Digital Audio Output
BTW, this sound card is "external", meaning on a PCIe slot.
I believe that 2 years ago the problem was in the directive CONFIG_SND_HDA_CODEC_CA0132_DSP for the kernel, which had to be enabled and after a developer did it everything in the next version of Clear Linux was fine. I hope that now it is still as simple as that.
Best Regards and Thank You in advance,
Dobromir
The text was updated successfully, but these errors were encountered:
[ 15.953905] snd_hda_intel 0000:05:00.0: Direct firmware load for ctefx-desktop.bin failed with error -2
[ 16.054733] snd_hda_intel 0000:05:00.0: Direct firmware load for ctefx.bin failed with error -2
At first glance, I see that the driver is failing to load the firmware files ctefx.bin and ctefx-desktop.bin. For some historical reason, they're probably installed under /usr/lib. Can you try moving them to /usr/lib/firmware and rebooting, and reply whether it works? If you're using the actual live image, not the ISO, you should be able to modify the filesystem.
Add configure option to install firmware under /usr/lib/firmware instead
of /lib/firmware. Replaces an attempt to do this via install_append.
May fixclearlinux/distribution#3246
Hello,
I have a problem (which I also had a few years ago) - there is no sound in Clear Linux (latest version as of the moment: clr-live 6.12.8-1530). Previously it turned out that the driver for my sound card was disabled in the kernel, but a developer enabled it and it used to be fine. Currently, I test with the live version, as from my previous experience if it has sound, so does the installed version and vice versa. Both speakers make no sound with the speaker test in Gnome Settings -> Sound. Youtube plays videos without sound.
My sound card is Creative Sound BlasterX AE-5 (PCIe) - a fairly common and rather good one. It worked fine in my previous version of Clear Linux (from 2023). My motherboard is ASUS Maximus z790 Dark Hero. I have no exotic / strange hardware. In windows everything is fine.
In the sound settings the Output Device is correctly set to Line Out / Speaker - HDA Creative. The Output meter (for sound level) moves as if there is sound. The volume is way above 0. In alsamixier nothing is muted and all levels are well above 0. The gnome sound bar is fine.
my
uname -a
isLinux clr-live 6.12.8-1530.native #1 SMP PREEMPT Fri Jan 3 14:35:55 PST 2025 x86_64 GNU/Linux
pavucontrol
detects the card correctly and the sound bar is moving when sound is supposed to come out of the speakers.aplay -L
:lsmod|grep snd
givesoutput from
alsa-info.sh
alsa-info.txt
output from
sudo dmesg|grep snd
dmesg_snd.txt
output from
sudo dmesg|grep sound
dmesg_sound.txt
output from
sudo dmesg|grep -i creative
dmesg_creative.txt
output from
journalctl
jctl.txt
sudo dmesg | grep firmware
givesBTW, this sound card is "external", meaning on a PCIe slot.
I believe that 2 years ago the problem was in the directive
CONFIG_SND_HDA_CODEC_CA0132_DSP
for the kernel, which had to be enabled and after a developer did it everything in the next version of Clear Linux was fine. I hope that now it is still as simple as that.Best Regards and Thank You in advance,
Dobromir
The text was updated successfully, but these errors were encountered: