Sound Card Driver incorrect

John Baldwin jhb at freebsd.org
Fri Mar 6 14:29:16 UTC 2015


On Thursday, March 05, 2015 04:44:53 PM Kristofer Persson wrote:
> I am trying to get my Creative Labs CT4730 to work correctly on Freebsd
> 10.1, I verified it is on the compatible hardware list
> https://www.freebsd.org/releases/10.1R/hardware.html and it should be using
> driver snd_es137x but according to dmesg it's running from Creative
> EMU10k1.  I rebuilt the KERNEL and told it not to load any of the EMU_10kx
> and EMU_10K1 but after loading on the new kernel dmesg still shows it
> loaded under EMU10K1,  I have included my info below and my alternate
> KERNEL config.
> 
> uname -a:
> FreeBSD encoder 10.1-RELEASE-p5 FreeBSD 10.1-RELEASE-p5 #8: Wed Mar  4
> 16:37:25 PST 2015     root at encoder:/usr/obj/usr/src/sys/ENCODER  amd64
> 
> dmesg:
> pcm0: <Creative EMU10K1> port 0x3000-0x301f irq 20 at device 0.0 on pci17
> pcm0: AC97 reset timed out.
> pcm0: ac97 codec invalid or not present (id == 0)
> device_attach: pcm0 attach returned 6
> pcm0: <Creative EMU10K1> port 0x3000-0x301f irq 20 at device 0.0 on pci17
> pcm0: AC97 reset timed out.
> pcm0: ac97 codec invalid or not present (id == 0)
> device_attach: pcm0 attach returned 6

I've cc'd pfg@ who made one of the more recent changes to these drivers.  You 
might also try freebsd-multimedia@ as I think the folks who work on sound are 
on that list.

-- 
John Baldwin


More information about the freebsd-drivers mailing list