From owner-freebsd-usb@FreeBSD.ORG Tue Jun 11 07:23:36 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E84CBDD6 for ; Tue, 11 Jun 2013 07:23:36 +0000 (UTC) (envelope-from jozze.zepl@gmail.com) Received: from mail-vc0-f176.google.com (mail-vc0-f176.google.com [209.85.220.176]) by mx1.freebsd.org (Postfix) with ESMTP id AD5CE10A5 for ; Tue, 11 Jun 2013 07:23:36 +0000 (UTC) Received: by mail-vc0-f176.google.com with SMTP id ha12so1592446vcb.21 for ; Tue, 11 Jun 2013 00:23:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=iB34WlWLQPFrk4R45WbPQDc3VQq7QyoLFAXId2aGUr0=; b=s+FKwJ1SRK8cPtLfI6O0ZFqIZkKRpovHOIjn8s8/JVuh7S455STPQD6xrst+uzLjww rzcGoVrmQEPwxmjLyRkaM5fXlBxDHOFtKb/1x6inuEsZBzYsNGuIY6fQ+WenUgliUQm/ rWdhCRiaERUjwtl+tVl6WsT0DOp6POUhcnOqhpvp8n8QZR7N8Rpj49lmfJU/NEjbQNJx 3HH4sYkKZ+EyDqrkuU4e03gnDFQYC0V5sWqIjUMK7QGvKoK3BIk+1gqzwCxzUX2qtWnt HYZwqJwcefWL/6XM4AZrhLZCc6iGfZLpIfFuAXmNEZMNBeo2tjvDdSnuWmHW/IVMYUa7 Eqew== MIME-Version: 1.0 X-Received: by 10.52.69.40 with SMTP id b8mr6333532vdu.130.1370935409827; Tue, 11 Jun 2013 00:23:29 -0700 (PDT) Received: by 10.58.228.196 with HTTP; Tue, 11 Jun 2013 00:23:29 -0700 (PDT) In-Reply-To: <51B6BCF7.3030705@bitfrost.no> References: <51B6BCF7.3030705@bitfrost.no> Date: Tue, 11 Jun 2013 09:23:29 +0200 Message-ID: Subject: Re: webcamd rejects audio/oss modules From: =?ISO-8859-2?Q?Jo=BEe_Zobec?= To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Tue, 11 Jun 2013 07:23:37 -0000 Yes, I built without snd_uaudio.ko. In order to use the port audio/oss, I had to disable the sound.ko, so I had to exclude it from the kernel, and add it as a module. I agree, that snd_uaudio.ko brought improvements. I like it a lot. But snd_hda.ko, which I use to listen to music make those scratchy sounds all the time, where the music should be crystal clear. I will try now with the GENERIC kernel, and the kernel without sound.ko, and snd_hda.ko, but with snd_uaudio.ko enabled and see what will happen. Jo=BEe 2013/6/11 Hans Petter Selasky > On 06/10/13 22:39, Jo=BEe Zobec wrote: > >> Dear all, >> >> my name is Jo=BEe Zobec. I am using Logitech Webcam C525. So fare I have >> been >> able to use it flawlessly with drivers tat came with the base system. >> However, those same drivers fared rather poorly when I used them with >> audio/musicpd, so I tried to use audio/oss. >> >> So far so good. There has been a great improvement on the output quality >> given by musicpd, but my webcam doesn't work with these modules -- kerne= l >> automatically tries to create a /dev/dsp* device. To do that, it require= s >> sound.ko module, which conflicts with module osscore.ko, supplied by the >> audio/oss port. Not knowing what to do, it starts to panic. >> >> Is there a way to use multimedia/webcamd with audio/oss, or is this >> unsupported? I am running FreeBSD 9.1-STABLE #3 r251600. >> >> Thank you for your time, >> > > Hi, > > Did you build a kernel without snd_uaudio? > > Also note that 9-stable has several USB audio improvements. > > --HPS > >