From owner-freebsd-questions Fri Jul 13 3: 1:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rebel.net.au (rebel.rebel.net.au [203.20.69.66]) by hub.freebsd.org (Postfix) with ESMTP id 8319A37B405 for ; Fri, 13 Jul 2001 03:01:44 -0700 (PDT) (envelope-from lloy0076@rebel.net.au) Received: from rebel.net.au (dialup-2.rebel.net.au [203.20.69.72]) by rebel.net.au (8.8.5/8.8.4) with ESMTP id TAA17504; Fri, 13 Jul 2001 19:31:27 +0930 Message-ID: <3B4EC7E0.1D0C253D@rebel.net.au> Date: Fri, 13 Jul 2001 19:35:20 +0930 From: David Lloyd X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.3-SGI_XFS_1.0.1 i586) X-Accept-Language: en MIME-Version: 1.0 To: "R. Lahaye" Cc: FreeBSD Questions Subject: Re: What means "Device not configured" ? References: <3B4EC4E4.1F408126@users.sourceforge.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Off the top of my head: > When I do (as root!): > > # xcdplayer > open: : Device not configured > open: : Device not configured > open: : Device not configured > open: : Device not configured > open: : Device not configured > [...snip...] > > Any idea what that means and what can be done about that? 1) xcdplayer might not be configured to play to the device you can "cat" to - man xcdplayer or /usr/share/doc probably has some type of info on this 2) strace [that's a linux-ism but I suspect it works under BSD] - strace xcdplay 2>&1 | less - you should be able to see the device it's trying to open or configure in an open/read/ioctl type call DSL -- "The greatest thing you'll ever learn is just to love and to be loved in return." - David Bowie (Nature Boy from Moulin Rouge) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message