From owner-freebsd-multimedia Sun Jul 2 1:25:37 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id EA7C437B6F6; Sun, 2 Jul 2000 01:25:32 -0700 (PDT) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id KAA88447; Sun, 2 Jul 2000 10:25:29 +0200 (CEST) (envelope-from sos) From: Soren Schmidt Message-Id: <200007020825.KAA88447@freebsd.dk> Subject: Re: UDF (DVD fs) In-Reply-To: <20000701195547.A12762@cokane.yi.org> from Coleman Kane at "Jul 1, 2000 07:55:47 pm" To: cokane@one.net (Coleman Kane) Date: Sun, 2 Jul 2000 10:25:29 +0200 (CEST) Cc: hackers@FreeBSD.ORG, multimedia@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Coleman Kane wrote: > Hello, is anyone currently working on code to implement the UDF > filesystem? For those not familiar with it, it is the filesystem that > DVDs use. I'd like to look into getting the support under FreeBSD, since > the players already seem to work. If no one is working on this, then I > could probably use some help in writing the code to support this fs. I think Julian Elischer is working on UDF.. However to play/read/use DVD's you dont need UDF, they are also readable as an ISO9660, but that might change in the future... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jul 2 2:52:15 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.interware.hu (mail.interware.hu [195.70.32.130]) by hub.freebsd.org (Postfix) with ESMTP id 2799D37BA87; Sun, 2 Jul 2000 02:52:08 -0700 (PDT) (envelope-from julian@elischer.org) Received: from kairo-42.budapest.interware.hu ([195.70.50.106] helo=jules.elischer.org) by mail.interware.hu with smtp (Exim 3.12 #1 (Debian)) id 138gfS-00063V-00; Sun, 02 Jul 2000 12:08:02 +0200 Message-ID: <395F10BB.2781E494@elischer.org> Date: Sun, 02 Jul 2000 02:51:55 -0700 From: Julian Elischer X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 5.0-CURRENT i386) MIME-Version: 1.0 To: Coleman Kane Cc: hackers@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: UDF (DVD fs) References: <20000701195547.A12762@cokane.yi.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am working on UDF support. I have at present a program that reads a udf filesystem and am working (today) on making it into an "mtools" like program that allows access to the contents in a useful manner. I will eventually turn this into a (readonly) filesystem, and it is designed with that in mind (it uses a buffer cache etc, like the kernel. (in other words I'm prototyping). I will at some stage also try make a UDF creation module for mkisofs as well. In the meanwhile you should be able to mount most modern DVDs using the ISO9660 filesystem as they should be "bridge" format, (in which there is metadata for both types of filesystems). Julian Coleman Kane wrote: > > Hello, is anyone currently working on code to implement the UDF > filesystem? For those not familiar with it, it is the filesystem that > DVDs use. I'd like to look into getting the support under FreeBSD, since > the players already seem to work. If no one is working on this, then I > could probably use some help in writing the code to support this fs. > > -- > Coleman Kane > President, > UC Free O.S. Users Group - http://pohl.ececs.uc.edu > > --------------------------------------------------------------- > > Part 1.2 Type: application/pgp-signature -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000 )_.---._/ presently in: Budapest v To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jul 2 3: 9:34 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id DB83937B596; Sun, 2 Jul 2000 03:09:27 -0700 (PDT) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id MAA17928; Sun, 2 Jul 2000 12:09:22 +0200 (CEST) (envelope-from sos) From: Soren Schmidt Message-Id: <200007021009.MAA17928@freebsd.dk> Subject: Re: UDF (DVD fs) In-Reply-To: <395F10BB.2781E494@elischer.org> from Julian Elischer at "Jul 2, 2000 02:51:55 am" To: julian@elischer.org (Julian Elischer) Date: Sun, 2 Jul 2000 12:09:21 +0200 (CEST) Cc: cokane@one.net (Coleman Kane), hackers@FreeBSD.org, multimedia@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Julian Elischer wrote: > I am working on UDF support. > I have at present a program that reads a udf filesystem > and am working (today) on making it into an "mtools" like > program that allows access to the contents in a useful manner. > > I will eventually turn this into a (readonly) filesystem, and it > is designed with that in mind (it uses a buffer cache etc, like > the kernel. (in other words I'm prototyping). > > I will at some stage also try make a UDF creation module for mkisofs > as well. Uhm, the real value of UDF is that it can be used as a "real" rw filesystem on CDRW/DVDRAM media, if this is not implemented the value of having UDF is very limited IMHO.... > In the meanwhile you should be able to mount most modern DVDs using > the ISO9660 filesystem as they should be "bridge" format, (in which > there is metadata for both types of filesystems). Endeed, makeing a ro UDF filesystem more or less useless :) -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jul 2 5:12:16 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from 214.norrgarden.se (214.norrgarden.se [195.100.133.214]) by hub.freebsd.org (Postfix) with ESMTP id 587CA37BD28; Sun, 2 Jul 2000 05:11:48 -0700 (PDT) (envelope-from cj@214.norrgarden.se) Received: from 214.norrgarden.se (cj@localhost [127.0.0.1]) by 214.norrgarden.se (8.9.3/8.9.3) with ESMTP id OAA57456; Sun, 2 Jul 2000 14:11:48 +0200 (CEST) (envelope-from cj@214.norrgarden.se) Message-Id: <200007021211.OAA57456@214.norrgarden.se> Date: Sun, 2 Jul 2000 14:11:45 +0200 (CEST) From: cj@vallcom.net Reply-To: cj@vallcom.net Subject: Problems with XMMS/PCM To: freebsd-multimedia@freebsd.org Cc: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Im using a recent build of 4.0 STABLE, soundblaster 128 PCI card using the following driver: -- FreeBSD Audio Driver (newpcm) Jun 30 2000 14:10:05 Installed devices: pcm0: at io 0x6200 irq 11 (1p/1r channels duplex) Perhaps some recent change in pcm is the cause of the problems im experiencing with XMMS? I have tried using the latest port aswell as older versions of XMMS and the problem remains. There's only silence when playing an MP3 aswell as the time progress meter is moving fast forward. Has anyone else experienced this? * Carl Johan Madestrand * * Lord_CJ on IRC * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jul 2 8:38:38 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.interware.hu (mail.interware.hu [195.70.32.130]) by hub.freebsd.org (Postfix) with ESMTP id 76AFB37B575; Sun, 2 Jul 2000 08:38:31 -0700 (PDT) (envelope-from julian@elischer.org) Received: from kampala-40.budapest.interware.hu ([195.70.52.232] helo=jules.elischer.org) by mail.interware.hu with smtp (Exim 3.12 #1 (Debian)) id 138m4c-0006GR-00; Sun, 02 Jul 2000 17:54:22 +0200 Message-ID: <395F61E7.2781E494@elischer.org> Date: Sun, 02 Jul 2000 08:38:15 -0700 From: Julian Elischer X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 5.0-CURRENT i386) MIME-Version: 1.0 To: Soren Schmidt Cc: Coleman Kane , hackers@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: UDF (DVD fs) References: <200007021009.MAA17928@freebsd.dk> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Soren Schmidt wrote: > > It seems Julian Elischer wrote: > > Indeed, makeing a ro UDF filesystem more or less useless :) I will be adding read/write later.. One must be able to walk before running! As for RO UDF, it is useful for reading UDF2.0.1 cds that don't have ISO9660 on them (I have one here). The experience of looking at how the other vendors do read/write (especially adaptec) in order to be able to read their disks will be used to make it writable. > > -Søren -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000 )_.---._/ presently in: Budapest v To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jul 2 8:39:53 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail1.svr.pol.co.uk (mail1.svr.pol.co.uk [195.92.193.18]) by hub.freebsd.org (Postfix) with ESMTP id F1B5937B575; Sun, 2 Jul 2000 08:39:48 -0700 (PDT) (envelope-from noway@nohow.demon.co.uk) Received: from [195.92.67.23] (helo=mail18.svr.pol.co.uk) by mail1.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 138lqV-0006rE-00; Sun, 02 Jul 2000 16:39:47 +0100 Received: from modem-136.california.dialup.pol.co.uk ([62.137.56.136] helo=nohow.demon.co.uk) by mail18.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 138lqU-0002ux-00; Sun, 02 Jul 2000 16:39:47 +0100 Received: from localhost (noway@localhost) by nohow.demon.co.uk (8.9.3/8.9.3) with ESMTP id PAA11107; Sun, 2 Jul 2000 15:43:43 +0100 (BST) (envelope-from noway@nohow.demon.co.uk) Date: Sun, 2 Jul 2000 15:43:42 +0100 (BST) From: Jose Marques To: cj@vallcom.net Cc: freebsd-multimedia@freebsd.org, freebsd-stable@freebsd.org Subject: Re: Problems with XMMS/PCM In-Reply-To: <200007021211.OAA57456@214.norrgarden.se> Message-ID: X-No-Archive: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 2 Jul 2000 cj@vallcom.net wrote: > There's only silence when playing an MP3 aswell as the time progress > meter is moving fast forward. Has anyone else experienced this? Yes (with a CS423x-PCI soundcard - as reported by dmesg). XMMS 1.0 worked fine but after I deinstalled it and installed the latest XMMS 1.2 the effect you mention started happening. I mostly use x11amp so I didn't look into the problem. -- Jose Marques To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jul 2 9:47:31 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.lewman.org (lowrider.lewman.org [209.67.240.52]) by hub.freebsd.org (Postfix) with ESMTP id 41DCF37BDB4; Sun, 2 Jul 2000 09:47:28 -0700 (PDT) (envelope-from sean@rentul.net) Received: by mail.lewman.org (Postfix, from userid 1004) id DA2AA3D32; Sun, 2 Jul 2000 12:47:48 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.lewman.org (Postfix) with ESMTP id D53EF5BC2; Sun, 2 Jul 2000 12:47:48 -0400 (EDT) Date: Sun, 2 Jul 2000 12:47:48 -0400 (EDT) From: Sean Lutner X-Sender: sean@lowrider.lewman.org To: cj@vallcom.net Cc: freebsd-multimedia@freebsd.org, freebsd-stable@freebsd.org Subject: Re: Problems with XMMS/PCM In-Reply-To: <200007021211.OAA57456@214.norrgarden.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have the same setup. 4.0-STABLE (from 4 days ago) and the latest xmms from ports. On Sun, 2 Jul 2000 cj@vallcom.net wrote: > Hi > > Im using a recent build of 4.0 STABLE, soundblaster 128 PCI card using > the following driver: > > -- FreeBSD Audio Driver (newpcm) Jun 30 2000 14:10:05 > Installed devices: > pcm0: at io 0x6200 irq 11 (1p/1r channels duplex) > > Perhaps some recent change in pcm is the cause of the problems im > experiencing with XMMS? > I have tried using the latest port aswell as older versions of XMMS and > the problem remains. > There's only silence when playing an MP3 aswell as the time progress > meter is moving fast forward. Has anyone else experienced this? > > * Carl Johan Madestrand * > * Lord_CJ on IRC * > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jul 2 10:17: 4 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id A37F337BAA6; Sun, 2 Jul 2000 10:16:55 -0700 (PDT) (envelope-from conrads@cx344940-a.meta1.la.home.com) Received: (from conrads@localhost) by cx344940-a.meta1.la.home.com (8.9.3/8.9.3) id MAA02441; Sun, 2 Jul 2000 12:16:16 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200006231748.TAA16177@214.norrgarden.se> Date: Sun, 02 Jul 2000 12:16:16 -0500 (CDT) Organization: @Home Network From: Conrad Sabatier To: cj@vallcom.net Subject: Re: Soundblaster PCI 128 support in 4-stable Cc: multimedia@FreeBSD.ORG, wilko@FreeBSD.ORG, John Reynolds~ Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 23-Jun-00 cj@vallcom.net wrote: > Yes I can confirm that. Im using a SB PCI 128 with the newer es1371 > chipset and it works splendid. :) > As for MIDI output, thats another story I guess. Have you tried timidity++? I'm getting *fantastic* sounding MIDI with my es1371. You can even use your AWE Soundfonts with timidity++ (I'm using the Chaos 12 MB Soundfont, myself; see my web site if you need a copy). -- Conrad Sabatier http://members.home.net/conrads/ ICQ# 1147270 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jul 2 10:47: 1 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from m08.alpha-net.ne.jp (m08.alpha-net.ne.jp [210.229.64.38]) by hub.freebsd.org (Postfix) with ESMTP id 7A5C037BDE4; Sun, 2 Jul 2000 10:46:58 -0700 (PDT) (envelope-from k5@cheerful.com) Received: from kyoto-tc012-p129.alpha-net.ne.jp (kyoto-tc012-p129.alpha-net.ne.jp [210.237.118.163]) by m08.alpha-net.ne.jp (8.9.3/3.7W) with ESMTP id CAA17181; Mon, 3 Jul 2000 02:44:25 +0900 (JST) Received: from souffle.bogus-local.net (souffle.bogus-local.net [192.168.1.1]) by kyoto-tc012-p129.alpha-net.ne.jp (Postfix) with ESMTP id 329A03D04; Mon, 3 Jul 2000 02:46:37 +0900 (JST) Date: Mon, 03 Jul 2000 02:46:36 +0900 Message-ID: <867lb44e83.wl@cheerful.com> From: FUJISHIMA Satsuki To: cj@vallcom.net Cc: freebsd-multimedia@freebsd.org, freebsd-stable@freebsd.org Subject: Re: Problems with XMMS/PCM In-Reply-To: In your message of "Sun, 2 Jul 2000 14:11:45 +0200 (CEST)" <200007021211.OAA57456@214.norrgarden.se> References: <200007021211.OAA57456@214.norrgarden.se> User-Agent: Wanderlust/1.1.1 (Purple Rain) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Sun, 2 Jul 2000 14:11:45 +0200 (CEST), cj@vallcom.net wrote: > There's only silence when playing an MP3 aswell as the time progress > meter is moving fast forward. Has anyone else experienced this? http://www.xmms.org/faq.html#r9 -- FUJISHIMA Satsuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jul 2 11:53:40 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from 214.norrgarden.se (214.norrgarden.se [195.100.133.214]) by hub.freebsd.org (Postfix) with ESMTP id 1979937B57D for ; Sun, 2 Jul 2000 11:53:37 -0700 (PDT) (envelope-from cj@214.norrgarden.se) Received: from 214.norrgarden.se (cj@localhost [127.0.0.1]) by 214.norrgarden.se (8.9.3/8.9.3) with ESMTP id UAA13373; Sun, 2 Jul 2000 20:53:29 +0200 (CEST) (envelope-from cj@214.norrgarden.se) Message-Id: <200007021853.UAA13373@214.norrgarden.se> Date: Sun, 2 Jul 2000 20:53:26 +0200 (CEST) From: Carl Johan Madestrand Reply-To: cj@vallcom.net Subject: Re: Problems with XMMS/PCM To: FUJISHIMA Satsuki Cc: freebsd-multimedia@FreeBSD.ORG In-Reply-To: <867lb44e83.wl@cheerful.com> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 3 Jul, FUJISHIMA Satsuki wrote: > At Sun, 2 Jul 2000 14:11:45 +0200 (CEST), > cj@vallcom.net wrote: >> There's only silence when playing an MP3 aswell as the time progress >> meter is moving fast forward. Has anyone else experienced this? > > http://www.xmms.org/faq.html#r9 > Oops! That did solve the problem indeed. Thanks. I must have mistakingly turned the diskwriter plugin to on or it happened to be enabled by default. That certainly does explain the wav's I found on my disk a moment ago aswell. I think I either need to get some more coffee or some more sleep. -- * Carl Johan Madestrand * * Lord_CJ on IRC * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jul 2 12: 8: 2 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from pom.INS.CWRU.Edu (pom.INS.CWRU.Edu [129.22.8.234]) by hub.freebsd.org (Postfix) with ESMTP id E275337B57D for ; Sun, 2 Jul 2000 12:07:59 -0700 (PDT) (envelope-from erm6@po.cwru.edu) Received: from po.cwru.edu (brich.gti.net [199.171.27.11]) by pom.INS.CWRU.Edu with ESMTP (8.8.8+cwru/CWRU-1.0-smtprelay) id PAA21352; Sun, 2 Jul 2000 15:07:57 -0400 (EDT) (from erm6@po.cwru.edu for ) Message-ID: <395F92FC.1F2F8AF6@po.cwru.edu> Date: Sun, 02 Jul 2000 15:07:40 -0400 From: Evan Markensohn X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Subject: pcm sound devices Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org What/where are the pcm sound devices in FreeBSD 4.0? How do you MAKEDEV these devices? MAKEDEV sndx? I'm trying to fix my sound problem, and noticed in several places that it said the pcm devices will end up in /dev/pcmX/[dsp, mixer, etc.] Is this the case with the latest FreeBSD? Thanks, Evan Markensohn erm6@po.cwru.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jul 2 12:11: 9 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from 214.norrgarden.se (214.norrgarden.se [195.100.133.214]) by hub.freebsd.org (Postfix) with ESMTP id 0D7DD37B57D for ; Sun, 2 Jul 2000 12:11:06 -0700 (PDT) (envelope-from cj@214.norrgarden.se) Received: from 214.norrgarden.se (cj@localhost [127.0.0.1]) by 214.norrgarden.se (8.9.3/8.9.3) with ESMTP id VAA13588; Sun, 2 Jul 2000 21:10:57 +0200 (CEST) (envelope-from cj@214.norrgarden.se) Message-Id: <200007021910.VAA13588@214.norrgarden.se> Date: Sun, 2 Jul 2000 21:10:54 +0200 (CEST) From: Carl Johan Madestrand Reply-To: cj@vallcom.net Subject: Re: pcm sound devices To: Evan Markensohn Cc: freebsd-multimedia@FreeBSD.ORG In-Reply-To: <395F92FC.1F2F8AF6@po.cwru.edu> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 2 Jul, Evan Markensohn wrote: > What/where are the pcm sound devices in FreeBSD 4.0? How do you MAKEDEV > these devices? MAKEDEV sndx? > > I'm trying to fix my sound problem, and noticed in several places that > it said the pcm devices will end up in /dev/pcmX/[dsp, mixer, etc.] Is > this the case with the latest FreeBSD? > > Thanks, > Evan Markensohn > erm6@po.cwru.edu > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > cd /dev ./MAKEDEV snd1 -- * Carl Johan Madestrand * * Lord_CJ on IRC * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jul 2 14:22:41 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail.utfors.se (mail.utfors.se [195.58.103.125]) by hub.freebsd.org (Postfix) with ESMTP id 6642537B559; Sun, 2 Jul 2000 14:22:27 -0700 (PDT) (envelope-from watchman@ludd.luth.se) Received: from ludd.luth.se (md469245c.utfors.se [212.105.36.92]) by mail.utfors.se (8.8.8/8.8.8) with ESMTP id XAA23381; Sun, 2 Jul 2000 23:21:43 +0200 (MET DST) Message-ID: <395FCF17.C4D835C6@ludd.luth.se> Date: Sun, 02 Jul 2000 23:24:07 +0000 From: Joachim =?iso-8859-1?Q?Str=F6mbergson?= Organization: Acne X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en-US MIME-Version: 1.0 To: cj@vallcom.net Cc: freebsd-multimedia@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: Problems with XMMS/PCM References: <200007021211.OAA57456@214.norrgarden.se> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! cj@vallcom.net wrote: > There's only silence when playing an MP3 aswell as the time progress > meter is moving fast forward. Has anyone else experienced this? Have you checked the directory where you started xmms from? Chances are that you now have *big* WAV-files there. ;-) What happens is that when xmms can't find an output device, it starts using the "disk writer" device for output, in effect writing a WAV file from the decompressed mp3. During this, the progress meter moves very fast. This happens to me when I forget to enable the device. Make sure you have enabled the pcm in the kernel and also built the devices. After reboot you should find interesting stuff in either dmesg, or by running CAT on /dev/sndstat. For me it looks like: dmesg: sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0 sbc0: setting card to irq 5, drq 1, 5 pcm0: on sbc0 unknown0: at port 0x200-0x207 on isa0 unknown1: at port 0x620-0x623 on isa0 sndstat: Installed devices: pcm0: at io 0x220 irq 5 drq 1:5 (1p/1r channels duplex) Good luck! -- Cheers! Joachim - Alltid i harmonisk svängning --- FairLight ------ FairLight ------ FairLight ------ FairLight --- Joachim Strömbergson ASIC SoC designer, nice to CUTE animals Phone: +46(0)31 - 27 98 47 Web: http://www.ludd.luth.se/~watchman --------------- Spamfodder: regeringen@regeringen.se --------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jul 2 14:49:35 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from pom.INS.CWRU.Edu (pom.INS.CWRU.Edu [129.22.8.234]) by hub.freebsd.org (Postfix) with ESMTP id 4419D37B591 for ; Sun, 2 Jul 2000 14:49:32 -0700 (PDT) (envelope-from erm6@po.cwru.edu) Received: from po.cwru.edu (brich.gti.net [199.171.27.11]) by pom.INS.CWRU.Edu with ESMTP (8.8.8+cwru/CWRU-1.0-smtprelay) id RAA22073; Sun, 2 Jul 2000 17:49:30 -0400 (EDT) (from erm6@po.cwru.edu for ) Message-ID: <395FB8D7.9A623B4D@po.cwru.edu> Date: Sun, 02 Jul 2000 17:49:11 -0400 From: Evan Markensohn X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-multimedia@FreeBSD.ORG Subject: Re: pcm sound devices References: <200007021910.VAA13588@214.norrgarden.se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Where are the devices located that are created by MAKEDEV snd1? When I ran that, I got dsp1, dsp[link], audio1, mixer1, etc. placed in /dev. I got "Device not configured" when attempting to using dsp1. For reference, here is my /dev/sndstat: FreeBSD Audio Driver (newpcm) Jun 26 2000 11:39:20 Installed devices: pcm0: at io 0x530 irq 7 drq 0:3 (1p/1r channels duplex) Thanks, Evan Carl Johan Madestrand wrote: > > On 2 Jul, Evan Markensohn wrote: > > What/where are the pcm sound devices in FreeBSD 4.0? How do you MAKEDEV > > these devices? MAKEDEV sndx? > > > > I'm trying to fix my sound problem, and noticed in several places that > > it said the pcm devices will end up in /dev/pcmX/[dsp, mixer, etc.] Is > > this the case with the latest FreeBSD? > > > > Thanks, > > Evan Markensohn > > erm6@po.cwru.edu > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-multimedia" in the body of the message > > > cd /dev > ./MAKEDEV snd1 > > -- > * Carl Johan Madestrand * > * Lord_CJ on IRC * > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jul 2 16:38:11 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from evil.2y.net (ztown2-2-178.adsl.one.net [216.23.15.178]) by hub.freebsd.org (Postfix) with ESMTP id 45BA437B72E; Sun, 2 Jul 2000 16:38:01 -0700 (PDT) (envelope-from cokane@evil.2y.net) Received: (from cokane@localhost) by evil.2y.net (8.9.3/8.9.3) id TAA12363; Sun, 2 Jul 2000 19:43:30 -0400 (EDT) (envelope-from cokane) Date: Sun, 2 Jul 2000 19:43:30 -0400 From: Coleman Kane To: Soren Schmidt Cc: Julian Elischer , Coleman Kane , hackers@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: UDF (DVD fs) Message-ID: <20000702194330.B12336@cokane.yi.org> References: <395F10BB.2781E494@elischer.org> <200007021009.MAA17928@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0.1i In-Reply-To: <200007021009.MAA17928@freebsd.dk>; from sos@freebsd.dk on Sun, Jul 02, 2000 at 06:09:24AM -0400 X-Vim: vim:tw=70:ts=4:sw=4 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Soren Schmidt had the audacity to say: > > Uhm, the real value of UDF is that it can be used as a "real" rw > filesystem on CDRW/DVDRAM media, if this is not implemented the > value of having UDF is very limited IMHO.... > Not necessarily, since the cd9660 backward compatibility is not a requirement of the standard. I have Pulp Fiction here, and it doesn't work, because it has no 9660 compatibility. > > In the meanwhile you should be able to mount most modern DVDs using > > the ISO9660 filesystem as they should be "bridge" format, (in which > > there is metadata for both types of filesystems). > > Endeed, makeing a ro UDF filesystem more or less useless :) > > -Søren > -- Coleman Kane President, UC Free O.S. Users Group - http://pohl.ececs.uc.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sun Jul 2 18:39: 1 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id 9217A37BEC1 for ; Sun, 2 Jul 2000 18:38:58 -0700 (PDT) (envelope-from conrads@cx344940-a.meta1.la.home.com) Received: (from conrads@localhost) by cx344940-a.meta1.la.home.com (8.9.3/8.9.3) id UAA04952; Sun, 2 Jul 2000 20:38:17 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sun, 02 Jul 2000 20:38:17 -0500 (CDT) Organization: @Home Network From: Conrad Sabatier To: FENIX Subject: RE: MIDI Cc: freebsd-multimedia@FreeBSD.ORG Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 22-Jun-00 FENIX wrote: > I have this OPTI931 PnP sound card , it works perfectly with the pcm driver, > but i want also to be able to play midi files , i get the message > /dev/sequencer device not configured if i try to use it, is there any other > option i need to add to my kernel config to be able to use it ? or anything > else that needs to be done ? > The same card in linux is recognized as MAD16, and it supports midi playback The pcm driver does not yet support MIDI directly, but the timidity++ port does an *excellent* job of providing quality MIDI playback (once properly configured). -- Conrad Sabatier http://members.home.net/conrads/ ICQ# 1147270 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Mon Jul 3 23:34:46 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from smtp.ufl.edu (sp28fe.nerdc.ufl.edu [128.227.128.108]) by hub.freebsd.org (Postfix) with ESMTP id 9965737C1AE for ; Mon, 3 Jul 2000 23:34:38 -0700 (PDT) (envelope-from saxonww@ufl.edu) Received: from [10.2.44.33] (gremlin@[10.2.44.33]) by smtp.ufl.edu (8.9.3/8.9.3/2.2.1) with ESMTP id CAA74832 for ; Tue, 4 Jul 2000 02:34:36 -0400 Date: Tue, 4 Jul 2000 02:38:37 -0400 (EDT) From: Will Saxon X-Sender: gremlin@thundarr.dhnet.ufl.edu To: freebsd-multimedia@freebsd.org Subject: x10 mouseremote difficulties Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I just purchased one of these with the intention of using it with fxtv. I have the remote model JR20A and receiver model JR21A. My computer setup is somewhat nonstandard, as I have two machines connected to a KVM switch. I first tried plugging the mouse into the mousermote receiver, then pluggint the receiver into the KVM. This works, although it locks the windows machine up (go figure). Also, fxtv does not capture the mouseremote events in this configuration, manipulation of the buttons merely moves the mouse cursor around. I presume this is because the KVM translates the mouse protocol into something 'standard' before sending it on to the computer (the regular mouse wheel also doesnt work). I have also tried to plug the cable from the kvm switch into the receiver, and then plug the receiver into the computer's ps2 port. This should work, however it does not. My final idea was to simply configure a serial port and have the mouseremote receiver plug into that, while maintaining my normal PS2 mouse setup. This also does not work, as the receiver unit does not appear to even get events. Has anyone used this unit without a mouse plugged into it, maybe with a system that already has another mouse? I have a bad feeling that I may just be out of luck. It is ok, I can use the remote with some of my other electronics and x10 equipment. Incidentally, the reason I purchased the mouse remote is because the remote that came with my card (a phoebe 'tv master,' aka dynalink/askey magic tview) is unsupported. What is necessary to implement support for this remote? It uses an ir receptor that plugs into the card and interfaces (i presume) with the GPIO on the bt878. Thanks, Will Saxon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jul 4 1:19:19 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mailrouter1.strath.ac.uk (orkney.cc.strath.ac.uk [130.159.248.40]) by hub.freebsd.org (Postfix) with ESMTP id 569E237B51F for ; Tue, 4 Jul 2000 01:19:16 -0700 (PDT) (envelope-from roger@cs.strath.ac.uk) Received: from [62.252.149.122] (helo=cs.strath.ac.uk) by mailrouter1.strath.ac.uk with esmtp (Exim 3.12 #2) id 139Nuh-0004Ut-00; Tue, 04 Jul 2000 09:18:39 +0100 Message-ID: <39619E01.BE739AA0@cs.strath.ac.uk> Date: Tue, 04 Jul 2000 09:19:13 +0100 From: Roger Hardiman Organization: Strathclyde University X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Will Saxon Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: x10 mouseremote difficulties References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Will Saxon Randal Hopper (author of FXTV) has an X10 Remote. He reads this list too, so should respond. > Incidentally, the reason I purchased the mouse remote is because the > remote that came with my card (a phoebe 'tv master,' aka dynalink/askey > magic tview) is unsupported. What is necessary to implement support for > this remote? It uses an ir receptor that plugs into the card and > interfaces (i presume) with the GPIO on the bt878. The IR on some cards plugs into the GPIO port. However, on Hauppauge cards and on PixelView cards, the IR receiver is actually wired to the i2c bus (the 2 wire serial bus which joins the tuner and MSP34xx stereo audio or TDA xxxx audio devices to the bt848/878) These IR receivers we support in FXTV 1.02 I've worked with the linux IR driver writers a few times. (I dontated all my Hauppauge code to them) This linux pages shows they have had no luck on your Askey/Dynalink card either http://fsinfo.cs.uni-sb.de/~columbus/lirc/tv_cards.html However, it may be worth contacting them and seeing what we can do together. Their pages may be old, or they may just need people with the hardware. Do not worry about BSD vrs GPL licence. You are free to work on finding the specification and protocols together, you then just need to write your own code, (or agree to share it under each licence) Roger -- Roger Hardiman Strathclyde Uni Telepresence Research Group, Glasgow, Scotland. http://www.telepresence.strath.ac.uk 0141 548 2897 roger@cs.strath.ac.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jul 4 3:41:39 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id 492DE37B540; Tue, 4 Jul 2000 03:41:35 -0700 (PDT) (envelope-from roger@cs.strath.ac.uk) Received: from cs.strath.ac.uk (posh.dmem.strath.ac.uk [130.159.202.3]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with ESMTP id LAA23540 Tue, 4 Jul 2000 11:41:32 +0100 (BST) Message-ID: <3961BF53.E6E5F8A5@cs.strath.ac.uk> Date: Tue, 04 Jul 2000 11:41:23 +0100 From: Roger Hardiman Organization: University of Strathclyde X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: multimedia@freebsd.org, hackers@freebsd.org Subject: AverMedia TV Card owner - IR Remote Specs obtained. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I've got the specs for the AverMedia IR Remote Control. I do not have any AverMedia hardware. So, I need some of you to do some simple programming and testing. And I do mean simple. No kernel drivers needed. FXTV needs a small change. Randall or myself can help. And I'll make the required change to the Bt848 driver. I've got the specs from a linux programmer who just made his code both GPL and BSD licence for us. What a nice guy. ( "Pawel T. Jochym" ) So, anyone interested in helping? Roger -- Roger Hardiman roger@freebsd.org be his sample source code under the BSD licence too. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jul 4 10:56: 3 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from smtp.ufl.edu (sp28fe.nerdc.ufl.edu [128.227.128.108]) by hub.freebsd.org (Postfix) with ESMTP id F389137BD23; Tue, 4 Jul 2000 10:55:41 -0700 (PDT) (envelope-from saxonww@ufl.edu) Received: from [10.2.44.33] (gremlin@[10.2.44.33]) by smtp.ufl.edu (8.9.3/8.9.3/2.2.1) with ESMTP id NAA287580; Tue, 4 Jul 2000 13:55:38 -0400 Date: Tue, 4 Jul 2000 13:59:35 -0400 (EDT) From: Will Saxon X-Sender: gremlin@thundarr.dhnet.ufl.edu To: Roger Hardiman Cc: multimedia@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: AverMedia TV Card owner - IR Remote Specs obtained. In-Reply-To: <3961BF53.E6E5F8A5@cs.strath.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'll be more than happy to help out. Just let me know what I need to do. -Will On Tue, 4 Jul 2000, Roger Hardiman wrote: > Hi, > I've got the specs for the AverMedia IR Remote Control. > > I do not have any AverMedia hardware. > So, I need some of you to do some simple programming > and testing. And I do mean simple. No kernel drivers needed. > > FXTV needs a small change. Randall or myself can help. > And I'll make the required change to the Bt848 driver. > > > I've got the specs from a linux programmer who just > made his code both GPL and BSD licence for us. > What a nice guy. ( "Pawel T. Jochym" ) > > > So, anyone interested in helping? > > Roger > -- > Roger Hardiman > roger@freebsd.org > be his sample source code under the BSD licence too. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Tue Jul 4 22:52: 9 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from astralblue.com (adsl-209-76-108-39.dsl.snfc21.pacbell.net [209.76.108.39]) by hub.freebsd.org (Postfix) with ESMTP id 9F9DC37B5FE for ; Tue, 4 Jul 2000 22:52:02 -0700 (PDT) (envelope-from ab@astralblue.com) Received: from localhost (ab@localhost) by astralblue.com (8.9.3/8.9.3) with ESMTP id WAA53822; Tue, 4 Jul 2000 22:51:59 -0700 (PDT) (envelope-from ab@astralblue.com) Date: Tue, 4 Jul 2000 22:51:59 -0700 (PDT) From: "Eugene M. Kim" To: Roger Hardiman Cc: multimedia@FreeBSD.ORG Subject: Re: AverMedia TV Card owner - IR Remote Specs obtained. In-Reply-To: <3961BF53.E6E5F8A5@cs.strath.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org (Directed to -multimedia only) Last week I bought a new Hauppauge WinTV card (I don't have it at hand so don't know the exact model number) and noticed that it had an IR sensor and a remote control. Could this be utilizing the same chipset? If so, I would be more than happy to help out. :-) Regards, Eugene On Tue, 4 Jul 2000, Roger Hardiman wrote: | Hi, | I've got the specs for the AverMedia IR Remote Control. | | I do not have any AverMedia hardware. | So, I need some of you to do some simple programming | and testing. And I do mean simple. No kernel drivers needed. | | FXTV needs a small change. Randall or myself can help. | And I'll make the required change to the Bt848 driver. | | | I've got the specs from a linux programmer who just | made his code both GPL and BSD licence for us. | What a nice guy. ( "Pawel T. Jochym" ) | | | So, anyone interested in helping? | | Roger | -- | Roger Hardiman | roger@freebsd.org | be his sample source code under the BSD licence too. -- Eugene M. Kim "Is your music unpopular? Make it popular; make music which people like, or make people who like your music." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jul 5 0:47:32 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from mailrouter1.strath.ac.uk (orkney.cc.strath.ac.uk [130.159.248.40]) by hub.freebsd.org (Postfix) with ESMTP id 9872137C00D for ; Wed, 5 Jul 2000 00:47:19 -0700 (PDT) (envelope-from roger@cs.strath.ac.uk) Received: from [62.252.146.233] (helo=cs.strath.ac.uk) by mailrouter1.strath.ac.uk with esmtp (Exim 3.12 #2) id 139jtI-0003yb-00; Wed, 05 Jul 2000 08:46:40 +0100 Message-ID: <3962E804.EB8CD6B@cs.strath.ac.uk> Date: Wed, 05 Jul 2000 08:47:16 +0100 From: Roger Hardiman Organization: Strathclyde University X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Eugene M. Kim" Cc: multimedia@FreeBSD.ORG Subject: Re: AverMedia TV Card owner - IR Remote Specs obtained. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Eugene, > Last week I bought a new Hauppauge WinTV card (I don't have it at hand > so don't know the exact model number) and noticed that it had an IR > sensor and a remote control. Could this be utilizing the same chipset? Unfortunatly it is not the same chip But thanks for the suggestion anyway. Hauppauge connect their IR chip to the i2c bus. (a simple serial port on the bt848/bt878) AverMedia connect theirs to GPIO port (a 24 bit i/o port on the bt848/878) Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Wed Jul 5 11: 1: 8 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from search.sparks.net (search.sparks.net [208.5.188.60]) by hub.freebsd.org (Postfix) with ESMTP id 69E6037BC2D; Wed, 5 Jul 2000 11:01:04 -0700 (PDT) (envelope-from dmiller@search.sparks.net) Received: by search.sparks.net (Postfix, from userid 100) id 2B757DB05; Wed, 5 Jul 2000 13:56:10 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by search.sparks.net (Postfix) with ESMTP id 2067ADAFE; Wed, 5 Jul 2000 13:56:10 -0400 (EDT) Date: Wed, 5 Jul 2000 13:56:10 -0400 (EDT) From: David Miller To: Soren Schmidt Cc: Julian Elischer , Coleman Kane , hackers@FreeBSD.org, multimedia@FreeBSD.org Subject: Re: UDF (DVD fs) In-Reply-To: <200007021009.MAA17928@freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 2 Jul 2000, Soren Schmidt wrote: > It seems Julian Elischer wrote: > > I am working on UDF support. > > I have at present a program that reads a udf filesystem > > and am working (today) on making it into an "mtools" like > > program that allows access to the contents in a useful manner. > > > > I will eventually turn this into a (readonly) filesystem, and it > > is designed with that in mind (it uses a buffer cache etc, like > > the kernel. (in other words I'm prototyping). > > > > I will at some stage also try make a UDF creation module for mkisofs > > as well. > > Uhm, the real value of UDF is that it can be used as a "real" rw > filesystem on CDRW/DVDRAM media, if this is not implemented the > value of having UDF is very limited IMHO.... Another value of UDF is interoperability with the redmond virii which don't recognize 2.2 GB 9660 file systems. I have to duplicate 4.x GB of mpeg2 files onto 30+ copies of DVD-ram, and being able to do it as UDF instead of having to format UDF on an NT box and copying the files before duping a disk image would save me at least one headache:) --- David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message From owner-freebsd-multimedia Sat Jul 8 14:46: 7 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from smtp.uky.edu (smtp.uky.edu [128.163.2.17]) by hub.freebsd.org (Postfix) with ESMTP id 2AAF037B8C6 for ; Sat, 8 Jul 2000 14:46:03 -0700 (PDT) (envelope-from gchil0@pop.uky.edu) Received: from pop.uky.edu (pop.uky.edu [128.163.2.16]) by smtp.uky.edu (8.9.3/8.9.3) with ESMTP id RAA41633 for ; Sat, 8 Jul 2000 17:46:02 -0400 (EDT) Received: from ci989678-a (ci989678-a.lxintn1.ky.home.com [24.14.41.125]) by pop.uky.edu (8.9.3/8.9.3) with ESMTP id RAA25415 for ; Sat, 8 Jul 2000 17:46:01 -0400 (EDT) Message-Id: <4.2.0.58.20000708172541.0095d8b0@pop.uky.edu> X-Sender: gchil0@pop.uky.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Sat, 08 Jul 2000 17:45:59 -0400 To: freebsd-multimedia@freebsd.org From: Greg Childers Subject: Ensoniq SoundscapeVIVO (ENS1010) troubles Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I have an Ensoniq SoundscapeVIVO (ENS1010) sound card. A quick look through the source revealed the ENS1011 is supported but apparently not the ENS1010. I stroll through the mailing list archives turned up an email by Bill Fumerola from March 26, 2000 trying unsuccessfully to help someone set this card up, but there were no replies or followups. Is this card supported? If not, is there anything I can do to help get it supported? Oh, BTW, I'm using 5.0-CURRENT From pnpinfo: Checking for Plug-n-Play devices... Card assigned CSN #1 Vendor ID ENS4080 (0x8040d315), Serial Number 0x0123abcd PnP Version 1.0, Vendor Version 0 Device Description: ENSONIQ SoundscapeVIVO Logical Device ID: ENS1010 0x1010d315 #0 TAG Start DF Good Configuration I/O Range 0x330 .. 0x330, alignment 0x10, len 0x10 [16-bit addr] I/O Range 0x530 .. 0x530, alignment 0x10, len 0x8 [16-bit addr] I/O Range 0x2100 .. 0xd040, alignment 0x40, len 0x40 [16-bit addr] IRQ: 5 7 - only one type (true/edge) IRQ: 9 - only one type (true/edge) DMA: channel(s) 1 8-bit, not a bus master, count by byte, , Compatibility mode DMA: channel(s) 0 3 8-bit, not a bus master, count by byte, , Compatibility mode TAG Start DF Good Configuration I/O Range 0x330 .. 0x330, alignment 0x10, len 0x10 [16-bit addr] I/O Range 0xe80 .. 0xe80, alignment 0x10, len 0x8 [16-bit addr] I/O Range 0x2100 .. 0xd040, alignment 0x40, len 0x40 [16-bit addr] IRQ: 5 7 - only one type (true/edge) IRQ: 9 - only one type (true/edge) DMA: channel(s) 1 8-bit, not a bus master, count by byte, , Compatibility mode DMA: channel(s) 0 3 8-bit, not a bus master, count by byte, , Compatibility mode TAG Start DF Sub-optimal Configuration I/O Range 0x320 .. 0x350, alignment 0x10, len 0x10 [16-bit addr] I/O Range 0x530 .. 0x530, alignment 0x10, len 0x8 [16-bit addr] I/O Range 0x2100 .. 0xd040, alignment 0x40, len 0x40 [16-bit addr] IRQ: 5 7 9 - only one type (true/edge) IRQ: 7 9 10 11 12 - only one type (true/edge) DMA: channel(s) 1 3 8-bit, not a bus master, count by byte, , Compatibility mode DMA: channel(s) 0 3 8-bit, not a bus master, count by byte, , Compatibility mode TAG Start DF Sub-optimal Configuration I/O Range 0x320 .. 0x350, alignment 0x10, len 0x10 [16-bit addr] I/O Range 0x530 .. 0x530, alignment 0x10, len 0x8 [16-bit addr] I/O Range 0x2100 .. 0xd040, alignment 0x40, len 0x40 [16-bit addr] IRQ: 5 7 9 10 11 12 - only one type (true/edge) IRQ: 7 9 10 11 12 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode TAG Start DF Sub-optimal Configuration I/O Range 0x320 .. 0x350, alignment 0x10, len 0x10 [16-bit addr] I/O Range 0xe80 .. 0xe80, alignment 0x10, len 0x8 [16-bit addr] I/O Range 0x2100 .. 0xd040, alignment 0x40, len 0x40 [16-bit addr] IRQ: 5 7 9 10 11 12 - only one type (true/edge) IRQ: 7 9 10 11 12 - only one type (true/edge) DMA: channel(s) 0 1 3 8-bit, not a bus master, count by byte, , Compatibility mode TAG End DF Logical Device ID: ENS2020 0x2020d315 #1 Compatible Device ID: PNPb02f (2fb0d041) I/O Range 0x200 .. 0x200, alignment 0x8, len 0x8 [16-bit addr] End Tag Successfully got 45 resources, 2 logical fdevs -- card select # 0x0001 CSN ENS4080 (0x8040d315), Serial Number 0x0123abcd Logical device #0 IO: 0x0320 0x0320 0x0320 0x0320 0x0320 0x0320 0x0320 0x0320 IRQ 9 10 DMA 1 0 IO range check 0x00 activate 0x01 Logical device #1 IO: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 IRQ 0 0 DMA 4 4 IO range check 0x00 activate 0x00 The following chips are on the card: Ensoniq MARK5-RO 1370001701 Ensoniq OTTORED ES5506000102 0392345 USA AD 1845JP SoundPort MX J9622 ENSONIQ 1351000801 Thanks, Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message