From owner-freebsd-usb@FreeBSD.ORG Mon Jul 22 19:55:33 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E14663AC; Mon, 22 Jul 2013 19:55:33 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 92587216A; Mon, 22 Jul 2013 19:55:33 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id 206197A0D7; Mon, 22 Jul 2013 21:55:26 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id D753C8EF8AC; Mon, 22 Jul 2013 21:55:29 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ftR4u9S4mm6v; Mon, 22 Jul 2013 21:55:29 +0200 (CEST) Received: from laptop015.hselasky.homeunix.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 2986C8EF8AB; Mon, 22 Jul 2013 21:55:29 +0200 (CEST) Message-ID: <51ED8E8B.9080806@bitfrost.no> Date: Mon, 22 Jul 2013 21:56:59 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130522 Thunderbird/17.0.6 MIME-Version: 1.0 To: Bill Paul Subject: Re: USB Soundblaster device doesn't record References: <20130722181757.E1411440@hub.freebsd.org> In-Reply-To: <20130722181757.E1411440@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jul 2013 19:55:33 -0000 On 07/22/13 20:17, Bill Paul wrote: > > I recently purchased a Creative Labs Sound Blaster X-Fi Go Pro USB audio > interface, which I wanted primarily so that I could have a dedicated mic > input for my ExoPC Slate Tablet. So of course, the mic input is the one > thing that doesn't work. > > I'm using FreeBSD 9.0-RELEASE, and the device is detected as follows: > > ugen1.5: at usbus1 > uaudio0: on usbus1 > uaudio0: Play: 44100 Hz, 2 ch, 24-bit S-LE PCM format. > uaudio0: Record: 44100 Hz, 2 ch, 16-bit S-LE PCM format. > uaudio0: No midi sequencer. > pcm6: on uaudio0 > uhid0: on usbus1 > > I find that I can play sound back through this device, however when I try > to record, I get nothing but silence. (I used audacity.) Playback seems to > work ok. > > I also have a laptop running FreeBSD 7.2-RELEASE, and oddly enough it seems > the device will record ok on that machine (though that laptop already has > a mic input, so that's not where I need it). > > Does anyone have any suggestions as to how I can make this thing work? > Alternatively, can anyone suggest a different USB sound device that does > record properly? Inquiring minds want to know. Hi, Can you try 9-stable first? Maybe your problem is already fixed? --HPS