From owner-freebsd-questions Mon Dec 26 08:41:02 1994 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id IAA28046 for questions-outgoing; Mon, 26 Dec 1994 08:41:02 -0800 Received: from cynjut.infonet.net (root@s069.infonet.net [167.142.100.69]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id QAA28039 for ; Mon, 26 Dec 1994 16:40:56 GMT Received: (from burgess@localhost) by cynjut.infonet.net (8.6.9/8.6.9) id KAA12818; Mon, 26 Dec 1994 10:41:00 -0600 From: Dave Burgess Message-Id: <199412261641.KAA12818@cynjut.infonet.net> Subject: Re: cdplaysers for mitsumi To: rjs@rjs-ppp.clark.net (Ron Steele) Date: Mon, 26 Dec 1994 10:40:59 -0600 (CST) Cc: freebsd-questions@freefall.cdrom.com In-Reply-To: <199412260922.JAA01130@rjs-ppp.clark.net> from "Ron Steele" at Dec 26, 94 09:22:41 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 923 Sender: questions-owner@freebsd.org Precedence: bulk > > Neither cdplayer nor xcdplayer seem to work with my Mitsumi cdrom drive. > Are either of these programs compatable with the Mitsumi drives? If they > should work, is there some sort of config info I need to know about. > There does not seem to be any way to tell them what device they are to > control. Is there an alternative program? > The one that I modified when I was working on the Mitsumi driver for NetBSD should work for you. It is available by anonymous FTP from somewhere (I knew I should have written that down). It is an updated version of the standard text mode CD controller. If you need it, E-Mail me and I will post it out to you. The one thing that you will need to make sure about is that you have changed the device that gets opened from '/dev/[s]cd0d' to '/dev/mcd0d'. This gets done through a compile time define in my code, but was done with a static definition in the original code.