From owner-freebsd-questions Tue Oct 1 13:23:19 2002 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 5834E37B401 for ; Tue, 1 Oct 2002 13:23:18 -0700 (PDT) Received: from mumble.foobie.net (adsl-67-114-155-26.dsl.sntc01.pacbell.net [67.114.155.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 974F443E6A for ; Tue, 1 Oct 2002 13:23:17 -0700 (PDT) (envelope-from sbeitzel@pobox.com) Received: from mumble.foobie.net (www@localhost [127.0.0.1]) by mumble.foobie.net (8.12.6/8.12.5) with ESMTP id g91KNHY4063682 for ; Tue, 1 Oct 2002 13:23:17 -0700 (PDT) (envelope-from sbeitzel@pobox.com) Received: (from www@localhost) by mumble.foobie.net (8.12.6/8.12.6/Submit) id g91KNGux063681 for freebsd-questions@freebsd.org; Tue, 1 Oct 2002 13:23:16 -0700 (PDT) X-Authentication-Warning: mumble.foobie.net: www set sender to sbeitzel@pobox.com using -f Received: from 10.0.0.5 ( [10.0.0.5]) as user sbeitzel@mumble.foobie.net by www.foobie.net with HTTP; Tue, 1 Oct 2002 13:23:16 -0700 Message-ID: <1033503796.3d9a04347d78f@www.foobie.net> Date: Tue, 1 Oct 2002 13:23:16 -0700 From: Stephen Beitzel To: freebsd-questions@freebsd.org Subject: How to use a USB CD-RW device? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 / FreeBSD-4.6 X-Originating-IP: 10.0.0.5 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've been searching the mailing lists and a few websites and run into what feels like a dead-end. From the Handbook, I gleaned that I need to use cdrecord to burn CDs. From some previous messages about USB scanners and cameras, I found out that I need to make sure that SCSI and USB drivers are enabled in my kernel configuration, and that usbd_enable="YES" needs to be in /etc/rc.conf. So now, with the options enabled in my kernel, usbd running, and after a fresh MAKEDEV all to make sure the devices are all properly built, I'm in the following situation: from /var/log/messages: Oct 1 13:03:44 mumble /kernel: ugen0: vendor 0x1189 USB Optical Storage Device, rev 1.00/a.03, addr 2 [root@mumble /root]$ cdrecord -scanbus Cdrecord 1.11a28 (i386-unknown-freebsd4.6) Copyright (C) 1995-2002 Jörg Schilling cdrecord: No such file or directory. Cannot open SCSI driver. cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root. So I'm wondering, what does this mean? I made sure that the SCSI system was enabled in the kernel configuration, but is there something else that needs to be done? Or is this message not really indicative of a problem with the SCSI system? Thanks for any help, Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message