You are not logged in.

#1 2024-08-17 20:11:56

pinkyplant
Member
From: United Kingdom
Registered: 2024-05-03
Posts: 9

No sound or video playback (in firefox), not sure how to troubleshoot.

I'm on wayland hyprland, and for some reason my sound doesn't work? And youtube won't play any videos, they just hang on loading.


jay

Offline

#2 2024-08-17 21:37:25

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,828

Re: No sound or video playback (in firefox), not sure how to troubleshoot.

Probably pipewire or pulseaudio related.
For a sanity check please post the output of

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

Can you "mpv -ao alsa thunderstruck.mp3"?

Offline

#3 2024-08-18 11:53:37

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,209

Re: No sound or video playback (in firefox), not sure how to troubleshoot.

Also

sudo fuser -v /dev/snd/*
aplay -lL

Offline

#4 2024-08-18 14:02:47

lifiumBTW
Member
From: Badda, Dhaka, Bangladesh
Registered: 2024-01-24
Posts: 6

Re: No sound or video playback (in firefox), not sure how to troubleshoot.

Check if the pipewire or pulseaudio systemd services are enabled. If it throws an error, maybe check the output of

 find /etc/systemd | grep pipewire 

or

 find /etc/systemd | grep pulse 

if you use pulseaudio instead of pipewire in order to check if they are present in the system. if not present, then maybe reinstall either of them.


- Alif Al Amin
  Professional ChatGPT warrior

Offline

Board footer

Powered by FluxBB