From owner-freebsd-questions@FreeBSD.ORG Sat Apr 8 19:22:33 2006 Return-Path: X-Original-To: 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 4708A16A402 for ; Sat, 8 Apr 2006 19:22:33 +0000 (UTC) (envelope-from tuxgirl@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADBA143D45 for ; Sat, 8 Apr 2006 19:22:32 +0000 (GMT) (envelope-from tuxgirl@gmail.com) Received: by wproxy.gmail.com with SMTP id i27so573254wra for ; Sat, 08 Apr 2006 12:22:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=pLKjOLCuxsm0m24CgkBjT0cg3ZubbPmyl7mFJ6HRa52NjB2EV8RihFlx7dzrZ2UGaTJ6oiLAl4+dSeyvcOvENn3uv3TNDtyP0kIlAZ/bJu1wsp+qCtqb7zM/3VclHqAuJYJBvd4QhM9wj/EVE/jHDKePrVxvz7UHWQ05O6jTImY= Received: by 10.65.241.7 with SMTP id t7mr2369812qbr; Sat, 08 Apr 2006 12:22:31 -0700 (PDT) Received: by 10.65.194.16 with HTTP; Sat, 8 Apr 2006 12:22:31 -0700 (PDT) Message-ID: <6e4453640604081222q66494870j3ba0a03996c2df5c@mail.gmail.com> Date: Sat, 8 Apr 2006 13:22:31 -0600 From: "Erin Sharmahd" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: cdrecord on Thinkpad T43 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, 08 Apr 2006 19:22:33 -0000 I've been having some problems getting cdrecord to work on my thinkpad. http://www.mathematik.uni-marburg.de/~schmidtm/ibm/index.php says: "To burn CDs with cdrecord don't forget to enable atapicam during kernel configuration." In his kernel config, he used this with "device atapicd", so I ran: [amon-re /root] cat /sys/i386/conf/GENERIC | grep atapicd device atapicd # ATAPI CDROM drives In the past (on Linux), I had always used 'cdrecord dev=3D/dev/cdrom', so I initially tried 'cdrecord dev=3D/dev/acd0', but I learned from 'cdrecord dev=3Dhelp' that apparently "open via UNIX device" is not supported. "SCSI Bus scanning" is supposed to be supported, but when I run 'cdrecord -scanbus', it gives: [amon-re /root] cdrecord -scanbus Cdrecord-Clone 2.01 (i386-unknown-freebsd6.1) Copyright (C) 1995-2004 J=F6rg Schilling cdrecord: Error 0. Cannot open SCSI driver. cdrecord: For possible targets try 'cdrecord -scanbus'. cdrecord: For possible transport specifiers try 'cdrecord dev=3Dhelp'. (it would be nice if cdrecord -scanbus didn't tell me to run it again... but that's a different issue) Here is some (hopefully) relevant information about my system: [amon-re /root] uname -a FreeBSD amon-re 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #1: Sat Feb 11 21:55:30 MST 2006 zoot@amon-re:/usr/obj/usr/src/sys/GENERIC i386 [amon-re /root] sysctl -a | grep -i cd kern.cam.cd.changer.min_busy_seconds: 5 kern.cam.cd.changer.max_busy_seconds: 15 allocdirect 4 1K - 79793 128 acd_driver 1 2K - 1 2048 cdev 31 4K - 31 128 debug.sizeof.cdev: 184 debug.sizeof.cdev_priv: 216 dev.acpi_ec.0.%desc: Embedded Controller: GPE 0x1c, ECDT dev.cbb.0.%location: slot=3D0 function=3D0 handle=3D\_SB_.PCI0.PCI1.CDBS dev.acd.0.%desc: MATSHITADVD-RAM UJ-822S/1.61 dev.acd.0.%driver: acd dev.acd.0.%parent: ata1 [amon-re /root] dmesg | grep -i cd acpi_ec0: port 0x62,0x66 on acpi0 acd0: DVDR at ata1-master UDMA33 I'd appreciate any help that anyone can provide. I'm somewhat stumped, and I'm not seeing much on google regarding this problem. Thanks! ~Erin -- http://www.tuxgirl.com