From owner-freebsd-questions@FreeBSD.ORG Sat Apr 8 19:41:10 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 6179F16A401 for ; Sat, 8 Apr 2006 19:41:10 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8553343D46 for ; Sat, 8 Apr 2006 19:41:09 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 23601 invoked from network); 8 Apr 2006 19:41:07 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.50.128.28]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 8 Apr 2006 19:41:07 -0000 Date: Sat, 8 Apr 2006 21:41:00 +0200 From: Fabian Keil To: "Erin Sharmahd" Message-ID: <20060408214100.7d09c6ef@localhost> In-Reply-To: <6e4453640604081222q66494870j3ba0a03996c2df5c@mail.gmail.com> References: <6e4453640604081222q66494870j3ba0a03996c2df5c@mail.gmail.com> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.6; i386-portbld-freebsd6.0) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_UoMlbSleVSpLf+1qk1cfPUo; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: questions@freebsd.org Subject: Re: 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:41:10 -0000 --Sig_UoMlbSleVSpLf+1qk1cfPUo Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable "Erin Sharmahd" wrote: > I've been having some problems getting cdrecord to work on my > thinkpad. >=20 > 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." >=20 > In his kernel config, he used this with "device atapicd", so I ran: He doesn't use atapicam in his kernel configuration. > [amon-re /root] cat /sys/i386/conf/GENERIC | grep atapicd > device atapicd # ATAPI CDROM drives >=20 > 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'. >=20 > (it would be nice if cdrecord -scanbus didn't tell me to run it > again... but that's a different issue) >=20 > Here is some (hopefully) relevant information about my system: >=20 > [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 >=20 > [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 >=20 > [amon-re /root] dmesg | grep -i cd > acpi_ec0: port 0x62,0x66 on > acpi0 acd0: DVDR at ata1-master UDMA33 You didn't enable atapicam. You can either kldload atapicam or add it to your kernel configuration as "device atapicam". Fabian --=20 http://www.fabiankeil.de/ --Sig_UoMlbSleVSpLf+1qk1cfPUo Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFEOBHRjV8GA4rMKUQRAlp8AKDCeH8e1WAVrrPlDx60nZYpj9/3TgCgtgNh cy7xxLtzTiqz9sDfKBU/vxw= =Ihct -----END PGP SIGNATURE----- --Sig_UoMlbSleVSpLf+1qk1cfPUo--