View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008330 | Kali Linux | General Bug | public | 2023-05-26 02:26 | 2024-05-01 09:19 |
Reporter | tefastein | Assigned To | arnaudr | ||
Priority | immediate | Severity | block | Reproducibility | always |
Status | feedback | Resolution | reopened | ||
Summary | 0008330: No audio on the laptop | ||||
Description | I installed Kali since a week as dualboot with win 11 and the audio doesn't work on the laptop, although it works with the bluetooth headset. I tried also alot of solutions, but nothing. https://www.kali.org/docs/troubleshooting/no-sound/ i will be very thankfull, if it works. | ||||
Attached Files | |||||
Hello, please open a terminal, type the following commands, and paste the output here: <pre> ps -fp $(pgrep wire) systemctl --user status pipewire.service systemctl --user status pipewire-pulse.service systemctl --user status wireplumber.service Can you also run « sudo apt install -y firmware-sof-signed ». If you see that the package is being installed (meaning it was not installed before), then please reboot and see if it works better. Also, I suppose that you use the default Kali desktop (XFCE), is it correct? Thanks! |
|
Hi every thing if working ok. I try to make a note with the output, but i think there is a problem to me. |
|
here is a screenshot with the outputs |
|
Did you try « sudo apt install -y firmware-sof-signed » then reboot? |
|
firstly thank you for your reply and your support, arnaudr. secondly, yes i tried it and nothing happend. |
|
Ok, that's becoming difficult now... Can you try « cat /proc/asound/cards » to see what sound cards are detected? Maybe your audio interface is not supported in Linux, it can happen, especially if it's a very recent model of laptop. |
|
ok, let's make it more difficult and say that it is already supported :( |
|
i am not sure, but i think there is a problem with the libcamera |
|
i am also not sure if this can help on something |
|
Hi |
|
@tefastein I wouldn't worry about libcamera, I've seen the same error messages on every setup that I checked. Just ignore it. However, what I see when I type wpctl is slightly different: <pre>
Here you can see xfce4-pulseaudio-plugin, while it's not there on your screenshot. Can you check if the process is running? Here's what I get: <pre> Also, here's the end of wpctl status for me: <pre>
While for you, it's bluetooth. You could try to disable buletooth, and then check what appears in « Default Configured Node Names ». Nothing, or alsa devices? |
|
@tefastein: Also, I know it sounds stupid, but still: make sure to click on the audio icon (top-right corner of the screen), make sure audio is not muted, volume is up. Open the audio mixer, click around, make sure the right output device is selected, etc... |
|
@etmensah: So, did you try to run « sudo apt install -y firmware-sof-signed », then reboot. Any improvement? |
|
@tefastein: There is a very detailed thread on the Linux Mint forum: https://forums.linuxmint.com/viewtopic.php?t=395926. In this thread, as you'll see, the user AceKing reported the issue, and the user named SMG is the knowledgeable person. Ignore the other posters. But the conclusion of this thread is just that: sound is simply not supported in Linux for this model of laptop. It will be in the future, hopefully. If you really have time on your hand, you could try to boot a recent live USB image from another distro, something very recent, maybe the latest Ubuntu, and check if sound works. But I don't want to waste your time, so I'm not really asking you to do that, just saying it's a possibility. Feel free to keep investigating and post more feedback here. But at this point I'm afraid that there's nothing more I can do. |
|
@arnaudr: No Let me do that and get back to you. Thanks. |
|
Hi @arnaudr, I think somehow the problem would be at settings of the wireplumber. Although I close the bluetooth service, the Audio/Sink at the wpctl status is still on bluetooth. I am sure that the audio is not muted. Btw I solved the libcamera . Thank you for your support. |
|
@arnaudr: I did exactly what you instructed - run « sudo apt install -y firmware-sof-signed », then reboot. My sound is working noun. Thank you. I am very grateful. |
|
@tefastein: How did you solve the libcamera error messages? @etmensah: Glad to hear that it worked! |
|
I think somehow regarding the sound, I must fix the routing for only the audio/sink. But what wounder me that wpctl doesn't read any sink, although the pactl is: access.allowed to list an array of paths of allowed
17 libpipewire-module-adapter regarding the libcamera : |
|
by the way I installed gnome yesterday, because of some touch screen problems with the xfce and for the |
|
sorry i forgot the main tag |
|
@tefastein Another think you can try, if you want to rules out pulseaudio- or pipewire-related issues, is just to play via ALSA tools. ALSA is the driver level. If you can't play sound via ALSA, there are good chances that your hardware is not supported. You need the alsa-utils package, then you can try commands like speaker-test and alsamixer. |
|
I think it is a general case at the envy-laptops. Sign command: /usr/lib/linux-kbuild-6.1/scripts/sign-file Running the pre_build script: Extracting original source of the kernel module
|
|
@tefastein: Please try my fork, it should be fixed: https://github.com/elboulangero/hp-15-ew0xxx-snd-fix Please tell me if sound is fixed after that. Thanks! |
|
@arnaudr I got this error also |
|
the log file says at the end |
|
Yep this is due to the vmlinux file that was copied by the previous version of the script... Remove it with: <pre> And then retry. |
|
I am still optimistic that I can find a solution |
|
I'm sure you've seen step 3 in https://github.com/xoocoon/hp-15-ew0xxx-snd-fix#the-general-approach:
I don't know if that means that you should tweak the patches for your model. I think at this point, the best is to open an issue at https://github.com/xoocoon/hp-15-ew0xxx-snd-fix, the author can surely help. |
|
Hi @arnaudr, I am really really really THANKFULL for you and your support. It works now I didn't take on consideration that I mus change "SND_PCI_QUIRK(0x103c, 0x8a29, "HP Envy x360 15-ew0xxx", ALC287_FIXUP_CS35L41_I2C_2)" to my sound system id at the setup_snd-hda-codec-realtek.sh file. Thank you so much. |
|
Great to hear! Hopefully this model of laptop/soundcard will be supported in the linux kernel in the future. Also note that, if I'm not mistaken, you might lose sound every time "apt full-upgrade" installs a new kernel... Then you will have to run those scripts again, I guess. I'm closing the issue then. Thanks to you for following up until the end! |
|
Hi, can I find any solution for that ? thanks |
|
Ask for support over there? |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2023-05-26 02:26 | tefastein | New Issue | |
2023-05-26 03:03 | arnaudr | Note Added: 0018020 | |
2023-05-26 03:19 | tefastein | Note Added: 0018021 | |
2023-05-26 03:21 | tefastein | File Added: Screenshot_2023-05-26_05-20-34.png | |
2023-05-26 03:21 | tefastein | File Added: Screenshot_2023-05-26_05-21-16.png | |
2023-05-26 03:21 | tefastein | Note Added: 0018022 | |
2023-05-26 04:32 | arnaudr | Note Added: 0018023 | |
2023-05-26 11:08 | tefastein | Note Added: 0018024 | |
2023-05-26 14:25 | arnaudr | Note Added: 0018025 | |
2023-05-26 15:34 | tefastein | File Added: Screenshot_2023-05-26_17-32-57.png | |
2023-05-26 15:34 | tefastein | Note Added: 0018026 | |
2023-05-26 15:56 | tefastein | File Added: Screenshot_2023-05-26_17-55-34.png | |
2023-05-26 15:56 | tefastein | Note Added: 0018027 | |
2023-05-26 15:59 | tefastein | File Added: Screenshot_2023-05-26_17-58-46.png | |
2023-05-26 15:59 | tefastein | File Added: Screenshot_2023-05-26_17-59-11.png | |
2023-05-26 15:59 | tefastein | Note Added: 0018028 | |
2023-05-27 06:55 | etmensah | File Added: Screenshot_2023-05-27_06-54-05.png | |
2023-05-27 06:55 | etmensah | Note Added: 0018031 | |
2023-05-29 02:02 | arnaudr | Note Added: 0018037 | |
2023-05-29 02:05 | arnaudr | Note Added: 0018038 | |
2023-05-29 02:06 | arnaudr | Note Added: 0018039 | |
2023-05-29 02:41 | arnaudr | Note Added: 0018040 | |
2023-05-29 02:42 | arnaudr | Note Edited: 0018040 | |
2023-05-29 02:43 | arnaudr | Note Edited: 0018037 | |
2023-05-29 02:53 | arnaudr | Note Edited: 0018040 | |
2023-05-29 03:47 | etmensah | Note Added: 0018041 | |
2023-05-29 11:53 | tefastein | Note Added: 0018043 | |
2023-05-29 13:19 | etmensah | Note Added: 0018044 | |
2023-05-29 15:43 | arnaudr | Note Added: 0018045 | |
2023-05-29 16:51 | tefastein | Note Added: 0018046 | |
2023-05-29 16:54 | tefastein | Note Added: 0018047 | |
2023-05-29 16:55 | tefastein | Note Added: 0018048 | |
2023-05-30 01:25 | arnaudr | Note Added: 0018049 | |
2023-05-30 18:11 | tefastein | Note Added: 0018052 | |
2023-05-31 08:36 | arnaudr | Note Added: 0018056 | |
2023-05-31 09:12 | tefastein | Note Added: 0018057 | |
2023-05-31 09:16 | tefastein | Note Added: 0018059 | |
2023-05-31 09:19 | arnaudr | Note Added: 0018060 | |
2023-05-31 09:55 | tefastein | Note Added: 0018061 | |
2023-05-31 10:11 | arnaudr | Note Added: 0018062 | |
2023-05-31 18:56 | tefastein | Note Added: 0018126 | |
2023-06-01 02:19 | arnaudr | Note Added: 0018127 | |
2023-06-01 02:19 | arnaudr | Assigned To | => arnaudr |
2023-06-01 02:19 | arnaudr | Status | new => resolved |
2023-06-01 02:19 | arnaudr | Resolution | open => fixed |
2024-04-30 22:38 | tefastein | Status | resolved => feedback |
2024-04-30 22:38 | tefastein | Resolution | fixed => reopened |
2024-04-30 22:38 | tefastein | Note Added: 0019231 | |
2024-05-01 09:19 | kali-bugreport | Note Added: 0019234 |