Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Mar 2015 17:51:56 +0000
From:      Kristofer Persson <kpersson@clarkebroadcasting.com>
To:        "freebsd-multimedia@freebsd.org" <freebsd-multimedia@freebsd.org>
Subject:   RE: Sound Card Driver incorrect
Message-ID:  <BL2PR05MB146A193413FE210A16BDC2CB50D0@BL2PR05MB146.namprd05.prod.outlook.com>

next in thread | raw e-mail | index | archive | help
Can anyone help me with this or point me in the right direction?  Kris



From: Kristofer Persson
Sent: Friday, March 06, 2015 1:54 PM
To: 'freebsd-multimedia@freebsd.org'
Subject: Sound Card Driver incorrect

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 KERNE=
L and told it not to load any of the EMU_10kx and EMU_10K1 but after loadin=
g on the new kernel dmesg still shows it loaded under EMU10K1,  I have incl=
uded 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:3=
7: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 =3D=3D 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 =3D=3D 0)
device_attach: pcm0 attach returned 6

KERNEL Config:
include GENERIC
ident ENCODER

device sound
device snd_es137x
nodevice snd_driver
nodevice snd_emu10k1

nodevice          snd_cmi         # CMedia CMI8338/CMI8738
nodevice          snd_csa         # Crystal Semiconductor CS461x/428x
nodevice          snd_emu10kx     # Creative SoundBlaster Live! and Audigy
nodevice          snd_hda         # Intel High Definition Audio
nodevice          snd_ich         # Intel, NVidia and other ICH AC'97 Audio
nodevice          snd_via8233     # VIA VT8233x Audio

cat /dev/sndstat :
Installed devices:




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BL2PR05MB146A193413FE210A16BDC2CB50D0>