From owner-freebsd-multimedia@FreeBSD.ORG Sat Dec 17 17:17:41 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42D7F16A41F for ; Sat, 17 Dec 2005 17:17:41 +0000 (GMT) (envelope-from kazuhito@ph.noda.tus.ac.jp) Received: from phws.ph.noda.tus.ac.jp (phws.ph.noda.tus.ac.jp [133.31.102.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8528343D7D for ; Sat, 17 Dec 2005 17:17:40 +0000 (GMT) (envelope-from kazuhito@ph.noda.tus.ac.jp) Received: from localhost (unknown [133.31.111.131]) by phws.ph.noda.tus.ac.jp (Postfix) with ESMTP id 7BBB26E40CB; Sun, 18 Dec 2005 02:17:34 +0900 (JST) Date: Sun, 18 Dec 2005 02:17:34 +0900 (JST) Message-Id: <20051218.021734.343168854.kazuhito@ph.noda.tus.ac.jp> To: nemeths@for.mat.bham.ac.uk From: Kazuhito HONDA In-Reply-To: References: <20051212.154911.343146196.kazuhito@ph.noda.tus.ac.jp> X-Mailer: Mew version 3.3 on XEmacs 21.5-b22 (cucumber) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: external sound card under FreeBSD 6 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2005 17:17:41 -0000 Hello, From: Sandor Z Nemeth Subject: external sound card under FreeBSD 6 Date: Thu, 15 Dec 2005 23:12:57 +0000 (GMT) > uaudio0: Creative Technology SB Live! 24-bit External, rev 1.10/1.00, addr 2 > uaudio0: audio rev 1.00 > pcm0: on uaudio0 > uaudio1: vendor 0x046d product 0x08b4, rev 1.10/0.03, addr 2 > uaudio1: audio rev 1.00 > pcm1: on uaudio1 > play channel supported format list invalid > pcm1: chn_init(pcm1:play:0) failed: err = 19 > pcm1: pcm_chn_create(ua_chan, 1, 0xc1af9980) failed Did you plug two external sound cards? If you didn't, something (of LOGITECH?) except sound cards was plugged to a USB port, and it was recognized as a sound card. But the fact is it wasn't a sound card, usb sound system might be broken. In process written in your another mail, something (of LOGITECH?) must be recognized correctly since kernel didn't have snd_uaudio at boot. If you plugged two external sound cards (including a headset or so on), an external sound card (of LOGITECH?) wasn't recognized correctly. At any rate, it is important what is connected. What did you plug to USB ports? Sincerely yours, Kazuhito HONDA