From owner-freebsd-scsi@FreeBSD.ORG Mon Feb 23 17:31:04 2004 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EE9716A4CE for ; Mon, 23 Feb 2004 17:31:04 -0800 (PST) Received: from peggy.comcast.net (c-67-167-0-2.client.comcast.net [67.167.0.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA5A243D2D for ; Mon, 23 Feb 2004 17:31:03 -0800 (PST) (envelope-from david_kanter@comcast.net) Received: from david by peggy.comcast.net with local (Exim 4.30; FreeBSD) id 1AvRPc-0005E7-0m for freebsd-scsi@freebsd.org; Mon, 23 Feb 2004 19:31:04 -0600 Date: Mon, 23 Feb 2004 19:31:03 -0600 From: David Kanter To: freebsd-scsi@freebsd.org Message-ID: <20040224013103.GA20066@peggy.comcast.net> Mail-Followup-To: freebsd-scsi@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Cannot use USB CD-RW with -STABLE X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2004 01:31:04 -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. That's why I thought I'd try -STABLE.