|
Edited by Magister at 2024-08-19 09:16
For the sound, problem looks like the audio amplifier is not set after resume, if it needs new driver for linux, of course it's not beelink doing them, it's realtek/community... so go in some linux forums to see if a fix is coming.
have you tried to reload the modules?
modprobe -r snd_hda_intel
modprobe snd_hda_intel
It can also be the audio mixer, maybe you need to use the software based one, something like this
https://wiki.archlinux.org/title ... AC_until_30%_volume
You can also try to go to alasamixer, select your soundcard, make sure volume is at 100% for instance, then do
sudo alsactl store
see https://wiki.archlinux.org/title/PipeWire#Low_volume
|
|