Realtek ALC861

Do not edit /boot/defaults/loader.conf! It is called 'default' for a reason. Use /boot/loader.conf for overrides. And it's snd_hda_load, I presume.
 
mk said:
Why to be easy when can be hard?
/irony

Compile the kernel is an easy job, and not time consuming(add the following line to your make.conf and install ccache).

Code:
NO_MODULES=true

I compile the kernel(delete some driver and add some driver and ipfw firewall), userland and ports for optimization, and compile the documentation for for reading. :e

And I think a FreeBSD user always know how to compile their kernel.
 
Back
Top