View Issue Details

IDProjectCategoryView StatusLast Update
0008103Kali LinuxGeneral Bugpublic2023-08-25 16:20
Reportergodylockz Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionopen 
Product Version2022.4 
Summary0008103: Audio/Video Issues w/ PulseAudio & Terminal Beep Disabled
Description

Having Audio and Video Playback issues on Kali 2022.4 kali/rolling with VMware Workstation Pro v17.

Trying different browsers, etc. no luck.

What fixed it for me was the following:
https://gist.github.com/the-spyke/2de98b22ff4f978ebf0650c90e82027e

Install codecs for LDAC (SBC is included out of the box):

$ sudo apt install libldacbt-{abr,enc}2

Install remaining PipeWire packages and WirePlumber as the session manager:

$ sudo apt install \
  libspa-0.2-bluetooth \
  pipewire-audio-client-libraries \
  pipewire-media-session- \
  wireplumber

Notice '-' at the end of 'pipewire-media-session'. This is to remove it in the same command, because 'wireplumber' will be used instead.

Start WirePlumber for your user:

$ systemctl --user --now enable wireplumber.service

The terminal beep was also no longer working due to being disabled via xset b off in the Application Autostart menu "Disable logout beep" ... This disabled all beeps, not just logout beep. Once unchecked that box, the terminal beeps worked again.

Steps To Reproduce

Update to latest kali in rolling ...

Attempt to play video in browser (i.e. youtube)

Beep issue: echo "\a" in terminal did not work

Relationships

has duplicate 0008138 closeddaniruiz Audio/Video Issues w/ PulseAudio & Terminal Beep Disabled 

Activities

arnaudr

arnaudr

2023-01-05 08:02

manager   ~0017364

The terminal beep was also no longer working due to being disabled via xset b off in the Application Autostart menu "Disable logout beep" ... This disabled all beeps, not just logout beep. Once unchecked that box, the terminal beeps worked again.

You're right, we'll fix the wording.

arnaudr

arnaudr

2023-01-05 08:04

manager   ~0017365

Regarding the audio issue now. Pulseaudio is on its way out, being replaced by Pipewire. At some point we'll do the switch in Kali as well (seems like XUbuntu will do it soon as well). We're just not sure what bugs will go away, and what new bugs will appear :)

In any case, at this point, when you have audio issues, installing wireplumber as you did is maybe the best thing to do.

kali-bugreport

kali-bugreport

2023-01-08 22:38

reporter   ~0017373

Seems #0008135 has been cloned from this as "private" wrongly and that one should be closed as a dup

g0tmi1k

g0tmi1k

2023-08-25 16:20

administrator   ~0018391

This report has been filed against an old version of Kali. We will be closing this ticket due to inactivity.

Please could you see if you are able to replicate this issue with the latest version of Kali Linux (https://www.kali.org/get-kali/)?

If you are still facing the same problem, feel free to re-open the ticket. If you choose to do this, could you provide more information to the issue you are facing, and also give information about your setup?
For more information, please read: https://www.kali.org/docs/community/submitting-issues-kali-bug-tracker/

Issue History

Date Modified Username Field Change
2022-12-16 05:57 godylockz New Issue
2023-01-05 08:02 arnaudr Note Added: 0017364
2023-01-05 08:04 arnaudr Note Added: 0017365
2023-01-07 21:58 Codedking555 Issue cloned: 0008135
2023-01-08 22:38 kali-bugreport Note Added: 0017373
2023-01-10 09:52 enropash Issue cloned: 0008138
2023-01-10 21:29 daniruiz Relationship added has duplicate 0008138
2023-08-25 16:20 g0tmi1k Note Added: 0018391
2023-08-25 16:20 g0tmi1k Status new => closed