this post was submitted on 13 Sep 2025
16 points (100.0% liked)
Linux
58756 readers
397 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ok. This helps. Didn't know you were going for the 4410s. Those are still wired, using RJ45 with POE.
These too are cable only, and if you want wifi to your server, your endpoints will need to be POE capable. As an example, you can't use RPi as the endpoint unless each endpoint also gets a POE capable hub, or skip the RPi and just use multiple POE capable computers. (Reminder that these are still low power devices at 30W for POE+).
A preferred approach would be a NAS for storage, and small light powered headless computer as a server. Then if doing these genelecs everywhere, use a single very good POE+ hub and run POE+ cables from a central location being mindful of cable length limitations.
If doing wifi with these speakers, you'll need endpoints that are POE+ capable for each room. Either bigger computers or small 'puters with powered POE+ hubs.
Either way, the pipewire implementation of AES67 was designed for wired only and is fairly new. Doing wireless is begging for trouble and is experimental at best for the moment. Audio in linux is not a particularly strong suit, though it is finally getting some interest.
Oh no, I know. I'm just limited to wireless right now because I'm renting an old house with massive amounts of insulation. So I had tried to get the Sonos speakers working with a combined sink wirelessly, but it just wasn't able to keep up, leading to intermittent interruptions to the stream. I'm going to play with that wired in a test environment at some point, but I think I'd prefer something like Snapcast over Airplay.
But once I buy a house in the coming months, I'll do some low voltage runs to support the audio network, among other things. I figure I'll probably have a dedicated POE switch so I don't have to worry too much about QoS, probably Mikrotik if Ubiquiti doesn't release some new EdgeSwitch gear.
I'm just not sure if the software is there yet, with Pipewire AES67 support. It was "new" in v1, with I think some PTP patching in the first point release. So I'm trying to see if anyone has cut their teeth on this yet, since it's going to be pretty costly to get gear. I imagine I can just create a combined sink, but I'm not sure if PTPv2 is just automagic within the RTP configuration of Pipewire.
And potentially needing a second server for MPD/Pipewire is something I'm keeping in the back of my head. I'm hoping to run it in a container on the NAS server, probably running Debian (or maybe something more cutting edge if I'm reliant on new Pipewire releases). But RTP and PTP might need something a bit more dedicated to the task. It's not like I'm doing broadcast or some other form of professional audio here, so I'm optimistic that a container will be fine. Just a single 16/44 FLAC decode to combined AES67 sink. And since containers use a shared kernel, I wouldn't need to worry about the clock scheduling issues some hypervisors had with Asterisk and Free Switch in my previous life working on VOIP networks. But I'm also not planning on a ton of cores, 4-8 only in a low voltage CPU, sooooo.... I dunno.