Hello,
I just compiled and installed a FreeBSD 8-STABLE on my HP Elitebook 8530w. I do not have a lot of experience on FreeBSD and Unix system, so please excuse me if my post is not complete.
I got a problem with the snd_hda driver. I wrote snd_hda_load="YES" into my /boot/loader.conf, the driver seems to load properly, my hardware is detected properly too, but I don't have any sound.
Here is what I get at boot :
List of devices (
As you can see my sound card is detected but I cannot obtain any sound :
In fact I once managed to get a very loud noise by installing OSS (pkg_add -r oss) but I never got a proper sound out of my computer
Regards,
Shuny
PS : Please excuse my lame english
I just compiled and installed a FreeBSD 8-STABLE on my HP Elitebook 8530w. I do not have a lot of experience on FreeBSD and Unix system, so please excuse me if my post is not complete.
I got a problem with the snd_hda driver. I wrote snd_hda_load="YES" into my /boot/loader.conf, the driver seems to load properly, my hardware is detected properly too, but I don't have any sound.
Here is what I get at boot :
Code:
FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386)
Installed devices:
pcm0: <HDA ATI R6xx HDMI PCM #0 HDMI> (play) default
pcm1: <HDA Analog Devices AD1984A PCM #0 Analog> (play/rec)
pcm2: <HDA Analog Devices AD1984A PCM #1 Analog> (rec)
cat /dev/sndstat
Code:
FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386)
Installed devices:
pcm0: <HDA ATI R6xx HDMI PCM #0 HDMI> (play) default
pcm1: <HDA Analog Devices AD1984A PCM #0 Analog> (play/rec)
pcm2: <HDA Analog Devices AD1984A PCM #1 Analog> (rec)
List of devices (
ls /dev/dsp*
)
Code:
crw-rw-rw- 1 root wheel 0, 128 Mar 21 15:22 dsp0.0
crw-rw-rw- 1 root wheel 0, 127 Mar 21 15:20 dsp1.0
crw-rw-rw- 1 root wheel 0, 134 Mar 21 15:22 dsp1.1
crw-rw-rw- 1 root wheel 0, 104 Mar 21 15:20 dsp2.0
crw-rw-rw- 1 root wheel 0, 135 Mar 21 15:22 dsp2.1
As you can see my sound card is detected but I cannot obtain any sound :
cat /dev/urandom > any_dsp
doesn't make any little noise :/In fact I once managed to get a very loud noise by installing OSS (pkg_add -r oss) but I never got a proper sound out of my computer

Regards,
Shuny
PS : Please excuse my lame english