I only wanted to share how I was able to solve my sound problem thanks to this forum.
I installed PCBSD 8.2, but noticed that the sound (phonon) did not work. Searching through this forum I found that I could solve my problem adding this line to the file
/boot/loader.conf:
|
Quote:
|
|
hw.snd.default_unit="1"
|
I did that, and the problem was solved.
But thanks to this forum I also learned that there existed a file named
/etc/sysctl.conf. I look at that file and found the following lines:
|
Quote:
|
# Autodetect the most recent sound card. Uncomment for Digital output / USB
#hw.snd.default_unit=1
|
So I decided to let file
/boot/loader.conf as it was at the beginning (without
hw.snd.default_unit="1"), and instead to uncomment the mentioned line in
/etc/sysctl.conf.
This also solved my problem, and I think that this second option is better. But it seems that for other people (
http://www.daemonforums.org/showthread.php?t=5328 the only working solution is the first.