I have an Intel based board from
Foxconn. The board comes from an older
Acer Power S series 220. The onboard audio is the "AC97" audio and though the default loader.conf file says this
|
Code:
|
snd_ich_load="NO" # Intel ICH |
It also works for my AMD based board. Actually, I figured this out with FreeBSD itself but obviously, PCBSD is FreeBSD based, so enough said.
If you have this onboard audio device & it is not working, try editing your
/boot/loader.conf file. Simply open a Konsole from
Kmenu>>System>>Konsole & do
put in the root password & hit enter, then issue the command;
|
Code:
|
ee /boot/loader.conf |
& add
to your
/boot/loader.conf file, press escape & at the small pop up menu, tap the "a" button twice to save and exit ee & then reboot. You should have sound now & remember that when editing a file in Konsole with ee, do not try to use your mouse to place your entry point, as this is a keboard navigated editor & you will end up with text input where you do not want it. :twisted:
NOTE: If this does not fix your issue, it may not be your answer. You may have a non compatible audio device or need a BIOS upgrade.
I hope this helped someone other than me. Have fun!