Pipewire - wireplumber Updates

Moderator: Forum moderators

Post Reply
User avatar
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

Post by rockedge »

@geo_c noticed today new updates to the pipewire - wireplumber packages! Seems to have integrated nice and smoothly.

geo_c
Posts: 2941
Joined: Fri Jul 31, 2020 3:37 am
Has thanked: 2267 times
Been thanked: 911 times

Re: Pipewire - wireplumber Updates

Post by geo_c »

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

User avatar
Sofiya
Posts: 2376
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1505 times
Been thanked: 1618 times

Re: Pipewire - wireplumber Updates

Post by Sofiya »

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
2024-10-06_03-20.png (101.98 KiB) Viewed 595 times
Last edited by Sofiya on Sun Oct 06, 2024 12:21 am, edited 1 time in total.

KL-Linux
KL LINUX Simple fast free

geo_c
Posts: 2941
Joined: Fri Jul 31, 2020 3:37 am
Has thanked: 2267 times
Been thanked: 911 times

Re: Pipewire - wireplumber Updates

Post by geo_c »

Sofiya wrote: Sat Oct 05, 2024 7:28 pm

pipewire.sh

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

User avatar
Sofiya
Posts: 2376
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1505 times
Been thanked: 1618 times

Re: Pipewire - wireplumber Updates

Post by Sofiya »

geo_c wrote: Sat Oct 05, 2024 10:50 pm
Sofiya wrote: Sat Oct 05, 2024 7:28 pm

pipewire.sh

In what case would you need this script? Is it in case pipewire service is stopped? Or is it to start pipewire when booting?

launch Pipewire on boot

KL-Linux
KL LINUX Simple fast free

Clarity
Posts: 4066
Joined: Fri Jul 24, 2020 10:59 pm
Has thanked: 1704 times
Been thanked: 553 times

Re: Pipewire - wireplumber Updates

Post by Clarity »

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! :thumbup: )

User avatar
Sofiya
Posts: 2376
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1505 times
Been thanked: 1618 times

Re: Pipewire - wireplumber Updates

Post by Sofiya »

Clarity wrote: Sun Oct 06, 2024 12:51 pm

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! :thumbup: )

KLV-KDE will be updated as standard via the xbps package manager

KL-Linux
KL LINUX Simple fast free

Post Reply

Return to “KL-Dev_Work”