You are not logged in.
Pages: 1
systemctl --user status wireplumber.service
● wireplumber.service - Multimedia Service Session Manager
Loaded: loaded (/usr/lib/systemd/user/wireplumber.service; enabled; preset: enabled)
Active: active (running) since Fri 2024-03-22 06:15:21 CET; 6min ago
Main PID: 804 (wireplumber)
Tasks: 6 (limit: 38366)
Memory: 76.1M (peak: 78.1M)
CPU: 245ms
CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/wireplumber.service
└─804 /usr/bin/wireplumber
Mär 22 06:15:21 I-NET systemd[709]: Started Multimedia Service Session Manager.
Mär 22 06:15:21 I-NET wireplumber[804]: 0x6453976ac080: no modules loaded from context.modules
Mär 22 06:15:21 I-NET wireplumber[804]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NameHasNoOwner
Mär 22 06:15:21 I-NET wireplumber[804]: [0:00:11.893245250] [804] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Mär 22 06:15:21 I-NET wireplumber[804]: [0:00:11.893262017] [804] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Mär 22 06:15:21 I-NET wireplumber[804]: [0:00:11.893299218] [804] INFO Camera camera_manager.cpp:284 libcamera v0.2.0
I can't see through the new configuration...
Can someone please help me to fix these errors?
Edit: With the old wireplumber, you could deactivate the things you didn't need. But how does that work with the new one?
Last edited by barnd3 (2024-03-22 09:29:26)
Offline
Maybe an old configuration file: https://bbs.archlinux.org/viewtopic.php?id=294087
Offline
No, I've already copied over the new configuration...
Offline
Mär 24 18:45:19 I-NET wireplumber[813]: 0x562881859040: no modules loaded from context.modules
OK, just this note.
No modules are loaded, although some are specified.
{
name = libpipewire-module-rt
args = {
nice.level = -11
rt.prio = 88
rt.time.soft = -1
rt.time.hard = -1
uclamp.min = 0
uclamp.max = 1024
}
flags = [ ifexists, nofail ]
}
## The native communication protocol.
{ name = libpipewire-module-protocol-native }
## Support for metadata objects
{ name = libpipewire-module-metadata }
Offline
Pages: 1