This is not EMU 1616m, just the plain EMU 1616.
I am running a fresh install of FreeBSD with the XFCE desktop. I have not been able to get any sound out of the sound card.
According to the FreeBSD 10.0 release notes, the card is supported by the snd_emu10k1 driver. Here is my output from pciconf:
I followed the thread by jb_fvwm2 here
I've tried both ALSA and OSS, neither seems to load the firmware into the card. I recompiled my kernel to try the OSS drivers. I've tried both the snd_emu10kx and snd_emu10k1 drivers, neither seems to load the firmware.
Looking here it seems I need to load the firmware via usx2yloader utility included in alsa-tools and alsa-firmware packages. I can't find either the alsa-tools or alsa-firmware package in the ports, or doing a pkg search.
How do I get the driver to load?
-JJ
I am running a fresh install of FreeBSD with the XFCE desktop. I have not been able to get any sound out of the sound card.
According to the FreeBSD 10.0 release notes, the card is supported by the snd_emu10k1 driver. Here is my output from pciconf:
Code:
pciconf -lv
emu10kx0@pci0:5:1:0: class=0x040100 card=0x40041102 chip=0x00081102 rev=0x00 hdr=0x00
vendor = 'Creative Labs'
device = 'SB0400 Audigy2 Value'
class = multimedia
subclass = audio
I followed the thread by jb_fvwm2 here
I've tried both ALSA and OSS, neither seems to load the firmware into the card. I recompiled my kernel to try the OSS drivers. I've tried both the snd_emu10kx and snd_emu10k1 drivers, neither seems to load the firmware.
Looking here it seems I need to load the firmware via usx2yloader utility included in alsa-tools and alsa-firmware packages. I can't find either the alsa-tools or alsa-firmware package in the ports, or doing a pkg search.
How do I get the driver to load?
-JJ