You are not logged in.
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
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 -fCan you "mpv -ao alsa thunderstruck.mp3"?
Online
Also
sudo fuser -v /dev/snd/*
aplay -lLOffline
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