kern/174828: [sound] [snd_emu10kx]: "Creative SB PCI512 [CT4790]" is not working at FreeBSD-9.1
Hardy Schumacher
hardy.schumacher at gmx.de
Sun Dec 30 12:50:00 UTC 2012
>Number: 174828
>Category: kern
>Synopsis: [sound] [snd_emu10kx]: "Creative SB PCI512 [CT4790]" is not working at FreeBSD-9.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun Dec 30 12:50:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Hardy Schumacher
>Release: FreeBSD-9.1 i386
>Organization:
>Environment:
FreeBSD gamma.low.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r244739: Sat Dec 29 23:30:35 CET 2012 root at gamma.low.org:/usr/obj/usr/src/sys/LOW_GAMMA i386
>Description:
After upgrading from FreeBSD-9.1_p05 to FreeBSD-9.1 the sound card "Creative SB PCI512 [CT4790]" is not working anymore.
With FreeBSD-9.1 the driver "snd_emu10kx" is built in GENERIC kernel by default.
It detects the sound card correctly, but with Xorg no sound is available.
Formerly I used module "snd_emu10k1", which worked well with the named sound card.
Details (based on driver "snd_emu10kx"):
Command: dmesg | grep -i "emu"
Output:
emu10kx0: <Creative SB PCI512 [CT4790]> port 0xe000-0xe01f irq 19 at device 11.0 on pci0
pcm0: <EMU10Kx DSP front PCM interface> on emu10kx0
pcm1: <EMU10Kx DSP rear PCM interface> on emu10kx0
Command: cat /dev/sndstat
Output:
FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386)
Installed devices:
pcm0: <EMU10Kx DSP front PCM interface> (play/rec) default
pcm1: <EMU10Kx DSP rear PCM interface> (play)
>How-To-Repeat:
Install FreeBSD-9.1 with GENERIC kernel, use a "Creative SB PCI512".
Try to use sound with different applications at Xorg.
>Fix:
A workaround is to use a custom kernel:
include GENERIC
nodevice snd_emu10kx
With this kernel I load the alternative driver "snd_emu10k1" via /boot/loader.conf.
This works well.
Correct solution would be to migrate all functionalities from "snd_emu10k1" into "snd_emu10kx" that the newer driver is fully backward compatible.
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-bugs
mailing list