[Trac-bugs] [PC-BSD Trac] #224: No audio output after PC-BSD 8.0 Install
PC-BSD
trac at pcbsd.org
Tue Feb 2 10:10:34 PST 2010
#224: No audio output after PC-BSD 8.0 Install
----------------------------------+-----------------------------------------
Reporter: wmichaelb | Owner: kris
Type: defect | Status: new
Priority: major | Milestone:
Component: System Configuration | Version: 8.0-BETA
Keywords: |
----------------------------------+-----------------------------------------
Comment(by kris):
Well, at this point it sounds like its a driver issue. The snd_ich driver
*should* work, but maybe we can use snd_hda instead, try these things
first:
FIRST:
edit /boot/loader.conf
Look for:
# Load sound-support
sound_load="YES"
snd_uaudio_load="YES"
Then disable snd_uaudio_load="YES"
# Load sound-support
sound_load="YES"
# snd_uaudio_load="YES"
Reboot, any sound?
If that fails, lets try snd_hda:
edit /etc/rc.conf
# Enable sound-support
snddetect_enable="YES"
Disable this:
# Enable sound-support
# snddetect_enable="YES"
Then edit /boot/loader.conf
add the line:
snd_hda_load="YES"
Reboot, any sound?
If this fails we'll need to report the issue to the freebsd multimedia
list, so the driver devs are aware and get us a fix:
http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia
--
Ticket URL: <https://trac.pcbsd.org/ticket/224#comment:6>
PC-BSD <http://trac.pcbsd.org>
PC-BSD Project Management
More information about the Trac-bugs
mailing list