From owner-freebsd-questions@FreeBSD.ORG Fri Sep 9 12:49:53 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 D860316A41F for ; Fri, 9 Sep 2005 12:49:53 +0000 (GMT) (envelope-from msherman77@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id C137443D70 for ; Fri, 9 Sep 2005 12:49:48 +0000 (GMT) (envelope-from msherman77@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so95453rne for ; Fri, 09 Sep 2005 05:49:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c2D532tYmfiEvJg/6jYuQlxygHpTgok2PqFqztZtQxJ4L5n09ttYgJJPnL9In4NQzUOHNLFt2CtDcbGE/98LZrGu1DFuSmYXPO897Dfmck+8NNI1CHGkaR3JH267nw/flYAoLKLF8uMIAJOU43MCDo+ucpoUK0ZtLr+0EmUhuE4= Received: by 10.38.209.4 with SMTP id h4mr25522rng; Fri, 09 Sep 2005 05:49:47 -0700 (PDT) Received: by 10.38.75.51 with HTTP; Fri, 9 Sep 2005 05:49:47 -0700 (PDT) Message-ID: Date: Fri, 9 Sep 2005 08:49:47 -0400 From: Michael Sherman To: Fabian Keil , FreeBSD Mailing List In-Reply-To: <20050909121806.2b7e11f3@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050909121806.2b7e11f3@localhost> Cc: Subject: Re: Conflicting CDRW and DVDRW X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: msherman77@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2005 12:49:54 -0000 I must have been too tired last night. They are indeed on a different scbus, I was just looking at target and lun IDs. The problem was the permissions on the /dev/passX. Thanks a lot. On 9/9/05, Fabian Keil wrote: > Michael Sherman wrote: >=20 > > I am trying to burn a DVD with my Pioneer DVD writer (usb), but when I > > open K3B, the device is not listed. In fact the IDE CD burner isn't > > listed there as well. The kernel is configured with SCSI and ATAPICAM > > devices. It seems to me that my writers IDE and USB are conflicting, > > since the output of the camcontrol devlist produces: > > > > at scbus0 target 6 lun 0 (sa0,pass0) > > at scbus1 target 0 lun 0 (pass1,cd0) > > at scbus3 target 0 lun 0 (pass2,cd1) >=20 > Where do you see the conflict here? >=20 > > Any ideas? Any hint will be appreciated. >=20 > Do you run K3B as user? Does the user have write access to > the needed devs (acdX, passX, xptX) or are the underlying programs > running suid? >=20 > If you have cdrecord installed, try running cdrecord -scanbus as the user > you use for K3B and look at the error messages. >=20 > Fabian > -- > http://www.fabiankeil.de/ >=20 >=20 >