Enabling sound?
Rich Demanowski
richd at RichDPhoto.com
Sat Jul 22 12:40:20 UTC 2006
Dylan Cochran wrote:
> the pci id output that pciconf provides and modify the #define
> EMU10K1_PCI_ID 0x00021102 line in /usr/src/sys/dev/sound/pci/emu10k1.c
Well, at least I got a new response in dmesg out of that one:
pcm0: <Creative EMU10K1> port 0xcf00-0xcf1f irq 18 at device 10.0 on
pci3
pcm0: AC97 reset timed out.
pcm0: ac97 codec invalid or not present (id == 0)
device_attach: pcm0 attach returned 6
I took the device sound and device snd_emu10k1 lines out of the kernel
config, changed the line in emu10k1.c to EMU10K1_PCI_ID 0x00071102,
recompiled, and added snd_emu10k1_load="YES" to /boot/loader.conf
Now it seems I need to tweak the AC97 stuff, too? Or, since pciconf
shows this as an Audigy, should I instead tweak one of the EMU10K2 or K3
lines?
More information about the freebsd-questions
mailing list