Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Sin sonido en instalacion nueva plasma systemd
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
cesarguere
n00b
n00b


Joined: 05 Nov 2016
Posts: 63
Location: Buenos Aires, Argentina

PostPosted: Mon Jan 06, 2025 3:23 am    Post subject: Sin sonido en instalacion nueva plasma systemd Reply with quote

Hola a todos!
Hace ya varios dias que volvi a instalar gentoo y todo me funciona muy bien menos el sonido. Realmente no entiendo que hacer cuando no tengo sonido porque es la primera vez que me pasa. Algunas cosas tienen sonido (konqueror, google chrome (con alsamixer puedo modificar volumen analogo pero no puedo usar el dispositivo nvidia hdmi, que aparecen como spdif y no tienen volumen) y vlc, porque se puede configurar la salida de audio desde vlc mismo, entonces funciona) pero otras como firefox o el mezclador de plasma (me interesaria mucho que eso funcione y poder cambiar volumen y dispositivo por ahi, ya que tengo auriculares por la saluda analoga de audio de la placa integrada y tambien uso el sonido de la placa de video hdmi porque tengo la compu conectada a la television y uso sus parlantes con la salida hdmi)
Les alguna info que creo es la mas importante:
# aplay -L
Code:
null
    Discard all samples (playback) or generate zero samples (capture)
hdmi:CARD=NVidia,DEV=0
    HDA NVidia, MONITOR
    HDMI Audio Output
hdmi:CARD=NVidia,DEV=1
    HDA NVidia, HDMI 1
    HDMI Audio Output
hdmi:CARD=NVidia,DEV=2
    HDA NVidia, HDMI 2
    HDMI Audio Output
hdmi:CARD=NVidia,DEV=3
    HDA NVidia, HDMI 3
    HDMI Audio Output
default:CARD=Generic
    HD-Audio Generic, ALC897 Analog
    Default Audio Device
sysdefault:CARD=Generic
    HD-Audio Generic, ALC897 Analog
    Default Audio Device
front:CARD=Generic,DEV=0
    HD-Audio Generic, ALC897 Analog
    Front output / input
surround21:CARD=Generic,DEV=0
    HD-Audio Generic, ALC897 Analog
    2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=Generic,DEV=0
    HD-Audio Generic, ALC897 Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Generic,DEV=0
    HD-Audio Generic, ALC897 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Generic,DEV=0
    HD-Audio Generic, ALC897 Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Generic,DEV=0
    HD-Audio Generic, ALC897 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Generic,DEV=0
    HD-Audio Generic, ALC897 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers


# lspci | grep -i audio
Code:
   
05:00.1 Audio device: NVIDIA Corporation TU116 High Definition Audio Controller (rev a1)
07:00.4 Audio device: Advanced Micro Devices, Inc. [AMD] Starship/Matisse HD Audio Controller


# cat /usr/src/linux/.config | grep SND_HDA
Code:

CONFIG_SND_HDA=m
CONFIG_SND_HDA_GENERIC_LEDS=y
CONFIG_SND_HDA_INTEL=m
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_RECONFIG=y
CONFIG_SND_HDA_INPUT_BEEP=y
CONFIG_SND_HDA_INPUT_BEEP_MODE=0
CONFIG_SND_HDA_PATCH_LOADER=y
CONFIG_SND_HDA_CIRRUS_SCODEC=m
CONFIG_SND_HDA_CIRRUS_SCODEC_KUNIT_TEST=m
CONFIG_SND_HDA_SCODEC_CS35L41=m
CONFIG_SND_HDA_CS_DSP_CONTROLS=m
CONFIG_SND_HDA_SCODEC_COMPONENT=m
CONFIG_SND_HDA_SCODEC_CS35L41_I2C=m
CONFIG_SND_HDA_SCODEC_CS35L41_SPI=m
CONFIG_SND_HDA_SCODEC_CS35L56=m
CONFIG_SND_HDA_SCODEC_CS35L56_I2C=m
CONFIG_SND_HDA_SCODEC_CS35L56_SPI=m
CONFIG_SND_HDA_SCODEC_TAS2781_I2C=m
CONFIG_SND_HDA_CODEC_REALTEK=m
CONFIG_SND_HDA_CODEC_ANALOG=m
CONFIG_SND_HDA_CODEC_SIGMATEL=m
CONFIG_SND_HDA_CODEC_VIA=m
CONFIG_SND_HDA_CODEC_HDMI=m
CONFIG_SND_HDA_CODEC_CIRRUS=m
CONFIG_SND_HDA_CODEC_CS8409=m
CONFIG_SND_HDA_CODEC_CONEXANT=m
CONFIG_SND_HDA_CODEC_SENARYTECH=m
CONFIG_SND_HDA_CODEC_CA0110=m
CONFIG_SND_HDA_CODEC_CA0132=m
CONFIG_SND_HDA_CODEC_CA0132_DSP=y
CONFIG_SND_HDA_CODEC_CMEDIA=m
CONFIG_SND_HDA_CODEC_SI3054=m
CONFIG_SND_HDA_GENERIC=m
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1
CONFIG_SND_HDA_INTEL_HDMI_SILENT_STREAM=y
# CONFIG_SND_HDA_CTL_DEV_ID is not set
CONFIG_SND_HDA_CORE=m
CONFIG_SND_HDA_DSP_LOADER=y
CONFIG_SND_HDA_COMPONENT=y
CONFIG_SND_HDA_I915=y
CONFIG_SND_HDA_EXT_CORE=m
CONFIG_SND_HDA_PREALLOC_SIZE=0


# lsmod | grep -i hda
Code:
snd_hda_codec_realtek   167936  1
snd_hda_codec_generic   118784  1 snd_hda_codec_realtek
snd_hda_scodec_component    16384  1 snd_hda_codec_realtek
snd_hda_codec_hdmi     81920  1
snd_hda_intel          57344  0
snd_intel_dspcfg       40960  1 snd_hda_intel
snd_hda_codec         192512  4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
snd_hda_core          131072  5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_hwdep              16384  1 snd_hda_codec
snd_pcm               167936  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
snd                   143360  8 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm


# ls /proc/asound/card0/codec#*
Code:
proc/asound/card0/codec#0


# head -n1 /proc/asound/card0/codec#0
Code:
Codec: Nvidia GPU 99 HDMI/DP


# cat /proc/asound/oss/sndstat
Code:
Sound Driver:3.8.1a-980706 (ALSA emulation code)
Kernel: Linux gentoo 6.12.7-gentoo-dist #1 SMP PREEMPT_DYNAMIC Fri Dec 27 15:02:49 -00 2024 x86_64
Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
HDA NVidia at 0xfc080000 irq 78
HD-Audio Generic at 0xfc400000 irq 80

Audio devices: NOT ENABLED IN CONFIG

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
31: system timer

Mixers: NOT ENABLED IN CONFIG


Realmente llevo varios dias leyendo y leyendo pero no puedo resolverlo. :cry:
Back to top
View user's profile Send private message
quilosaq
Veteran
Veteran


Joined: 22 Dec 2009
Posts: 1550

PostPosted: Mon Jan 06, 2025 10:53 pm    Post subject: Reply with quote

Para el problema con firefox pega la salida de:
Code:
emerge --info firefox firefox-bin
Back to top
View user's profile Send private message
cesarguere
n00b
n00b


Joined: 05 Nov 2016
Posts: 63
Location: Buenos Aires, Argentina

PostPosted: Mon Jan 06, 2025 11:42 pm    Post subject: Reply with quote

quilosaq wrote:
Para el problema con firefox pega la salida de:
Code:
emerge --info firefox firefox-bin


Gracias por responder!
# emerge --info firefox firefox-bin
Code:
Portage 3.0.66.1 (python 3.12.8-final-0, default/linux/amd64/23.0/desktop/plasma/systemd, gcc-14, glibc-2.40-r7, 6.12.7-gentoo-dist x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-6.12.7-gentoo-dist-x86_64-AMD_Ryzen_5_5600X_6-Core_Processor-with-glibc2.40
KiB Mem:    16280940 total,   9099260 free
KiB Swap:    8272892 total,   8272636 free
Timestamp of repository gentoo: Mon, 06 Jan 2025 16:03:32 +0000
Head commit of repository gentoo: 27c8e50ed00eb6068309c5acf52a8f3a6a6db745

sh bash 5.2_p37
ld GNU ld (Gentoo 2.43 p3) 2.43.1
app-misc/pax-utils:        1.3.8::gentoo
app-shells/bash:           5.2_p37::gentoo
dev-build/autoconf:        2.13-r8::gentoo, 2.71-r7::gentoo, 2.72-r1::gentoo
dev-build/automake:        1.17-r1::gentoo
dev-build/cmake:           3.31.3::gentoo
dev-build/libtool:         2.5.4::gentoo
dev-build/make:            4.4.1-r100::gentoo
dev-build/meson:           1.6.1::gentoo
dev-java/java-config:      2.3.4::gentoo
dev-lang/perl:             5.40.0-r1::gentoo
dev-lang/python:           3.12.8_p1::gentoo, 3.13.1_p1::gentoo, 3.13.1_p1-r100::gentoo
dev-lang/rust-bin:         1.81.0-r101::gentoo, 1.83.0::gentoo
llvm-core/clang:           19.1.6::gentoo
llvm-core/lld:             19.1.6::gentoo
llvm-core/llvm:            18.1.8-r6::gentoo, 19.1.6::gentoo
sys-apps/baselayout:       2.17::gentoo
sys-apps/sandbox:          2.42::gentoo
sys-apps/systemd:          257.1::gentoo
sys-devel/binutils:        2.43-r2::gentoo
sys-devel/binutils-config: 5.5.2::gentoo
sys-devel/gcc:             14.2.1_p20241221::gentoo
sys-devel/gcc-config:      2.12.1::gentoo
sys-kernel/linux-headers:  6.12::gentoo (virtual/os-headers)
sys-libs/glibc:            2.40-r7::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: git
    sync-uri: https://anongit.gentoo.org/git/repo/sync/gentoo.git
    priority: -1000
    volatile: False
    sync-git-verify-commit-signature: yes

Binary Repositories:

gentoobinhost
    priority: 1
    sync-uri: https://distfiles.gentoo.org/releases/amd64/binpackages/23.0/x86-64

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/var/cache/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-march=native -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles getbinpkg ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=native -O2 -pipe"
GENTOO_MIRRORS="http://tux.rainside.sk/gentoo/     ftp://tux.rainside.sk/gentoo/"
LANG="es_ES.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
LEX="flex"
LINGUAS="es_AR es_ES es"
MAKEOPTS="-j6 -l7"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="X a52 aac acl acpi activities alsa amd64 bluetooth branding bzip2 cairo cdda cdr cet crypt cups dbus declarative dist-kernel dri dts dvd dvdr encode exif flac gdbm gif gpm gui iconv icu ipv6 jpeg kde kf6compat lcms libnotify libtirpc lingas_es* lingas_es_AR lingas_es_ES mad mng mp3 mp4 mpeg multilib ncurses networkmanager nls ogg opengl openmp pam pango pcre pdf pipewire plasma png policykit ppds pulseaudio qml qt5 qt6 readline screencast sdl seccomp semantic-desktop sound spell ssl startup-notification svg systemd test-rust tiff truetype udev udisks unicode upower usb vorbis vulkan wayland widgets wxwidgets x264 xattr xcb xft xml xv xvid zlib" ABI_X86="64" ADA_TARGET="gcc_13" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" GRUB_PLATFORMS="efi-64" GUILE_SINGLE_TARGET="3-0" GUILE_TARGETS="3-0" INPUT_DEVICES="libinput" KERNEL="linux" L10N="es-AR es-ES es" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-2" POSTGRES_TARGETS="postgres16" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_12" RUBY_TARGETS="ruby32" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS

=================================================================
                        Package Settings
=================================================================

www-client/firefox-133.0.3::gentoo was built with the following:
USE="X clang dbus gmp-autoupdate jumbo-build pulseaudio system-av1 system-harfbuzz system-icu system-jpeg system-libevent system-libvpx system-webp telemetry wayland -debug -eme-free -gnome-shell -hardened -hwaccel -jack -libproxy -openh264 -pgo (-selinux) -sndio -system-png (-valgrind) -wasm -wifi" ABI_X86="(64)" L10N="es-AR es-ES -ach -af -an -ar -ast -az -be -bg -bn -br -bs -ca -ca-valencia -cak -cs -cy -da -de -dsb -el -en-CA -en-GB -eo -es-CL -es-MX -et -eu -fa -ff -fi -fr -fur -fy -ga -gd -gl -gn -gu -he -hi -hr -hsb -hu -hy -ia -id -is -it -ja -ka -kab -kk -km -kn -ko -lij -lt -lv -mk -mr -ms -my -nb -ne -nl -nn -oc -pa -pl -pt-BR -pt-PT -rm -ro -ru -sc -sco -si -sk -skr -sl -son -sq -sr -sv -szl -ta -te -th -tl -tr -trs -uk -ur -uz -vi -xh -zh-CN -zh-TW" LLVM_SLOT="19 -17 -18"
CFLAGS="-march=native -pipe"
CXXFLAGS="-march=native -pipe"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--undefined-version -Wl,-rpath=/usr/lib64/firefox,--enable-new-dtags"
Back to top
View user's profile Send private message
quilosaq
Veteran
Veteran


Joined: 22 Dec 2009
Posts: 1550

PostPosted: Tue Jan 07, 2025 12:27 am    Post subject: Reply with quote

Tienes firefox construido con la use pulseaudio. Asegúrate que tienes arrancado el demonio pulseaudio-daemon:
Code:
systemctl --user enable --now pulseaudio.service pulseaudio.socket
Back to top
View user's profile Send private message
cesarguere
n00b
n00b


Joined: 05 Nov 2016
Posts: 63
Location: Buenos Aires, Argentina

PostPosted: Tue Jan 07, 2025 12:34 am    Post subject: Reply with quote

quilosaq wrote:
Tienes firefox construido con la use pulseaudio. Asegúrate que tienes arrancado el demonio pulseaudio-daemon:
Code:
systemctl --user enable --now pulseaudio.service pulseaudio.socket


# systemctl --user enable --now pulseaudio.service pulseaudio.socket
Code:
Failed to connect to user scope bus via local transport: Operation not permitted (consider using --machine=<user>@.host --user to connect to bus of other user)
Back to top
View user's profile Send private message
quilosaq
Veteran
Veteran


Joined: 22 Dec 2009
Posts: 1550

PostPosted: Tue Jan 07, 2025 12:43 am    Post subject: Reply with quote

cesarguere wrote:
...
# systemctl --user enable --now pulseaudio.service pulseaudio.socket
Code:
Failed to connect to user scope bus via local transport: Operation not permitted (consider using --machine=<user>@.host --user to connect to bus of other user)

El comando anterior tienes que ejecutarlo con un usuario que no sea root.
Back to top
View user's profile Send private message
cesarguere
n00b
n00b


Joined: 05 Nov 2016
Posts: 63
Location: Buenos Aires, Argentina

PostPosted: Tue Jan 07, 2025 12:57 am    Post subject: Reply with quote

quilosaq wrote:
cesarguere wrote:
...
# systemctl --user enable --now pulseaudio.service pulseaudio.socket
Code:
Failed to connect to user scope bus via local transport: Operation not permitted (consider using --machine=<user>@.host --user to connect to bus of other user)

El comando anterior tienes que ejecutarlo con un usuario que no sea root.


cesar@gentoo ~ $ systemctl --user enable --now pulseaudio.service pulseaudio.socket
Code:
Failed to enable unit: Unit pulseaudio.service does not exist

se resiste :cry: :cry:
Back to top
View user's profile Send private message
quilosaq
Veteran
Veteran


Joined: 22 Dec 2009
Posts: 1550

PostPosted: Tue Jan 07, 2025 1:08 am    Post subject: Reply with quote

¿Tienes instalado pulseaudio? ¿Con qué uses?
Code:
emerge -pv pulseaudio
Back to top
View user's profile Send private message
cesarguere
n00b
n00b


Joined: 05 Nov 2016
Posts: 63
Location: Buenos Aires, Argentina

PostPosted: Tue Jan 07, 2025 1:31 am    Post subject: Reply with quote

quilosaq wrote:
¿Tienes instalado pulseaudio? ¿Con qué uses?
Code:
emerge -pv pulseaudio


Vi que no lo tenia instalado y lo instale
# emerge -pv pulseaudio
Code:

Local copy of remote index is up-to-date and will be used.

These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 2.55 s (backtrack: 0/20).

[binary   R    ] media-sound/pulseaudio-16.1-1::gentoo  USE="bluetooth glib -daemon -jack -ofono-headset" ABI_X86="(64) -32 (-x32)" 0 KiB

Total: 1 package (1 reinstall, 1 binary), Size of downloads: 0 KiB


Pero el error sigue
# systemctl --user enable --now pulseaudio.service pulseaudio.socket
Code:
Failed to enable unit: Unit pulseaudio.service does not exist


Pero veo que el error esta aca
# emerge -av pulseaudio-daemon
Code:
Local copy of remote index is up-to-date and will be used.

These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 3.56 s (backtrack: 0/20).

[binary  N     ] media-libs/speexdsp-1.2.1-4::gentoo  ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse sse2" 490 KiB
[binary  N     ] media-libs/webrtc-audio-processing-1.3-r3-4:1::gentoo  ABI_X86="(64) -32 (-x32)" 530 KiB
[ebuild  N     ] media-sound/pulseaudio-daemon-17.0-r1::gentoo  USE="X alsa alsa-plugin asyncns bluetooth dbus gdbm glib orc ssl systemd udev webrtc-aec -aptx (-elogind) -equalizer -fftw -gstreamer -jack -ldac -lirc -ofono-headset (-oss) (-selinux) -sox (-system-wide) -tcpd -test -valgrind -zeroconf" 0 KiB
[blocks B      ] media-video/pipewire[sound-server(+)] ("media-video/pipewire[sound-server(+)]" is soft blocking media-sound/pulseaudio-daemon-17.0-r1)
[blocks B      ] media-sound/pulseaudio-daemon ("media-sound/pulseaudio-daemon" is soft blocking media-video/pipewire-1.2.7)

Total: 3 packages (3 new, 2 binaries), Size of downloads: 1.020 KiB
Conflict: 2 blocks (2 unsatisfied)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (media-video/pipewire-1.2.7:0/0.4::gentoo, installed) pulled in by
    media-video/pipewire:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] (media-video/pipewire:=[abi_x86_64(-)]) required by (media-libs/libsdl2-2.30.11:0/0::gentoo, installed) USE="X alsa dbus gles2 haptic joystick opengl pipewire pulseaudio sound udev video vulkan wayland (-aqua) (-custom-cflags) -doc -fcitx -gles1 -ibus -jack -kms -libsamplerate -nas -oss -sndio -static-libs -test -xscreensaver" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="mmx sse sse2 -3dnow -sse3"
    >=media-video/pipewire-0.3.65:0/0.4= required by (kde-plasma/kwin-6.2.5:6/6::gentoo, installed) USE="(filecaps) handbook lock screencast shortcuts systemd -accessibility -debug -gles2-only -test" ABI_X86="(64)"
    >=media-video/pipewire-0.3:0/0.4= required by (kde-plasma/kpipewire-6.2.5:6/6::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
    >=media-video/pipewire-0.3.49:= required by (gnome-base/gnome-shell-46.7:0/0::gentoo, installed) USE="ibus networkmanager pipewire systemd (-elogind) -gtk-doc -test" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11 -python3_13"
    >=media-video/pipewire-1.0.5-r1:= required by (media-video/wireplumber-0.5.7:0/0.5::gentoo, installed) USE="systemd (-elogind) (-system-service) -test" ABI_X86="(64)" LUA_SINGLE_TARGET="lua5-4 -lua5-3"
    >=media-video/pipewire-0.3:= required by (sys-apps/xdg-desktop-portal-1.18.4-1:0/0::gentoo, installed) USE="seccomp systemd -flatpak -geolocation -test" ABI_X86="(64)"
    >=media-video/pipewire-0.3:0/0.4= required by (sys-apps/xdg-desktop-portal-1.18.4-1:0/0::gentoo, installed) USE="seccomp systemd -flatpak -geolocation -test" ABI_X86="(64)"
    media-video/pipewire:= required by (dev-qt/qtwebengine-6.8.1-r1:6/6.8.1::gentoo, installed) USE="alsa jumbo-build opengl pulseaudio qml screencast system-icu vulkan widgets -accessibility -bindist -custom-cflags -designer -geolocation -kerberos -pdfium -test -vaapi -webdriver" ABI_X86="(64)"
    >=media-video/pipewire-0.3:= required by (kde-plasma/kpipewire-6.2.5:6/6::gentoo, installed) USE="-debug -test" ABI_X86="(64)"
    >=media-video/pipewire-0.3:* required by (kde-plasma/plasma-workspace-6.2.5:6/6::gentoo, installed) USE="calendar fontconfig handbook (policykit) screencast semantic-desktop systemd wallpaper-metadata -appstream -debug -geolocation -gps -telemetry -test" ABI_X86="(64)"
    media-video/pipewire[sound-server(+)] required by (media-libs/libpulse-17.0:0/0::gentoo, installed) USE="X asyncns dbus glib systemd -doc -gtk (-selinux) -test -valgrind" ABI_X86="(64) -32 (-x32)"
    >=media-video/pipewire-1.0.5-r1:0/0.4= required by (media-video/wireplumber-0.5.7:0/0.5::gentoo, installed) USE="systemd (-elogind) (-system-service) -test" ABI_X86="(64)" LUA_SINGLE_TARGET="lua5-4 -lua5-3"
    media-video/pipewire required by (dev-qt/qtmultimedia-6.8.1-1:6/6.8.1::gentoo, installed) USE="X alsa ffmpeg opengl pulseaudio qml screencast vulkan wayland -eglfs -gstreamer -test -v4l -vaapi" ABI_X86="(64)"
    media-video/pipewire:0/0.4= required by (dev-qt/qtwebengine-6.8.1-r1:6/6.8.1::gentoo, installed) USE="alsa jumbo-build opengl pulseaudio qml screencast system-icu vulkan widgets -accessibility -bindist -custom-cflags -designer -geolocation -kerberos -pdfium -test -vaapi -webdriver" ABI_X86="(64)"
    >=media-video/pipewire-0.3.49:0/0.4= required by (gnome-base/gnome-shell-46.7:0/0::gentoo, installed) USE="ibus networkmanager pipewire systemd (-elogind) -gtk-doc -test" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11 -python3_13"
    media-video/pipewire:0/0.4=[abi_x86_64(-)] required by (media-libs/libsdl2-2.30.11:0/0::gentoo, installed) USE="X alsa dbus gles2 haptic joystick opengl pipewire pulseaudio sound udev video vulkan wayland (-aqua) (-custom-cflags) -doc -fcitx -gles1 -ibus -jack -kms -libsamplerate -nas -oss -sndio -static-libs -test -xscreensaver" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="mmx sse sse2 -3dnow -sse3"
    >=media-video/pipewire-0.3.65:= required by (kde-plasma/kwin-6.2.5:6/6::gentoo, installed) USE="(filecaps) handbook lock screencast shortcuts systemd -accessibility -debug -gles2-only -test" ABI_X86="(64)"

  (media-sound/pulseaudio-daemon-17.0-r1:0/0::gentoo, ebuild scheduled for merge) pulled in by
    pulseaudio-daemon


For more information about Blocked Packages, please refer to the following
section of the Gentoo Linux x86 Handbook (architecture is irrelevant):

https://wiki.gentoo.org/wiki/Handbook:X86/Working/Portage#Blocked_packages


!!! The following binary packages have been ignored due to non matching USE:

    =media-sound/pulseaudio-daemon-17.0-r1 -bluetooth -dbus -systemd
    =media-sound/pulseaudio-daemon-17.0-r1 -bluetooth gstreamer
    =media-sound/pulseaudio-daemon-17.0-r1 elogind gstreamer -systemd
    =media-sound/pulseaudio-daemon-17.0-r1 gstreamer

NOTE: The --binpkg-respect-use=n option will prevent emerge
      from ignoring these binary packages if possible.
      Using --binpkg-respect-use=y will silence this warning.


Tendria que desinstalar pipewire e instalar pulseaudio-daemon?
Back to top
View user's profile Send private message
quilosaq
Veteran
Veteran


Joined: 22 Dec 2009
Posts: 1550

PostPosted: Tue Jan 07, 2025 1:48 am    Post subject: Reply with quote

Quote:
Tendria que desinstalar pipewire e instalar pulseaudio-daemon?

No, pipewire puede hacer la misma función que pulseaudio. Prueba a arrancar pipewire:
Code:
systemctl --user enable --now pipewire.service
Back to top
View user's profile Send private message
cesarguere
n00b
n00b


Joined: 05 Nov 2016
Posts: 63
Location: Buenos Aires, Argentina

PostPosted: Tue Jan 07, 2025 2:04 am    Post subject: Reply with quote

quilosaq wrote:
Quote:
Tendria que desinstalar pipewire e instalar pulseaudio-daemon?

No, pipewire puede hacer la misma función que pulseaudio. Prueba a arrancar pipewire:
Code:
systemctl --user enable --now pipewire.service


ese comando (systemctl --user enable --now pipewire.service) creó dos simlink que no los copié porque pensé que ya funcionaba y reinicie enseguida.
Después de reiniciar todo sigue igual. Ni firefox ni el mixer de plasma detectan y/o emiten sonido. Es una pesadilla...
Back to top
View user's profile Send private message
quilosaq
Veteran
Veteran


Joined: 22 Dec 2009
Posts: 1550

PostPosted: Tue Jan 07, 2025 2:10 am    Post subject: Reply with quote

Para ver si pipewire está emulando a pulseaudio, ¿qué devuelve este comando?:
Code:
LANG=C pactl info | grep "Server Name"
Back to top
View user's profile Send private message
cesarguere
n00b
n00b


Joined: 05 Nov 2016
Posts: 63
Location: Buenos Aires, Argentina

PostPosted: Tue Jan 07, 2025 2:21 am    Post subject: Reply with quote

quilosaq wrote:
Para ver si pipewire está emulando a pulseaudio, ¿qué devuelve este comando?:
Code:
LANG=C pactl info | grep "Server Name"


$ LANG=C pactl info | grep "Server Name"
Code:
Connection failure: Connection refused
pa_context_connect() failed: Connection refused

(como usuario)

# LANG=C pactl info | grep "Server Name"
Code:
XDG_RUNTIME_DIR (/run/user/1000) is not owned by us (uid 0), but by uid 1000! (This could e.g. happen if you try to connect to a non-root PulseAudio as a root user, over the native protocol. Don't do that.)
Connection failure: Connection refused
pa_context_connect() failed: Connection refused

(como root)
Back to top
View user's profile Send private message
quilosaq
Veteran
Veteran


Joined: 22 Dec 2009
Posts: 1550

PostPosted: Tue Jan 07, 2025 2:40 am    Post subject: Reply with quote

Comprueba que tu usuario no root está en el grupo pipewire y si no lo está añádelo. Después prueba de nuevo.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum