From owner-freebsd-multimedia@FreeBSD.ORG Mon Nov 14 18:47:37 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 2836A16A41F for ; Mon, 14 Nov 2005 18:47:37 +0000 (GMT) (envelope-from nemeths@for.mat.bham.ac.uk) Received: from sun13.bham.ac.uk (sun13.bham.ac.uk [147.188.128.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51F2543D66 for ; Mon, 14 Nov 2005 18:47:35 +0000 (GMT) (envelope-from nemeths@for.mat.bham.ac.uk) Received: from [147.188.128.127] (helo=bham.ac.uk) by sun13.bham.ac.uk with esmtp (Exim 4.10) id 1EbjMc-0006yW-00; Mon, 14 Nov 2005 18:47:34 +0000 Received: from for.mat.bham.ac.uk ([147.188.56.59]) by bham.ac.uk with esmtp (Exim 4.43) id 1EbjMc-0005If-Ij; Mon, 14 Nov 2005 18:47:34 +0000 Received: from bab.mat.bham.ac.uk by for.mat.bham.ac.uk (8.8.8+Sun/SMI-SVR4) id SAA03146; Mon, 14 Nov 2005 18:47:12 GMT Received: from localhost (nemeths@localhost) by bab.mat.bham.ac.uk (8.8.8p2+Sun/8.8.8) with ESMTP id SAA09385; Mon, 14 Nov 2005 18:46:55 GMT X-Authentication-Warning: babbage.bham.ac.uk: nemeths owned process doing -bs Date: Mon, 14 Nov 2005 18:46:55 +0000 (GMT) From: Sandor Z Nemeth X-Sender: nemeths@babbage.bham.ac.uk To: Hans Petter Selasky In-Reply-To: <200511141757.41355.hselasky@c2i.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BHAM-CUBE-wlist: LOCAL for.mat.bham.ac.uk X-BHAM-CUBE-processed: yes Cc: freebsd-multimedia@freebsd.org Subject: Re: external sound card under FreeBSD 5.4 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: Mon, 14 Nov 2005 18:47:37 -0000 After repluging the device usbdevs -v is: Controller /dev/usb0: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 powered port 2 powered Controller /dev/usb1: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 powered port 2 powered Controller /dev/usb2: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 powered port 2 powered Controller /dev/usb3: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 powered port 2 powered and the mixer device vanishes. Sandor -------------------------------------------------------- Dr Sandor Zoltan Nemeth Lecturer -------------------------------------------------------- School of Mathematics The University of Birmingham Watson Building Edgbaston B15 2TT Birmingham United Kingdom Phone: +44-121-414-6404 Fax: +44-121-414-3389 -------------------------------------------------------- On Mon, 14 Nov 2005, Hans Petter Selasky wrote: > 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 >