Re: Dinit services, alsa and thunderbolt
Reply #9 –
I'm still on it!
So, tryin' to understand how to solve it, maybe - and I want to repeat - maybe, I guess, I think, I suppose that could be involved vga_switcheroo.
The command dmesg | grep vga_switcheroo
raises this: [ 9.853596] snd_hda_intel 0000:21:00.1: Handle vga_switcheroo audio client
Indeed, days ago lspci
printed this: [xx:xx.x]Non-VGA unclassified device: Device 1d4b:a181 (rev 01)
.
So, AI "told me" this:
"The message you provided, snd_hda_intel 0000:21:00.1: Handle vga_switcheroo audio client, indicates that the kernel module snd_hda_intel is handling an audio client associated with vga_switcheroo. This is a system used in some laptop configurations with hybrid graphics (for example, an integrated GPU and a dedicated GPU) to manage the use of audio and video resources.
Here are some insights into what it means and how it might affect the recognition of your audio interface:
VGA Switcheroo: This is a mechanism that allows switching between different GPUs in a system. When an audio device is associated with a GPU, it may be necessary to manage audio settings specifically for that GPU.
Unrecognized audio interface: If your Thunderbolt audio interface is not being recognized, it could be that the system is trying to manage audio through the GPU instead of through the dedicated audio interface. This can happen if the audio interface is configured to be used as an audio client of the GPU.
Check audio settings: You can try disabling the dedicated GPU (if present) to see if the audio interface is recognized correctly. This can be done through the BIOS/UEFI or using tools like vga_switcheroo.
Check drivers: Make sure you have the correct drivers for your audio interface and that there are no conflicts between the audio drivers of the GPU and those of your Thunderbolt interface.
ALSA configuration: You may need to modify the ALSA configuration to force the use of your Thunderbolt audio interface. Check the ALSA configuration files (/etc/asound.conf or ~/.asoundrc) for any settings that might affect the recognition of the interface.
"
ALSA configuration seems to be futile and I can't realize well how to use vga_switcheroo.
Is it possible that snd_hda_intel is occupied by the nvidia audio and this could "interfere" with thunderbolt?
Poor nooby question, I know...