From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 19:20:19 2006 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 7B3C116A422 for ; Thu, 23 Feb 2006 19:20:19 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ED6343D48 for ; Thu, 23 Feb 2006 19:20:19 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip04.eastlink.ca ([24.222.10.20]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IV5005J2N2GILO1@mta01.eastlink.ca> for freebsd-questions@freebsd.org; Thu, 23 Feb 2006 15:20:40 -0400 (AST) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.103]) ([24.224.199.230]) by ip04.eastlink.ca with ESMTP; Thu, 23 Feb 2006 15:20:18 -0400 Date: Thu, 23 Feb 2006 15:19:56 -0400 From: Duane Whitty In-reply-to: <20060223115446.4c8b20b2@localhost> To: FreeBSD Questions Message-id: <43FE0ADC.4000807@greenmeadow.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <20060223041701.64822.qmail@web60011.mail.yahoo.com> <43FD39C4.5090908@greenmeadow.ca> <20060223115446.4c8b20b2@localhost> User-Agent: Thunderbird 1.5 (X11/20060205) Subject: Re: trouble finding burner (k3b) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 19:20:19 -0000 Fabian Keil wrote: > Duane Whitty wrote: > >> Peter wrote: >>> This k3b program is great but it I find it very picky. Currently it >>> cannot detect my DVD/CD burner (/dev/acd1) anymore. It can find my CDROM >>> (/dev/acd0) allright but it claims the permissions may be wrong on the >>> burner. I checked and these devices have the same permissions. I even >>> gave them both 777 without success in detection. They are also both owned >>> by root:operator and my invoking user is in group operator. This used to >>> work great. I haven't tried to burn anything recently so I don't know >>> when things fell apart but what I can say is yesterday I recompiled my >>> kernel. I used the same config file with one line being added (for USB >>> 2.0 support; ehci). Anyone have any ideas? I'm running 5.4 although >>> today I was surprised that dmesg showed this: > >> I have a similar problem in that k3b cannot find >> my DVD/CD burner. However I haven't received any >> messages about permissions. >> >> On a hunch I started X as root and k3b was then >> able to find my hardware. This doesn't really >> solve the problem but it was a quick work-around >> for me until I figure this out. >> >> Note: I too changed permissions to 666 on >> /dev/acd0 and /dev/cd0 to no avail. > > The user needs to have access to /dev/xpt0 and /dev/pass0 as well. > > Fabian Hi, Thank you, this works perfectly. Best wishes, --Duane