u/Secret-Marionberry97

Any meeting rooms with a monitor?

Hi guys. Are there any places in Richmond that have small meeting rooms with a tv monitor where a small group of people can meet up and work on something?

Maybe like a library or community center?

I know schools have these rooms but I'm not a student anymore.

reddit.com

Audio is disabled after waking from suspend

Hi, this is my first time asking a question on this sub. Not sure if there is a template for asking for support or not. Please let me know if you need any more info.

Whenever I wake up my laptop from suspend/sleep, the audio gets disabled.

I have a bash script that reloads the audio module to get it to work again. I've tried running the script with systemd on wake, but it doesn't seem to run properly.

My question is why do I need to reload the audio module after suspend? How can I automate this?

Here is my script I run to get it to work again.

#!/bin/bash

// stop audio services or else we can't reload snd_hda_intel
systemctl --user stop pipewire.socket pipewire.service wireplumber.service

// reload module
sudo modprobe -r snd_hda_intel
sudo modprobe snd_hda_intel

// restart audio services
systemctl --user start pipewire.socket pipewire.service wireplumber.service

// run test
speaker-test
reddit.com
u/Secret-Marionberry97 — 3 days ago