Hello,
I tested freeBSD -- released 8.0 amd64
I 've read
http://www.freebsd.org/doc/en/books/handbook/sound-setup.html
but I've got problem to configured my sound card.
I've do this (below) but nothing sound go out of my speaker.
(it run well under LINUX Debian.)
% cdcontrol -f /dev/acd0 play 1 run well but no sound go out of the box !
Do do you have any ideas to solve this problem ?
Thx, cyrille
I tested freeBSD -- released 8.0 amd64
I 've read
http://www.freebsd.org/doc/en/books/handbook/sound-setup.html
but I've got problem to configured my sound card.
I've do this (below) but nothing sound go out of my speaker.
(it run well under LINUX Debian.)
Code:
[cyrille@freeBSD]~> cat /boot/loader.conf
# SON
snd_hda_load="YES"
Code:
[cyrille@freeBSD]~> dmesg | grep pcm
pcm0: <HDA Silicon Image SiI1392 HDMI PCM #0 Digital> at cad 1 nid 1 on hdac0
pcm1: <HDA Sigmatel STAC9228X PCM #0 Analog> at cad 2 nid 1 on hdac0
pcm2: <HDA Sigmatel STAC9228X PCM #1 Analog> at cad 2 nid 1 on hdac0
pcm3: <HDA Sigmatel STAC9228X PCM #2 Digital> at cad 2 nid 1 on hdac0
Code:
[cyrille@freeBSD]~> cat /dev/sndstat
FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64)
Installed devices:
pcm0: <HDA Silicon Image SiI1392 HDMI PCM #0 Digital> at cad 1 nid 1 on hdac0 kld snd_hda [MPSAFE] (1p:2v/0r:0v channels simplex default)
pcm1: <HDA Sigmatel STAC9228X PCM #0 Analog> at cad 2 nid 1 on hdac0 kld snd_hda [MPSAFE] (1p:1v/1r:1v channels duplex)
pcm2: <HDA Sigmatel STAC9228X PCM #1 Analog> at cad 2 nid 1 on hdac0 kld snd_hda [MPSAFE] (1p:1v/1r:1v channels duplex)
pcm3: <HDA Sigmatel STAC9228X PCM #2 Digital> at cad 2 nid 1 on hdac0 kld snd_hda [MPSAFE] (1p:1v/0r:0v channels simplex)
% cdcontrol -f /dev/acd0 play 1 run well but no sound go out of the box !
Do do you have any ideas to solve this problem ?
Thx, cyrille