Setting Up Sound Using Pipewire
For setting up the sound system in Linux, we need both hardware (sound card) and software (kernel drivers, sound servers, volume control etc). sound card -> kernel drivers -> sound servers -> applications So, first we need to check our hardware. using lspci using hwinfo Kernel drivers Sound Open Firmware In my laptop, the sound card is intel’s audio controller. Usually, sound is processed by the cpu, but since intel core 10th generation and onwards, they have separated the audio processing functionality from the processor and offloaded it to an integrated small digital signal processor (DSP). For this new type of sound processing hardware, new firmware is needed. ...