You are not logged in.
Pages: 1
whenever i try to use alsa mixer, i get this weird output.
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib control.c:1528:(snd_ctl_open_noupdate) Invalid CTL default
cannot open mixer: No such file or directoryi used
sudo pacman -S alsa-utilsand do have a sound card recognized by my system, however every time i enter the
alsamixercommand, i always get that weird output.
Last edited by lolrar (2022-02-23 04:57:30)
Offline
Does the mixer actually show bars for sound levels? What kind of sound card? Try lspci|grep snd.
Offline
Is this a USB device? It can often be normal that they do not expose an explicit HW mixing interface. If you wanted a volume for that you'd either have to opt for pulseaudio/pipewire or a softvol ALSA config: https://wiki.archlinux.org/title/Advanc … und_Volume
FWIW for other identifying info
aplay -lL
sudo dmesg | grep -iE 'snd|sof'would help
Last edited by V1del (2022-02-23 08:58:11)
Offline
whenever i try the
aplay -ILcommand, i get
null
Discard all samples (playback) or generate zero samples (capture)
pipewire
PipeWire Sound ServerOffline
it's a lowercase "L" not an uppercase -I but the fact you get so little from the uppercase L points to there not being a detected sound card in general.
What's your output for
lspci -k
sudo dmesg | grep -iE 'snd|sofand in doubt install sof-firmware
Offline
Pages: 1