View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008246 | Kali Linux | [All Projects] General Bug | public | 2023-04-05 15:39 | 2023-05-24 01:22 |
Reporter | lilcavvy | Assigned To | arnaudr | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | won't fix | ||
Product Version | 2023.1 | ||||
Target Version | Fixed in Version | ||||
Summary | 0008246: Audio output not working | ||||
Description | Currently have dual-boot Kali on my Macbook 2017 Pro; however, audio is not playing through my native speakers, is there any way to get around this issue? No system sounds work, nor does youtube or spotify. There is recognition that audio is coming through, but nothing is outputted. | ||||
|
Hello, has audio ever worked before? I mean, did it use to work, and then stopped working after you updated Kali? |
|
It works when I boot into MacOS but not when I’m booted in kali. |
|
Do you use the default Kali desktop (ie. XFCE)? Did you install from Kali version 2023.1? And if so: can you try to update the system (with « sudo apt update && sudo apt full-upgrade »), and then reboot. We're just in the process of changing the audio stack from pulseaudio to pipewire, the change landed in the repo last week. That's why, please let's make sure your system is up-to-date before going any further. After reboot, please open a terminal an run the command « ps -fp $(pgrep wire) ». This is to make sure that pipewire is up and running. You should get an output similar to $ ps -fp $(pgrep wire) UID PID PPID C STIME TTY STAT TIME CMD kali 1969 1936 0 Apr05 ? Ssl 1:43 /usr/bin/pipewire kali 1973 1936 0 Apr05 ? Ssl 0:01 /usr/bin/wireplumber kali 1974 1936 0 Apr05 ? SLsl 2:34 /usr/bin/pipewire-pulse |
|
Followed the steps, I have pipewire installed now; however, I still don't have audio playing... |
|
And sorry, yes I installed Kali ver 2023.1 |
|
I have the same issue |
|
@lilcavvy Are you logged in as root? |
|
@lilcavvy Can you please check whether you have pipewire-pulse running when you type « ps -fp $(pgrep wire) » ? If it's not running, please follow these steps to install it:sudo apt update sudo apt full-upgrade sudo apt install -y pipewire-pulse Then reboot. Next step: check that pipewire-pulse is up and running, with the command « systemctl --user status -n 100 pipewire-pulse ». Please paste the output here. Thanks! |
|
I'm closing as there was no feedback after more than a month |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-04-05 15:39 | lilcavvy | New Issue | |
2023-04-06 00:37 | arnaudr | Note Added: 0017744 | |
2023-04-06 00:45 | lilcavvy | Note Added: 0017745 | |
2023-04-06 01:50 | arnaudr | Note Added: 0017746 | |
2023-04-06 12:29 | lilcavvy | Note Added: 0017753 | |
2023-04-06 12:30 | lilcavvy | Note Added: 0017754 | |
2023-04-06 13:04 | adhamhaddad | Note Added: 0017756 | |
2023-04-07 01:24 | arnaudr | Note Added: 0017762 | |
2023-04-07 01:47 | arnaudr | Note Added: 0017765 | |
2023-05-24 01:22 | arnaudr | Note Added: 0018014 | |
2023-05-24 01:22 | arnaudr | Assigned To | => arnaudr |
2023-05-24 01:22 | arnaudr | Status | new => closed |
2023-05-24 01:22 | arnaudr | Resolution | open => won't fix |