From owner-freebsd-multimedia Mon Jul 29 11:59:54 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA15920 for multimedia-outgoing; Mon, 29 Jul 1996 11:59:54 -0700 (PDT) Received: from crh.cl.msu.edu (crh.cl.msu.edu [35.8.1.24]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA15907 for ; Mon, 29 Jul 1996 11:59:47 -0700 (PDT) Received: (from henrich@localhost) by crh.cl.msu.edu (8.7.5/8.7.3) id OAA00575 for freebsd-multimedia@freebsd.org; Mon, 29 Jul 1996 14:59:06 -0400 (EDT) From: Charles Henrich Message-Id: <199607291859.OAA00575@crh.cl.msu.edu> Subject: MBone tools for 2.2-Current? To: freebsd-multimedia@freebsd.org Date: Mon, 29 Jul 1996 14:59:05 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Does anyone out there have any mbone tools for 2.2-Current? -Crh Charles Henrich Michigan State University henrich@msu.edu http://pilot.msu.edu/~henrich From owner-freebsd-multimedia Mon Jul 29 14:35:33 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA24335 for multimedia-outgoing; Mon, 29 Jul 1996 14:35:33 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA24327 for ; Mon, 29 Jul 1996 14:35:29 -0700 (PDT) Received: from rah.star-gate.com (localhost.cdrom.com [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id OAA00516 for ; Mon, 29 Jul 1996 14:35:23 -0700 (PDT) Message-Id: <199607292135.OAA00516@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 to: multimedia@freebsd.org Subject: Re: CallerId ... In-reply-to: Your message of "Sat, 27 Jul 1996 20:10:06 PDT." <199607280310.UAA01111@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 29 Jul 1996 14:35:23 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Ooops, I forgot to mention that vgetty is part of the mgetty+sendfax package. It should be in the ports/comms directory in ftp.freebsd.org. I wrote a short Voice Answering Machine how-to file a while ago : ftp://rah.star-gate.com/pub/Voice.FAQ From owner-freebsd-multimedia Mon Jul 29 16:24:36 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA29655 for multimedia-outgoing; Mon, 29 Jul 1996 16:24:36 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA29650 for ; Mon, 29 Jul 1996 16:24:34 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id QAA00719 for ; Mon, 29 Jul 1996 16:24:32 -0700 (PDT) Message-Id: <199607292324.QAA00719@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: multimedia@freebsd.org Subject: Voice Shields, up! Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 29 Jul 1996 16:24:31 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk A minor hack to mgetty.c and I am now able to display the current caller's ID on the screen. The script is very simple: -- #!/bin/sh # start the script \ exec /usr/local/bin/wish4.1 "$0" -display :0.0 "$@" if $argc=="0" exit wm withdraw . set CallerId [lindex $argv 0] toplevel .msg after 30000 exit set i [tk_dialog .msg " $CallerId Rah's Phone System" \ "$CallerId is Calling" info 0 OK ] exit -- mgetty.c is part of mgetty+sendfax. In mgetty.c , declare: char **callerargv[3]; and right after the cndlookup call: callerargv[0] = "/usr/local/bin/callerid.tk"; callerargv[1] = CallerId; callerargv[2] = 0; execv("/usr/local/bin/callerid.tk", &callerargv); I supposed that it will not be difficult to create a file to personalized answering messages based on the callerid. Any takers? vgetty is part of mgetty+sendfax and is in the freebsd ports directory: ports/comms. Enjoy, Amancio From owner-freebsd-multimedia Mon Jul 29 17:00:41 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA01116 for multimedia-outgoing; Mon, 29 Jul 1996 17:00:41 -0700 (PDT) Received: from aahz.jf.intel.com (aahz.jf.intel.com [134.134.208.37]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id RAA01110 for ; Mon, 29 Jul 1996 17:00:39 -0700 (PDT) Received: by aahz.jf.intel.com (Smail3.1.28.1 #13) id m0ul2E8-000hxCC; Mon, 29 Jul 96 16:59 PDT Message-Id: From: batie@aahz.jf.intel.com (Alan Batie) Subject: vic & Meteor? To: multimedia@freebsd.org Date: Mon, 29 Jul 1996 16:59:56 -0700 (PDT) X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I downloaded vic from Amancio's web page, where it says it's the version for use with the Meteor, but it thinks all it supports is the Video Spigot, and since I have a Meteor, it's left the Video Spigot option greyed out and not doing much transmitting... Is there in fact a Meteor version? Thanks... -- Alan Batie ------ What goes up, must come down. batie@aahz.jf.intel.com \ / Ask any system administrator. +1 503-264-8844 (voice) \ / --unknown D0 D2 39 0E 02 34 D6 B4 \/ 5A 41 21 8F 23 5F 08 9D From owner-freebsd-multimedia Mon Jul 29 18:23:49 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA04870 for multimedia-outgoing; Mon, 29 Jul 1996 18:23:49 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA04865 for ; Mon, 29 Jul 1996 18:23:47 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id SAA00408; Mon, 29 Jul 1996 18:22:15 -0700 (PDT) Message-Id: <199607300122.SAA00408@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: batie@aahz.jf.intel.com (Alan Batie) cc: multimedia@freebsd.org Subject: Re: vic & Meteor? In-reply-to: Your message of "Mon, 29 Jul 1996 16:59:56 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 29 Jul 1996 18:22:14 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Alan which version of vic did you downloaded ? Did you create the meteor device? ls -ald /dev/meteor* cr--r--r-- 1 root wheel 67, 0 Jun 18 02:53 /dev/meteor0 Which OS version are you using? Does the dmesg output say that it found the meteor? vic works fine over here and I own a matrox meteor. Tnks, Amancio >From The Desk Of Alan Batie : > I downloaded vic from Amancio's web page, where it says it's the version > for use with the Meteor, but it thinks all it supports is the Video Spigot, > and since I have a Meteor, it's left the Video Spigot option greyed out and > not doing much transmitting... Is there in fact a Meteor version? Thanks... > -- > Alan Batie ------ What goes up, must come down. > batie@aahz.jf.intel.com \ / Ask any system administrator. > +1 503-264-8844 (voice) \ / --unknown > D0 D2 39 0E 02 34 D6 B4 \/ 5A 41 21 8F 23 5F 08 9D From owner-freebsd-multimedia Tue Jul 30 00:29:14 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA27023 for multimedia-outgoing; Tue, 30 Jul 1996 00:29:14 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id AAA27018 for ; Tue, 30 Jul 1996 00:29:08 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id JAA08647; Tue, 30 Jul 1996 09:23:52 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id JAA28972; Tue, 30 Jul 1996 09:37:17 +0200 From: "Christoph P. Kukulies" Message-Id: <199607300737.JAA28972@gilberto.physik.rwth-aachen.de> Subject: Re: MBone tools for 2.2-Current? To: henrich@crh.cl.msu.edu (Charles Henrich) Date: Tue, 30 Jul 1996 09:37:16 +0200 (MET DST) Cc: freebsd-multimedia@FreeBSD.ORG In-Reply-To: <199607291859.OAA00575@crh.cl.msu.edu> from Charles Henrich at "Jul 29, 96 02:59:05 pm" Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Does anyone out there have any mbone tools for 2.2-Current? A month ago I was using nv,vat,vic,sdr, wb fine under 2.2-Current. > > -Crh > > Charles Henrich Michigan State University henrich@msu.edu > > http://pilot.msu.edu/~henrich > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-multimedia Tue Jul 30 06:32:22 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA15976 for multimedia-outgoing; Tue, 30 Jul 1996 06:32:22 -0700 (PDT) Received: from mailhost.coppe.ufrj.br (root@cisigw.coppe.ufrj.br [146.164.2.31]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA15961 for ; Tue, 30 Jul 1996 06:32:17 -0700 (PDT) Received: (from jonny@localhost) by mailhost.coppe.ufrj.br (8.7.5/8.7.3) id KAA25782; Tue, 30 Jul 1996 10:31:59 -0300 (EST) From: Joao Carlos Mendes Luis Message-Id: <199607301331.KAA25782@mailhost.coppe.ufrj.br> Subject: Which Frame Grabbers does FreeBSD support ? To: multimedia@freebsd.org Date: Tue, 30 Jul 1996 10:31:59 -0300 (EST) Cc: rodolfo@ravel.ufrj.br, macedo@ravel.ufrj.br X-Mailer: ELM [version 2.4ME+ PL14 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I know that the Matrox Meteor device is suported by FreeBSD, but Matrox have also some combo boards, mixing both Video Display and Frame Grabber. Does somebody know if these cards are compatible ? Is there support for any card other than Meteor or Video Spigot ? TIA, Jonny -- Joao Carlos Mendes Luis jonny@gta.ufrj.br +55 21 290-4698 ( Job ) jonny@cisi.coppe.ufrj.br Network Manager UFRJ/COPPE/CISI Universidade Federal do Rio de Janeiro From owner-freebsd-multimedia Tue Jul 30 06:48:42 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA16774 for multimedia-outgoing; Tue, 30 Jul 1996 06:48:42 -0700 (PDT) Received: from crh.cl.msu.edu (crh.cl.msu.edu [35.8.1.24]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA16762 for ; Tue, 30 Jul 1996 06:48:38 -0700 (PDT) Received: (from henrich@localhost) by crh.cl.msu.edu (8.7.5/8.7.3) id JAA05008; Tue, 30 Jul 1996 09:46:55 -0400 (EDT) From: Charles Henrich Message-Id: <199607301346.JAA05008@crh.cl.msu.edu> Subject: Re: MBone tools for 2.2-Current? To: kuku@gilberto.physik.rwth-aachen.de Date: Tue, 30 Jul 1996 09:46:55 -0400 (EDT) Cc: freebsd-multimedia@FreeBSD.ORG In-Reply-To: <199607300737.JAA28972@gilberto.physik.rwth-aachen.de> from "Christoph P. Kukulies" at "Jul 30, 96 09:37:16 am" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Does anyone out there have any mbone tools for 2.2-Current? > > A month ago I was using nv,vat,vic,sdr, wb fine under 2.2-Current. With the 2.1 compatability libraries or using the 2.2 libraries? -Crh Charles Henrich Michigan State University henrich@msu.edu http://pilot.msu.edu/~henrich From owner-freebsd-multimedia Tue Jul 30 07:11:21 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA18184 for multimedia-outgoing; Tue, 30 Jul 1996 07:11:21 -0700 (PDT) Received: from miller.cs.uwm.edu (miller.cs.uwm.edu [129.89.9.13]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA18178 for ; Tue, 30 Jul 1996 07:11:19 -0700 (PDT) Received: (from james@localhost) by miller.cs.uwm.edu (8.7.3/8.7.3) id JAA00797; Tue, 30 Jul 1996 09:09:20 -0500 Date: Tue, 30 Jul 1996 09:09:20 -0500 From: Jim Lowe Message-Id: <199607301409.JAA00797@miller.cs.uwm.edu> To: jonny@gaia.coppe.ufrj.br, multimedia@FreeBSD.ORG Subject: Re: Which Frame Grabbers does FreeBSD support ? Cc: macedo@ravel.ufrj.br, rodolfo@ravel.ufrj.br Sender: owner-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I know that the Matrox Meteor device is suported by FreeBSD, but Matrox > have also some combo boards, mixing both Video Display and Frame Grabber. > Does somebody know if these cards are compatible ? Is there support for > any card other than Meteor or Video Spigot ? See: http://www.cs.ndsu.NoDak.edu/~tinguely/mbone-freebsd -Jim From owner-freebsd-multimedia Tue Jul 30 07:41:35 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA23235 for multimedia-outgoing; Tue, 30 Jul 1996 07:41:35 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id HAA23218 for ; Tue, 30 Jul 1996 07:41:30 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id QAA14662; Tue, 30 Jul 1996 16:36:42 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id QAA00503; Tue, 30 Jul 1996 16:50:06 +0200 From: "Christoph P. Kukulies" Message-Id: <199607301450.QAA00503@gilberto.physik.rwth-aachen.de> Subject: Re: MBone tools for 2.2-Current? To: henrich@crh.cl.msu.edu (Charles Henrich) Date: Tue, 30 Jul 1996 16:50:04 +0200 (MET DST) Cc: kuku@gilberto.physik.rwth-aachen.de, freebsd-multimedia@FreeBSD.ORG In-Reply-To: <199607301346.JAA05008@crh.cl.msu.edu> from Charles Henrich at "Jul 30, 96 09:46:55 am" Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > Does anyone out there have any mbone tools for 2.2-Current? > > > > A month ago I was using nv,vat,vic,sdr, wb fine under 2.2-Current. > > With the 2.1 compatability libraries or using the 2.2 libraries? With the -current libs (resp. none): isdn-kukulies# cd /usr/local/bin isdn-kukulies# ldd vic ldd: vic: not a dynamic executable isdn-kukulies# ldd wb ldd: wb: not a dynamic executable isdn-kukulies# ldd sdr sdr: -lm.2 => /usr/lib/libm.so.2.0 (0x80dc000) -lX11.6 => /usr/lib/libX11.so.6.0 (0x8102000) -lc.2 => /usr/lib/libc.so.2.2 (0x817d000) isdn-kukulies# ldd vat vat: ld.so: warning: /usr/lib/libX11.so.6.0: minor version 0 older than expected 1, using it anyway -lX11.6 => /usr/lib/libX11.so.6.0 (0x8136000) -lm.2 => /usr/lib/libm.so.2.0 (0x81be000) -lc.2 => /usr/lib/libc.so.2.2 (0x81d7000) isdn-kukulies# ldd nv nv: -lX11.6 => /usr/lib/libX11.so.6.0 (0x808e000) -lm.2 => /usr/lib/libm.so.2.0 (0x8116000) -lc.2 => /usr/lib/libc.so.2.2 (0x812f000) isdn-kukulies# > > -Crh > > Charles Henrich Michigan State University henrich@msu.edu > > http://pilot.msu.edu/~henrich > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-multimedia Tue Jul 30 07:47:53 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA24654 for multimedia-outgoing; Tue, 30 Jul 1996 07:47:53 -0700 (PDT) Received: from crh.cl.msu.edu (crh.cl.msu.edu [35.8.1.24]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA24629 for ; Tue, 30 Jul 1996 07:47:48 -0700 (PDT) Received: (from henrich@localhost) by crh.cl.msu.edu (8.7.5/8.7.3) id KAA05254; Tue, 30 Jul 1996 10:46:20 -0400 (EDT) From: Charles Henrich Message-Id: <199607301446.KAA05254@crh.cl.msu.edu> Subject: Re: MBone tools for 2.2-Current? To: kuku@gilberto.physik.rwth-aachen.de Date: Tue, 30 Jul 1996 10:46:20 -0400 (EDT) Cc: kuku@gilberto.physik.rwth-aachen.de, freebsd-multimedia@FreeBSD.ORG In-Reply-To: <199607301450.QAA00503@gilberto.physik.rwth-aachen.de> from "Christoph P. Kukulies" at "Jul 30, 96 04:50:04 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hmm, -current changed the libc to 3.0 ... Do you have the sources for these beasties so I could compile them, esp sdr? I got Jim's source package but its missing sdr. > With the -current libs (resp. none): > isdn-kukulies# cd /usr/local/bin > isdn-kukulies# ldd vic > ldd: vic: not a dynamic executable > isdn-kukulies# ldd wb > ldd: wb: not a dynamic executable > isdn-kukulies# ldd sdr > sdr: > -lm.2 => /usr/lib/libm.so.2.0 (0x80dc000) > -lX11.6 => /usr/lib/libX11.so.6.0 (0x8102000) > -lc.2 => /usr/lib/libc.so.2.2 (0x817d000) > isdn-kukulies# ldd vat > vat: > ld.so: warning: /usr/lib/libX11.so.6.0: minor version 0 older than expected 1, using it anyway > -lX11.6 => /usr/lib/libX11.so.6.0 (0x8136000) > -lm.2 => /usr/lib/libm.so.2.0 (0x81be000) > -lc.2 => /usr/lib/libc.so.2.2 (0x81d7000) > isdn-kukulies# ldd nv > nv: > -lX11.6 => /usr/lib/libX11.so.6.0 (0x808e000) > -lm.2 => /usr/lib/libm.so.2.0 (0x8116000) > -lc.2 => /usr/lib/libc.so.2.2 (0x812f000) > isdn-kukulies# > > > > > > -Crh > > > > Charles Henrich Michigan State University henrich@msu.edu > > > > http://pilot.msu.edu/~henrich > > > > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de > Charles Henrich Michigan State University henrich@msu.edu http://pilot.msu.edu/~henrich From owner-freebsd-multimedia Tue Jul 30 08:21:30 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA00956 for multimedia-outgoing; Tue, 30 Jul 1996 08:21:30 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA00484 for ; Tue, 30 Jul 1996 08:19:08 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id RAA15234; Tue, 30 Jul 1996 17:14:48 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id RAA00653; Tue, 30 Jul 1996 17:28:12 +0200 From: "Christoph P. Kukulies" Message-Id: <199607301528.RAA00653@gilberto.physik.rwth-aachen.de> Subject: Re: MBone tools for 2.2-Current? To: henrich@crh.cl.msu.edu (Charles Henrich) Date: Tue, 30 Jul 1996 17:28:10 +0200 (MET DST) Cc: kuku@gilberto.physik.rwth-aachen.de, freebsd-multimedia@FreeBSD.ORG In-Reply-To: <199607301446.KAA05254@crh.cl.msu.edu> from Charles Henrich at "Jul 30, 96 10:46:20 am" Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hmm, -current changed the libc to 3.0 ... Do you have the sources for these > beasties so I could compile them, esp sdr? I got Jim's source package but its > missing sdr. I believe Bill Fenner has ported sdr. I'm not in the posession of sources at the moment. Ah, I see. That's what has piled up in my /usr/lib: -rw-rw-r-- 1 root bin 384333 Dec 18 1995 libc.so.1.0 -rw-rw-r-- 1 root bin 403106 Dec 18 1995 libc.so.1.1 -r--r--r-- 1 bin bin 476548 Mar 24 1995 libc.so.2.0 -rw-rw-r-- 1 root bin 430501 Dec 18 1995 libc.so.2.1 -r--r--r-- 1 bin bin 435248 Dec 20 1995 libc.so.2.2 -r--r--r-- 1 bin bin 421252 Jul 30 06:58 libc.so.3.0 > > > With the -current libs (resp. none): > > isdn-kukulies# cd /usr/local/bin > > isdn-kukulies# ldd vic > > ldd: vic: not a dynamic executable > > isdn-kukulies# ldd wb > > ldd: wb: not a dynamic executable > > isdn-kukulies# ldd sdr > > sdr: > > -lm.2 => /usr/lib/libm.so.2.0 (0x80dc000) > > -lX11.6 => /usr/lib/libX11.so.6.0 (0x8102000) > > -lc.2 => /usr/lib/libc.so.2.2 (0x817d000) > > isdn-kukulies# ldd vat > > vat: > > ld.so: warning: /usr/lib/libX11.so.6.0: minor version 0 older than expected 1, > using it anyway > > -lX11.6 => /usr/lib/libX11.so.6.0 (0x8136000) > > -lm.2 => /usr/lib/libm.so.2.0 (0x81be000) > > -lc.2 => /usr/lib/libc.so.2.2 (0x81d7000) > > isdn-kukulies# ldd nv > > nv: > > -lX11.6 => /usr/lib/libX11.so.6.0 (0x808e000) > > -lm.2 => /usr/lib/libm.so.2.0 (0x8116000) > > -lc.2 => /usr/lib/libc.so.2.2 (0x812f000) > > isdn-kukulies# > > > > > > > > > > -Crh > > > > > Charles Henrich Michigan State University henrich@msu.edu > > http://pilot.msu.edu/~henrich > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-multimedia Tue Jul 30 09:29:49 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA14711 for multimedia-outgoing; Tue, 30 Jul 1996 09:29:49 -0700 (PDT) Received: from aahz.jf.intel.com (aahz.jf.intel.com [134.134.208.37]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA14696 for ; Tue, 30 Jul 1996 09:29:44 -0700 (PDT) Received: by aahz.jf.intel.com (Smail3.1.28.1 #13) id m0ulHfP-000hxCC; Tue, 30 Jul 96 09:29 PDT Message-Id: From: batie@aahz.jf.intel.com (Alan Batie) Subject: Re: vic & Meteor? To: hasty@rah.star-gate.com (Amancio Hasty) Date: Tue, 30 Jul 1996 09:29:07 -0700 (PDT) Cc: multimedia@freebsd.org In-Reply-To: <199607300122.SAA00408@rah.star-gate.com> from "Amancio Hasty" at Jul 29, 96 06:22:14 pm X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Did you create the meteor device? Oh, I feel like such a newbie. That fixed it. Thanks... -- Alan Batie ------ What goes up, must come down. batie@aahz.jf.intel.com \ / Ask any system administrator. +1 503-264-8844 (voice) \ / --unknown D0 D2 39 0E 02 34 D6 B4 \/ 5A 41 21 8F 23 5F 08 9D From owner-freebsd-multimedia Tue Jul 30 14:08:39 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA07051 for multimedia-outgoing; Tue, 30 Jul 1996 14:08:39 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA07042 for ; Tue, 30 Jul 1996 14:08:22 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id OAA02482 for ; Tue, 30 Jul 1996 14:08:08 -0700 (PDT) Message-Id: <199607302108.OAA02482@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: multimedia@freebsd.org Subject: Mission Impossible: FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Jul 1996 14:08:07 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Briefing: The San Francisco Chronicle newspaper , 7/30/96 , in the bussiness section has an article on "Video Cam Eyeglassess -- Cool But Expensive" Quark International out of New York City sells video cam eyeglasses starting at $3800 and the wireless version starting at $7000. A spy photo of Quarks ultra secret eyeglasses: ftp://rah.star-gate.com:/pub/spyglass.jpg The Spy Factory has a verion of the video cam eyeglasses starting at $5000. Thats interesting given that they also sell a miniature video cam kit for $700. Shall you decide to take this mission , checkout : http://www.stryker-ent.com/spy-vid.htm The Web page has other ccd cameras... From owner-freebsd-multimedia Tue Jul 30 18:28:54 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA23088 for multimedia-outgoing; Tue, 30 Jul 1996 18:28:54 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA23083 for ; Tue, 30 Jul 1996 18:28:52 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id SAA05982 for ; Tue, 30 Jul 1996 18:28:50 -0700 (PDT) Message-Id: <199607310128.SAA05982@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: multimedia@freebsd.org Subject: Any got patches for GeomView? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Jul 1996 18:28:50 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Tnks Amancio From owner-freebsd-multimedia Wed Jul 31 13:40:22 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA24181 for multimedia-outgoing; Wed, 31 Jul 1996 13:40:22 -0700 (PDT) Received: from apollo.it.hq.nasa.gov (apollo.it.hq.nasa.gov [131.182.119.87]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA24168 for ; Wed, 31 Jul 1996 13:40:14 -0700 (PDT) Received: from wirehead.it.hq.nasa.gov (wirehead.it.hq.nasa.gov [131.182.119.88]) by apollo.it.hq.nasa.gov (8.6.12/8.6.12) with ESMTP id UAA06924; Wed, 31 Jul 1996 20:39:47 GMT Received: from localhost (cshenton@localhost) by wirehead.it.hq.nasa.gov (8.6.12/8.6.12) with SMTP id UAA18853; Wed, 31 Jul 1996 20:37:41 GMT Message-Id: <199607312037.UAA18853@wirehead.it.hq.nasa.gov> X-Authentication-Warning: wirehead.it.hq.nasa.gov: cshenton owned process doing -bs X-Authentication-Warning: wirehead.it.hq.nasa.gov: Host localhost didn't use HELO protocol To: multimedia@freebsd.org, multimedia@rah.star-gate.com Subject: 2.1.5R Vat with SB16? X-Mailer: Mew version 1.03 on Emacs 19.31.8 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Wed, 31 Jul 1996 16:37:41 -0400 From: Chris Shenton Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've just upgraded to 2.1.5R at home (with GUSMAX) and work (with SB16)-:. I'm trying to get the MBONE tools working. At work I have an SB16 card, which the docs indicate is factory-default to IRQ 5; all the other docs on freefall, rah, etc, assume I'm at IRQ7. Are the SB docs wrong? How can I test? Do I need to replace 2.1.5R's isa/sound/* directory with one from Rah or elsewhere? Which rev is appropriate for 2.1.5R? With the stock sound/ dir, modified to use IRQ 5, like the kernel config, it builds OK. But what /dev device do I use? MAKEDEV creates some like snd0, audio0, dsp[0], music[0], but no sb, despite what the MAKEDEV seems to imply. Do I need to create one? Thanks. From owner-freebsd-multimedia Wed Jul 31 14:19:25 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA00509 for multimedia-outgoing; Wed, 31 Jul 1996 14:19:25 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA00448 for ; Wed, 31 Jul 1996 14:19:15 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id OAA02438; Wed, 31 Jul 1996 14:18:58 -0700 (PDT) Message-Id: <199607312118.OAA02438@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: Chris Shenton cc: multimedia@freebsd.org Subject: Re: 2.1.5R Vat with SB16? In-reply-to: Your message of "Wed, 31 Jul 1996 16:37:41 EDT." <199607312037.UAA18853@wirehead.it.hq.nasa.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 31 Jul 1996 14:18:57 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >From The Desk Of Chris Shenton : > I've just upgraded to 2.1.5R at home (with GUSMAX) and work (with > SB16)-:. I'm trying to get the MBONE tools working. > > At work I have an SB16 card, which the docs indicate is > factory-default to IRQ 5; all the other docs on freefall, rah, etc, > assume I'm at IRQ7. Are the SB docs wrong? How can I test? Try running on dos to find out what the card is configured for or read the card's documentation and that a peek at the card. > Do I need to replace 2.1.5R's isa/sound/* directory with one from Rah > or elsewhere? Which rev is appropriate for 2.1.5R? Well, the sound driver's 3.5 on rah have not received a lot of testing on non-gus cards however if you like feel free to download ftp://rah.star-gate.com/pub/snd01041996.tar.gz > With the stock sound/ dir, modified to use IRQ 5, like the kernel > config, it builds OK. But what /dev device do I use? MAKEDEV creates > some like snd0, audio0, dsp[0], music[0], but no sb, despite what the > MAKEDEV seems to imply. Do I need to create one? > vat uses /dev/audio so you don't need /dev/sb ;additionally, you can access /dev/audio or /dev/dsp like any sound card on FreeBSD. With respect to vat , you will have to compile vat in half-duplex mode because we don't have full duplex dma support for SB thingies. Basically, if you download vat from: ee.lbl.gov:/conferencing/vat/alpha/.. compile vat with the default voxware module you will have a half-duplex vat. Have fun, Amancio From owner-freebsd-multimedia Wed Jul 31 14:32:00 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA02954 for multimedia-outgoing; Wed, 31 Jul 1996 14:32:00 -0700 (PDT) Received: from apollo.it.hq.nasa.gov (apollo.it.hq.nasa.gov [131.182.119.87]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA02927 for ; Wed, 31 Jul 1996 14:31:52 -0700 (PDT) Received: from wirehead.it.hq.nasa.gov (wirehead.it.hq.nasa.gov [131.182.119.88]) by apollo.it.hq.nasa.gov (8.6.12/8.6.12) with ESMTP id VAA07112; Wed, 31 Jul 1996 21:31:54 GMT Received: from localhost (cshenton@localhost) by wirehead.it.hq.nasa.gov (8.6.12/8.6.12) with SMTP id VAA19021; Wed, 31 Jul 1996 21:29:48 GMT Message-Id: <199607312129.VAA19021@wirehead.it.hq.nasa.gov> X-Authentication-Warning: wirehead.it.hq.nasa.gov: cshenton owned process doing -bs X-Authentication-Warning: wirehead.it.hq.nasa.gov: Host localhost didn't use HELO protocol To: hasty@rah.star-gate.com Cc: multimedia@freebsd.org Subject: Re: 2.1.5R Vat with SB16? In-Reply-To: Your message of "Wed, 31 Jul 1996 14:18:57 -0700" References: <199607312118.OAA02438@rah.star-gate.com> X-Mailer: Mew version 1.03 on Emacs 19.31.8 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Wed, 31 Jul 1996 17:29:47 -0400 From: Chris Shenton Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 31 Jul 1996 14:18:57 -0700 Amancio Hasty wrote: hasty> Try running on dos to find out what the card is configured for or hasty> read the card's documentation and that a peek at the card. Eeewww, DOS? We ain't got no stinkin' DOS! (seriously, I'll have to hunt-down a DOS-box... Isn't there a way to probe/test this without having DOS around?) hasty> Well, the sound driver's 3.5 on rah have not received a lot of hasty> testing on non-gus cards however if you like feel free to download hasty> ftp://rah.star-gate.com/pub/snd01041996.tar.gz I'm rebuilding the kernel against it right now. Looks like I didn't need to merge the files.i386 from your sound distribution into the src/sys/i386/config/files.i386 file... hasty> vat uses /dev/audio so you don't need /dev/sb ;additionally, you hasty> can access /dev/audio or /dev/dsp like any sound card on FreeBSD. What's the difference between /dev/audio and /dev/dsp? Should I be able to do a "cat sorrydave.au > /dev/audio" or to /dev/dsp? hasty> With respect to vat , you will have to compile vat in half-duplex mode hasty> because we don't have full duplex dma support for SB thingies. hasty> Basically, if you download vat from: hasty> ee.lbl.gov:/conferencing/vat/alpha/.. hasty> compile vat with the default voxware module you will have a half-duplex hasty> vat. I've already grabbed your vat-and-half from Rah; is this the same as doing what you describe? Many thanks. From owner-freebsd-multimedia Wed Jul 31 14:38:13 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA04650 for multimedia-outgoing; Wed, 31 Jul 1996 14:38:13 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA04609 for ; Wed, 31 Jul 1996 14:38:07 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id OAA02606; Wed, 31 Jul 1996 14:37:51 -0700 (PDT) Message-Id: <199607312137.OAA02606@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: Chris Shenton cc: multimedia@freebsd.org Subject: Re: 2.1.5R Vat with SB16? In-reply-to: Your message of "Wed, 31 Jul 1996 17:29:47 EDT." <199607312129.VAA19021@wirehead.it.hq.nasa.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 31 Jul 1996 14:37:51 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >From The Desk Of Chris Shenton : > On Wed, 31 Jul 1996 14:18:57 -0700 > Amancio Hasty wrote: > > hasty> Try running on dos to find out what the card is configured for or > hasty> read the card's documentation and that a peek at the card. > > Eeewww, DOS? We ain't got no stinkin' DOS! (seriously, I'll have to > hunt-down a DOS-box... Isn't there a way to probe/test this without > having DOS around?) Then just read the docs for the card thats probably the surest way of finding out what you have . And maybe someone who knows the SB16 cards could step in . > hasty> Well, the sound driver's 3.5 on rah have not received a lot of > hasty> testing on non-gus cards however if you like feel free to download > hasty> ftp://rah.star-gate.com/pub/snd01041996.tar.gz > > I'm rebuilding the kernel against it right now. Looks like I didn't > need to merge the files.i386 from your sound distribution into the > src/sys/i386/config/files.i386 file... > > > hasty> vat uses /dev/audio so you don't need /dev/sb ;additionally, you > hasty> can access /dev/audio or /dev/dsp like any sound card on FreeBSD. > > What's the difference between /dev/audio and /dev/dsp? Should I be > able to do a "cat sorrydave.au > /dev/audio" or to /dev/dsp? /dev/audio is a mu-law device and /dev/dsp is an unsigned audio device. if you cat foo.au >/dev/dsp you will hear garbage. > > hasty> With respect to vat , you will have to compile vat in half-duplex mode > hasty> because we don't have full duplex dma support for SB thingies. > hasty> Basically, if you download vat from: > hasty> ee.lbl.gov:/conferencing/vat/alpha/.. > hasty> compile vat with the default voxware module you will have a half-duple x > hasty> vat. > > I've already grabbed your vat-and-half from Rah; is this the same as > doing what you describe? > Pretty much the same except that vat-and-half is probably and older version than the one you grabbed. I just haven't bother upgrading vat-and-half. Have fun, Amancio From owner-freebsd-multimedia Wed Jul 31 14:59:07 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA07363 for multimedia-outgoing; Wed, 31 Jul 1996 14:59:07 -0700 (PDT) Received: from apollo.it.hq.nasa.gov (apollo.it.hq.nasa.gov [131.182.119.87]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA07344 for ; Wed, 31 Jul 1996 14:58:49 -0700 (PDT) Received: from wirehead.it.hq.nasa.gov (wirehead.it.hq.nasa.gov [131.182.119.88]) by apollo.it.hq.nasa.gov (8.6.12/8.6.12) with ESMTP id VAA07210; Wed, 31 Jul 1996 21:58:55 GMT Received: from localhost (cshenton@localhost) by wirehead.it.hq.nasa.gov (8.6.12/8.6.12) with SMTP id VAA19151; Wed, 31 Jul 1996 21:56:48 GMT Message-Id: <199607312156.VAA19151@wirehead.it.hq.nasa.gov> X-Authentication-Warning: wirehead.it.hq.nasa.gov: cshenton owned process doing -bs X-Authentication-Warning: wirehead.it.hq.nasa.gov: Host localhost didn't use HELO protocol To: hasty@rah.star-gate.com Cc: multimedia@freebsd.org Subject: Re: 2.1.5R Vat with SB16? In-Reply-To: Your message of "Wed, 31 Jul 1996 14:37:51 -0700" References: <199607312137.OAA02606@rah.star-gate.com> X-Mailer: Mew version 1.03 on Emacs 19.31.8 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Wed, 31 Jul 1996 17:56:48 -0400 From: Chris Shenton Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Some success! I was using 2.1.5R sound distribution; more below. On Wed, 31 Jul 1996 14:37:51 -0700 Amancio Hasty wrote: hasty> Then just read the docs for the card thats probably the surest way hasty> of finding out what you have . And maybe someone who knows the SB16 hasty> cards could step in . The SB16 docs say the default is IRQ 5. Unfortunately, that's also where my Ethernet card is (ed1), and neither have jumpers :-( Any ideas, anyone? I do have "conflicts" in the kernel config -- see below. hasty> /dev/audio is a mu-law device and /dev/dsp is an unsigned audio device. hasty> if you cat foo.au >/dev/dsp you will hear garbage. Ah, OK. Just tried and it worked -- with the kernel compiled against the original 2.1.5R sound directory, after modifying the kernel config and the isa/sound/sound_config.h to match. Here's the relevant part of my kernel config, then the diffs for sound_config.h, for anyone else who wants to give this a go on their SB... -- # snd: Voxware sound support code # sb: SoundBlaster PCM - SoundBlaster, SB Pro, SB16, ProAudioSpectrum # sbxvi: SoundBlaster 16 # # Beware! The addresses specified below are also hard-coded in # i386/isa/sound/sound_config.h. If you change the values here, you # must also change the values in the include file. # # If you don't have a lpt0 device at IRQ 7, you can remove the # ``conflicts'' specification in the appropriate device entries below. # # The i386/isa/sound/sound.doc has more information. # # LINT says: #device sb0 at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr #device sbxvi0 at isa? drq 5 #device sbmidi0 at isa? port 0x330 #device uart0 at isa? port 0x330 irq 5 vector "m6850intr" #Probing problems: Since the SB16 uses the same IRQ and addresses for #the different drivers, some of the snd dirvers will not be probed because #the kernel thinks there is a conflict. This can be worked-around by #setting the ALLOW_CONFLICT_IOADDR or ALLOW_CONFLICT_IRQ options. # SB16 document defaults: i/o irq dmaLow dmaHigh # - audio 220h 5 1 5 # - mpu-401 UART 330h # IRQ 5 conflicts with ed1, which I am using! controller snd0 # Controls all sound devices device sb0 at isa? port 0x220 irq 5 conflicts drq 1 vector sbintr device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device opl0 at isa? port 0x388 -- *** sound_config.h 1996/07/31 17:15:14 1.1 --- sound_config.h 1996/07/31 17:22:25 *************** *** 83,89 **** #endif #ifndef SBC_IRQ ! #define SBC_IRQ 7 /* IQR7 is the factory default. */ #endif #ifndef SBC_DMA --- 83,89 ---- #endif #ifndef SBC_IRQ ! #define SBC_IRQ 5 /* [sb16: irq5] IQR7 is the factory default */ #endif #ifndef SBC_DMA *************** *** 91,101 **** #endif #ifndef SB16_DMA ! #define SB16_DMA 6 #endif #ifndef SB16MIDI_BASE ! #define SB16MIDI_BASE 0x300 #endif #ifndef PAS_BASE --- 91,101 ---- #endif #ifndef SB16_DMA ! #define SB16_DMA 5 /* for what? sb16 dmaHi=5, Lo=1 */ #endif #ifndef SB16MIDI_BASE ! #define SB16MIDI_BASE 0x330 /* SB16 MPU-401 midi uart */ #endif #ifndef PAS_BASE From owner-freebsd-multimedia Wed Jul 31 15:57:38 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA10856 for multimedia-outgoing; Wed, 31 Jul 1996 15:57:38 -0700 (PDT) Received: from plains.nodak.edu (tinguely@plains.NoDak.edu [134.129.111.64]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA10849 for ; Wed, 31 Jul 1996 15:57:35 -0700 (PDT) Received: (from tinguely@localhost) by plains.nodak.edu (8.7.1/8.7.1) id RAA22968; Wed, 31 Jul 1996 17:53:51 -0500 (CDT) Date: Wed, 31 Jul 1996 17:53:51 -0500 (CDT) From: Mark Tinguely Message-Id: <199607312253.RAA22968@plains.nodak.edu> To: hasty@rah.star-gate.com Subject: Re: 2.1.5R Vat with SB16? Cc: multimedia@freebsd.org Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Well, the sound driver's 3.5 on rah have not received a lot of > testing on non-gus cards however if you like feel free to download > ftp://rah.star-gate.com/pub/snd01041996.tar.gz when I used the 3.5 drivers from rah.star-gate.com on a sound blaster even showaudio a file results in incompete sound playing (the end of the file does not play as if the last part of the file is not flushed). I usually see these machine once during the install and then they go to the owner's homes so I don't have time to play with padding the sound file, I usually back the sound drivers to the release code for these machines. --mark. From owner-freebsd-multimedia Wed Jul 31 16:28:01 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA12597 for multimedia-outgoing; Wed, 31 Jul 1996 16:28:01 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA12581 for ; Wed, 31 Jul 1996 16:27:58 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id QAA00421; Wed, 31 Jul 1996 16:27:53 -0700 (PDT) Message-Id: <199607312327.QAA00421@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: Mark Tinguely cc: multimedia@freebsd.org Subject: Re: 2.1.5R Vat with SB16? In-reply-to: Your message of "Wed, 31 Jul 1996 17:53:51 CDT." <199607312253.RAA22968@plains.nodak.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 31 Jul 1996 16:27:53 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >From The Desk Of Mark Tinguely : > > Well, the sound driver's 3.5 on rah have not received a lot of > > testing on non-gus cards however if you like feel free to download > > ftp://rah.star-gate.com/pub/snd01041996.tar.gz > > when I used the 3.5 drivers from rah.star-gate.com on a sound blaster > even showaudio a file results in incompete sound playing (the end of the file > does not play as if the last part of the file is not flushed). I usually > see these machine once during the install and then they go to the owner's > homes so I don't have time to play with padding the sound file, I usually > back the sound drivers to the release code for these machines. > > --mark. If you have a machine handy with a SB16 , care to try out: ftp://rah.star-gate.com:/pub/guspnp3-current.tar.gz That sound driver is for FreeBSD-current it will not compile with 2.1x systems. Now is a good time to start checking out the code with non-gus cards since I (think) got some free time -- that said I have to take off to one my contracts. Tnks, Amancio From owner-freebsd-multimedia Wed Jul 31 16:29:02 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA12698 for multimedia-outgoing; Wed, 31 Jul 1996 16:29:02 -0700 (PDT) Received: from bigpuppy.newell.arlington.va.us (mcnsisdn.newell.arlington.va.us [206.27.237.14]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA12693 for ; Wed, 31 Jul 1996 16:28:59 -0700 (PDT) Received: (from mnewell@localhost) by bigpuppy.newell.arlington.va.us (8.6.12/8.6.9) id TAA24270; Wed, 31 Jul 1996 19:25:48 -0400 Date: Wed, 31 Jul 1996 19:25:48 -0400 (EDT) From: Mike Newell To: Chris Shenton cc: hasty@rah.star-gate.com, multimedia@freebsd.org Subject: Re: 2.1.5R Vat with SB16? In-Reply-To: <199607312156.VAA19151@wirehead.it.hq.nasa.gov> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 31 Jul 1996, Chris Shenton wrote: > Unfortunately, that's also where my Ethernet card is (ed1), and > neither have jumpers :-( Any ideas, anyone? I do have "conflicts" in > the kernel config -- see below. You have a WD Ethernet card don't you? You can get the WD configuration utility from "ftp.smc.com"; that allows you to change the settings. > the original 2.1.5R sound directory, after modifying the kernel > config and the isa/sound/sound_config.h to match. > > > Here's the relevant part of my kernel config, then the diffs for > sound_config.h, for anyone else who wants to give this a go on their > SB... > > -- > > # snd: Voxware sound support code > # sb: SoundBlaster PCM - SoundBlaster, SB Pro, SB16, ProAudioSpectrum > # sbxvi: SoundBlaster 16 > # > # Beware! The addresses specified below are also hard-coded in > # i386/isa/sound/sound_config.h. If you change the values here, you > # must also change the values in the include file. > # > # If you don't have a lpt0 device at IRQ 7, you can remove the > # ``conflicts'' specification in the appropriate device entries below. > # > # The i386/isa/sound/sound.doc has more information. > # > # LINT says: > #device sb0 at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr > #device sbxvi0 at isa? drq 5 > #device sbmidi0 at isa? port 0x330 > #device uart0 at isa? port 0x330 irq 5 vector "m6850intr" > > #Probing problems: Since the SB16 uses the same IRQ and addresses for > #the different drivers, some of the snd dirvers will not be probed because > #the kernel thinks there is a conflict. This can be worked-around by > #setting the ALLOW_CONFLICT_IOADDR or ALLOW_CONFLICT_IRQ options. > > # SB16 document defaults: i/o irq dmaLow dmaHigh > # - audio 220h 5 1 5 > # - mpu-401 UART 330h > > # IRQ 5 conflicts with ed1, which I am using! > > > controller snd0 # Controls all sound devices > > device sb0 at isa? port 0x220 irq 5 conflicts drq 1 vector sbintr > device sbxvi0 at isa? drq 5 > device sbmidi0 at isa? port 0x330 > device opl0 at isa? port 0x388 > > > -- > > *** sound_config.h 1996/07/31 17:15:14 1.1 > --- sound_config.h 1996/07/31 17:22:25 > *************** > *** 83,89 **** > #endif > > #ifndef SBC_IRQ > ! #define SBC_IRQ 7 /* IQR7 is the factory default. */ > #endif > > #ifndef SBC_DMA > --- 83,89 ---- > #endif > > #ifndef SBC_IRQ > ! #define SBC_IRQ 5 /* [sb16: irq5] IQR7 is the factory default */ > #endif > > #ifndef SBC_DMA > *************** > *** 91,101 **** > #endif > > #ifndef SB16_DMA > ! #define SB16_DMA 6 > #endif > > #ifndef SB16MIDI_BASE > ! #define SB16MIDI_BASE 0x300 > #endif > > #ifndef PAS_BASE > --- 91,101 ---- > #endif > > #ifndef SB16_DMA > ! #define SB16_DMA 5 /* for what? sb16 dmaHi=5, Lo=1 */ > #endif > > #ifndef SB16MIDI_BASE > ! #define SB16MIDI_BASE 0x330 /* SB16 MPU-401 midi uart */ > #endif > > #ifndef PAS_BASE > Much obliged, Mike +--------------------------------------+------------------------------------+ | Mike Newell | The opinions expressed herein | | Affiliation: | are mine. You can take them or | | Address: | leave them. Flames to /dev/null. | +--------------------------------------+------------------------------------+ | Mike@Newell.arlington.va.us | http://www.newell.arlington.va.us | +--------------------------------------+------------------------------------+ | "Peace. It's wonderful!" Father Divine. | +---------------------------------------------------------------------------+ From owner-freebsd-multimedia Wed Jul 31 16:41:47 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA13539 for multimedia-outgoing; Wed, 31 Jul 1996 16:41:47 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA13534 for ; Wed, 31 Jul 1996 16:41:45 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15193(8)>; Wed, 31 Jul 1996 16:41:05 PDT Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177517>; Wed, 31 Jul 1996 16:40:56 -0700 X-Mailer: exmh version 1.6.7 5/3/96 To: Charles Henrich cc: kuku@gilberto.physik.rwth-aachen.de, freebsd-multimedia@freebsd.org Subject: Re: MBone tools for 2.2-Current? In-reply-to: Your message of "Tue, 30 Jul 1996 07:46:20 PDT." <199607301446.KAA05254@crh.cl.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 31 Jul 1996 16:40:47 PDT From: Bill Fenner Message-Id: <96Jul31.164056pdt.177517@crevenia.parc.xerox.com> Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The source for sdr isn't currently distributed. I will try to build a -current sdr on thud. Bill From owner-freebsd-multimedia Wed Jul 31 16:43:17 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA13613 for multimedia-outgoing; Wed, 31 Jul 1996 16:43:17 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA13608 for ; Wed, 31 Jul 1996 16:43:15 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15276(8)>; Wed, 31 Jul 1996 16:42:35 PDT Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177517>; Wed, 31 Jul 1996 16:42:30 -0700 X-Mailer: exmh version 1.6.7 5/3/96 To: Amancio Hasty cc: multimedia@freebsd.org Subject: Re: Any got patches for GeomView? In-reply-to: Your message of "Tue, 30 Jul 1996 18:28:50 PDT." <199607310128.SAA05982@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 31 Jul 1996 16:42:27 PDT From: Bill Fenner Message-Id: <96Jul31.164230pdt.177517@crevenia.parc.xerox.com> Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I don't have Motif, so I didn't get very far, but I thought that GeomView was a pretty straightforward port. I'd be interested in seeing it, obviously, given the MBone visualization stuff... Bill From owner-freebsd-multimedia Wed Jul 31 16:48:30 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA13919 for multimedia-outgoing; Wed, 31 Jul 1996 16:48:30 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA13914 for ; Wed, 31 Jul 1996 16:48:28 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id QAA00671; Wed, 31 Jul 1996 16:48:18 -0700 (PDT) Message-Id: <199607312348.QAA00671@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: Bill Fenner cc: multimedia@freebsd.org Subject: Re: Any got patches for GeomView? In-reply-to: Your message of "Wed, 31 Jul 1996 16:42:27 PDT." <96Jul31.164230pdt.177517@crevenia.parc.xerox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 31 Jul 1996 16:48:17 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >From The Desk Of Bill Fenner : > I don't have Motif, so I didn't get very far, but I thought that GeomView was a pretty straightforward port. I'd be interested in seeing it, obviously, giv en the MBone visualization stuff... > > Bill > > Is not a straight forward port and I will be happy to give you an account on my system. I have motif over here. I have to take off but I will be back later on tonite. Tnks, Amancio From owner-freebsd-multimedia Wed Jul 31 18:27:29 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA18456 for multimedia-outgoing; Wed, 31 Jul 1996 18:27:29 -0700 (PDT) Received: from mail.think.com (Mail1.Think.COM [131.239.33.245]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA18451 for ; Wed, 31 Jul 1996 18:27:26 -0700 (PDT) Received: from Early-Bird.Think.COM (Early-Bird-1.Think.COM [131.239.146.105]) by mail.think.com (8.7.5/m3) with ESMTP id VAA09936; Wed, 31 Jul 1996 21:27:16 -0400 (EDT) Received: from compound.Think.COM ([206.147.16.34]) by Early-Bird.Think.COM (8.7.5/e1) with ESMTP id VAA13822; Wed, 31 Jul 1996 21:27:10 -0400 (EDT) Received: (from alk@localhost) by compound.Think.COM (8.7.5/8.7.3) id UAA06716; Wed, 31 Jul 1996 20:27:10 -0500 (CDT) Date: Wed, 31 Jul 1996 20:27:10 -0500 (CDT) From: Tony Kimball Message-Id: <199608010127.UAA06716@compound.Think.COM> To: hasty@rah.star-gate.com Cc: cshenton@it.hq.nasa.gov, multimedia@freebsd.org Subject: Re: 2.1.5R Vat with SB16? References: <199607312129.VAA19021@wirehead.it.hq.nasa.gov> <199607312137.OAA02606@rah.star-gate.com> Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Quoth Amancio Hasty on Wed, 31 July: : : /dev/audio is a mu-law device and /dev/dsp is an unsigned audio device. : : if you cat foo.au >/dev/dsp you will hear garbage. : Can you recommend an FAQ or other document on this subject? From owner-freebsd-multimedia Wed Jul 31 19:59:28 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA22573 for multimedia-outgoing; Wed, 31 Jul 1996 19:59:28 -0700 (PDT) Received: from gdi.uoregon.edu (cisco-ts11-line15.uoregon.edu [128.223.150.130]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA22568; Wed, 31 Jul 1996 19:59:22 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.7.5/8.6.12) with SMTP id TAA00274; Wed, 31 Jul 1996 19:59:08 -0700 (PDT) Date: Wed, 31 Jul 1996 19:59:08 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Justin Ashworth cc: questions@freebsd.org, multimedia@freebsd.org Subject: Re: /dev/dsp out of mem. errors (was Re: your mail) In-Reply-To: <199607311605.JAA09766@chaos.structured.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 31 Jul 1996, Justin Ashworth wrote: > >> I keep getting errors telling me that there's no more space on /dev/dsp > when > >> I try to play anything with xanim or realaudio. It seems odd to me since > I can > >> play CDs with Workman just fine. When I boot, the kernel gives me the > following > >> errors: > Doesn't work...I've done that a number of times already. While my card is > not specifically a SB16, it is compatible. Are there any problems that you > know of with the Ensoniq Soundscape non-PnP version and FreeBSD? Now that you mention it, I seem to remember some options for the Ensoniq. I may be confusing it with the OPTi, though. I'm crossposting this to -multimedia. It looks like your SB16 problem could be traced to the kernel config. My audio config lines look like this: controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device opl0 at isa? port 0x388 I think you've left the configuration details off of sbxvi0 (note the at isa? drq 5). The CD play is piped directly from the CD to the mixer on the card, it isn't digitized. realaudio won't work until a FreeBSD-specific version is released. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-multimedia Wed Jul 31 22:47:32 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA29540 for multimedia-outgoing; Wed, 31 Jul 1996 22:47:32 -0700 (PDT) Received: from inet-01-imc.itg.microsoft.com (mail1.microsoft.com [131.107.3.41]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id WAA29520; Wed, 31 Jul 1996 22:47:29 -0700 (PDT) Received: by inet-01-imc.itg.microsoft.com with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.993.5) id <01BB7F31.F0823210@inet-01-imc.itg.microsoft.com>; Wed, 31 Jul 1996 22:45:14 -0700 Message-ID: From: Thomas Pfenning To: "'questions@freebsd.org'" , "'multimedia@freebsd.org'" Subject: RE: /dev/dsp out of mem. errors (was Re: your mail) Date: Wed, 31 Jul 1996 22:45:23 -0700 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.993.5 Encoding: 56 TEXT Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Realaudio actually has released a version for FreeBSD and it works great. I tested it with Amancio's latest driver. It does not even crash my box :-) Cheers Thomas >---------- >From: Doug White[SMTP:dwhite@riley-net170-164.uoregon.edu] >Sent: Wednesday, July 31, 1996 7:59 PM >To: Justin Ashworth >Cc: questions@freebsd.org; multimedia@freebsd.org >Subject: Re: /dev/dsp out of mem. errors (was Re: your mail) > >On Wed, 31 Jul 1996, Justin Ashworth wrote: > >> >> I keep getting errors telling me that there's no more space on >>/dev/dsp >> when >> >> I try to play anything with xanim or realaudio. It seems odd to me since >> I can >> >> play CDs with Workman just fine. When I boot, the kernel gives me the >> following >> >> errors: > >> Doesn't work...I've done that a number of times already. While my card is >> not specifically a SB16, it is compatible. Are there any problems that you >> know of with the Ensoniq Soundscape non-PnP version and FreeBSD? > >Now that you mention it, I seem to remember some options for the Ensoniq. >I may be confusing it with the OPTi, though. I'm crossposting this to >-multimedia. > >It looks like your SB16 problem could be traced to the kernel config. My >audio config lines look like this: > >controller snd0 >device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr >device sbxvi0 at isa? drq 5 >device sbmidi0 at isa? port 0x330 >device opl0 at isa? port 0x388 > >I think you've left the configuration details off of sbxvi0 (note the at >isa? drq 5). > >The CD play is piped directly from the CD to the mixer on the card, it >isn't digitized. > >realaudio won't work until a FreeBSD-specific version is released. > >Doug White | University of Oregon >Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant >http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > From owner-freebsd-multimedia Thu Aug 1 01:24:19 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA03748 for multimedia-outgoing; Thu, 1 Aug 1996 01:24:19 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id BAA03740 for ; Thu, 1 Aug 1996 01:24:03 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id KAA09185 for ; Thu, 1 Aug 1996 10:19:39 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id KAA06848 for multimedia@freebsd.org; Thu, 1 Aug 1996 10:33:00 +0200 Date: Thu, 1 Aug 1996 10:33:00 +0200 From: "Christoph P. Kukulies" Message-Id: <199608010833.KAA06848@gilberto.physik.rwth-aachen.de> To: multimedia@freebsd.org Subject: RealAudio causes write select (kernel) messages Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk raplayer welcome.ra produces a lot of kernel messages like: Aug 1 10:26:54 isdn-kukulies /kernel: write select 1 Aug 1 10:26:55 isdn-kukulies /kernel: write select 0 Aug 1 10:26:55 isdn-kukulies /kernel: write select 0 Aug 1 10:26:55 isdn-kukulies last message repeated 2 times Aug 1 10:26:55 isdn-kukulies /kernel: write select 1 Aug 1 10:26:55 isdn-kukulies last message repeated 2 times This is with 2.2-current of Aug 1 1996 and Amancios beta sound driver. isdn-kukulies# cat /dev/sndstat VoxWare Sound Driver:3.5-alpha7-951119 (Thu Jan 4 01:09:01 PST 1996 Amancio Hasty@rah.star-gate.com) Config options: 188090a Installed drivers: Type 4: Gravis Ultrasound Card config: Gravis Ultrasound at 0x220 irq 12 drq 1,3 Audio devices: 0: Gravis UltraSound (DUPLEX) Synth devices: 0: Gravis UltraSound 3.7 (512k) --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-multimedia Thu Aug 1 01:57:56 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA05078 for multimedia-outgoing; Thu, 1 Aug 1996 01:57:56 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA05071 for ; Thu, 1 Aug 1996 01:57:53 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id BAA02997; Thu, 1 Aug 1996 01:56:34 -0700 (PDT) Message-Id: <199608010856.BAA02997@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: "Christoph P. Kukulies" cc: multimedia@freebsd.org Subject: Re: RealAudio causes write select (kernel) messages In-reply-to: Your message of "Thu, 01 Aug 1996 10:33:00 +0200." <199608010833.KAA06848@gilberto.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 01 Aug 1996 01:56:33 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Take the messages out . They are simple debugging messages for sorting out the select call in the audio driver -- Sorry about that. Amancio >From The Desk Of "Christoph P. Kukulies" : > > raplayer welcome.ra > > produces a lot of kernel messages like: > > Aug 1 10:26:54 isdn-kukulies /kernel: write select 1 > Aug 1 10:26:55 isdn-kukulies /kernel: write select 0 > Aug 1 10:26:55 isdn-kukulies /kernel: write select 0 > Aug 1 10:26:55 isdn-kukulies last message repeated 2 times > Aug 1 10:26:55 isdn-kukulies /kernel: write select 1 > Aug 1 10:26:55 isdn-kukulies last message repeated 2 times > > This is with 2.2-current of Aug 1 1996 and Amancios beta sound > driver. > > isdn-kukulies# cat /dev/sndstat > VoxWare Sound Driver:3.5-alpha7-951119 (Thu Jan 4 01:09:01 PST 1996 Amancio Hasty@rah.star-gate.com) > Config options: 188090a > > Installed drivers: > Type 4: Gravis Ultrasound > > > Card config: > Gravis Ultrasound at 0x220 irq 12 drq 1,3 > > Audio devices: > 0: Gravis UltraSound (DUPLEX) > > Synth devices: > 0: Gravis UltraSound 3.7 (512k) > > > > > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-multimedia Thu Aug 1 02:06:11 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA05429 for multimedia-outgoing; Thu, 1 Aug 1996 02:06:11 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA05414 for ; Thu, 1 Aug 1996 02:05:46 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id KAA09808 for ; Thu, 1 Aug 1996 10:59:02 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id LAA06950; Thu, 1 Aug 1996 11:12:22 +0200 From: "Christoph P. Kukulies" Message-Id: <199608010912.LAA06950@gilberto.physik.rwth-aachen.de> Subject: Re: RealAudio causes write select (kernel) messages To: kuku@gilberto.physik.rwth-aachen.de (Christoph P. Kukulies) Date: Thu, 1 Aug 1996 11:12:20 +0200 (MET DST) Cc: multimedia@freebsd.org In-Reply-To: <199608010833.KAA06848@gilberto.physik.rwth-aachen.de> from "Christoph P. Kukulies" at "Aug 1, 96 10:33:00 am" Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > raplayer welcome.ra > > produces a lot of kernel messages like: > > Aug 1 10:26:54 isdn-kukulies /kernel: write select 1 > Aug 1 10:26:55 isdn-kukulies /kernel: write select 0 > Aug 1 10:26:55 isdn-kukulies /kernel: write select 0 > Aug 1 10:26:55 isdn-kukulies last message repeated 2 times > Aug 1 10:26:55 isdn-kukulies /kernel: write select 1 > Aug 1 10:26:55 isdn-kukulies last message repeated 2 times > > This is with 2.2-current of Aug 1 1996 and Amancios beta sound > driver. > > isdn-kukulies# cat /dev/sndstat > VoxWare Sound Driver:3.5-alpha7-951119 (Thu Jan 4 01:09:01 PST > 1996 Amancio Hasty@rah.star-gate.com) I dug around a bit and found that this is a printf in /sys/i386/isa/sound/audio.c, enabled by the conditional (local.h) ALLOW_SELECT. Forgot to say that besides the above kernel message RealAudio works fine here with 2.2-current and a plain GUS (not MAX). And playing from netscape-3.0b5 also works fine which answers my question: 'have others managed to get sound out of netscape ?' recently posted here. Now gotta to get my phone answering machine working and post the recordings into my mail folder :-) > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-multimedia Thu Aug 1 03:14:11 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA08336 for multimedia-outgoing; Thu, 1 Aug 1996 03:14:11 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA08331 for ; Thu, 1 Aug 1996 03:14:09 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id DAA06499; Thu, 1 Aug 1996 03:13:37 -0700 (PDT) Message-Id: <199608011013.DAA06499@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: Christoph Kukulies cc: multimedia@freebsd.org Subject: Re: RealAudio causes write select (kernel) messages In-reply-to: Your message of "Thu, 01 Aug 1996 11:12:20 +0200." <199608010912.LAA06950@gilberto.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 01 Aug 1996 03:13:36 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >From The Desk Of "Christoph P. Kukulies" : > > Now gotta to get my phone answering machine working and post the > recordings into my mail folder :-) Is rather odd to see people playing with a voice answering machine specially if they can't pause a long voice mail message 8) Have fun, Amancio From owner-freebsd-multimedia Thu Aug 1 14:12:16 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA29075 for multimedia-outgoing; Thu, 1 Aug 1996 14:12:16 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA29069 for ; Thu, 1 Aug 1996 14:12:12 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id OAA09190 for ; Thu, 1 Aug 1996 14:12:05 -0700 (PDT) Message-Id: <199608012112.OAA09190@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: multimedia@freebsd.org Subject: Any cool home grown graphic apps ? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 01 Aug 1996 14:12:04 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This question is triggered by http://www.nlanr.net/Viz/Mbone which uses geomview and vrml to visualize mbone topology around the world. Check it out , I think that you will like it ... Browsing a little at the Dore port in the ../ports/graphics director at ftp.freebsd.org , it looks like we could do some neat stuff. Dore among many things it has 3D support for transparency and texture mapping. My point is that we have a lot of technology at our disposal so what are we doing with it ? 8) Tnks, Amancio From owner-freebsd-multimedia Thu Aug 1 15:17:03 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA03082 for multimedia-outgoing; Thu, 1 Aug 1996 15:17:03 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA03077 for ; Thu, 1 Aug 1996 15:16:59 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id PAA09618 for ; Thu, 1 Aug 1996 15:16:49 -0700 (PDT) Message-Id: <199608012216.PAA09618@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: multimedia@freebsd.org Subject: http://www.uni-paderborn.de/~SciTeXt/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 01 Aug 1996 15:16:48 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Has anyone ported SciText to FreeBSD? It looks like a cool word processor and is not covered by the GNU license. Enjoy, Amancio From owner-freebsd-multimedia Thu Aug 1 15:31:12 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA03655 for multimedia-outgoing; Thu, 1 Aug 1996 15:31:12 -0700 (PDT) Received: from bacall.lodgenet.com (bacall.lodgenet.com [205.138.147.242]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA03647 for ; Thu, 1 Aug 1996 15:31:05 -0700 (PDT) Received: (from mail@localhost) by bacall.lodgenet.com (8.6.12/8.6.12) id RAA08651 for ; Thu, 1 Aug 1996 17:30:53 -0500 Received: from garbo.lodgenet.com(204.124.123.250) by bacall via smap (V1.3) id sma008644; Thu Aug 1 17:30:34 1996 Received: from jake.lodgenet.com (jake.lodgenet.com [204.124.120.30]) by garbo.lodgenet.com (8.6.12/8.6.9) with ESMTP id RAA21555 for ; Thu, 1 Aug 1996 17:30:34 -0500 Received: from localhost (localhost [127.0.0.1]) by jake.lodgenet.com (8.7.5/8.6.12) with SMTP id RAA02068 for ; Thu, 1 Aug 1996 17:30:39 -0500 (CDT) Message-Id: <199608012230.RAA02068@jake.lodgenet.com> X-Authentication-Warning: jake.lodgenet.com: Host localhost [127.0.0.1] didn't use HELO protocol X-Mailer: exmh version 1.6.2 7/18/95 To: multimedia@freebsd.org Subject: mpeg stuff. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 01 Aug 1996 17:30:39 -0500 From: "Eric L. Hernes" Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Howdy, I've put up a little page on my mpeg encoding experiences at http://rrnet.com/~erich/mpeg. whaddya think? eric. -- erich@lodgenet.com http://rrnet.com/~erich erich@rrnet.com From owner-freebsd-multimedia Thu Aug 1 17:19:05 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA07456 for multimedia-outgoing; Thu, 1 Aug 1996 17:19:05 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA07448 for ; Thu, 1 Aug 1996 17:19:01 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id RAA11660; Thu, 1 Aug 1996 17:18:49 -0700 (PDT) Message-Id: <199608020018.RAA11660@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: "Eric L. Hernes" cc: multimedia@freebsd.org Subject: Re: mpeg stuff. In-reply-to: Your message of "Thu, 01 Aug 1996 17:30:39 CDT." <199608012230.RAA02068@jake.lodgenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 01 Aug 1996 17:18:48 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I like it!! Now if we can put together a nice system to create and / or edit mpeg streams we are in business. Is easy to follow your document and see were the holes are. Curious which board are you using for decoding mpeg ? >From The Desk Of "Eric L. Hernes" : > > Howdy, > > I've put up a little page on my mpeg encoding experiences > at http://rrnet.com/~erich/mpeg. > > whaddya think? > > eric. > -- > erich@lodgenet.com > http://rrnet.com/~erich erich@rrnet.com > > From owner-freebsd-multimedia Thu Aug 1 18:02:39 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA09055 for multimedia-outgoing; Thu, 1 Aug 1996 18:02:39 -0700 (PDT) Received: from po1.glue.umd.edu (po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA09050 for ; Thu, 1 Aug 1996 18:02:37 -0700 (PDT) Received: from fiber.eng.umd.edu (fiber.eng.umd.edu [129.2.98.185]) by po1.glue.umd.edu (8.7.5/8.7.3) with ESMTP id VAA25004; Thu, 1 Aug 1996 21:02:35 -0400 (EDT) Received: from localhost (chuckr@localhost) by fiber.eng.umd.edu (8.7.5/8.7.3) with SMTP id VAA22504; Thu, 1 Aug 1996 21:02:32 -0400 (EDT) X-Authentication-Warning: fiber.eng.umd.edu: chuckr owned process doing -bs Date: Thu, 1 Aug 1996 21:02:32 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@fiber.eng.umd.edu To: Amancio Hasty cc: multimedia@freebsd.org Subject: Re: http://www.uni-paderborn.de/~SciTeXt/ In-Reply-To: <199608012216.PAA09618@rah.star-gate.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 1 Aug 1996, Amancio Hasty wrote: > > Has anyone ported SciText to FreeBSD? > > It looks like a cool word processor and is not covered by the GNU license. I got the sources, I'll try to do a port this weekend. Any chance of a trade? I'd like pointers to info about moving /dev/audio coded stuff (you said it was mu-law) into floating point numbers. I want to experiment with fft's. > > Enjoy, > Amancio > > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-multimedia Thu Aug 1 18:14:27 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA09611 for multimedia-outgoing; Thu, 1 Aug 1996 18:14:27 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA09597 for ; Thu, 1 Aug 1996 18:14:24 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id SAA12396; Thu, 1 Aug 1996 18:14:13 -0700 (PDT) Message-Id: <199608020114.SAA12396@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: Chuck Robey cc: multimedia@freebsd.org Subject: Re: http://www.uni-paderborn.de/~SciTeXt/ In-reply-to: Your message of "Thu, 01 Aug 1996 21:02:32 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 01 Aug 1996 18:14:12 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Just take a peek at nas or sock also post on the multimedia mailing list because I know that there are a couple of people which have done work on fft's. Don't worry about SciTeXt I just finished porting and it looks rather cool 8) Cheers, Amancio >From The Desk Of Chuck Robey : > On Thu, 1 Aug 1996, Amancio Hasty wrote: > > > > > Has anyone ported SciText to FreeBSD? > > > > It looks like a cool word processor and is not covered by the GNU license. > > I got the sources, I'll try to do a port this weekend. Any chance of a > trade? I'd like pointers to info about moving /dev/audio coded stuff (you > said it was mu-law) into floating point numbers. I want to experiment > with fft's. > > > > > Enjoy, > > Amancio > > > > > > > > ----------------------------+----------------------------------------------- > Chuck Robey | Interests include any kind of voice or data > chuckr@eng.umd.edu | communications topic, C programming, and Unix. > 9120 Edmonston Ct #302 | > Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD > (301) 220-2114 | version 2.2 current -- and great FUN! > ----------------------------+----------------------------------------------- > From owner-freebsd-multimedia Thu Aug 1 18:43:11 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA10863 for multimedia-outgoing; Thu, 1 Aug 1996 18:43:11 -0700 (PDT) Received: from po1.glue.umd.edu (po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA10851 for ; Thu, 1 Aug 1996 18:43:08 -0700 (PDT) Received: from fiber.eng.umd.edu (fiber.eng.umd.edu [129.2.98.185]) by po1.glue.umd.edu (8.7.5/8.7.3) with ESMTP id VAA25301; Thu, 1 Aug 1996 21:43:06 -0400 (EDT) Received: from localhost (chuckr@localhost) by fiber.eng.umd.edu (8.7.5/8.7.3) with SMTP id VAA22510; Thu, 1 Aug 1996 21:43:05 -0400 (EDT) X-Authentication-Warning: fiber.eng.umd.edu: chuckr owned process doing -bs Date: Thu, 1 Aug 1996 21:43:05 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@fiber.eng.umd.edu To: Amancio Hasty cc: multimedia@freebsd.org Subject: Re: http://www.uni-paderborn.de/~SciTeXt/ In-Reply-To: <199608020114.SAA12396@rah.star-gate.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 1 Aug 1996, Amancio Hasty wrote: > Just take a peek at nas or sock also post on the multimedia mailing > list because I know that there are a couple of people which have > done work on fft's. > > Don't worry about SciTeXt I just finished porting and it looks rather cool 8) Great! Did you make a port? I'd love it! I just went and got the sources, after all. BTW, on the fft's, it's for a learning experience, I want to do it myself using info I've accumulated, I don't want to copy (even if it's been done quite well already, as I'm certain it has). I just wanted the info on getting the source stream set up. I'll go looking in nas ... > > Cheers, > Amancio > > >From The Desk Of Chuck Robey : > > On Thu, 1 Aug 1996, Amancio Hasty wrote: > > > > > > > > Has anyone ported SciText to FreeBSD? > > > > > > It looks like a cool word processor and is not covered by the GNU license. > > > > I got the sources, I'll try to do a port this weekend. Any chance of a > > trade? I'd like pointers to info about moving /dev/audio coded stuff (you > > said it was mu-law) into floating point numbers. I want to experiment > > with fft's. ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-freebsd-multimedia Thu Aug 1 18:48:44 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA11062 for multimedia-outgoing; Thu, 1 Aug 1996 18:48:44 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA11052 for ; Thu, 1 Aug 1996 18:48:41 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id SAA13337; Thu, 1 Aug 1996 18:48:30 -0700 (PDT) Message-Id: <199608020148.SAA13337@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: Chuck Robey cc: multimedia@freebsd.org Subject: Re: http://www.uni-paderborn.de/~SciTeXt/ In-reply-to: Your message of "Thu, 01 Aug 1996 21:43:05 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 01 Aug 1996 18:48:30 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Just add this to the Makefile in order to correctly compile the program: .C.o: $(RM) $@ $(CXX) -c -o $@ $(CFLAGS) $(CXXEXTRA_INCLUDES) $*.C Try to compile SciTeXt with -g. Have fun, Amancio >From The Desk Of Chuck Robey : > On Thu, 1 Aug 1996, Amancio Hasty wrote: > > > Just take a peek at nas or sock also post on the multimedia mailing > > list because I know that there are a couple of people which have > > done work on fft's. > > > > Don't worry about SciTeXt I just finished porting and it looks rather cool 8) > > Great! Did you make a port? I'd love it! I just went and got the > sources, after all. > > BTW, on the fft's, it's for a learning experience, I want to do it myself > using info I've accumulated, I don't want to copy (even if it's been done > quite well already, as I'm certain it has). I just wanted the info on > getting the source stream set up. I'll go looking in nas ... > > > > > Cheers, > > Amancio > > > > >From The Desk Of Chuck Robey : > > > On Thu, 1 Aug 1996, Amancio Hasty wrote: > > > > > > > > > > > Has anyone ported SciText to FreeBSD? > > > > > > > > It looks like a cool word processor and is not covered by the GNU licen se. > > > > > > I got the sources, I'll try to do a port this weekend. Any chance of a > > > trade? I'd like pointers to info about moving /dev/audio coded stuff (yo u > > > said it was mu-law) into floating point numbers. I want to experiment > > > with fft's. > > ----------------------------+----------------------------------------------- > Chuck Robey | Interests include any kind of voice or data > chuckr@eng.umd.edu | communications topic, C programming, and Unix. > 9120 Edmonston Ct #302 | > Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD > (301) 220-2114 | version 2.2 current -- and great FUN! > ----------------------------+----------------------------------------------- > From owner-freebsd-multimedia Thu Aug 1 18:50:46 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA11169 for multimedia-outgoing; Thu, 1 Aug 1996 18:50:46 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA11163 for ; Thu, 1 Aug 1996 18:50:44 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id SAA13358; Thu, 1 Aug 1996 18:50:33 -0700 (PDT) Message-Id: <199608020150.SAA13358@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: Chuck Robey cc: multimedia@freebsd.org Subject: Re: http://www.uni-paderborn.de/~SciTeXt/ In-reply-to: Your message of "Thu, 01 Aug 1996 21:43:05 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 01 Aug 1996 18:50:32 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk For general info including sound formats supported by the sound driver: ftp://rah.star-gate.com/pub/snd-sdk-doc-0.1.ps.gz Have a ball, Amancio >From The Desk Of Chuck Robey : > On Thu, 1 Aug 1996, Amancio Hasty wrote: > > > Just take a peek at nas or sock also post on the multimedia mailing > > list because I know that there are a couple of people which have > > done work on fft's. > > > > Don't worry about SciTeXt I just finished porting and it looks rather cool 8) > > Great! Did you make a port? I'd love it! I just went and got the > sources, after all. > > BTW, on the fft's, it's for a learning experience, I want to do it myself > using info I've accumulated, I don't want to copy (even if it's been done > quite well already, as I'm certain it has). I just wanted the info on > getting the source stream set up. I'll go looking in nas ... > > > > > Cheers, > > Amancio > > > > >From The Desk Of Chuck Robey : > > > On Thu, 1 Aug 1996, Amancio Hasty wrote: > > > > > > > > > > > Has anyone ported SciText to FreeBSD? > > > > > > > > It looks like a cool word processor and is not covered by the GNU licen se. > > > > > > I got the sources, I'll try to do a port this weekend. Any chance of a > > > trade? I'd like pointers to info about moving /dev/audio coded stuff (yo u > > > said it was mu-law) into floating point numbers. I want to experiment > > > with fft's. > > ----------------------------+----------------------------------------------- > Chuck Robey | Interests include any kind of voice or data > chuckr@eng.umd.edu | communications topic, C programming, and Unix. > 9120 Edmonston Ct #302 | > Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD > (301) 220-2114 | version 2.2 current -- and great FUN! > ----------------------------+----------------------------------------------- > From owner-freebsd-multimedia Thu Aug 1 20:08:24 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA14573 for multimedia-outgoing; Thu, 1 Aug 1996 20:08:24 -0700 (PDT) Received: from bunyip.cc.uq.oz.au (daemon@bunyip.cc.uq.oz.au [130.102.2.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA14557 for ; Thu, 1 Aug 1996 20:08:13 -0700 (PDT) Received: (from daemon@localhost) by bunyip.cc.uq.oz.au (8.7.5/8.7.3) id NAA26305; Fri, 2 Aug 1996 13:08:02 +1000 Received: from netfl15a.devetir.qld.gov.au by pandora.devetir.qld.gov.au (8.6.10/DEVETIR-E0.3a) with ESMTP id NAA12267; Fri, 2 Aug 1996 13:09:11 +1000 Received: from localhost by netfl15a.devetir.qld.gov.au (8.6.8.1/DEVETIR-0.1) id DAA01357; Fri, 2 Aug 1996 03:10:44 GMT Message-Id: <199608020310.DAA01357@netfl15a.devetir.qld.gov.au> X-Mailer: exmh version 1.6.5 12/11/95 To: Amancio Hasty cc: multimedia@freebsd.org Subject: Re: http://www.uni-paderborn.de/~SciTeXt/ In-reply-to: Your message of "Thu, 01 Aug 1996 18:14:12 MST." <199608020114.SAA12396@rah.star-gate.com> X-Face: 3}heU+2?b->-GSF-G4T4>jEB9~FR(V9lo&o>kAy=Pj&;oVOc<|pr%I/VSG"ZD32J>5gGC0N 7gj]^GI@M:LlqNd]|(2OxOxy@$6@/!,";-!OlucF^=jq8s57$%qXd/ieC8DhWmIy@J1AcnvSGV\|*! >Bvu7+0h4zCY^]{AxXKsDTlgA2m]fX$W@'8ev-Qi+-;%L'CcZ'NBL!@n?}q!M&Em3*eW7,093nOeV8 M)(u+6D;%B7j\XA/9j4!Gj~&jYzflG[#)E9sI&Xe9~y~Gn%fA7>F:YKr"Wx4cZU*6{^2ocZ!YyR Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Aug 1996 13:10:43 +1000 From: Stephen Hocking Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Don't worry about SciTeXt I just finished porting and it looks rather cool 8) > > Cheers, > Amancio > Alright! Don't you need motif for this? What version, et cetera? Stephen -- The views expressed above are not those of the Worker's Compensation Board of Queensland, Australia. From owner-freebsd-multimedia Fri Aug 2 00:08:55 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA23729 for multimedia-outgoing; Fri, 2 Aug 1996 00:08:55 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA23723 for ; Fri, 2 Aug 1996 00:08:53 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id AAA00625; Fri, 2 Aug 1996 00:07:30 -0700 (PDT) Message-Id: <199608020707.AAA00625@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: Stephen Hocking cc: multimedia@freebsd.org Subject: Re: http://www.uni-paderborn.de/~SciTeXt/ In-reply-to: Your message of "Fri, 02 Aug 1996 13:10:43 +1000." <199608020310.DAA01357@netfl15a.devetir.qld.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Aug 1996 00:07:30 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I have Motif 2.0 , if people are interested I will be more than happy to make a static version of scitext. Regards, Amancio >From The Desk Of Stephen Hocking : > > > Don't worry about SciTeXt I just finished porting and it looks rather cool 8) > > > > Cheers, > > Amancio > > > > Alright! Don't you need motif for this? What version, et cetera? > > Stephen > > -- > The views expressed above are not those of the Worker's Compensation Board of > Queensland, Australia. > > From owner-freebsd-multimedia Fri Aug 2 01:45:20 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA27569 for multimedia-outgoing; Fri, 2 Aug 1996 01:45:20 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA27564 for ; Fri, 2 Aug 1996 01:45:17 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id BAA01390; Fri, 2 Aug 1996 01:44:32 -0700 (PDT) Message-Id: <199608020844.BAA01390@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: Juha Inkari cc: multimedia@freebsd.org Subject: Re: http://www.uni-paderborn.de/~SciTeXt/ In-reply-to: Your message of "Fri, 02 Aug 1996 10:28:27 +0300." <199608020728.KAA25042@lk-hp-1.hut.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Aug 1996 01:44:31 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >From The Desk Of Juha Inkari : > > > I have Motif 2.0 , if people are interested I will be more than > > Yes, please. People are interested. Don't forget to contribute the > binary to the original release site, too. > ftp://rah.star-gate.com/pub/scitext-0.1alpha-common.tar.gz ftp://rah.star-gate.com/pub/scitext-0.1alpha-fonts.tar.gz ftp://rah.star-gate.com/pub/scitext-0.1alpha-source.tar.gz ftp://rah.star-gate.com/pub/scitext.gz scitext.gz is the static binary In order to run scitext you will need the common and fonts distribution which are scitext-0.1alpha-common.tar.gz and scitext-0.1alpha-fonts.tar.gz, respectively. This is alpha quality software and at this stage I am more interested on people contributing than reporting bugs. I will keep the binary and the software on my ftp site for a couple of days. Also, if anyone cares to copy the binary to a different ftp site thats okay with me. Have fun, Amancio From owner-freebsd-multimedia Fri Aug 2 02:31:18 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA29280 for multimedia-outgoing; Fri, 2 Aug 1996 02:31:18 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id CAA29275 for ; Fri, 2 Aug 1996 02:31:12 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id CAA02256 for ; Fri, 2 Aug 1996 02:31:10 -0700 (PDT) Message-Id: <199608020931.CAA02256@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: multimedia@freebsd.org Subject: scitext.gz , again. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Aug 1996 02:31:10 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk If you have downloaded scitext.gz from my ftp site please do so again. Thank you, Amancio From owner-freebsd-multimedia Fri Aug 2 03:30:56 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA01655 for multimedia-outgoing; Fri, 2 Aug 1996 03:30:56 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA01650 for ; Fri, 2 Aug 1996 03:30:54 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by who.cdrom.com (8.7.5/8.6.11) with SMTP id DAA05279 for ; Fri, 2 Aug 1996 03:30:22 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id MAA01821; Fri, 2 Aug 1996 12:22:30 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id MAA11824; Fri, 2 Aug 1996 12:35:51 +0200 From: "Christoph P. Kukulies" Message-Id: <199608021035.MAA11824@gilberto.physik.rwth-aachen.de> Subject: Re: scitext.gz , again. To: hasty@rah.star-gate.com (Amancio Hasty) Date: Fri, 2 Aug 1996 12:35:50 +0200 (MET DST) Cc: multimedia@freebsd.org In-Reply-To: <199608020931.CAA02256@rah.star-gate.com> from Amancio Hasty at "Aug 2, 96 02:31:10 am" Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > If you have downloaded scitext.gz from my ftp site please do so > again. -r--r--r-- 1 hasty operator 11630 Jun 14 04:38 rtp_testbed.tar.gz -r--r--r-- 1 hasty operator 40980 Aug 2 08:35 scitext-0.1alpha-common.tar.gz -r--r--r-- 1 hasty operator 1298030 Aug 2 08:35 scitext-0.1alpha-fonts.tar.gz -r--r--r-- 1 hasty operator 937470 Aug 2 08:35 scitext-0.1alpha-source.tar.gz -r-xr-xr-x 1 hasty operator 154915 Aug 2 08:34 scitext.gz - I'm getting a gzip error: gunzip: scitext.gz: invalid compressed data--crc error > > Thank you, > Amancio > > > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-multimedia Fri Aug 2 03:51:10 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA02265 for multimedia-outgoing; Fri, 2 Aug 1996 03:51:10 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA02260 for ; Fri, 2 Aug 1996 03:51:08 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id DAA03133; Fri, 2 Aug 1996 03:47:04 -0700 (PDT) Message-Id: <199608021047.DAA03133@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: Christoph Kukulies cc: multimedia@freebsd.org Subject: Re: scitext.gz , again. In-reply-to: Your message of "Fri, 02 Aug 1996 12:35:50 +0200." <199608021035.MAA11824@gilberto.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Aug 1996 03:47:03 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Download the file again because I think that your file got corrupted along the way: {root} cp /var/ftp/pub/scitext.gz /tmp/foo.gz {root} cd /tmp {root} gunzip foo {root} rm foo {root} ls -ald /var/ftp/pub/scitext.gz -r-xr-xr-x 1 hasty operator 1141581 Aug 2 02:28 /var/ftp/pub/scitext.gz >From The Desk Of "Christoph P. Kukulies" : > > > > > > If you have downloaded scitext.gz from my ftp site please do so > > again. > -r--r--r-- 1 hasty operator 11630 Jun 14 04:38 rtp_testbed.tar.gz > -r--r--r-- 1 hasty operator 40980 Aug 2 08:35 scitext-0.1alpha-common.t ar.gz > -r--r--r-- 1 hasty operator 1298030 Aug 2 08:35 scitext-0.1alpha-fonts.ta r.gz > -r--r--r-- 1 hasty operator 937470 Aug 2 08:35 scitext-0.1alpha-source.t ar.gz > -r-xr-xr-x 1 hasty operator 154915 Aug 2 08:34 scitext.gz > - > > I'm getting a gzip error: > gunzip: scitext.gz: invalid compressed data--crc error > > > > > Thank you, > > Amancio > > > > > > > > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-multimedia Fri Aug 2 03:56:00 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA02410 for multimedia-outgoing; Fri, 2 Aug 1996 03:56:00 -0700 (PDT) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA02374 for ; Fri, 2 Aug 1996 03:52:40 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id MAA02091; Fri, 2 Aug 1996 12:48:11 +0200 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id NAA13078; Fri, 2 Aug 1996 13:01:30 +0200 From: "Christoph P. Kukulies" Message-Id: <199608021101.NAA13078@gilberto.physik.rwth-aachen.de> Subject: Re: scitext.gz , again. To: kuku@gilberto.physik.rwth-aachen.de Date: Fri, 2 Aug 1996 13:01:29 +0200 (MET DST) Cc: hasty@rah.star-gate.com, multimedia@freebsd.org In-Reply-To: <199608021035.MAA11824@gilberto.physik.rwth-aachen.de> from "Christoph P. Kukulies" at "Aug 2, 96 12:35:50 pm" Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > > > > If you have downloaded scitext.gz from my ftp site please do so > > again. > -r--r--r-- 1 hasty operator 11630 Jun 14 04:38 rtp_testbed.tar.gz > -r--r--r-- 1 hasty operator 40980 Aug 2 08:35 scitext-0.1alpha-common.tar.gz > -r--r--r-- 1 hasty operator 1298030 Aug 2 08:35 scitext-0.1alpha-fonts.tar.gz > -r--r--r-- 1 hasty operator 937470 Aug 2 08:35 scitext-0.1alpha-source.tar.gz > -r-xr-xr-x 1 hasty operator 154915 Aug 2 08:34 scitext.gz > - > > I'm getting a gzip error: > gunzip: scitext.gz: invalid compressed data--crc error Oops. Looked like your weren't finished with uploading. > > > > > Thank you, > > Amancio > > > > > > > > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de From owner-freebsd-multimedia Fri Aug 2 05:54:38 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA06196 for multimedia-outgoing; Fri, 2 Aug 1996 05:54:38 -0700 (PDT) Received: from bacall.lodgenet.com (bacall.lodgenet.com [205.138.147.242]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA06177 for ; Fri, 2 Aug 1996 05:54:34 -0700 (PDT) Received: (from mail@localhost) by bacall.lodgenet.com (8.6.12/8.6.12) id HAA16561; Fri, 2 Aug 1996 07:54:25 -0500 Received: from garbo.lodgenet.com(204.124.123.250) by bacall via smap (V1.3) id sma016556; Fri Aug 2 07:53:56 1996 Received: from jake.lodgenet.com (jake.lodgenet.com [204.124.120.30]) by garbo.lodgenet.com (8.6.12/8.6.9) with ESMTP id HAA29658; Fri, 2 Aug 1996 07:53:57 -0500 Received: from localhost (localhost [127.0.0.1]) by jake.lodgenet.com (8.7.5/8.6.12) with SMTP id HAA29555; Fri, 2 Aug 1996 07:54:01 -0500 (CDT) Message-Id: <199608021254.HAA29555@jake.lodgenet.com> X-Authentication-Warning: jake.lodgenet.com: Host localhost [127.0.0.1] didn't use HELO protocol X-Mailer: exmh version 1.6.2 7/18/95 To: Amancio Hasty cc: "Eric L. Hernes" , multimedia@freebsd.org Subject: Re: mpeg stuff. In-reply-to: Your message of "Thu, 01 Aug 1996 17:18:48 PDT." <199608020018.RAA11660@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Aug 1996 07:54:01 -0500 From: "Eric L. Hernes" Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Amancio Hasty writes: >I like it!! >Now if we can put together a nice system to create and / or edit mpeg >streams we are in business. > well, I wouldn't call it `nice' but we can do lots of stuff with what we've got. I haven't been able to get production quality, but then I'm no artist. ;-) Yesterday I commited ports of: mpeg_encode -- UCB's mpeg-I encoder mpegedit -- A buggy editor for mpeg video streams mplex -- an mpeg audio/video => system multiplexor splitmpg -- a system de-multiplexor and I've got ports on the way of mpeg_bits and mpeg_blocks They work with mpeg_encode to tune a parameter file. It wouldn't be too tough to edit nearly any mpeg stream as follows: 1) get the file, say http://www.heuris.com/clips/martini.mpg 2) use splitmpg to de-multiplex the audio/video 3) use musicout to dump the audio to pcm; sox to convert to somthing usable; I haven't found anything to dump video frames, yet. 4) use mpeg_edit, auedit, whatever to muck with these. 5) reconvert the audio to mpeg; re-roll (with mpeg_encode) the video if you somehow unrolled it 6) multiplex the streams back together with mplex (or system_encode) 7) play it on your favorite player. eric. -- erich@lodgenet.com http://rrnet.com/~erich erich@rrnet.com From owner-freebsd-multimedia Fri Aug 2 06:03:38 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA06492 for multimedia-outgoing; Fri, 2 Aug 1996 06:03:38 -0700 (PDT) Received: from bacall.lodgenet.com (bacall.lodgenet.com [205.138.147.242]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA06487 for ; Fri, 2 Aug 1996 06:03:36 -0700 (PDT) Received: (from mail@localhost) by bacall.lodgenet.com (8.6.12/8.6.12) id IAA16838; Fri, 2 Aug 1996 08:03:27 -0500 Received: from garbo.lodgenet.com(204.124.123.250) by bacall via smap (V1.3) id sma016825; Fri Aug 2 08:03:10 1996 Received: from jake.lodgenet.com (jake.lodgenet.com [204.124.120.30]) by garbo.lodgenet.com (8.6.12/8.6.9) with ESMTP id IAA29841; Fri, 2 Aug 1996 08:03:09 -0500 Received: from localhost (localhost [127.0.0.1]) by jake.lodgenet.com (8.7.5/8.6.12) with SMTP id IAA29842; Fri, 2 Aug 1996 08:03:14 -0500 (CDT) Message-Id: <199608021303.IAA29842@jake.lodgenet.com> X-Authentication-Warning: jake.lodgenet.com: Host localhost [127.0.0.1] didn't use HELO protocol X-Mailer: exmh version 1.6.2 7/18/95 To: Amancio Hasty cc: "Eric L. Hernes" , multimedia@freebsd.org Subject: Re: mpeg stuff. In-reply-to: Your message of "Thu, 01 Aug 1996 17:18:48 PDT." <199608020018.RAA11660@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Aug 1996 08:03:13 -0500 From: "Eric L. Hernes" Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk oops, missed this one. Amancio Hasty writes: >Curious which board are you using for decoding mpeg ? > Visual Circuits ReelTime MPEG-I http://www.vcircuits.com/vcprod1.htm it's cheap, but it works ok. I've had two cards playing streams while building a kernel on a P75. It should support more, but I've never had enough cards to test it thoroughly. I wrote the driver for it and I've been trying to get permission to release it but haven't heard anything back from the politicians here. I've got access to an Optibase card, but no programming info. I've been told that we're getting a Tailsman to compare. I've also been told that I'm getting MPEG-2 cards from Toshiba and Visual Circuits in the next couple of months. I should be able to build a FreeBSD video file server in the not so distant future... Just how stable is ccd? eric. -- erich@lodgenet.com http://rrnet.com/~erich erich@rrnet.com From owner-freebsd-multimedia Fri Aug 2 06:24:23 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA07046 for multimedia-outgoing; Fri, 2 Aug 1996 06:24:23 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA07041 for ; Fri, 2 Aug 1996 06:24:18 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id GAA00287; Fri, 2 Aug 1996 06:24:11 -0700 (PDT) Message-Id: <199608021324.GAA00287@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: "Eric L. Hernes" cc: multimedia@freebsd.org Subject: Re: mpeg stuff. In-reply-to: Your message of "Fri, 02 Aug 1996 07:54:01 CDT." <199608021254.HAA29555@jake.lodgenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Aug 1996 06:24:10 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have an idea, Lets create a web page outlining current multimedia projects. It does not have to be anything fancy and I think it may help not just the current mpeg project but other multimedia tools. If no one steps in , I will create such a web page -- hint I am looking for a volunteer 8) The list is fine to brain storm ideas . I just don't want others at a later time to miss the "brain storm" 8) Tnks, Amancio >From The Desk Of "Eric L. Hernes" : > Amancio Hasty writes: > >I like it!! > >Now if we can put together a nice system to create and / or edit mpeg > >streams we are in business. > > > > well, I wouldn't call it `nice' but we can do lots of stuff with > what we've got. I haven't been able to get production quality, > but then I'm no artist. ;-) > > Yesterday I commited ports of: > mpeg_encode -- UCB's mpeg-I encoder > mpegedit -- A buggy editor for mpeg video streams > mplex -- an mpeg audio/video => system multiplexor > splitmpg -- a system de-multiplexor > > and I've got ports on the way of mpeg_bits and mpeg_blocks > They work with mpeg_encode to tune a parameter file. > > It wouldn't be too tough to edit nearly any mpeg stream as follows: > > 1) get the file, say http://www.heuris.com/clips/martini.mpg > 2) use splitmpg to de-multiplex the audio/video > 3) use musicout to dump the audio to pcm; > sox to convert to somthing usable; > I haven't found anything to dump video frames, yet. > 4) use mpeg_edit, auedit, whatever to muck with these. > 5) reconvert the audio to mpeg; re-roll (with mpeg_encode) the video > if you somehow unrolled it > 6) multiplex the streams back together with mplex (or system_encode) > 7) play it on your favorite player. > > eric. > > -- > erich@lodgenet.com > http://rrnet.com/~erich erich@rrnet.com > > From owner-freebsd-multimedia Fri Aug 2 06:41:48 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA07619 for multimedia-outgoing; Fri, 2 Aug 1996 06:41:48 -0700 (PDT) Received: from charlotte.spiders.com (charlotte.spiders.com [199.224.7.188]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA07614 for ; Fri, 2 Aug 1996 06:41:45 -0700 (PDT) Received: (from gwh@localhost) by charlotte.spiders.com (8.6.12/8.6.12) id JAA06247 for multimedia@freebsd.org; Fri, 2 Aug 1996 09:44:43 -0400 Message-Id: <199608021344.JAA06247@charlotte.spiders.com> From: gwh@spiders.com (Gene W Homicki) Date: Fri, 2 Aug 1996 09:44:43 -0400 X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: multimedia@freebsd.org Subject: 2.1.5R + GUS PnP Pro Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hey all, Is anyone running Amancio's sound driver (ftp://rah.star-gate.com/pub/guspnp1.tar.gz) with 2.1.5-RELEASE and a GUS PnP Pro? I installed the guspnp package above, recompiled the kernel with the options specified in the readme. I did a 'MAKEDEV sd0' in /etc and rebooted to the new kernel. The card is recognized on booting, there don't appear to be any conflicts (I'm running an ASUS motherboard, Triton chipset, 2 x NCR SCSI, #9 Motion 771, Compex (DEC based) ethernet, so the GUS is the only non-PCI card in the system), yet I see the following problems: - As a test, i tried playing a MOD file with s3mod (and with tracker) and with s3mod all I get is garbage...static, then random high pitch tones. - maplay either 1) doesn't play anything, giving no error, or 2) doesn't play anything, and locks up the system completely. - can a .au directly to /dev/audio will also lock up the system. - vat does not work (using the one specified in the guspnp README) even in loopback "tone" mode. Various info attached below. I'd rather not upgrade to and run -current since I'd like this system to be pretty stable, but will run -current if I have to. If anyone has any insights, please let me know. --Gene ------------------------------------------------------------ [tarantula][/dev](3)$ cat sndstat VoxWare Sound Driver:3.5-alpha7-951119 (Mon Nov 20 14:38:12 EST 1995 Amancio Hasty@rah.star-gate.com) Config options: 188090a Installed drivers: Type 4: Gravis Ultrasound Card config: Gravis Ultrasound at 0x220 irq 11 drq 1,3 Audio devices: 0: GUS MAX (CS4231) (DUPLEX) 1: Gravis UltraSound (DUPLEX) Synth devices: 0: Gravis UltraSound MAX (512k) Midi devices: 0: Gravis UltraSound Midi Timers: 0: System clock 1: GUS Mixers: 0: AD1848/CS4248/CS4231 1: Gravis Ultrasound ------------------------------------------------------------ -- Gene W. Homicki gwh@spiders.com Objective Consulting, Inc. http://www.spiders.com/ Internet Presence Design voice: +1 914.353.3511 From owner-freebsd-multimedia Fri Aug 2 06:47:21 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA07769 for multimedia-outgoing; Fri, 2 Aug 1996 06:47:21 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA07764 for ; Fri, 2 Aug 1996 06:47:19 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id GAA00301; Fri, 2 Aug 1996 06:47:14 -0700 (PDT) Message-Id: <199608021347.GAA00301@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: "Eric L. Hernes" cc: multimedia@freebsd.org Subject: Re: mpeg stuff. In-reply-to: Your message of "Fri, 02 Aug 1996 08:03:13 CDT." <199608021303.IAA29842@jake.lodgenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Aug 1996 06:47:13 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >From The Desk Of "Eric L. Hernes" : > oops, missed this one. > > Amancio Hasty writes: > >Curious which board are you using for decoding mpeg ? > > > > Visual Circuits ReelTime MPEG-I http://www.vcircuits.com/vcprod1.htm Most cool ! Now do you know how much is the mpeg encoder going to cost and when is it going to be available? Tnks! Amancio From owner-freebsd-multimedia Fri Aug 2 06:56:33 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA08211 for multimedia-outgoing; Fri, 2 Aug 1996 06:56:33 -0700 (PDT) Received: from bacall.lodgenet.com (bacall.lodgenet.com [205.138.147.242]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA08198 for ; Fri, 2 Aug 1996 06:56:28 -0700 (PDT) Received: (from mail@localhost) by bacall.lodgenet.com (8.6.12/8.6.12) id IAA19214; Fri, 2 Aug 1996 08:56:20 -0500 Received: from garbo.lodgenet.com(204.124.123.250) by bacall via smap (V1.3) id sma019208; Fri Aug 2 08:55:56 1996 Received: from jake.lodgenet.com (jake.lodgenet.com [204.124.120.30]) by garbo.lodgenet.com (8.6.12/8.6.9) with ESMTP id IAA31608; Fri, 2 Aug 1996 08:55:56 -0500 Received: from localhost (localhost [127.0.0.1]) by jake.lodgenet.com (8.7.5/8.6.12) with SMTP id IAA01601; Fri, 2 Aug 1996 08:56:00 -0500 (CDT) Message-Id: <199608021356.IAA01601@jake.lodgenet.com> X-Authentication-Warning: jake.lodgenet.com: Host localhost [127.0.0.1] didn't use HELO protocol X-Mailer: exmh version 1.6.2 7/18/95 To: Amancio Hasty cc: "Eric L. Hernes" , multimedia@freebsd.org Subject: Re: mpeg stuff. In-reply-to: Your message of "Fri, 02 Aug 1996 06:47:13 PDT." <199608021347.GAA00301@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Aug 1996 08:56:00 -0500 From: "Eric L. Hernes" Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Amancio Hasty writes: >> >> Visual Circuits ReelTime MPEG-I http://www.vcircuits.com/vcprod1.htm > >Most cool ! > >Now do you know how much is the mpeg encoder going to cost and when >is it going to be available? nope, I can find out though. They were talking about it a couple months back. I think they were using it for surveilance stuff, sending 2 or 3 frames/sec over telephone lines. I can't remember exactly. I'll see if I can get some details though. > > Tnks! > Amancio > eric. -- erich@lodgenet.com http://rrnet.com/~erich erich@rrnet.com From owner-freebsd-multimedia Fri Aug 2 07:05:22 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA08634 for multimedia-outgoing; Fri, 2 Aug 1996 07:05:22 -0700 (PDT) Received: from charlotte.spiders.com (charlotte.spiders.com [199.224.7.188]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id HAA08627 for ; Fri, 2 Aug 1996 07:05:16 -0700 (PDT) Received: (from gwh@localhost) by charlotte.spiders.com (8.6.12/8.6.12) id KAA06329; Fri, 2 Aug 1996 10:03:11 -0400 Message-Id: <199608021403.KAA06329@charlotte.spiders.com> From: gwh@spiders.com (Gene W Homicki) Date: Fri, 2 Aug 1996 10:03:11 -0400 In-Reply-To: Amancio Hasty's message as of Aug 2, 6:24 X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: Amancio Hasty , "Eric L. Hernes" Subject: Re: mpeg stuff. Cc: multimedia@freebsd.org Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk +--- | I have an idea, | Lets create a web page outlining current multimedia projects. | It does not have to be anything fancy and I think it may help | not just the current mpeg project but other multimedia tools. | | If no one steps in , I will create such a web page -- hint I am looking | for a volunteer 8) +--- I can setup an area for it, and provide those people that wish to maintain it (or portions of it) to have FTP-only access. I'd be happy to set it up and maintain it once I get back from Montreal (I'll be there from the 7th through the 12th). If various peopel working on projects want to send me information on what they are working on, I can get it up a few days after I return. +--- | The list is fine to brain storm ideas . I just don't want others at a later | time to miss the "brain storm" 8) +--- Definitely. And it would be good to have one place to find information on FreeBSD multimedia. Now that I finally (after 9months) have a machine (aside from our servers) that I can use on a daily basis running FreeBSD, I'll be a lot more involved. I can also setup a virtual host for it, so if someone who has DNS control over freebsd.org wants to step in and provide a CNAME once we're ready to go.... http://multimedia.freebsd.org/ would be nice. --Gene -- Gene W. Homicki gwh@spiders.com Objective Consulting, Inc. http://www.spiders.com/ Internet Presence Design voice: +1 914.353.3511 From owner-freebsd-multimedia Fri Aug 2 07:09:59 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA08830 for multimedia-outgoing; Fri, 2 Aug 1996 07:09:59 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA08823 for ; Fri, 2 Aug 1996 07:09:57 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id HAA00541; Fri, 2 Aug 1996 07:08:54 -0700 (PDT) Message-Id: <199608021408.HAA00541@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: gwh@spiders.com (Gene W Homicki) cc: "Eric L. Hernes" , multimedia@freebsd.org Subject: Re: mpeg stuff. In-reply-to: Your message of "Fri, 02 Aug 1996 10:03:11 EDT." <199608021403.KAA06329@charlotte.spiders.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Aug 1996 07:08:53 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >From The Desk Of Gene W Homicki : > Definitely. And it would be good to have one place to find > information on FreeBSD multimedia. Now that I finally (after 9months) > have a machine (aside from our servers) that I can use on a daily > basis running FreeBSD, I'll be a lot more involved. > Don't forget that we do multimedia web page over in www.freebsd.org. However, what I was thinking of is a web page mostly for developers and contributors. The final and *polished* mulitmedia apps should go to the multimedia web page in www.freebsd.org or other sites. The important think to remember is to mark clearly that the web page is a development forum. Regards, Amancio From owner-freebsd-multimedia Fri Aug 2 07:20:03 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA09321 for multimedia-outgoing; Fri, 2 Aug 1996 07:20:03 -0700 (PDT) Received: from koala.scott.net (root@koala.scott.net [204.181.147.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA09286 for ; Fri, 2 Aug 1996 07:20:00 -0700 (PDT) Received: from jason.scott.net (dialup18.scott.net [205.241.3.18]) by koala.scott.net (8.7.4/8.7.3) with SMTP id JAA01145 for ; Fri, 2 Aug 1996 09:19:44 -0500 Message-ID: <32020E36.6684E442@scott.net> Date: Fri, 02 Aug 1996 09:18:30 -0500 From: Jason Gilbert X-Mailer: Mozilla 3.0b5a (X11; I; Linux 2.0.0 i586) MIME-Version: 1.0 To: multimedia@FreeBSD.org Subject: Re: http://www.uni-paderborn.de/~SciTeXt/ References: <199608020844.BAA01390@rah.star-gate.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-multimedia@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Amancio Hasty wrote: > I will keep the binary and the software on my ftp site for a couple of days. > > Also, if anyone cares to copy the binary to a different ftp site thats okay > with > me. > > Have fun, > Amancio Maybe you should also send one to the people who wrote Scitext so they can put it on there sight with the other binaries. jason From owner-freebsd-multimedia Fri Aug 2 07:23:55 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA09537 for multimedia-outgoing; Fri, 2 Aug 1996 07:23:55 -0700 (PDT) Received: from utgard.bga.com (utgard.bga.com [205.238.129.45]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id HAA09532 for ; Fri, 2 Aug 1996 07:23:50 -0700 (PDT) Received: (from faulkner@localhost) by utgard.bga.com (8.7.5/8.7.3) id JAA14031; Fri, 2 Aug 1996 09:23:45 -0500 (CDT) Message-Id: <199608021423.JAA14031@utgard.bga.com> Subject: Re: mpeg stuff. To: hasty@rah.star-gate.com (Amancio Hasty) Date: Fri, 2 Aug 1996 09:23:45 -0459 (CDT) From: "Boyd R. Faulkner" Cc: erich@lodgenet.com, multimedia@freebsd.org In-Reply-To: <199608021324.GAA00287@rah.star-gate.com> from "Amancio Hasty" at Aug 2, 96 06:23:53 am X-Mailer: ELM [version 2.4 PL25 ME8b] Content-Type: text Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk According to Amancio Hasty: > > > > I have an idea, > > Lets create a web page outlining current multimedia projects. I thought that was what the multimedia page on freebsd.org was to be good for. Unfortunately, very few contribute. If someone will create the list, I will html-ize it and put it in the page. I am not following this closely enough at this time to pick up snippets out of email. Thanks, Boyd > > It does not have to be anything fancy and I think it may help > not just the current mpeg project but other multimedia tools. > > If no one steps in , I will create such a web page -- hint I am looking > for a volunteer 8) > > The list is fine to brain storm ideas . I just don't want others at a later > time to miss the "brain storm" 8) > > Tnks, > Amancio > -- _____________________________________________________________________________ Boyd Faulkner "The fates lead him who will; faulkner@asgard.bga.com Him who won't, they drag." http://asgard.bga.com/~faulkner Old Roman Saying -- Source: Joseph Campbell _____________________________________________________________________________ From owner-freebsd-multimedia Fri Aug 2 07:40:32 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA10770 for multimedia-outgoing; Fri, 2 Aug 1996 07:40:32 -0700 (PDT) Received: from gatekeeper.ctron.com (ctron.com [134.141.197.25]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id HAA10697 for ; Fri, 2 Aug 1996 07:40:07 -0700 (PDT) Received: (from news@localhost) by gatekeeper.ctron.com (8.6.12/8.6.9) id KAA10564 for ; Fri, 2 Aug 1996 10:39:55 -0400 Received: from stealth.ctron.com(134.141.5.107) by gatekeeper via smap (V1.3mjr) id sma010545; Fri Aug 2 10:39:52 1996 Received: from thoth.ctron.com by stealth.ctron.com (4.1/SMI-4.1) id AA19717; Fri, 2 Aug 96 10:38:16 EDT Received: from thoth (localhost [127.0.0.1]) by thoth.ctron.com (8.6.12/8.6.12) with SMTP id KAA25057 for ; Fri, 2 Aug 1996 10:40:46 -0400 Message-Id: <3202136D.6064@ctron.com> Date: Fri, 02 Aug 1996 10:40:45 -0400 From: Alexander Seth Jones Organization: Cabletron Systems, Inc. X-Mailer: Mozilla 3.0b5aGold (X11; I; SunOS 5.4 sun4m) Mime-Version: 1.0 To: multimedia@freebsd.org Subject: Re: mpeg stuff. References: <199608021403.KAA06329@charlotte.spiders.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Guys, All this talk about current multimedia projects leads me to ask this question: I'm a part time musician, and I have been tossing around the idea of writing some multitrack recording software. I've already started writing a device driver for Greg Hanssen's Zefiro Acoustics DAT/PC interface card, and have written C++ classes to implement AIFF-C. Once I get the damn driver working I can actually start doing some real work with this idea. So my question is, Is anybody interested in this? Are there any musicians out there who would actually use it? As far as I have been able to find out, there isn't anything like this in the free software world. I know SGI has some free multitrack programs, but it's all in binary. Does anyone know of anything like what I'm thinking about doing? -- Alex Jones | ajones@ctron.com Cabletron Systems, Inc. Durham, NH USA 03824 From owner-freebsd-multimedia Fri Aug 2 07:41:16 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA10880 for multimedia-outgoing; Fri, 2 Aug 1996 07:41:16 -0700 (PDT) Received: from charlotte.spiders.com (charlotte.spiders.com [199.224.7.188]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id HAA10869 for ; Fri, 2 Aug 1996 07:41:10 -0700 (PDT) Received: (from gwh@localhost) by charlotte.spiders.com (8.6.12/8.6.12) id KAA06575 for multimedia@freebsd.org; Fri, 2 Aug 1996 10:44:07 -0400 Message-Id: <199608021444.KAA06575@charlotte.spiders.com> From: gwh@spiders.com (Gene W Homicki) Date: Fri, 2 Aug 1996 10:44:07 -0400 In-Reply-To: Amancio Hasty's message as of Aug 2, 7:08 X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: multimedia@freebsd.org Subject: Re: mpeg stuff. Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk +--- | Don't forget that we do multimedia web page over in www.freebsd.org. +--- Mmm, I did not forget, I had not seen it before. And I doubt I would have found it had I not been looking for it specifically. +--- | However, what I was thinking of is a web page mostly for developers and | contributors. The final and *polished* mulitmedia apps should go | to the multimedia web page in www.freebsd.org or other sites. +--- Defintely. +--- | The important think to remember is to mark clearly that the web | page is a development forum. +--- Understood completely, and I didn't mean to (and don't want to) step on anyone's toes. I'd just like to see a good resource for development, and good things come out of it for the end user. --Gene -- Gene W. Homicki gwh@spiders.com Objective Consulting, Inc. http://www.spiders.com/ Internet Presence Design voice: +1 914.353.3511 From owner-freebsd-multimedia Fri Aug 2 13:48:12 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA29663 for multimedia-outgoing; Fri, 2 Aug 1996 13:48:12 -0700 (PDT) Received: from Hydro.CAM.ORG (Hydro.CAM.ORG [198.168.100.7]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA29649 for ; Fri, 2 Aug 1996 13:48:08 -0700 (PDT) Received: from Nimbus.CAM.ORG (Nimbus.CAM.ORG [198.168.100.4]) by Hydro.CAM.ORG (8.7.5/8.7.3) with ESMTP id QAA19530; Fri, 2 Aug 1996 16:47:54 -0400 (EDT) Received: from coprod (DynamicPPP-139.HIP.CAM.ORG [205.151.119.139]) by Nimbus.CAM.ORG (8.7.5/8.7.3) with SMTP id QAA12215; Fri, 2 Aug 1996 16:47:46 -0400 (EDT) Message-ID: <320269A3.4492@coproductions.com> Date: Fri, 02 Aug 1996 16:48:35 -0400 From: Jean-Marc Felio Reply-To: reply@coproductions.com Organization: Coproductions W.W.W. X-Mailer: Mozilla 3.0b5aGold (Win95; I) MIME-Version: 1.0 To: Amancio Hasty CC: "Eric L. Hernes" , multimedia@freebsd.org Subject: Current multimedia projects. References: <199608021324.GAA00287@rah.star-gate.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Amancio Hasty wrote: > > I have an idea, > > Lets create a web page outlining current multimedia projects. > > It does not have to be anything fancy and I think it may help > not just the current mpeg project but other multimedia tools. > > If no one steps in , I will create such a web page -- hint I am looking > for a volunteer 8) > > The list is fine to brain storm ideas . I just don't want others at a later > time to miss the "brain storm" 8) > > Tnks, > Amancio -- The web page exist under Coprodutions Multimedia projects. You can post projects, discuss them on the forum etc... and the good thing, it's free and opens Europe contributions to your projects. Check it at: http://www.coproductions.com/mme.html (english side) http://www.coproductions.com/mm.html (french side) Thanks _____________________________________ Jean-Marc Felio - operator http://www.coproductions.com/ COPRODUCTIONS FILM - TV - MULTIMEDIA EUROPE - USA - CANADA From owner-freebsd-multimedia Fri Aug 2 14:03:15 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA00913 for multimedia-outgoing; Fri, 2 Aug 1996 14:03:15 -0700 (PDT) Received: from gatekeeper.ctron.com (ctron.com [134.141.197.25]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA00905 for ; Fri, 2 Aug 1996 14:03:10 -0700 (PDT) Received: (from news@localhost) by gatekeeper.ctron.com (8.6.12/8.6.9) id RAA04719; Fri, 2 Aug 1996 17:03:04 -0400 Received: from stealth.ctron.com(134.141.5.107) by gatekeeper via smap (V1.3mjr) id sma004700; Fri Aug 2 17:02:33 1996 Received: from deathstroke.ctron.com by stealth.ctron.com (4.1/SMI-4.1) id AA24520; Fri, 2 Aug 96 17:00:56 EDT Received: (from rjeyabal@localhost) by deathstroke.ctron.com (8.6.12/8.6.12) id RAA02709; Fri, 2 Aug 1996 17:07:36 -0400 Date: Fri, 2 Aug 1996 17:07:36 -0400 From: Rajiv Jeyabalan Message-Id: <199608022107.RAA02709@deathstroke.ctron.com> To: erich@lodgenet.com, hasty@rah.star-gate.com Subject: Re: mpeg stuff. Cc: multimedia@freebsd.org Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I was doing some encoding using realmagic producer and one of the limitations was the length of the piece of video . Is there an easy way to merge two separately encoded streams with overlapping frames between them ? The idea of a multimedia web page is quite appealing . I hope that it will be a valuable resource center for developers . :) Cheers -Rajiv From owner-freebsd-multimedia Fri Aug 2 14:30:37 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA02594 for multimedia-outgoing; Fri, 2 Aug 1996 14:30:37 -0700 (PDT) Received: from utgard.bga.com (utgard.bga.com [205.238.129.45]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA02550 for ; Fri, 2 Aug 1996 14:30:24 -0700 (PDT) Received: (from faulkner@localhost) by utgard.bga.com (8.7.5/8.7.3) id QAA01560; Fri, 2 Aug 1996 16:24:37 -0500 (CDT) Message-Id: <199608022124.QAA01560@utgard.bga.com> Subject: Re: Current multimedia projects. To: reply@coproductions.com Date: Fri, 2 Aug 1996 16:24:37 -0459 (CDT) From: "Boyd R. Faulkner" Cc: hasty@rah.star-gate.com, erich@lodgenet.com, multimedia@freebsd.org In-Reply-To: <320269A3.4492@coproductions.com> from "Jean-Marc Felio" at Aug 2, 96 04:48:18 pm X-Mailer: ELM [version 2.4 PL25 ME8b] Content-Type: text Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Unless someone says not to do so, I will add a link from the mm page on freebsd.org to point to these. Boyd According to Jean-Marc Felio: > > > Amancio Hasty wrote: > > > > I have an idea, > > > > Lets create a web page outlining current multimedia projects. > > > > It does not have to be anything fancy and I think it may help > > not just the current mpeg project but other multimedia tools. > > -- The web page exist under Coprodutions Multimedia projects. > You can post projects, discuss them on the forum etc... and the good > thing, it's free and opens Europe contributions to your projects. > > Check it at: > http://www.coproductions.com/mme.html (english side) > http://www.coproductions.com/mm.html (french side) > > Thanks > _____________________________________ > Jean-Marc Felio - operator > http://www.coproductions.com/ > COPRODUCTIONS FILM - TV - MULTIMEDIA > EUROPE - USA - CANADA > -- _____________________________________________________________________________ Boyd Faulkner "The fates lead him who will; faulkner@asgard.bga.com Him who won't, they drag." http://asgard.bga.com/~faulkner Old Roman Saying -- Source: Joseph Campbell _____________________________________________________________________________ From owner-freebsd-multimedia Fri Aug 2 14:32:18 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA02753 for multimedia-outgoing; Fri, 2 Aug 1996 14:32:18 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA02743 for ; Fri, 2 Aug 1996 14:32:14 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id OAA09644; Fri, 2 Aug 1996 14:31:56 -0700 (PDT) Message-Id: <199608022131.OAA09644@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: "Boyd R. Faulkner" cc: reply@coproductions.com, erich@lodgenet.com, multimedia@freebsd.org Subject: Re: Current multimedia projects. In-reply-to: Your message of "Fri, 02 Aug 1996 16:24:37 -0459." <199608022124.QAA01560@utgard.bga.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Aug 1996 14:31:56 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk So far coproductions looks interesting 8) Tnks! Amancio >From The Desk Of "Boyd R. Faulkner" : > Unless someone says not to do so, I will add a link from the mm page on > freebsd.org to point to these. > > Boyd > According to Jean-Marc Felio: > > > > > > Amancio Hasty wrote: > > > > > > I have an idea, > > > > > > Lets create a web page outlining current multimedia projects. > > > > > > It does not have to be anything fancy and I think it may help > > > not just the current mpeg project but other multimedia tools. > > > > -- The web page exist under Coprodutions Multimedia projects. > > You can post projects, discuss them on the forum etc... and the good > > thing, it's free and opens Europe contributions to your projects. > > > > Check it at: > > http://www.coproductions.com/mme.html (english side) > > http://www.coproductions.com/mm.html (french side) > > > > Thanks > > _____________________________________ > > Jean-Marc Felio - operator > > http://www.coproductions.com/ > > COPRODUCTIONS FILM - TV - MULTIMEDIA > > EUROPE - USA - CANADA > > > > > -- > _____________________________________________________________________________ > > Boyd Faulkner "The fates lead him who will; > faulkner@asgard.bga.com Him who won't, they drag." > http://asgard.bga.com/~faulkner Old Roman Saying -- Source: Joseph Campbell > _____________________________________________________________________________ From owner-freebsd-multimedia Fri Aug 2 14:33:20 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA02811 for multimedia-outgoing; Fri, 2 Aug 1996 14:33:20 -0700 (PDT) Received: from Hydro.CAM.ORG (Hydro.CAM.ORG [198.168.100.7]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA02801 for ; Fri, 2 Aug 1996 14:33:13 -0700 (PDT) Received: from Nimbus.CAM.ORG (Nimbus.CAM.ORG [198.168.100.4]) by Hydro.CAM.ORG (8.7.5/8.7.3) with ESMTP id RAA23421; Fri, 2 Aug 1996 17:33:04 -0400 (EDT) Received: from coprod (DynamicPPP-139.HIP.CAM.ORG [205.151.119.139]) by Nimbus.CAM.ORG (8.7.5/8.7.3) with SMTP id RAA28994; Fri, 2 Aug 1996 17:33:02 -0400 (EDT) Message-ID: <32027441.23A1@coproductions.com> Date: Fri, 02 Aug 1996 17:33:53 -0400 From: Jean-Marc Felio Reply-To: reply@coproductions.com Organization: Coproductions W.W.W. X-Mailer: Mozilla 3.0b5aGold (Win95; I) MIME-Version: 1.0 To: "Boyd R. Faulkner" CC: reply@coproductions.com, hasty@rah.star-gate.com, erich@lodgenet.com, multimedia@freebsd.org Subject: Re: Current multimedia projects. References: <199608022124.QAA01560@utgard.bga.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Boyd R. Faulkner wrote: > > Unless someone says not to do so, I will add a link from the mm page on > freebsd.org to point to these. > > Boyd Thanks. Please note that there are a lot of other services in the site and that we have over a 1000 members (mostly producers and editors) from Europe, Usa and Canada. Jean-Marc Felio > According to Jean-Marc Felio: > > > > > > Amancio Hasty wrote: > > > > > > I have an idea, > > > > > > Lets create a web page outlining current multimedia projects. > > > > > > It does not have to be anything fancy and I think it may help > > > not just the current mpeg project but other multimedia tools. > > > > -- The web page exist under Coprodutions Multimedia projects. > > You can post projects, discuss them on the forum etc... and the good > > thing, it's free and opens Europe contributions to your projects. > > > > Check it at: > > http://www.coproductions.com/mme.html (english side) > > http://www.coproductions.com/mm.html (french side) > > > > Thanks > > _____________________________________ > > Jean-Marc Felio - operator > > http://www.coproductions.com/ > > COPRODUCTIONS FILM - TV - MULTIMEDIA > > EUROPE - USA - CANADA > > > > -- > _____________________________________________________________________________ > > Boyd Faulkner "The fates lead him who will; > faulkner@asgard.bga.com Him who won't, they drag." > http://asgard.bga.com/~faulkner Old Roman Saying -- Source: Joseph Campbell > _____________________________________________________________________________ -- _____________________________________ Jean-Marc Felio http://www.coproductions.com/ COPRODUCTIONS FILM - TV - MULTIMEDIA EUROPE - USA - CANADA From owner-freebsd-multimedia Fri Aug 2 14:56:38 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA04762 for multimedia-outgoing; Fri, 2 Aug 1996 14:56:38 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA04757 for ; Fri, 2 Aug 1996 14:56:35 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id OAA09885; Fri, 2 Aug 1996 14:56:25 -0700 (PDT) Message-Id: <199608022156.OAA09885@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: "Eric L. Hernes" cc: multimedia@freebsd.org Subject: Re: mpeg stuff. In-reply-to: Your message of "Fri, 02 Aug 1996 08:03:13 CDT." <199608021303.IAA29842@jake.lodgenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Aug 1996 14:56:24 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >From The Desk Of "Eric L. Hernes" : > oops, missed this one. > > Amancio Hasty writes: > >Curious which board are you using for decoding mpeg ? > > > > Visual Circuits ReelTime MPEG-I http://www.vcircuits.com/vcprod1.htm > it's cheap, but it works ok. I've had two cards playing streams while > building a kernel on a P75. It should support more, but I've never had > enough cards to test it thoroughly. I wrote the driver for it and I've > been trying to get permission to release it but haven't heard anything > back from the politicians here. You may consider building an lkm for the driver this way you don't have to release the sources and it makes it easier to convince your management to release the driver. Regards, Amancio From owner-freebsd-multimedia Fri Aug 2 20:20:44 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA21175 for multimedia-outgoing; Fri, 2 Aug 1996 20:20:44 -0700 (PDT) Received: from mailhost.coppe.ufrj.br (root@cisigw.coppe.ufrj.br [146.164.2.31]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA21163 for ; Fri, 2 Aug 1996 20:20:37 -0700 (PDT) Received: (from jonny@localhost) by mailhost.coppe.ufrj.br (8.7.5/8.7.3) id AAA20366 for multimedia@freebsd.org; Sat, 3 Aug 1996 00:20:35 -0300 (EST) From: Joao Carlos Mendes Luis Message-Id: <199608030320.AAA20366@mailhost.coppe.ufrj.br> Subject: GUS Pnp can only detect 256K RAM ? To: multimedia@freebsd.org Date: Sat, 3 Aug 1996 00:20:35 -0300 (EST) X-Mailer: ELM [version 2.4ME+ PL14 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I'm testing the GUS PnP driver in my recently installed 2.1.5R FBSD System. It works ok, but I have some questions: It can only see 256K, although it's a GUS PnP Pro with 512K embedded. I tryied putting more 2M and it still can only see 256K. Looking at the sources, it seens to me that this is a physical limit on the driver. Is this true ? Can I use all 2.5M RAM it have ? Another question: xmix cannot control any volume other than DSP. My MIDI files get played (playmidi -g) in VERY LOW volume. Can't I raise this ? Note: I'm new to the GUS world. I've recently changed from SB16. Just enough to believe GUS is *really* better for MIDI :) Jonny -- Joao Carlos Mendes Luis jonny@gta.ufrj.br +55 21 290-4698 ( Job ) jonny@cisi.coppe.ufrj.br Network Manager UFRJ/COPPE/CISI Universidade Federal do Rio de Janeiro From owner-freebsd-multimedia Fri Aug 2 20:54:20 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA22804 for multimedia-outgoing; Fri, 2 Aug 1996 20:54:20 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA22796 for ; Fri, 2 Aug 1996 20:54:15 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id UAA02245; Fri, 2 Aug 1996 20:54:09 -0700 (PDT) Message-Id: <199608030354.UAA02245@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: Joao Carlos Mendes Luis cc: multimedia@freebsd.org Subject: Re: GUS Pnp can only detect 256K RAM ? In-reply-to: Your message of "Sat, 03 Aug 1996 00:20:35 -0300." <199608030320.AAA20366@mailhost.coppe.ufrj.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Aug 1996 20:54:08 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I am having a bit of difficulty in configuring the GUS PnP to enable the mic input volume. As for the 256k , the -current version of the gus driver is able to see all the memory installed on the card: rah /kernel: Gravis PNP (1024k)> at 0x220 irq 11 dma 5,7 The -current GUS PnP driver is: rah.star-gate.com:/pub/guspnp3-current.tar.gz Have fun, Amancio >From The Desk Of Joao Carlos Mendes Luis : > Hi, > > I'm testing the GUS PnP driver in my recently installed 2.1.5R FBSD > System. It works ok, but I have some questions: > > It can only see 256K, although it's a GUS PnP Pro with 512K embedded. > I tryied putting more 2M and it still can only see 256K. Looking at > the sources, it seens to me that this is a physical limit on the driver. > Is this true ? Can I use all 2.5M RAM it have ? > > Another question: xmix cannot control any volume other than DSP. My > MIDI files get played (playmidi -g) in VERY LOW volume. Can't I raise > this ? > > Note: I'm new to the GUS world. I've recently changed from SB16. Just > enough to believe GUS is *really* better for MIDI :) > > Jonny > > -- > Joao Carlos Mendes Luis jonny@gta.ufrj.br > +55 21 290-4698 ( Job ) jonny@cisi.coppe.ufrj.br > Network Manager UFRJ/COPPE/CISI > Universidade Federal do Rio de Janeiro From owner-freebsd-multimedia Fri Aug 2 21:07:59 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA23472 for multimedia-outgoing; Fri, 2 Aug 1996 21:07:59 -0700 (PDT) Received: from mailhost.coppe.ufrj.br (root@cisigw.coppe.ufrj.br [146.164.2.31]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA23466 for ; Fri, 2 Aug 1996 21:07:56 -0700 (PDT) Received: (from jonny@localhost) by mailhost.coppe.ufrj.br (8.7.5/8.7.3) id BAA20569; Sat, 3 Aug 1996 01:07:50 -0300 (EST) From: Joao Carlos Mendes Luis Message-Id: <199608030407.BAA20569@mailhost.coppe.ufrj.br> Subject: Re: GUS Pnp can only detect 256K RAM ? To: hasty@rah.star-gate.com (Amancio Hasty) Date: Sat, 3 Aug 1996 01:07:49 -0300 (EST) Cc: multimedia@freebsd.org In-Reply-To: <199608030354.UAA02245@rah.star-gate.com> from Amancio Hasty at "Aug 2, 96 08:54:08 pm" X-Mailer: ELM [version 2.4ME+ PL14 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk #define quoting(Amancio Hasty) // As for the 256k , the -current version of the gus driver is able // to see all the memory installed on the card: // rah /kernel: Gravis PNP (1024k)> at 0x220 irq 11 dma 5,7 // // The -current GUS PnP driver is: // rah.star-gate.com:/pub/guspnp3-current.tar.gz Hi Amancio, Probably it's a stupid question, but: Does the -current driver work on 2.1.5R ? // > Another question: xmix cannot control any volume other than DSP. My // > MIDI files get played (playmidi -g) in VERY LOW volume. Can't I raise // > this ? You didn't talk about midi volume. Still no support, can I guess ? Jonny -- Joao Carlos Mendes Luis jonny@gta.ufrj.br +55 21 290-4698 ( Job ) jonny@cisi.coppe.ufrj.br Network Manager UFRJ/COPPE/CISI Universidade Federal do Rio de Janeiro From owner-freebsd-multimedia Fri Aug 2 21:44:50 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA25913 for multimedia-outgoing; Fri, 2 Aug 1996 21:44:50 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA25907 for ; Fri, 2 Aug 1996 21:44:48 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id VAA00351; Fri, 2 Aug 1996 21:44:43 -0700 (PDT) Message-Id: <199608030444.VAA00351@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: Joao Carlos Mendes Luis cc: multimedia@freebsd.org Subject: Re: GUS Pnp can only detect 256K RAM ? In-reply-to: Your message of "Sat, 03 Aug 1996 01:07:49 -0300." <199608030407.BAA20569@mailhost.coppe.ufrj.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Aug 1996 21:44:42 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >From The Desk Of Joao Carlos Mendes Luis : > #define quoting(Amancio Hasty) > // As for the 256k , the -current version of the gus driver is able > // to see all the memory installed on the card: > // rah /kernel: Gravis PNP (1024k)> at 0x220 irq 11 dma 5,7 > // > // The -current GUS PnP driver is: > // rah.star-gate.com:/pub/guspnp3-current.tar.gz > > Hi Amancio, > > Probably it's a stupid question, but: Does the -current driver work on > 2.1.5R ? With a bit of work you can make it work or if you have a decent net connection it will be faster to upgrade to -current. > // > Another question: xmix cannot control any volume other than DSP. My > // > MIDI files get played (playmidi -g) in VERY LOW volume. Can't I raise > // > this ? > > You didn't talk about midi volume. Still no support, can I guess ? You can try however is probably also hosed and I am working on the problem. Hopefully, AMD will tell me what I am doing wrong. Regards, Amancio > -- > Joao Carlos Mendes Luis jonny@gta.ufrj.br > +55 21 290-4698 ( Job ) jonny@cisi.coppe.ufrj.br > Network Manager UFRJ/COPPE/CISI > Universidade Federal do Rio de Janeiro From owner-freebsd-multimedia Sat Aug 3 15:42:16 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA22256 for multimedia-outgoing; Sat, 3 Aug 1996 15:42:16 -0700 (PDT) Received: from inga.augusta.de (root@inga.augusta.de [193.175.23.65]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA22136 for ; Sat, 3 Aug 1996 15:41:54 -0700 (PDT) Received: from rabbit by inga.augusta.de with uucp (Smail3.1.29.1 #1) id m0umpMR-004dJGC; Sun, 4 Aug 96 00:39 MET DST Received: by rabbit.augusta.de (Smail3.1.29.1 #1) id m0umnRQ-000AHdC; Sat, 3 Aug 96 22:36 MET DST Message-Id: Date: Sat, 3 Aug 96 22:36 MET DST X-Newsreader: knews 0.9.6 Organization: Privat Site running FreeBSD References: <199608012216.PAA09618@rah.star-gate.com> From: shanee@rabbit.augusta.de (Andreas Kohout) Subject: Re: http://www.uni-paderborn.de/~SciTeXt/ X-Original-Newsgroups: muc.lists.freebsd.multimedia In-Reply-To: <199608012216.PAA09618@rah.star-gate.com> To: multimedia@freebsd.org Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <199608012216.PAA09618@rah.star-gate.com>, hasty@rah.star-gate.com (Amancio Hasty) writes: > Has anyone ported SciText to FreeBSD? > > It looks like a cool word processor and is not covered by the GNU license. I have tried to port it, but there are not all Makefiles in the src archive. But the static binarie runns well with -current and linuxemu 2.0. But you need the lib archive and some more linux-elf-libs. It looks like Windows-Write/Word but is pre-alpha -> missing lots of features. -- Greeting, Andy running FreeBSD-current --------------------------------------------------------------------------- From owner-freebsd-multimedia Sat Aug 3 16:10:10 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA24637 for multimedia-outgoing; Sat, 3 Aug 1996 16:10:10 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA24614; Sat, 3 Aug 1996 16:10:03 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id QAA06408; Sat, 3 Aug 1996 16:08:17 -0700 (PDT) Message-Id: <199608032308.QAA06408@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: shanee@rabbit.augusta.de (Andreas Kohout) cc: multimedia@freebsd.org, hackers@freebsd.org Subject: Re: http://www.uni-paderborn.de/~SciTeXt/ In-reply-to: Your message of "Sat, 03 Aug 1996 22:36:00 +0700." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 03 Aug 1996 16:08:16 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >From The Desk Of Andreas Kohout : > It looks like Windows-Write/Word but is pre-alpha -> missing lots of > features. Well, I managed to port scitext over here and it was not that hard to port. I added this to the Makefile: # common rules for all Makefiles - do not edit .c.i: $(RM) $@ $(CC) -E $(CFLAGS) $(_NOOP_) $*.c > $@ ------- .C.o: $(RM) $@ $(CXX) -c -o $@ $(CFLAGS) $(CXXEXTRA_INCLUDES) $*.C ------- The rule to build ".C.o" files was missing ... As for scitext , I like the presentation so far and yes it looks like is missing a lot of features which means that is an opportunity for cool hackers to step in and lend a hand 8) I really would like to see a nice word processor which we can at least distribute the sources . Now with Open One from netscape or ILU this word processor can get very interesting 8) Info on ILU: ftp://parcftp.parc.xerox.com/pub/ilu/ilu.html Info on Open One: http://developer.netscape.com/library/one/index.html Enjoy, Amancio