From owner-freebsd-multimedia@FreeBSD.ORG Sun Sep 2 08:26:40 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 428F0106564A for ; Sun, 2 Sep 2012 08:26:40 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.c2i.net [212.247.154.34]) by mx1.freebsd.org (Postfix) with ESMTP id B823A8FC16 for ; Sun, 2 Sep 2012 08:26:39 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 315350868; Sun, 02 Sep 2012 10:21:30 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Sun, 2 Sep 2012 10:22:31 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: In-Reply-To: X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@ =?iso-8859-1?q?d2+AyewRX=7DmAm=3BYp=0A=09=7CU=5B?=@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y> =?iso-8859-1?q?Y=7Dk1C4TfysrsUI=0A=09-=25GU9V5=5DiUZF=26nRn9mJ=27=3F=26?=>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201209021022.32029.hselasky@c2i.net> Cc: Subject: Re: M2Tech HiFace Two and FreeBSD 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: Sun, 02 Sep 2012 08:26:40 -0000 On Saturday 01 September 2012 21:10:47 Roberth Sjon=F8y wrote: > Hello >=20 > I have just installed FreeBSD 9.1rc1. I have to two soundcards on my > computer, one which is intergrated and one which is connected through > usb. >=20 > The intergrated one works great, playing music with mplayer with that > soundcard as we speak. >=20 > The USB soundcard which is of much more higher quality and gives me a > rca spdif directly to my stereo system, it is an M2Tech HiFace Two. It > is stated by the manufacturere that it is in 100 % usb 2.0 compliant > and work out of the box with alsa on linux. >=20 > Manual: > http://www.m2tech.biz/public/pdf/hiFace%20Two%20user%20manual%20PrA.pdf >=20 > Refer to page 25. >=20 > Relevant part of dmesg: >=20 > uaudio0: on usbus0 > uaudio0: No playback. > uaudio0: No recording. > uaudio0: No midi sequencer. >=20 > I am new to FreeBSD. >=20 > Regards, >=20 > Roberth Sjon=F8y Hi, Can you dump the USB descriptors of your device? usbconfig -d X.Y dump_curr_config_desc dump_device_desc Can you enable uaudio debuggging, and then plug your device? sysctl hw.usb.uaudio.debug=3D15 Then send dmesg. =2D-HPS