From owner-freebsd-questions@FreeBSD.ORG Thu Apr 5 17:40:38 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 93D421065670 for ; Thu, 5 Apr 2012 17:40:38 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 4E2978FC08 for ; Thu, 5 Apr 2012 17:40:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; q=dns/txt; s=DKIM-NAME-SERVICES; d=a1poweruser.com; h=From:To:Cc:Subject:Message-ID:X-Sender:X-Envelope-From; l=500; bh=13mi1nQcG9ewjkPojrw5qRerp/HT68Y+iaaEtYD7L68=; b=QY3I5JcVYcpV3zsHmNvXkaZggfNxV0Q/Tk1YciMG8XburM4642Dr7E0Uwf2h8ctpsbCIr5E9VF9YY3Nspr78xIc6fmmtHT2+mK+AObOfxnSI32+yD1tiEBYvgUEN0uBqUlfyDTdSxW122oFqnbr+pV/AtFiWaGRdG4aFnhJz9GQ= Received: from [192.168.1.201] ([173.88.198.194]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 5 Apr 2012 10:40:25 -0700 Message-ID: <4F7DD907.80001@a1poweruser.com> Date: Thu, 05 Apr 2012 13:40:23 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Apr 2012 17:40:25.0188 (UTC) FILETIME=[2ECAFA40:01CD1353] X-Sender: fbsd8@a1poweruser.com X-Envelope-From: fbsd8*a1poweruser.com Subject: Freebsd 9.0 and cdrecord 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, 05 Apr 2012 17:40:38 -0000 Since the device name change for cdrom drives in 9.0 the burncd command no longer functions. I installed the cdrtools package pkg_add -r cdrtools on my 9.0 box, got cdrtools-3.00_1. Every time I use cdrecord command I get error message "The unit seems to be hung and needs power cycling". It will mount ok using the mount command. I found in the questions archives poster saying to use the development port version and not any package version. Also says that atapicam_load="YES" has to be added to /boot/loader.conf. Since all those archive posts are over 3 years old I am confused on what is the 9.0 procedure, (IE: is the 9.0 pkg any good? which port version is complete? Does atapicam_load="YES" still have to be added to /boot/loader.conf?