Hi, everyone,
I have installed the 9.0 amd64 system, but the sound card does not work. It is an Intel HDA, so I added
	
	
	
		
to /boot/loader.conf.
After reboot, content of /dev/sndstat:
	
	
	
		
I have already set hw.snd.default_unit from 0 to 4, but the result is the same.
If I run the command [cmd=]cdcontrol -f /dev/cd0 play 1[/cmd] will display information:
	
	
	
		
Thank you again!
				
			I have installed the 9.0 amd64 system, but the sound card does not work. It is an Intel HDA, so I added
		Code:
	
	sound_enable="YES"
snd_hda_load="YES"After reboot, content of /dev/sndstat:
		Code:
	
	FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64)
Installed devices:
pcm0: <HDA ATI R6xx HDMI PCM #0 HDMI> (play)
pcm1: <HDA Realtek ALC888 PCM #0 Analog> (play/rec) default
pcm2: <HDA Realtek ALC888 PCM #1 Analog> (play/rec)
pcm3: <HDA Realtek ALC888 PCM #2 Digital> (play/rec)
pcm4: <HDA Realtek ALC888 PCM #3 Digital> (play)I have already set hw.snd.default_unit from 0 to 4, but the result is the same.
If I run the command [cmd=]cdcontrol -f /dev/cd0 play 1[/cmd] will display information:
		Code:
	
	(cd0:ata3:0:0:0): MODE_SENSE(6) failed, increasing minimum CDB size to 10 bytesThank you again!
 
			    