From owner-freebsd-multimedia@FreeBSD.ORG Sat Apr 11 13:06:30 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D227106566C for ; Sat, 11 Apr 2009 13:06:30 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from mailrelay003.isp.belgacom.be (mailrelay003.isp.belgacom.be [195.238.6.53]) by mx1.freebsd.org (Postfix) with ESMTP id 1AFB08FC21 for ; Sat, 11 Apr 2009 13:06:29 +0000 (UTC) (envelope-from tijl@ulyssis.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvcFACYq4ElR9TKI/2dsb2JhbACBUsgqgj6BPgY Received: from 136.50-245-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.245.50.136]) by relay.skynet.be with ESMTP; 11 Apr 2009 14:37:09 +0200 Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.3/8.14.3) with ESMTP id n3BCb9cN015608; Sat, 11 Apr 2009 14:37:09 +0200 (CEST) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: freebsd-multimedia@freebsd.org, "marco.borsatino@libero.it" Date: Sat, 11 Apr 2009 14:37:07 +0200 User-Agent: KMail/1.9.10 References: <10819718.364061239438423987.JavaMail.defaultUser@defaultHost> In-Reply-To: <10819718.364061239438423987.JavaMail.defaultUser@defaultHost> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904111437.08759.tijl@ulyssis.org> Cc: Subject: Re: k3b does not find device X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2009 13:06:30 -0000 On Saturday 11 April 2009 10:27:03 marco.borsatino@libero.it wrote: > On my FreeBSD 7.1 box k3b refuses to find my burning device, which > present and works with DesktopBSD (same PC different slice). I've > tried to understand why DTBSD finds the device and FBSD does not, but > I could non find the answer. > > Access permissions to the device are total: > [root@odino /dev]# ll acd0 > crw-rw- > rw- 1 root operator 0, 80 Apr 11 10:02 acd0 > but when I start k3b it tells me that id does not find any device. > When I try to make it to recognize it, k3b tells me that I can't find > any device. > All the requested programs are present (cdrdao, cdrecord > dvd+rw-format and so on). > I've seen that DTBSD has configured a group , which is not > present in FBSD, but I don't understand if this is a problem. > What should I verify? Or what should I configure and how? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html You need to use ATAPI/CAM with k3b and your user needs access to /dev/xpt0, /dev/cd0 and corresponding /dev/pass device. (run "camcontrol devlist" to determine the pass device.) Then always refer to the cdrom drive as /dev/cd0, so if you've added /dev/acd0 to /etc/fstab for instance, replace it with /dev/cd0.