Date: Fri, 06 Mar 2015 17:55:59 -0500 From: Pedro Giffuni <pfg@FreeBSD.org> To: Kristofer Persson <kpersson@clarkebroadcasting.com>, John Baldwin <jhb@freebsd.org>, "freebsd-drivers@freebsd.org" <freebsd-drivers@freebsd.org> Subject: Re: Sound Card Driver incorrect Message-ID: <54FA307F.8050009@FreeBSD.org> In-Reply-To: <BL2PR05MB146394D1CAA3CE9C4E16550B51C0@BL2PR05MB146.namprd05.prod.outlook.com> References: <BY2PR05MB157B96D4922B9325A7B99CEB51F0@BY2PR05MB157.namprd05.prod.outlook.com> <2520857.GDCcn57p3O@ralph.baldwin.cx> <54F9D1FC.60708@FreeBSD.org> <BL2PR05MB146394D1CAA3CE9C4E16550B51C0@BL2PR05MB146.namprd05.prod.outlook.com>
next in thread | previous in thread | raw e-mail | index | archive | help
That's really strange ... I have used OSS successfully but that was in the FreeBSD 9.x series. :( Re-reading your original message, If the driver is supposed to work with snd_es137x, you shouldn't try to load emu10k. Try turning off all drivers, in particular emu10kx, and setting snd_es137x (and the digital sound subsystem) only. Hope that helps, Pedro. On 03/06/15 11:19, Kristofer Persson wrote: > Thanks Pedro, when I rebuild the kernel with no sound or sound drivers, the OS goes into a kernel panic boot loop when OSS loads, it does it even with the card out of the machine so the OSS driver is not quiet working right either. Kris > > > > -----Original Message----- > From: Pedro Giffuni [mailto:pfg@FreeBSD.org] > Sent: Friday, March 06, 2015 8:13 AM > To: John Baldwin; freebsd-drivers@freebsd.org > Cc: Kristofer Persson > Subject: Re: Sound Card Driver incorrect > > Hello; > > On 03/06/15 08:43, John Baldwin wrote: >> 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@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. >> > That was not very recently. It was tested and known to work, unfortunately the driver never really worked for all cards. > > I will take a look to see if I find something strange but you could also try with /usr/ports/audio/oss > > Regards, > > Pedro.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54FA307F.8050009>