From owner-freebsd-questions Sun Mar 8 13:50:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16910 for freebsd-questions-outgoing; Sun, 8 Mar 1998 13:50:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dt050ndd.san.rr.com (root@dt050ndd.san.rr.com [204.210.31.221]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16889 for ; Sun, 8 Mar 1998 13:50:40 -0800 (PST) (envelope-from Studded@dal.net) Received: from dal.net (dougdougdougdoug@localhost [127.0.0.1]) by dt050ndd.san.rr.com (8.8.8/8.8.8) with ESMTP id NAA03411; Sun, 8 Mar 1998 13:50:23 -0800 (PST) (envelope-from Studded@dal.net) Message-ID: <3503129F.7B5DF1A6@dal.net> Date: Sun, 08 Mar 1998 13:50:23 -0800 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE-0308 i386) MIME-Version: 1.0 To: "Matthew D. Fuller" CC: questions@FreeBSD.ORG Subject: Re: xcdplayer References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew D. Fuller wrote: > > OK, maybe this is one for -ports, but I figured I'd toss it out here. > What device and I supposed to use for xcdplayer?? > I know I got it to work once, but I can't do it now to save my life. > I tried /dev/[r]wcd0{a|c}, /dev/[r]cd0{a|c}, /dev/[r]scd0{a|c}, and a few > others. It's a plain, ordinary IDE (yek, I know) CDROM. Everything I > try, I get: > open: : Device not configured > open: : Device not configured > It's really starting to aggravate me, because I can't see how it can be > this hard. Welcome to unix. :) I don't mean to be glib, but that's just how things are sometimes. I believe this error means that there is no /dev/wcd0c file. Double check that and if it doesn't exist, as root do: cd /dev /bin/sh MAKEDEV wcd0c You might also want to 'chmod o+r wcd0c' if you'd prefer not to have to root yourself to run cd's, and your box is secure. All that being said, I'm not familiar with xcdplayer so that may not actually be your problem. If that doesn't do it for you, try http://www.freebsd.org/search.html and give -questions a look. Good luck, Doug -- *** Chief Operations Officer, DALnet IRC network *** *** Proud operator, designer and maintainer of the world's largest *** Internet Relay Chat server. 5,328 clients and still growing. *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message