@geo_c noticed today new updates to the pipewire
- wireplumber
packages! Seems to have integrated nice and smoothly.
Pipewire - wireplumber Updates
Moderator: Forum moderators
- rockedge
- Site Admin
- Posts: 6811
- Joined: Mon Dec 02, 2019 1:38 am
- Location: Connecticut,U.S.A.
- Has thanked: 2964 times
- Been thanked: 2790 times
- Contact:
Pipewire - wireplumber Updates
-
- Posts: 2941
- Joined: Fri Jul 31, 2020 3:37 am
- Has thanked: 2267 times
- Been thanked: 911 times
Re: Pipewire - wireplumber Updates
rockedge wrote: Tue Apr 23, 2024 2:28 pm@geo_c noticed today new updates to the
pipewire
-wireplumber
packages! Seems to have integrated nice and smoothly.
Yes I've been updating every other day or so. Pipewire has updated several times since I built my current daily driver. I like Void for that reason. I can't think of an update that actually had anything broken or buggy in it. Only when they cut over to the newer repo.
I've had a psuedo full install going since building the 08layer for KLV-spectr/airdale. The PFI includes what's in the 08layer. My Airedale is based off SR8 I believe (hard to keep up) and I have the 6.1.38-RT kernel package in it. My Spectr PFI is based on RC1 and also has the 6.1.38-RT kernel.
A day ago I recently squashed the PFI into a rootfs. It's 1.4GB including the collection of lv2 plugins and some soundfonts, along with the gtk/icon themes found in the 08layer.
I've got a busy couple months because I have to move out of studio space when the lease is up end of June. But I could either rebuild or duplicate this PFI, strip all the networking data, etc and create a working, currently updated Audio rootfs from it. Just don't know if I'll have the time to spare.
geo_c
Old School Hipster, and Such
- Sofiya
- Posts: 2376
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1505 times
- Been thanked: 1618 times
Re: Pipewire - wireplumber Updates
pipewire.sh
Code: Select all
#!/bin/bash
check_and_start() {
if ! pgrep -x "$1" >/dev/null; then
echo "Starting $1..."
sleep 1 && $2 &
else
echo "$1 is already running."
fi
}
check_and_start "pipewire" "/usr/bin/pipewire"
- Attachments
-
- 2024-10-06_03-20.png (101.98 KiB) Viewed 595 times
KL-Linux
KL LINUX Simple fast free
-
- Posts: 2941
- Joined: Fri Jul 31, 2020 3:37 am
- Has thanked: 2267 times
- Been thanked: 911 times
Re: Pipewire - wireplumber Updates
In what case would you need this script? Is it in case pipewire service is stopped? Or is it to start pipewire when booting?
geo_c
Old School Hipster, and Such
- Sofiya
- Posts: 2376
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1505 times
- Been thanked: 1618 times
-
- Posts: 4066
- Joined: Fri Jul 24, 2020 10:59 pm
- Has thanked: 1704 times
- Been thanked: 553 times
Re: Pipewire - wireplumber Updates
Hi @Sofiya
Question
Is the 'updates' for KDE also via the package manager, as well? (Your KLV-KDE is so stable AND easy, thus far! )
- Sofiya
- Posts: 2376
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1505 times
- Been thanked: 1618 times
Re: Pipewire - wireplumber Updates
Clarity wrote: Sun Oct 06, 2024 12:51 pmHi @Sofiya
Question
Is the 'updates' for KDE also via the package manager, as well? (Your KLV-KDE is so stable AND easy, thus far! )
KLV-KDE will be updated as standard via the xbps package manager
KL-Linux
KL LINUX Simple fast free