Thread: Sound problem
View Single Post
  #5   (View Single Post)  
Old 12th September 2008
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

Quote:
Originally Posted by renej View Post
Bit confused here ...
Oss is deinstalled (since apparently I do not need it).
I did not do a kernel config though, but added this to /boot/loader.conf :
snd_ICH_load="YES"
Does that make a difference???
OSS is a completely separate sound driver. FreeBSD comes with it's own sound driver that works just fine.

You should add to /boot/loader.conf:
Code:
snd_ich_load="YES"
Notice the lowercase. This will load the FreeBSD sound driver when you reboot.
Reply With Quote