Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I install the alsa-driver instead of having it in the kernel?

install Kernel
0
Posted

How do I install the alsa-driver instead of having it in the kernel?

0

Sabayon Linux comes with alsa built into the kernel. You can’t install the alsa-drivers while alsa is built into the kernel. You have to remove alsa from the kernel before you install the alsa-driver package. So su to root: • cd /usr/src/linux • make menuconfig • Now deselect ALSA and exit the menu • Run: make && make modules_install • Run: cp arch/i386/boot/bzImage /boot/kernel_name <--replace kernel_name with the actual name of kernel • Reboot • emerge alsa-driver when back to desktop • More info: Gentoo ALSA Guide.

0

Sabayon Linux comes with ALSA built into the kernel. You can’t install the alsa-drivers while ALSA is built into the kernel. You have to remove ALSA from the kernel before you install the alsa-driver package.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123