#[SOLVED] audio???
258 messages ยท Page 1 of 1 (latest)
you should post all the relevant information here, otherwise no one new will be able to follow
alright
yeah repost your issue
give me one sec
please post output of sudo pacman -Q | grep -E 'pipe|alsa|pulse|jack|wire'
i need audio basically
[root@archlinux ~]# sudo pacman -Q | grep -E 'pipe|alsa|pulse|jack|wire'
alsa-lib 1.2.10-2
alsa-plugins 1:1.2.7.1-2
alsa-topology-conf 1.2.5.1-3
alsa-ucm-conf 1.2.10-2
alsa-utils 1.2.10-1
jack2 1.9.22-1
kpipewire 5.27.8-1
libpipeline 1.5.7-1
libpipewire 1:0.3.80-1
libpulse 16.1-6
libwireplumber 0.4.14-1
pipewire 1:0.3.80-1
pulseaudio 16.1-6
pulseaudio-alsa 1:1.2.7.1-2
pulseaudio-qt 1.3-1
wireplumber 0.4.14-1
[root@archlinux ~]#
also
[root@archlinux ~]# su junyan
[junyan@archlinux root]$ sudo
bash: sudo: command not found
oh lord lol ๐คฃ
tryna get out of root will take a while, audio priority tho
why do you have both pipewire and pulseaudio and why're you root
well for starts you have pulse audio stuff and pipewire, pick one
you just create user acc and login as user
im in the middle of a meeting but if that's really neccecary
sudo pacman -R pipewire wireplumber libpipewire libwireplumber
it is
you need to start/enable the pulse audio server under your user account not the root
alr i'll do that when we get to it
ah right hm
i dont have firefox or anything on that user yet so
you've been doing everything on root?
๐ :yes:

you can just copy paste the configs
tbh id nuke the whole setup, no telling what else u did lmfao (thats just me tho)
i didnt realize pipewire etc is a dependency of kwin etc
maybe stick with pipewire if its default in kde?
instead of pulse
idk, i dont use kde
ok ill stick with pipewire
did you add in pulse audio yourself or was it there first
you copy /root/.mozilla to /pathToUserHome/ then chown -R and chgrp -R
i added it yes
ill do that after audio is good
okay get rid of the pulse packages
also sudo pacman -S pipewire-pulse pipewire-audio
you already have pipewire and wireplumber so far
jack2 is fine, or you can replace with pipewire-jack iirc
[root@archlinux ~]# pacman -S pipewire-pulse pipewire-audio
resolving dependencies...
looking for conflicting packages...
:: pipewire-pulse and pulseaudio are in conflict. Remove pulseaudio? [y/N] y
installed
recheck this and show sudo pacman -Q | grep -E 'pipe|alsa|pulse|jack|wire'
[root@archlinux ~]# sudo pacman -Q | grep -E 'pipe|alsa|pulse|jack|wire'
alsa-card-profiles 1:0.3.80-1
alsa-lib 1.2.10-2
alsa-plugins 1:1.2.7.1-2
alsa-topology-conf 1.2.5.1-3
alsa-ucm-conf 1.2.10-2
alsa-utils 1.2.10-1
jack2 1.9.22-1
kpipewire 5.27.8-1
libpipeline 1.5.7-1
libpipewire 1:0.3.80-1
libpulse 16.1-6
libwireplumber 0.4.14-1
pipewire 1:0.3.80-1
pipewire-audio 1:0.3.80-1
pipewire-pulse 1:0.3.80-1
pulseaudio-alsa 1:1.2.7.1-2
pulseaudio-qt 1.3-1
wireplumber 0.4.14-1
sudo pacman -R pulseaudio-qt pulseaudio-alsa libpulse
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing libpulse breaks dependency 'libpulse' required by ffmpeg
:: removing libpulse breaks dependency 'libpulse' required by ffmpeg4.4
:: removing libpulse breaks dependency 'libpulse' required by fluidsynth
:: removing libpulse breaks dependency 'libpulse-simple.so=0-64' required by fluidsynth
:: removing libpulse breaks dependency 'libpulse' required by gst-plugins-good
:: removing libpulse breaks dependency 'libpulse' required by i3status
:: removing pulseaudio-qt breaks dependency 'pulseaudio-qt' required by kdeconnect
:: removing libpulse breaks dependency 'libpulse' required by libcanberra
:: removing libpulse breaks dependency 'libpulse' required by libopenmpt
:: removing libpulse breaks dependency 'libpulse' required by mpv
:: removing libpulse breaks dependency 'libpulse.so=0-64' required by mpv
:: removing libpulse breaks dependency 'libpulse' required by phonon-qt5
:: removing libpulse breaks dependency 'libpulse.so=0-64' required by pipewire-pulse
:: removing libpulse breaks dependency 'libpulse' required by qt5-multimedia
still :: removing pulseaudio-qt breaks dependency 'pulseaudio-qt' required by kdeconnect
you don't need kdeconnect fr
i dont wanna force remove shit
i could bypass dependencies but i dont wanna break ur kde stuff
eh no hurry here despite being in meeting
๐
cp: cannot stat '/root/.mozilla': No such file or directory
ok continue on
lmao did you think the packages you installed such as mozila only apply to your root account?
they are global packages
install sudo
well you don't have any extensive Firefox setting that you wish to copy over right
so it's fine
#PATH:HOME/.local/bin
....
wtf lol
do this
what have i done i need comprehension
c a t n o t f o u n d
/bin/cat
[junyan@archlinux ~]$ /bin/cat /etc/profile
# /etc/profile
# Append "$1" to $PATH when not already in.
# This function API is accessible to scripts in /etc/profile.d
append_path () {
case ":$PATH:" in
*:"$1":*)
;;
*)
PATH="${PATH:+$PATH:}$1"
esac
}
# Append our default paths
append_path '/usr/local/sbin'
append_path '/usr/local/bin'
append_path '/usr/bin'
# Force PATH to be environment
export PATH
# Load profiles from /etc/profile.d
if test -d /etc/profile.d/; then
for profile in /etc/profile.d/*.sh; do
test -r "$profile" && . "$profile"
done
unset profile
fi
# Unload our profile API functions
unset -f append_path
# Source global bash config, when interactive but not posix or sh mode
if test "$BASH" &&\
test "$PS1" &&\
test -z "$POSIXLY_CORRECT" &&\
test "${0#-}" != sh &&\
test -r /etc/bash.bashrc
then
. /etc/bash.bashrc
fi
# Termcap is outdated, old, and crusty, kill it.
unset TERMCAP
# Man is much better than us at figuring this out
unset MANPATH
[junyan@archlinux ~]$
how are you logging in? sddm?
i was gonna say can u just like reboot / relog
i have no clue what went wrong
or why you have no environmental variables set
can i make it use the ones on root maybe
just relog rq
how
yes
ok
and after that echo $PATH again
30 sec
id burn this whole setup if i could
how did he change user in the first place
i have no damn clue
without relogging
no i think he just su'd
env variables would persist with su
we shall see lol
i blackscreened on user switch
rebooted
now my entire archlinux has no wifi
im on root
bro stop going on root
typing on my ipad
you prob just need to enter your wifi again
ill relog again
u dont ever need to be on root
kde comes with network manager i think or sometihng similiar
go ensure u are connected
I'm confused how are you getting root with sddm
me too
I think it let's you login as uswr
and i cant run nmtui its not found
lord
do . /etc/profile
this is a cursed setup
bandaid solution
go to settings, search network or something
idk what kde uses
check your sys tray icons
what?
smh
sys tray gives nothing
do you have anything else on this install or is it brand new basically?
umm can you reinstall real quick
just use ventoy if you were to reinstall lol much easier xD
with archiso
wait up ipad on 1%
archinstall
first time forgot network
i think you just borked your own set up not gonna lie
i could dig into it all but i dont feel its worth my time
I always have this in my /boot https://archlinux.org/releng/netboot/
got the usb
okay wipe disk and reinstall arch if you don't have any important data on it
oh damn didnt realize this was a thing
set pipewire to be the default sound server in archinstall, make sure you set your user account to have sudo user perms in the config options
it will ask you in like a second level step
ill see
after archinstall, reboot, login with ur NORMAL user, never log in as root again lol
(unless you know what you are doing)
formatting
any reccomend for other desktop environments once im done
i cant really speak on that cuz i use a window manager ๐
is that any different
if u have to ask, prob shouldnt consider it haha
Kde mate gnome what else, xfce
I've only ever used XMonad and KDE though
either all or nothing
if ur a noob, kde or xfce i guess
idk, i never liked gnome
xfce a bit less bloat than kde
you can also use awesomewm
you should check out yt reviews and just use what you like the most
i tried cutefish it wouldnt let me login
oof
archinstall being shit again
show the full log output
cant see the right side
if it fails second time sure ill try
it formatted good
ok
changed nothing
2 min eta
my main router had spaces on the ssid so using another one
so once im done im gonna try cutefish again ig
do i chroot into it once im done
its all good
first try
why xorg, you installed kde no?
xorg is required ๐
he installed cutefish I think
idk how to check at this point
go to youtube idk
make sure your mic and stuff works
idk bro I'd describe my Arch Linux install as nice instead of that win 10 I had
all good
ill probably not regret doing this
#9742 ๐ฃ If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.
- You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
- You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".
Your title should be like so: https://cdn.discordapp.com/attachments/503224329191030787/1039841700417384498/image.png
Thank you
tysm
[SOLVED] audio???