SolDoesTech / HyprV4

497 stars 142 forks source link

No sound on the laptop speaker #33

Closed nizarfadlan closed 11 months ago

nizarfadlan commented 1 year ago

I don't know where the problem is, the sound is not there if I don't use bluetooth earphones. If you use laptop speakers then the sound does not come out

T-Crypt commented 1 year ago

All you need to do is restart pulseaudio.. -- Command Below.

systemctl --user restart pulseaudio

After that, once you click on the audio button it should say audio ON.

nizarfadlan commented 1 year ago

All you need to do is restart pulseaudio.. -- Command Below.

systemctl --user restart pulseaudio

After that, once you click on the audio button it should say audio ON.

Is it the same if using pipewire?

T-Crypt commented 1 year ago

try this:

systemctl --user restart pipewire.service

or

systemctl --user restart pipewire-pulse.service

Also, if neither of those work you can try these below!


systemctl --user restart pipewire.socket

then

systemctl --user --now enable pipewire

Paulie420 commented 1 year ago

My sound isn't working, either - and I don't have pulseaudio. I do have pipewire and libpipewire; but don't see pipewire.socket or pipewire-pulse.service... hmmmm. I used the HyprV4 script, but have modified it a bit... still, tho, no sound since first install. I'm sure I'll hit it - but watching this for any help. :P

nizarfadlan commented 1 year ago

try this:

systemctl --user restart pipewire.service

or

systemctl --user restart pipewire-pulse.service

Also, if neither of those work you can try these below!

systemctl --user restart pipewire.socket

then

systemctl --user --now enable pipewire

Not work for me