From owner-freebsd-multimedia Sun Oct 8 02:40:29 1995 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA26308 for multimedia-outgoing; Sun, 8 Oct 1995 02:40:29 -0700 Received: from anvil.gatech.edu (root@anvil.gatech.edu [130.207.165.41]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id CAA26303 for ; Sun, 8 Oct 1995 02:40:25 -0700 Received: from acmex.gatech.edu (gt4722a@acmex.gatech.edu [130.207.165.22]) by anvil.gatech.edu (8.6.12/8.6.12) with ESMTP id FAA02652 for ; Sun, 8 Oct 1995 05:40:23 -0400 From: gt4722a@prism.gatech.edu (Brian "AGENT GORDON COLE" Atkins) Received: (gt4722a@localhost) by acmex.gatech.edu (8.6.12/8.6.12) id FAA08815 for freebsd-multimedia@freebsd.org; Sun, 8 Oct 1995 05:40:22 -0400 Message-Id: <199510080940.FAA08815@acmex.gatech.edu> Subject: cdda for FreeBSD? To: freebsd-multimedia@freebsd.org Date: Sun, 8 Oct 1995 05:40:21 -0400 (EDT) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 200 Sender: owner-multimedia@freebsd.org Precedence: bulk Is there a way to get the Linux program cd-da to work under FreeBSD... I'm new to FreeBSD, so maybe someone has already ported it and I don't know? Are there any similiar programs native to FreeBSD? From owner-freebsd-multimedia Wed Oct 11 22:41:30 1995 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA09940 for multimedia-outgoing; Wed, 11 Oct 1995 22:41:30 -0700 Received: from anvil.gatech.edu (root@anvil.gatech.edu [130.207.165.41]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id WAA09934 for ; Wed, 11 Oct 1995 22:41:28 -0700 Received: from acmex.gatech.edu (gt4722a@acmex.gatech.edu [130.207.165.22]) by anvil.gatech.edu (8.6.12/8.6.12) with ESMTP id BAA24337 for ; Thu, 12 Oct 1995 01:41:21 -0400 From: gt4722a@prism.gatech.edu (Brian "AGENT GORDON COLE" Atkins) Received: (gt4722a@localhost) by acmex.gatech.edu (8.6.12/8.6.12) id BAA11085 for multimedia@freebsd.org; Thu, 12 Oct 1995 01:41:19 -0400 Message-Id: <199510120541.BAA11085@acmex.gatech.edu> Subject: robotics To: multimedia@freebsd.org Date: Thu, 12 Oct 1995 01:41:19 -0400 (EDT) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 283 Sender: owner-multimedia@freebsd.org Precedence: bulk we have an idea here to build some kind of cheapie cd-changing robot. Is there any kind of robotics support or ports in FreeBSD besides the X10 stuff? Does anyone know of any cheap-type robotic arms or other devices that would be programmable via a serial port or some such? thanks! From owner-freebsd-multimedia Wed Oct 11 23:12:10 1995 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA10337 for multimedia-outgoing; Wed, 11 Oct 1995 23:12:10 -0700 Received: from becker1.u.washington.edu (spaz@becker1.u.washington.edu [140.142.12.67]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id XAA10332 for ; Wed, 11 Oct 1995 23:12:09 -0700 Received: by becker1.u.washington.edu (5.65+UW95.10/UW-NDC Revision: 2.33 ) id AA22922; Wed, 11 Oct 95 23:12:07 -0700 X-Sender: spaz@becker1.u.washington.edu Date: Wed, 11 Oct 1995 23:12:06 -0700 (PDT) From: John Utz To: freebsd-multimedia@freebsd.org Subject: ioconf.c has a minor gritch with opldriver Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-multimedia@freebsd.org Precedence: bulk Hello; I have no idea if this is fixed in current or snap, but on 2.0.5, when one wants to add an opl driver in ones config file, the kernel will not be linked due to a failure to find: _opdriver the reason being, of course, that no such thing exists :-) what ever magic creature that creates ioconf.c in your /usr/src/sys/compile/KERNALNAME directory is planting the word "opdriver" in all the locations that it wants to actually put the word "opldriver". subtle difference, i know, but an important one nonetheless. Now, once i have a opl0, do i want it to point to a different address then the pas0? or do i ALLOW_CONFICT_IOADDR or something? Since both are the same bloody thing basically, do ireally have any need for the silly thing anyway? OH HECK! I just rebuilt nas from scratch, and it is giving me the same error that the package did, which is a message in dmesg to the effect: PCM device 1 not installed. The silly thing is that this message is printed by dmabuf.c in sound! It took a spot of grepping to find it. But heck? there is also a pas_pcm.c in there, so shouldn't the pas0 be the correct device? Also, on a related note it fails to plant: inthand2_t mpuintr; after the external definition of mpudriver; and puts NULL in the struct isa_device isa_devtab_null instead of mpuintr. And, fwiw even after i fixed this the machine still panics when i try a playmidi -e ( -e is the visit external device flag ). i guess i will try and sort it out after i read up on kernel debugging :-) hope the ioconf.c stuff was of some use. tnx! ******************************************************************************* John Utz spaz@stein.u.washington.edu idiocy is the impulse function in the convolution of life