On Mon, Mar 15, 2021 at 11:00:15PM +0530, Susmita/Rajib wrote: > On 15/03/2021, James Henry McCoy Jr <spaceknig...@hotmail.com> wrote: > > Your sound card Realtek may have problems with frequencies. To solve
What does aplay -l show? That should show what realtek chip alsa has detected. Also look in /proc/asound/ and in the cardn/ subdirectories. If you use the alsa plughw device, that ought to handle any mismatch between the frequencies supported by the hardware and frequencies requested by software. But perhaps that is not you problem: I have lost the original post. If you think it is an ALSA driver problem (unlikely), then run alsa-info which is in alsa-utils. That should collect comprehensive information about your system. If you still think that there is a driver problem, then you might report to to the alsa developers' list: you will be expected to append the result of alsa-info.sh to any report. ael PS. Best to remove any pulseaudio when trying to sort of audio problems.