|
|
Log in / Subscribe / Register

PipeWire: The Linux audio/video bus

PipeWire: The Linux audio/video bus

Posted Mar 14, 2021 13:24 UTC (Sun) by Hi-Angel (guest, #110915)
In reply to: PipeWire: The Linux audio/video bus by ghane
Parent article: PipeWire: The Linux audio/video bus

I imagine you will not have a pulseaudio process running, i.e. executing


 λ ps aux | grep pulseaudio
constan+     610  1.4  0.1 3120980 14064 ?       Ssl  мар10  80:22 /usr/bin/pulseaudio --daemonize=no --log-target=journal
will not give you a pulseaudio process, similar to the output I here. Also, usually pulseaudio is enabled as a "user" systemd service. I imagine, it might be different depending on a distro, but at least on Archlinux I can check on it as:

 λ systemctl status --user pulseaudio
● pulseaudio.service - Sound Service
     Loaded: loaded (/usr/lib/systemd/user/pulseaudio.service; enabled; vendor preset: enabled)
     Active: active (running) since Wed 2021-03-10 21:45:01 MSK; 3 days ago
TriggeredBy: ● pulseaudio.socket
   Main PID: 610 (pulseaudio)
      Tasks: 7 (limit: 9392)
     Memory: 14.4M
        CPU: 1h 20min 22.968s
     CGroup: /user.slice/user-1000.slice/user@1000.service/app.slice/pulseaudio.service
             ├─610 /usr/bin/pulseaudio --daemonize=no --log-target=journal
             └─704 /usr/lib/pulse/gsettings-helper

мар 10 21:44:51 constantine-N61Ja systemd[602]: Starting Sound Service...
мар 10 21:45:01 constantine-N61Ja systemd[602]: Started Sound Service.
мар 10 21:45:02 constantine-N61Ja pulseaudio[610]: Found duplicated D-Bus path for adapter /org/bluez/hci0
мар 10 21:45:02 constantine-N61Ja pulseaudio[610]: Found duplicated D-Bus path for device /org/bluez/hci0/dev_78_A7_EB_7A_3D_E2
мар 10 21:45:02 constantine-N61Ja pulseaudio[610]: Found duplicated D-Bus path for device /org/bluez/hci0/dev_41_42_51_CD_29_12


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds