I installed FreeBSD 9. I'm trying to make a sound to work but no luck.
My Sound Card: Realtek ALC898
Can someone help me how to make it to work (I'm creating custom kernel)?
Base on FreeBSD handbook, I ran [CMD=""]kldload snd_driver[/CMD] and I got:
and [cmd=""]cat /dev/sndstat[/CMD]
Thanks
Mark
My Sound Card: Realtek ALC898
Can someone help me how to make it to work (I'm creating custom kernel)?
Base on FreeBSD handbook, I ran [CMD=""]kldload snd_driver[/CMD] and I got:
Code:
ppc0: cannot reserve I/O port range
and [cmd=""]cat /dev/sndstat[/CMD]
Code:
pcm0: <HDA NVidia (Unknown) PCM #0 DisplayPort> (play)
pcm1: <HDA NVidia (Unknown) PCM #0 DisplayPort> (play)
pcm2: <HDA NVidia (Unknown) PCM #0 DisplayPort> (play)
pcm3: <HDA NVidia (Unknown) PCM #0 DisplayPort> (play)
pcm4: <HDA Realtek (Unknown) PCM #0 Analog> (play/rec) default
pcm5: <HDA Realtek (Unknown) PCM #1 Digital> (play)
Thanks
Mark