You are not logged in.
/home/k4ts0v/.config/pipewire/media-session.d:
Do you still have pipewire-media-session installed?
/home/k4ts0v/.config/pipewire/pipewire.conf
/home/k4ts0v/.config/wireplumber/wireplumber.conf.d/51-disable-suspension.conf
What do these two look like? Does the root have any files in those paths?
Offline
Do you still have pipewire-media-session installed?
No, I don't.
What do these two look like?
cat /home/k4ts0v/.config/pipewire/pipewire.conf
context.properties = {
default.clock.rate = sample_rate
}
cat /home/k4ts0v/.config/wireplumber/wireplumber.conf.d/51-disable-suspension.conf
monitor.alsa.rules = [
{
matches = [
{
# Matches all sources
node.name = "~alsa_input.*"
},
{
# Matches all sinks
node.name = "~alsa_output.*"
}
]
actions = {
update-props = {
session.suspend-timeout-seconds = 0
}
}
}
]
# bluetooth devices
monitor.bluez.rules = [
{
matches = [
{
# Matches all sources
node.name = "~bluez_input.*"
},
{
# Matches all sinks
node.name = "~bluez_output.*"
}
]
actions = {
update-props = {
session.suspend-timeout-seconds = 0
}
}
}
]
Does the root have any files in those paths?
No, it only has a file in .config/pulse/ that links to an empty directory:
lrwxrwxrwx 1 root root 23 Sep 6 14:09 2174cb5de3b047c3b12ed815e0f4b0a2-runtime -> /tmp/pulse-PKdhtXMmr18n
The test user has the same configuration as root, but it also has a cookie.
Last edited by Kaatios (2024-09-06 12:17:07)
Offline
default.clock.rate = sample_rate
looks odd, I guess you got that from https://wiki.archlinux.org/title/PipeWi … ample_rate but the italic text is a placeholder.
Remove that file.
Offline
Guess I am so stupid that I copied that file but forgot to change the placeholder.
It's all working now, thank you so much for your time, patience and kindness.
However, the only problem I have now is that the mics, both the bluetooth one and the laptop's are picking some strange background noise, should I open another topic for that and mark this one as solved?
Offline
\o/
Yes, please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Microphone noise is microphone boost? (Is it actually the background of your environment?)
But that's it's vastly off-topic here and needs to go into a new thread, yes.
Offline