View Issue Details

IDProjectCategoryView StatusLast Update
0008250Kali LinuxGeneral Bugpublic2023-04-12 06:18
Reporteradhamhaddad Assigned Toarnaudr  
PriorityhighSeverityminorReproducibilityunable to reproduce
Status resolvedResolutionfixed 
Product Version2023.1 
Summary0008250: No sound on kali 2023.1
Description

I am using Linux 6.1.0-kali7-amd64 kernel - Debian release and tried everything but still no sound after the upgrade.

Attached Files

Relationships

has duplicate 0008254 closedarnaudr No sound on kali 2023.1 

Activities

arnaudr

arnaudr

2023-04-07 01:22

manager   ~0017760

You don't have pipewire-pulse running, which is strange. Can you please make sure to update your system, install pipewire-pulse, then reboot? That is:

<pre>
sudo apt update
sudo apt full-upgrade
sudo apt install -y pipewire-pulse
</pre>

Then reboot, run « ps -fp $(pgrep wire) » and check that pipewire-pulse is up and running. If it's not, please run « systemctl --user status -n 100 pipewire-pulse » and paste the output here. Thanks!

arnaudr

arnaudr

2023-04-07 01:24

manager   ~0017761

Oh, wait, are you logged in as root? I didn't check this scenario. Maybe that's the issue.

adhamhaddad

adhamhaddad

2023-04-07 01:36

reporter   ~0017763

is there a solution?

arnaudr

arnaudr

2023-04-07 01:44

manager   ~0017764

Can you try the steps outlined above and tell me if it works?

adhamhaddad

adhamhaddad

2023-04-07 01:53

reporter   ~0017766

It works, thank you.

adhamhaddad

adhamhaddad

2023-04-07 02:02

reporter   ~0017767

Okay, the problem was issued before and the solution was to remove the pipewire-pulse package, It works before but after this update, it needs to be re-install the package again

arnaudr

arnaudr

2023-04-07 03:17

manager   ~0017768

Yep correct, from now on the package pipewire-pulse needs to be installed. This page ("no sound on Kali 2022.3") is now archived and is misleading.

I will fix the kali-desktop-xfce metapackage to make it a harder requirement to have pipewire-pulse installed. I didn't realize that apt would not install it if you manually removed it beforehand.

Issue History

Date Modified Username Field Change
2023-04-06 13:16 adhamhaddad New Issue
2023-04-06 13:16 adhamhaddad File Added: Screenshot from 2023-04-06 15-15-22.png
2023-04-06 16:26 7856894649 Issue cloned: 0008251
2023-04-07 01:22 arnaudr Note Added: 0017760
2023-04-07 01:24 arnaudr Note Added: 0017761
2023-04-07 01:36 adhamhaddad Note Added: 0017763
2023-04-07 01:44 arnaudr Note Added: 0017764
2023-04-07 01:53 adhamhaddad File Added: Screenshot from 2023-04-07 03-52-49.png
2023-04-07 01:53 adhamhaddad Note Added: 0017766
2023-04-07 02:02 adhamhaddad File Added: Screenshot from 2023-04-07 03-58-17.png
2023-04-07 02:02 adhamhaddad Note Added: 0017767
2023-04-07 03:17 arnaudr Note Added: 0017768
2023-04-07 16:09 cool-GT-X Issue cloned: 0008254
2023-04-10 01:27 arnaudr Assigned To => arnaudr
2023-04-10 01:27 arnaudr Status new => resolved
2023-04-10 01:27 arnaudr Resolution open => fixed
2023-04-12 06:18 arnaudr Relationship added has duplicate 0008254