From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 23:59:10 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 405251065671 for ; Fri, 29 Aug 2008 23:59:10 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id C4DA08FC17 for ; Fri, 29 Aug 2008 23:59:09 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so338719eyi.7 for ; Fri, 29 Aug 2008 16:59:08 -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=a8Zeb7Wrp2Nn2LDuXMIGwsmp2JbTEGCG/3oie7bjeGU=; b=VWOHbFORRzLCi/Hue/EnUhsJpYnfxRp4tz1y+xCzhICu5L/RV7g6R03T51sUiJh2B9 0ML6c5G5WvPcBpW3UVilo6Hx9eUq+Rmq/O3/qTbnn1qFDSIyk9WDO5A02mwN7yLHw6q0 Jn21tJWJwGEUxE+9GNLIbJWZ3atoMzUJdY3pc= 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=SwspopPn2gPPykAF5emLOXAOnMbNws5O99eS26AqtVW42N3AZzX5YM7xJdY3yADg15 hl/GkEQtAyzAIp7KxE7Yc6YHzlw2J2MakcEo5si2nHiKT4TX92dVryjbIhhZrmwcKd+z 0s63YHktiH5djbaA+ADOEqlAW87utUZ/zZ+9Q= Received: by 10.103.222.12 with SMTP id z12mr2344950muq.12.1220054348375; Fri, 29 Aug 2008 16:59:08 -0700 (PDT) Received: from atlantis.dyndns.org ( [87.202.63.61]) by mx.google.com with ESMTPS id u9sm14681543muf.9.2008.08.29.16.59.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 29 Aug 2008 16:59:07 -0700 (PDT) Message-ID: <48B88D48.2060206@gmail.com> Date: Sat, 30 Aug 2008 02:59:04 +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> <20080829154604.GA36297@nemesis.frida.mouhaha.de> <200808300820.28836.shinjii@maydias.com> In-Reply-To: <200808300820.28836.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: Fri, 29 Aug 2008 23:59:10 -0000 Warren Liddell wrote: > On Saturday 30 August 2008 01:46:04 Oliver Peter wrote: > >> On Fri, Aug 29, 2008 at 09:58:39PM +1000, Warren Liddell wrote: >> >>> I have gone through the info from various sites, handbooks, email >>> archives and yet still k3b doesnt detect neither 1 of my 2 SATA Burners >>> .. i use FreeBSD 7.0-STABLE KDE4 AMD64. below r the 2 burners as they >>> appear in dmesg. >>> >>> acd0: DVDR at ata2-master SATA150 >>> acd1: DVDR at ata3-master SATA150 >>> >> Can you try to load the 'atapicam' module? >> > > Yeah i have it loaded :) > _______________________________________________ > 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).