From owner-freebsd-hardware@FreeBSD.ORG Thu Jul 22 18:09:18 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB7DF16A4CE for ; Thu, 22 Jul 2004 18:09:18 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with SMTP id 9B08643D31 for ; Thu, 22 Jul 2004 18:09:18 +0000 (GMT) (envelope-from kwortman@gmail.com) Received: by mproxy.gmail.com with SMTP id m68so42618rne for ; Thu, 22 Jul 2004 11:09:18 -0700 (PDT) Received: by 10.38.90.2 with SMTP id n2mr182779rnb; Thu, 22 Jul 2004 11:09:17 -0700 (PDT) Message-ID: Date: Thu, 22 Jul 2004 11:09:13 -0700 From: Kevin Wortman To: freebsd-hardware@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: USB sound card causes system lockup X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 18:09:19 -0000 Hi, I posted this to -questions and didn't get any responses, so I thought I'd try -hardware. I am trying to get a Creative Sound Blaster MP3+ USB sound card to work under 5.2.1. I added snd_uaudio_load="YES" to /boot/loader.conf, and dmesg shows the device being found: uaudio_add_selector: NOT IMPLEMENTED uaudio0: audio rev 1.00 pcm0: on uaudio0 There are /dev/dsp* and /dev/mixer entries, and usbdevs shows addr 1: OHCI root hub, SiS addr 2: USB Audio, Creative addr 1: OHCI root hub, SiS addr 1: OHCI root hub, SiS addr 2: ORTEK USB Combo Keyboard, ORTEK However any time I interact with the sound card, for example starting esd, the system locks up hard. Will not respond to CTRL-ALT-Backspace or -Delete or pings. Any suggestions? Thanks, Kevin Wortman