From owner-freebsd-multimedia@FreeBSD.ORG Wed Dec 14 03:40:06 2005 Return-Path: X-Original-To: freebsd-multimedia@hub.freebsd.org Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5EC716A41F for ; Wed, 14 Dec 2005 03:40:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7336243D68 for ; Wed, 14 Dec 2005 03:40:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBE3e6wo027119 for ; Wed, 14 Dec 2005 03:40:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBE3e650027118; Wed, 14 Dec 2005 03:40:06 GMT (envelope-from gnats) Date: Wed, 14 Dec 2005 03:40:06 GMT Message-Id: <200512140340.jBE3e650027118@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Cc: Subject: Re: kern/82043: [sound] snd_emu10k1 - mixer does not work. X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ppl@nbnet.nb.ca List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2005 03:40:07 -0000 The following reply was made to PR kern/82043; it has been noted by GNATS. From: To: Cc: Subject: Re: kern/82043: [sound] snd_emu10k1 - mixer does not work. Date: Tue, 13 Dec 2005 22:32:19 -0500 I have the same problem. After some troubleshooting I've found out that the problem was with the black jack (back speakers). `mixer pcm` works fine for the green jack (front speakers). You get the impression that its not working because the sound coming from the black jack is much louder. Problem : the black jack is unfacted by mixer. Workaround: disconnect the black jack and only connect the green jack (if you need rear speakers just swap) #pciconf -l -v [...] pcm0@pci2:7:0: class=0x040100 card=0x80651102 chip=0x00021102 rev=0x0a hdr=0x00 vendor = 'Creative Labs' device = 'EMU10000 Sound Blaster Live! (Also Live! 5.1) - OEM from DELL - CT4780' class = multimedia subclass = audio emujoy0@pci2:7:1: class=0x098000 card=0x00201102 chip=0x70021102 rev=0x0a hdr=0x00 vendor = 'Creative Labs' device = 'EMU10000 Game Port' class = input device [...] As the PR originator, there's no warning/errors in dmesg boot.