Code Monkey home page Code Monkey logo

Comments (9)

terxw avatar terxw commented on June 14, 2024 1

After second round of reapplying the instruction, I got it working:

pactl info
Server String: /run/user/1000/pulse/native
Library Protocol Version: 33
Server Protocol Version: 35
Is Local: áno
Client Index: 51
Tile Size: 65472
User Name: kangus
Host Name: timelinex
Server Name: PulseAudio (on PipeWire 0.3.29)
Server Version: 14.0.0
Default Sample Specification: float32le 2k 48000Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.pci-0000_00_1f.3.analog-stereo
Default Source: alsa_input.pci-0000_00_1f.3.analog-stereo
Cookie: a7f9:d3db

from pipewire-debian.

p0kR avatar p0kR commented on June 14, 2024

Have the same issue since today's update.

Distro: Ubuntu 21.04
Desktop Environment: Gnome 3.38.5 (vanilla, not unity-like)
Kernel: 5.11.0-18-generic

For me it was working since 0.3.26 or something like that. (Started using it, when this PPA was launched.)

With the update today I noticed, that pipewire-media-session was newly installed, which wasn't installed previously.

from pipewire-debian.

souravdas142 avatar souravdas142 commented on June 14, 2024

All problem should solves with 1c0e643 wait for rebuild by launchpad.

from pipewire-debian.

souravdas142 avatar souravdas142 commented on June 14, 2024

@terxw @p0kR with publishing pipewire-0.3.29-2 All problems should sorted out. Please upgrade. while upgrading, If packages are kept back upgrade with --with-new-pkgs this is default behaviour if a package changes its dependencies

from pipewire-debian.

souravdas142 avatar souravdas142 commented on June 14, 2024

@terxw does your all problem solved ? can i close it?

from pipewire-debian.

terxw avatar terxw commented on June 14, 2024

@souravdas142 thank you for help, but sadly, after upgrade, still no dice, timeout error is still present....

from pipewire-debian.

souravdas142 avatar souravdas142 commented on June 14, 2024

from 0.3.28 all conf files are moved to /usr/share/pipewire, did you copied from this location to /etc/pipewire ?

just disable and stop all services and re-enable them. do follow.

systemctl --user --now disable pipewire{,-pulse}.{socket,service} pipewire-media-session.service
systemctl --user --now enable pipewire{,-pulse}.{socket,service} pipewire-media-session.service

from pipewire-debian.

souravdas142 avatar souravdas142 commented on June 14, 2024

otherwise follow #16 this guy running mint with same version.

from pipewire-debian.

terxw avatar terxw commented on June 14, 2024

I did reinstall as in #16, I rebooted twice, reapplied all install steps

I have verified that I have copied files from usr/share to /etc

ls-alt /usr/share/pipewire
celkom 44K
-rw-r--r-- 1 root root 2195 jún  3 14:58 pipewire-pulse.conf
-rw-r--r-- 1 root root 9103 jún  3 14:58 pipewire.conf
-rw-r--r-- 1 root root 2230 jún  3 14:58 jack.conf
-rw-r--r-- 1 root root 2465 jún  3 14:58 client-rt.conf
-rw-r--r-- 1 root root 2162 jún  3 14:58 client.conf
drwxr-xr-x 2 root root    9 jún  5 07:41 media-session.d
drwxr-xr-x 2 root root    7 jún  5 07:41 filter-chain

I have verified services running

systemctl --user status pipewire{,-pulse}.{socket,service} pipewire-media-session.service
● pipewire.socket - Multimedia System
     Loaded: loaded (/usr/lib/systemd/user/pipewire.socket; enabled; vendor preset: enabled)
     Active: active (running) since Sat 2021-06-05 08:15:47 CEST; 10min ago
   Triggers: ● pipewire.service
     Listen: /run/user/1000/pipewire-0 (Stream)
     CGroup: /user.slice/user-1000.slice/[email protected]/pipewire.socket

● pipewire.service - Multimedia Service
     Loaded: loaded (/usr/lib/systemd/user/pipewire.service; enabled; vendor preset: enabled)
     Active: active (running) since Sat 2021-06-05 08:15:47 CEST; 10min ago
TriggeredBy: ● pipewire.socket
   Main PID: 206057 (pipewire)
     CGroup: /user.slice/user-1000.slice/[email protected]/session.slice/pipewire.service
             └─206057 /usr/bin/pipewire

● pipewire-pulse.socket - PipeWire PulseAudio
     Loaded: loaded (/usr/lib/systemd/user/pipewire-pulse.socket; enabled; vendor preset: enabled)
     Active: active (running) since Sat 2021-06-05 08:15:47 CEST; 10min ago
   Triggers: ● pipewire-pulse.service
     Listen: /run/user/1000/pulse/native (Stream)
     CGroup: /user.slice/user-1000.slice/[email protected]/pipewire-pulse.socket

● pipewire-pulse.service - PipeWire PulseAudio
     Loaded: loaded (/usr/lib/systemd/user/pipewire-pulse.service; enabled; vendor preset: enabled)
     Active: active (running) since Sat 2021-06-05 08:15:47 CEST; 10min ago
TriggeredBy: ● pipewire-pulse.socket
   Main PID: 206059 (pipewire-pulse)
     CGroup: /user.slice/user-1000.slice/[email protected]/session.slice/pipewire-pulse.service
             └─206059 /usr/bin/pipewire-pulse

● pipewire-media-session.service - Multimedia Service Session Manager
     Loaded: loaded (/usr/lib/systemd/user/pipewire-media-session.service; enabled; vendor preset: enabled)
     Active: active (running) since Sat 2021-06-05 08:15:47 CEST; 10min ago
   Main PID: 206058 (pipewire-media-)
     CGroup: /user.slice/user-1000.slice/[email protected]/session.slice/pipewire-media-session.service
             └─206058 /usr/bin/pipewire-media-session

interesting topic I found:

https://bbs.archlinux.org/viewtopic.php?id=265222

still timeout error

from pipewire-debian.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.