From owner-freebsd-questions@FreeBSD.ORG Sat Feb 21 20:53:25 2004 Return-Path: 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 AC56A16A4CE for ; Sat, 21 Feb 2004 20:53:25 -0800 (PST) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74AB743D1D for ; Sat, 21 Feb 2004 20:53:25 -0800 (PST) (envelope-from david_kanter@comcast.net) Received: from comcast.net (c-67-167-0-2.client.comcast.net[67.167.0.2]) by comcast.net (sccrmhc11) with ESMTP id <2004022204532401100ooesje> (Authid: david_kanter); Sun, 22 Feb 2004 04:53:24 +0000 Message-ID: <403835BF.70409@comcast.net> Date: Sat, 21 Feb 2004 22:53:19 -0600 From: David Kanter User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040220 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: USB CD-RW won't work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2004 04:53:25 -0000 I've got 4-stable and can't get my USB CD-RW to read or write CDs. The CD-RW is connected to the computer via a USB 2.0 PCI card. I've got a ATA DVD-ROM that works perfectly fine. When I boot, dmesg shows the USB CD-RW: umass0: IOMEGA CDRW64892EXT3-B , rev 2.00/0.02, addr 2 All the USB-through-SCSI options are built into the kernel. When I try to mount a CD in the drive, I get: > sudo mount /cdrom cd9660: /dev/cd0c: Invalid argument dscheck(#cd/2): b_bcount 2048 is not on a sector boundary (ssize 385875968) yet mounting the CD in the DVD-ROM (/cdrom1) drive works just fine. Also, when running camcontrol: > sudo camcontrol devlist -v scbus0 on umass-sim0 bus 0: at scbus0 target 0 lun 0 (pass0,cd0) scbus-1 on xpt0 bus 0: < > at scbus-1 target -1 lun -1 (xpt0) When trying to burn a CD with XCDroast the USB CD-RW is recognized on start-up. But when trying to write to the drive the green access light flashes every other second for a minute or so and then I get an error that no devices can be found. Incidentally, when I tried to install FreeBSD from this USB drive I was told that the CD looked like it was an audio CD. (The install went fine with the DVD-ROM.) Any ideas? I've tried using 5.X, but when trying to burn a CD I get the "umass BBB bulk-in TIMEOUT" errors and the whole system freezes.