#(Solved) Trying to setup wireplumber
128 messages · Page 1 of 1 (latest)
Is there a simpler option? I was just following the instructions on the wiki
I wouldn't mind not using my own Config
first answer my question
Pipewire
are you using pulseaudio or pipewire-pulse
did you install the entire suite
Pipewire - pulse
pipewire pipewire-pulse pipewire-jack pipewire-alsa
show me
pacman -Qs pulse
pacman -Qs pipewire
.
I followed this guide and got the wire plumber package
just show me
Alright sorry geez just saying what I installed
i already know that you used the wiki
did you do systemctl enable --user wireplumber
and rebooted
delete the .config/wireplumber for that
so that itll use the default config in /etc
yes
reboot after
alright i'll let you know when that's done
wait
i just noticed
there's nothing in your devices
i think your sound card isnt being detected
is this a laptop?
it's a laptop yeah
you will need to install sof-firmware for built in sound systems for some laptops
did the things but haven't rebooted, still want me to reboot?
install this first then reboot
is that an aur package?
I don't follow
you can just
pacman -S sof-firmware
it's in the extra repo
there's around 6 official repos for arch
core,communities,extra are enabled by default
multilib,multilib-testing,testing you'll have to enable in pacman.conf
ok installed
weird
why is libsoup empty
im not sure
could you reinstall libsoup
output should look like this
╰───❯ sudo pacman -S sof-firmware
resolving dependencies...
looking for conflicting packages...
Packages (1) sof-firmware-2.2.1-1
Total Download Size: 0.63 MiB
Total Installed Size: 16.79 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
sof-firmware-2.2.1-1-x86_64 646.1 KiB 187 KiB/s 00:03 [-------------------------------] 100%
(1/1) checking keys in keyring [-------------------------------] 100%
(1/1) checking package integrity [-------------------------------] 100%
(1/1) loading package files [-------------------------------] 100%
(1/1) checking for file conflicts [-------------------------------] 100%
(1/1) checking available disk space [-------------------------------] 100%
:: Processing package changes...
(1/1) installing sof-firmware [-------------------------------] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
╭─[i0bz@arch]-[~]
╰───❯```
wait what
fuck it
just sudo pacman -Rnsdd libsoup && sudo pacman -S libsoup
this should delete and redeploy those empty files
if it's still empty
idk anymore
try rebooting after that to see if enabling the service
ok
add dd
i forgot libsoup had alot of stuff that deps on it
just add dd to sudo pacman -Rns libsoup && sudo pacman -S libsoup ?
-dd makes it so that pacman ignores dep check
like this
eh no
but atleast the first part was goot
check if /usr/lib/libsoup.... still exists
ls /usr/lib/libsoup*
if there's no output then sudo pacman -S libsoup
ok so it seems like
those files arent being managed by pacman
I mainly use yay, could that be why?
sudo rm -rf /usr/lib/libsoup*
some thing probably happened as to why those are empty files
no
yay is a pacman wrapper
did you ever had a sudden powerloss?
cus that could lead to empty files if youre not using cow filesystems
nope, but I did sort of brick my install earlier
I was trying to uninstall pulse audio instead of do the simple thing and replace it with with pipewire and I ended up messing up my system md I think
light window manager I think it was
after the rm -rf sudo pacman -S libsoup again
to see if theyre no longer empty files as pacman says it
I was able to fix it with help from a friend
the bricked os thing
wait like that?
ok
sudo rm -rf /usr/lib/libsoup* && ....
ok it's good now
as for it maybe fixing your audio
that's up for your system to decide
cus knowing that there are empty files in your filesystem
i dont think we've dealt with all of them
should I reboot?
yes to see first
so
I HEAR
pog
can I be your arch pog champ?
you can set this as solved now then
hold on one more thing
can I use this to screenshare with audio now?
or do I need to do some more stuff for that?
mmm yes
you technically cant share screenshot with audio in discord for now but there are work arounds like routing your audio to your mic
which you can do in pipewire
you'll need helvum,qjackctl or pavucontrol for that
if you want the gui way
idk much about the cli way other than making a sink
oh sweet
as long as it's not uh this brain breaking bullshit lmao
I tried so hard to understand that
are these pretty straightforward to use?
(Solved) Trying to setup wireplumber
eh
kinda
pavucontrol is a bit more confusing than the other 2 since it doesnt visualize the connections
alright, well i'll give it a shot on my own if you think I can handle it, if I run into a problem i'll make another thread, thank you btw