You are not logged in.
Pages: 1
I'm running Qtile and I would like to use the builtin monitor speakers. This is the output of "aplay -l":
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [PHL 273V7]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0I have tested the speakers working with the following command, where the model of the monitor is "[PHL 273V7]":
speaker-test -Dhdmi:CARD=PCH -c 2 -t sineHow do I set this as default audio device?
Last edited by nattravnen (2023-10-02 19:33:00)
Offline
qtile seems to be able to work with alsa and/or pulseaudio .
While it is still possible to use a pure alsa system (I do), pipewire & pulseaudio are much more common.
What are you using to manage your sound system ?
If unsure, post
$ pacman -Qs pulse
$ pacman -Qs pipewireDisliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Hi, thanks for answering. I have managed to make it work using "pulseaudio" easier to manage since it recognizes automatically the audio source and removed the "alsa-utils" package. I'm going to mark the post as solved.
Offline
Pages: 1