From owner-freebsd-multimedia@FreeBSD.ORG Sun Sep 5 01:31:18 2004 Return-Path: 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 EFC8716A55F for ; Sun, 5 Sep 2004 01:31:18 +0000 (GMT) Received: from hak.cnd.mcgill.ca (hak.cnd.mcgill.ca [132.216.11.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6087243D39 for ; Sun, 5 Sep 2004 01:31:18 +0000 (GMT) (envelope-from mat@hak.cnd.mcgill.ca) Received: from hak.cnd.mcgill.ca (localhost [127.0.0.1]) by hak.cnd.mcgill.ca (8.12.9/8.12.8) with ESMTP id i851cU1M024598 for ; Sat, 4 Sep 2004 21:38:30 -0400 (EDT) (envelope-from mat@hak.cnd.mcgill.ca) Received: (from mat@localhost) by hak.cnd.mcgill.ca (8.12.9/8.12.8/Submit) id i851cUMd024597 for freebsd-multimedia@freebsd.org; Sat, 4 Sep 2004 21:38:30 -0400 (EDT) Date: Sat, 4 Sep 2004 21:38:29 -0400 From: Mathew Kanner To: freebsd-multimedia@freebsd.org Message-ID: <20040905013829.GB19729@cnd.mcgill.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Organization: I speak for myself, operating in Montreal, CANADA X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.62 X-Spam-Checker-Version: SpamAssassin 2.62 (2004-01-11) on hak.cnd.mcgill.ca Subject: uaudio WIP X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2004 01:31:19 -0000 Hello All, The following patch http://www.cnd.mcgill.ca/~mat/uaudio-netbsd177.diff.bz2 is a work is progress. It brings in line with the latest uaudio code from NetBSD and allows me to play using my USB audio device. It has tons of debugging output and extra delays and it still panics my kernel sometimes. I had to comment out the mixer because it was muting my output. The patch changes the way pcm probes for endpoints using provided code instead of trying ourselves. It also reports a slightly more correctly supported range of speeds instead of assuming that we support all possibilities. I would really like to hear if it works for anybody else. --Mat -- sig machine broken From owner-freebsd-multimedia@FreeBSD.ORG Mon Sep 6 15:44:25 2004 Return-Path: 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 0005116A4CE for ; Mon, 6 Sep 2004 15:44:24 +0000 (GMT) Received: from lakermmtao06.cox.net (lakermmtao06.cox.net [68.230.240.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C3843D3F for ; Mon, 6 Sep 2004 15:44:24 +0000 (GMT) (envelope-from conrads@cox.net) Received: from dolphin.local.net ([68.11.71.51]) by lakermmtao06.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040906154422.YASU4710.lakermmtao06.cox.net@dolphin.local.net>; Mon, 6 Sep 2004 11:44:22 -0400 Received: from dolphin.local.net (localhost.local.net [127.0.0.1]) by dolphin.local.net (8.13.1/8.13.1) with SMTP id i86FiNap073095; Mon, 6 Sep 2004 10:44:23 -0500 (CDT) (envelope-from conrads@cox.net) Date: Mon, 6 Sep 2004 10:44:18 -0500 From: "Conrad J. Sabatier" To: freebsd-multimedia@freebsd.org, mat@cnd.mcgill.ca Message-Id: <20040906104418.2ef56285@dolphin.local.net> In-Reply-To: <20040823143354.GB6486@cnd.mcgill.ca> References: <1093108393.4202.8.camel@funshine.carebears.net> <20040821133701.6ecf9f04@dolphin.local.net> <20040822040453.GA11878@cat.robbins.dropbear.id.au> <1093148651.47618.3.camel@server.mcneil.com> <412830EF.4010008@alumni.rice.edu> <41283679.9010405@elischer.org> <20040822220748.GA6426@cnd.mcgill.ca> <41295551.4030402@alumni.rice.edu> <20040823034633.GA6486@cnd.mcgill.ca> <41297D34.6040207@elischer.org> <20040823143354.GB6486@cnd.mcgill.ca> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; amd64-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: MIDI test patch X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 15:44:25 -0000 On Mon, 23 Aug 2004 10:33:54 -0400 Mathew Kanner wrote: > On Aug 23, Julian Elischer wrote: > > Mathew Kanner wrote: > > >On Aug 22, Jon Noack wrote: > > >>On 08/22/04 17:07, Mathew Kanner wrote: > > ... > > > is this patch against 5.x or 5.3 or what? > > Releng_5, I think I mentioned this earlier. Which is why I still haven't gotten around to testing it yet. :-) Sorry. I did try patching my CURRENT sources, but a few hunks failed, and I just haven't had the time or energy to go through the .rej files and see what needs changing. I do hope to get to that Real Soon Now (tm). -- Conrad J. Sabatier -- "In Unix veritas" From owner-freebsd-multimedia@FreeBSD.ORG Mon Sep 6 16:10:13 2004 Return-Path: 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 6436616A4CE for ; Mon, 6 Sep 2004 16:10:13 +0000 (GMT) Received: from hak.cnd.mcgill.ca (hak.cnd.mcgill.ca [132.216.11.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 002A343D48 for ; Mon, 6 Sep 2004 16:10:12 +0000 (GMT) (envelope-from mat@hak.cnd.mcgill.ca) Received: from hak.cnd.mcgill.ca (localhost [127.0.0.1]) by hak.cnd.mcgill.ca (8.12.9/8.12.8) with ESMTP id i86GHM1M027309; Mon, 6 Sep 2004 12:17:22 -0400 (EDT) (envelope-from mat@hak.cnd.mcgill.ca) Received: (from mat@localhost) by hak.cnd.mcgill.ca (8.12.9/8.12.8/Submit) id i86GHLVM027308; Mon, 6 Sep 2004 12:17:21 -0400 (EDT) Date: Mon, 6 Sep 2004 12:17:21 -0400 From: Mathew Kanner To: "Conrad J. Sabatier" Message-ID: <20040906161721.GE19729@cnd.mcgill.ca> References: <20040822040453.GA11878@cat.robbins.dropbear.id.au> <1093148651.47618.3.camel@server.mcneil.com> <412830EF.4010008@alumni.rice.edu> <41283679.9010405@elischer.org> <20040822220748.GA6426@cnd.mcgill.ca> <41295551.4030402@alumni.rice.edu> <20040823034633.GA6486@cnd.mcgill.ca> <41297D34.6040207@elischer.org> <20040823143354.GB6486@cnd.mcgill.ca> <20040906104418.2ef56285@dolphin.local.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040906104418.2ef56285@dolphin.local.net> User-Agent: Mutt/1.4.1i Organization: I speak for myself, operating in Montreal, CANADA X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.62 X-Spam-Checker-Version: SpamAssassin 2.62 (2004-01-11) on hak.cnd.mcgill.ca cc: freebsd-multimedia@freebsd.org cc: mat@cnd.mcgill.ca Subject: Re: MIDI test patch X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 16:10:13 -0000 On Sep 06, Conrad J. Sabatier wrote: > On Mon, 23 Aug 2004 10:33:54 -0400 > Mathew Kanner wrote: > > > On Aug 23, Julian Elischer wrote: > > > Mathew Kanner wrote: > > > >On Aug 22, Jon Noack wrote: > > > >>On 08/22/04 17:07, Mathew Kanner wrote: > > > ... > > > > > is this patch against 5.x or 5.3 or what? > > > > Releng_5, I think I mentioned this earlier. > > Which is why I still haven't gotten around to testing it yet. :-) > > Sorry. I did try patching my CURRENT sources, but a few hunks failed, > and I just haven't had the time or energy to go through the .rej files > and see what needs changing. > > I do hope to get to that Real Soon Now (tm). It should apply cleanly to 6 (no changes). Lemme know which hunks. --Mat -- The state has no business in the bedrooms of the nation. - Pierre Elliott Trudeau From owner-freebsd-multimedia@FreeBSD.ORG Tue Sep 7 20:42:02 2004 Return-Path: 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 4CF5A16A4D1; Tue, 7 Sep 2004 20:42:02 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9366543D55; Tue, 7 Sep 2004 20:42:01 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 5AA5C11B0B; Tue, 7 Sep 2004 22:30:57 +0200 (CEST) Date: Tue, 7 Sep 2004 22:30:56 +0200 From: "Simon L. Nielsen" To: Ruslan Ermilov Message-ID: <20040907203056.GC20594@zaphod.nitro.dk> References: <20040828142503.GA52613@ip.net.ua> <20040829190833.GA9796@cnd.mcgill.ca> <20040829205942.GC39813@ip.net.ua> <20040831133654.GF31981@ip.net.ua> <20040901202432.GB416@ip.net.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="f0KYrhQ4vYSV2aJu" Content-Disposition: inline In-Reply-To: <20040901202432.GB416@ip.net.ua> User-Agent: Mutt/1.5.6i cc: current@freebsd.org cc: Cameron Grant cc: cg cc: multimedia@freebsd.org cc: Seigo Tanimura cc: Mathew Kanner Subject: Re: [PATCH] sound(4) related manpages 5.3 TODO item X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 20:42:02 -0000 --f0KYrhQ4vYSV2aJu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.09.01 23:24:32 +0300, Ruslan Ermilov wrote: > On Wed, Sep 01, 2004 at 08:16:33PM +0100, cg wrote: > [...] > > >So, to summarize, I'd have liked to see the following happen: > > > > > >- "snd" is the generic sound device (module snd.ko) > > >- "snd_foo" is the sound driver for foo (module snd_foo.ko) > > >- "pcm" devclass renamed to "snd" > > >- "pcm", "mixer", and "midi" devices are created as children of "snd" > >=20 > > no. pcm and midi will effectively be part of snd. making them separat= e =20 > > newbus drivers would be tricky and require every driver to be modified. > >=20 > OK, sounds very good. But what about PCM-related sysctls then? > How will hw.snd.pcm0.vchans be represented, for example? > hw.snd.0.vchans maybe? >=20 > > >- repo-copy (and tweak as necessary) all bridge drivers manpages, > > > as shown in my patch; > > > > > >- do *not* repo-copy pcm(4) to sound(4) yet, just link it, possibly > > > mentioning in the manpage that the generic driver will soon be > > > renamed from "sound" to "snd", > > > > > >- fix hints in NOTES (as in my patch) to match reality. > >=20 > > this sounds ok to me. > >=20 > OK, I will it then. So what is the status of the updates to the sound related manual pages? --=20 Simon L. Nielsen FreeBSD Documentation Team --f0KYrhQ4vYSV2aJu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBPhqAh9pcDSc1mlERAifsAKCD+GPOYEG4CxrdALzLvL0phILSlwCfStjt /+N47IvC4cA/WN6D2u3FslI= =zfxE -----END PGP SIGNATURE----- --f0KYrhQ4vYSV2aJu-- From owner-freebsd-multimedia@FreeBSD.ORG Wed Sep 8 06:01:38 2004 Return-Path: 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 6BA2A16A4CE; Wed, 8 Sep 2004 06:01:38 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A6D043D45; Wed, 8 Sep 2004 06:01:37 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i8861V14007584 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 8 Sep 2004 09:01:32 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i8861Xmr037331; Wed, 8 Sep 2004 09:01:33 +0300 (EEST) (envelope-from ru) Date: Wed, 8 Sep 2004 09:01:30 +0300 From: Ruslan Ermilov To: "Simon L. Nielsen" Message-ID: <20040908060130.GA36831@ip.net.ua> References: <20040828142503.GA52613@ip.net.ua> <20040829190833.GA9796@cnd.mcgill.ca> <20040829205942.GC39813@ip.net.ua> <20040831133654.GF31981@ip.net.ua> <20040901202432.GB416@ip.net.ua> <20040907203056.GC20594@zaphod.nitro.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline In-Reply-To: <20040907203056.GC20594@zaphod.nitro.dk> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new cc: current@FreeBSD.org cc: Cameron Grant cc: Seigo Tanimura cc: cg cc: multimedia@FreeBSD.org cc: Mathew Kanner Subject: Re: [PATCH] sound(4) related manpages 5.3 TODO item X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 06:01:38 -0000 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 07, 2004 at 10:30:56PM +0200, Simon L. Nielsen wrote: > On 2004.09.01 23:24:32 +0300, Ruslan Ermilov wrote: > > On Wed, Sep 01, 2004 at 08:16:33PM +0100, cg wrote: > > [...] > > > >So, to summarize, I'd have liked to see the following happen: > > > > > > > >- "snd" is the generic sound device (module snd.ko) > > > >- "snd_foo" is the sound driver for foo (module snd_foo.ko) > > > >- "pcm" devclass renamed to "snd" > > > >- "pcm", "mixer", and "midi" devices are created as children of "snd" > > >=20 > > > no. pcm and midi will effectively be part of snd. making them separ= ate =20 > > > newbus drivers would be tricky and require every driver to be modifie= d. > > >=20 > > OK, sounds very good. But what about PCM-related sysctls then? > > How will hw.snd.pcm0.vchans be represented, for example? > > hw.snd.0.vchans maybe? > >=20 > > > >- repo-copy (and tweak as necessary) all bridge drivers manpages, > > > > as shown in my patch; > > > > > > > >- do *not* repo-copy pcm(4) to sound(4) yet, just link it, possibly > > > > mentioning in the manpage that the generic driver will soon be > > > > renamed from "sound" to "snd", > > > > > > > >- fix hints in NOTES (as in my patch) to match reality. > > >=20 > > > this sounds ok to me. > > >=20 > > OK, I will it then. >=20 > So what is the status of the updates to the sound related manual > pages? >=20 Peter just did the repo-copies, thanks! So it should be done soon in HEAD, then merged in RELENG_5. Cameron promised to come up with some text for the sound(4) manpage documenting the planned changes (to rename "sound" to "snd", etc.). Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBPqA5qRfpzJluFF4RAhACAJ4zJ755OdqXgj/zX9ceWrN1qfJcYgCgiI7Q u6/SshT7MgLr9ngMGw9fGOo= =bSpD -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- From owner-freebsd-multimedia@FreeBSD.ORG Thu Sep 9 10:42:53 2004 Return-Path: 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 C3D5816A4CE for ; Thu, 9 Sep 2004 10:42:53 +0000 (GMT) Received: from meitner.wh.uni-dortmund.de (meitner.wh.Uni-Dortmund.DE [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 589DF43D1D for ; Thu, 9 Sep 2004 10:42:53 +0000 (GMT) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id 4A727167594; Thu, 9 Sep 2004 12:42:52 +0200 (CEST) Received: from kiste.my.domain (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i89Agoc1079214 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 9 Sep 2004 12:42:51 +0200 (CEST) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: luisjose@tusitio.com.ve Date: Thu, 9 Sep 2004 12:42:46 +0200 User-Agent: KMail/1.7 References: <8379182a040909032678ccb779@mail.gmail.com> In-Reply-To: <8379182a040909032678ccb779@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart21054368.nIe5CjTIKr"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200409091242.50105.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: freebsd-multimedia@freebsd.org Subject: Re: TV Card X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2004 10:42:53 -0000 --nextPart21054368.nIe5CjTIKr Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday 09 September 2004 12:26, Luis Jos=E9 Da Silva Gonz=E1lez wrote: > Hello Michael, > I have a tv card with FM and i tried to make it work in FreeBSD > 5.3beta and i cant get it to work =3D/ i get the video but no sound at > all. i have a Magic TView and my kernel conf is: > > options BKTR_ALLOC_PAGES=3D216 > options BKTR_SYSTEM_DEFAULT=3DBROOKTREE_NTSC > options BKTR_OVERRIDE_TUNER=3D10 > > device bktr > device iicbus > device iicbb > device smbus > > and the dmesg is: > bktr0: mem 0xdddfe000-0xdddfefff irq 10 at device 6.0 on > pci0 bktr0: [GIANT-LOCKED] > bktr0: Warning - card vendor 0x14ff (model 0x3002) unknown. > bktr0: Pinnacle/Miro TV, Philips FR1216 PAL FM tuner. > pci0: at device 6.1 (no driver attached) > > thanks for your time :) I'm sorry to hear that, however, I can't make it work either (if you found = my=20 address while googling, I don't quite have the same card). I'm cc'ing this= =20 reply to the freebsd-multimedia mailing list, please followup to there. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart21054368.nIe5CjTIKr Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBQDOqXhc68WspdLARAkkoAJ9Km3xpwNByP+MN8+Rxn2arKctJ2ACghJh9 R2ojkA9MikHai1KBftJBwx8= =50kw -----END PGP SIGNATURE----- --nextPart21054368.nIe5CjTIKr--