Date: Fri, 13 Jul 2001 19:35:20 +0930 From: David Lloyd <lloy0076@rebel.net.au> To: "R. Lahaye" <lahaye@users.sourceforge.net> Cc: FreeBSD Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: What means "Device not configured" ? Message-ID: <3B4EC7E0.1D0C253D@rebel.net.au> References: <3B4EC4E4.1F408126@users.sourceforge.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B4EC7E0.1D0C253D>