From owner-freebsd-questions Tue Sep 21 13:41:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from imsety.oit.unc.edu (imsety.oit.unc.edu [152.2.21.99]) by hub.freebsd.org (Postfix) with ESMTP id 72B6714FB6 for ; Tue, 21 Sep 1999 13:40:37 -0700 (PDT) (envelope-from crimsun@email.unc.edu) Received: from login5.isis.unc.edu (root@login5.isis.unc.edu [152.2.25.135]) by imsety.oit.unc.edu (8.9.1/8.9.1) with ESMTP id QAA25235; Tue, 21 Sep 1999 16:40:32 -0400 (EDT) Received: by email.unc.edu id <1701-144476>; Tue, 21 Sep 1999 16:40:24 -0400 Date: Tue, 21 Sep 1999 16:34:02 -0400 (EDT) From: "Daniel T. Chen" X-Sender: crimsun@login5.isis.unc.edu Reply-To: "Daniel T. Chen" To: Luis Rios Cc: FreeBSD-questions@FreeBSD.org Subject: Re: KSCD... In-Reply-To: <1011600ACA84D21191F300805FFE895E8DBA4E@exchange.server.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 21 Sep 1999, Luis Rios wrote: > I've just recently installed FreeBSD3.2 on a pentium 166 with 64M of ram > along with KDE. The problem lies when I try to access the CD players app > (KSCD) . Everytime I try to run it starts, stops, and then dumps core.. The > only thing that I can think of is the device for the CD-ROM is incorrect or > PNP is not enabled (I removed it from the kernel). Has anyone had this > problem or are things just not configured correctly?? Any advice or hints > would be greatly appreciated.... > I installed KDE via pkg_add... Luis, pkg_add does not change the actual access permissions for the device you're using as CD-ROM. This may have security implications, but I simply do a `chmod o+r ` on the CD-ROM device in /dev (in mine, /dev/acd0c for an ATAPI CD-ROM). Check with others to see if this is a good idea. -d --- Daniel T. Chen daniel_chen@unc.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message