From owner-freebsd-questions@FreeBSD.ORG Sat Aug 30 06:05:52 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D41801065671 for ; Sat, 30 Aug 2008 06:05:52 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.184]) by mx1.freebsd.org (Postfix) with ESMTP id B5CBE8FC15 for ; Sat, 30 Aug 2008 06:05:51 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so908831fkk.11 for ; Fri, 29 Aug 2008 23:05:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=0KHEbrJ6NWRCSybZrqskJ11J1JCXc43j7Vpt5NXbY+k=; b=CRsTbt0dTPjkA8o8+oF1/5VCrsJ6FR5ZPptsJfS5VnT4GDEZrd41UdQveFgTqnZQUx t8dkYbVEtSf0fySjyWXJbVb3k95OE6n8cxeOA7+7c/6FDVhFIqflKzjjsxd+IgJ4+nS7 UPR1nB2RbkVMfmzAK0uoLz2rVrxVsjM3MR9mc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=T52HJaINIpOzXINEgew78R7pc/6Ubh1pHs8rqEqRAzHEpS1oleLJGMu/PjtXlnYA/P +ApYpI+OlxzpXkwx/0URAnv75I0d+EJSr22MP1V/Z5IVqgnQN2SlgNyguQYgXJrUCQdq +VI40ftQqsXaq0KXXxoQjkOl1Gdno63woZOHA= Received: by 10.181.15.18 with SMTP id s18mr3823895bki.77.1220076349962; Fri, 29 Aug 2008 23:05:49 -0700 (PDT) Received: from atlantis.dyndns.org ( [87.202.63.61]) by mx.google.com with ESMTPS id 12sm3241247fks.9.2008.08.29.23.05.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 29 Aug 2008 23:05:48 -0700 (PDT) Message-ID: <48B8E33A.9020402@gmail.com> Date: Sat, 30 Aug 2008 09:05:46 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.16 (X11/20080829) MIME-Version: 1.0 To: Warren Liddell References: <200808292158.39835.shinjii@maydias.com> <200808300820.28836.shinjii@maydias.com> <48B88D48.2060206@gmail.com> <200808301102.26068.shinjii@maydias.com> In-Reply-To: <200808301102.26068.shinjii@maydias.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: K3b dosent detect either of my burners 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: Sat, 30 Aug 2008 06:05:52 -0000 Warren Liddell wrote: >> When the atapicam module is loaded, it treats ATAPI CDs like SCSI ones, >> so you should get names like cd0 and cd1. Can you perform an ls /dev/cd* >> and see if these devices exist? I haven't used a SATA recorder in my >> machine yet, but since the ata driver attaches to them, I see no reason >> they should not work with atapicam. Have you tried burning from the >> command line? And have you followed all the post-install instructions in >> k3b? (try make showinfo in the port's directory). >> > > I got /dev/cd0 & /dev/cd1 > > I went through most instructions in the showinfo, although 1 part had me > confused .. > > /etc/devfs.rules under '[system=10]' <--- devfs.rules dose'nt exist > Just create the file / section then. > burning from command line works fine but is a tiresome nuisance > > AFAIR, k3b and most other GUI burning programs use the command line tools as backends. Since these are working, it is only a matter of settings to making k3b work.