From owner-freebsd-questions@FreeBSD.ORG Thu Apr 14 23:26:24 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBCE716A4CE for ; Thu, 14 Apr 2005 23:26:24 +0000 (GMT) Received: from heineken.flexi-surf.co.uk (heineken.flexi-surf.co.uk [62.41.128.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC56643D2F for ; Thu, 14 Apr 2005 23:26:23 +0000 (GMT) (envelope-from nbco@screaming.net) Received: from [10.250.250.6] ([62.55.106.100])j3EKgJE14938; Thu, 14 Apr 2005 21:42:20 +0100 From: nbco To: freebsd-questions@freebsd.org Date: Fri, 15 Apr 2005 00:26:22 +0100 User-Agent: KMail/1.8 References: <20050414230015.GA6327@SDF.LONESTAR.ORG> <200504150006.42123.nbco@screaming.net> <20050414230845.GA814@SDF.LONESTAR.ORG> In-Reply-To: <20050414230845.GA814@SDF.LONESTAR.ORG> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504150026.23380.nbco@screaming.net> cc: "Justin R. Pessa" Subject: Re: Adding my CDRW device to k3b X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: nbco@screaming.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2005 23:26:24 -0000 On Friday 15 April 2005 00:08, Justin R. Pessa wrote: > On Apr 15 12:06AM, nbco wrote: > > On Friday 15 April 2005 00:00, Justin R. Pessa wrote: > > > Allo! > > > > > > I'm having problems trying to get k3b to recognize my CDRW drive. > > > I went to "Settings" > "COnfigure k3b" > "Devices". When I add > > > /dev/acd0 it says "Could not find an additional device at > > > /dev/acd0". > > > > > > > > > I realize this is probably more a k3b problem than a FreeBSD > > > problem, but I feel as though there is something specific to > > > FreeBSD I have either missed or am over looking. > > > > Have you tried running k3b as root, if it sees your device as root. > > When I run an X app as root I get: > > Password: > [root@twinturbo] /home/jstn $ k3b > Xlib: connection to ":0.0" refused by server > Xlib: No protocol specified > > k3b: cannot connect to X server :0.0 > > I'm not sure how to give root permission to the X session on this > display. Any thoughts here? Well, it seems, you should check your .xserverrc for your X -nolisten tcp r :0 settings or chown the raw devices from root to yourself. .nbco