From owner-freebsd-multimedia@FreeBSD.ORG Mon Nov 14 16:56:30 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 A8EBA16A41F for ; Mon, 14 Nov 2005 16:56:30 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id CECB543D4C for ; Mon, 14 Nov 2005 16:56:29 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: Y1QAsIk9O44SO+J/q9KNyQ== Received: from mp-216-90-144.daxnet.no ([193.216.90.144] verified) by mailfe02.swip.net (CommuniGate Pro SMTP 4.3.8) with ESMTP id 14323167; Mon, 14 Nov 2005 17:59:36 +0100 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Mon, 14 Nov 2005 17:57:40 +0100 User-Agent: KMail/1.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511141757.41355.hselasky@c2i.net> Cc: Subject: Re: external sound card under FreeBSD 5.4 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hselasky@c2i.net List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2005 16:56:31 -0000 On Monday 14 November 2005 17:37, Sandor Z Nemeth wrote: > Hi, > > I am having trouble with making sound work under FreeBSD 5.4. I have an > external usb sound card "Creative Sound Blater Live 24! external". I am > very new to FreeBSD, I have only experience with Linux. This card used to > work with Linux by using "modprobe snd-usb-audio". I noticed that there is > something similar in FreeBSD, i.e., "kldload snd_uaudio". By loading this > module I got only the mixer device and could use the mixer, but no > sound. Actualy, I have no device /dev/dsp (or something similar). > > Can anybody help? What happens if you re-plug the device? What does "usbdevs -v" show? --HPS