From owner-freebsd-multimedia@FreeBSD.ORG Sun Dec 28 13:31:37 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD0AC16A4CE for ; Sun, 28 Dec 2003 13:31:37 -0800 (PST) Received: from mail.tinkerbox.org (adsl-64-168-139-138.dsl.snfc21.pacbell.net [64.168.139.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1F5243D2F for ; Sun, 28 Dec 2003 13:31:35 -0800 (PST) (envelope-from bruno@tinkerbox.org) Received: from localhost (unknown [127.0.0.1]) by mail.tinkerbox.org (Postfix) with ESMTP id 790B51AE0 for ; Sun, 28 Dec 2003 21:31:35 +0000 (GMT) Received: from mail.tinkerbox.org ([127.0.0.1]) by localhost (router.bschwand.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19451-05 for ; Sun, 28 Dec 2003 13:31:30 -0800 (PST) Received: from [192.168.0.101] (unknown [192.168.137.253]) by mail.tinkerbox.org (Postfix) with ESMTP id 710AE1974 for ; Sun, 28 Dec 2003 13:31:30 -0800 (PST) Date: Sun, 28 Dec 2003 13:30:25 -0800 (PST) From: bruno schwander X-X-Sender: bruno@thinkpad.bschwand.net To: multimedia@freebsd.org Message-ID: <20031228132233.W565@thinkpad.bschwand.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at tinkerbox.org Subject: usb drive/voice recorder. Help to get running... X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2003 21:31:37 -0000 So, considering that a found a review stating the Cyclone USB MusicKey is recognized as a umass device on recent Linux kernels, I figured it would have a good chance of being recognized by FreeBSD. I am running FreeBSD thinkpad 4.8-RELEASE FreeBSD 4.8-RELEASE #4: Mon Oct 20 16:53:34 PDT 2003 bruno@thinkpad:/usr/obj/usr/src/sys/THINKPAD i386 on an IBM thinkpad 600X. This is the /var/log/messages output I get when I plug the usb drive: Dec 28 13:16:23 thinkpad /kernel: umass0: MP3 Player ASBP300 Player , re v 1.10/0.01, addr 2 Dec 28 13:16:23 thinkpad /kernel: umass0: Get Max Lun not supported (IOERROR) Dec 28 13:16:23 thinkpad /kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Dec 28 13:16:23 thinkpad /kernel: da0: Removable Direct Access SCSI-4 device Dec 28 13:16:23 thinkpad /kernel: da0: 650KB/s transfers Dec 28 13:16:23 thinkpad /kernel: da0: 60MB (123904 512 byte sectors: 64H 32S/T 60C) Then I try to mount it with mount -t msdos /dev/da0s1 /mnt/musickey and get: Dec 28 13:17:39 thinkpad /kernel: umass0: BBB reset failed, IOERROR Dec 28 13:17:39 thinkpad /kernel: umass0: BBB bulk-in clear stall failed, IOERROR Dec 28 13:17:39 thinkpad /kernel: umass0: BBB bulk-out clear stall failed, IOERROR Dec 28 13:17:44 thinkpad /kernel: umass0: BBB reset failed, IOERROR Dec 28 13:17:44 thinkpad /kernel: umass0: BBB bulk-in clear stall failed, IOERROR Dec 28 13:17:44 thinkpad /kernel: umass0: BBB bulk-out clear stall failed, IOERROR Dec 28 13:17:49 thinkpad /kernel: umass0: BBB reset failed, IOERROR Dec 28 13:17:49 thinkpad /kernel: umass0: BBB bulk-in clear stall failed, IOERROR Dec 28 13:17:49 thinkpad /kernel: umass0: BBB bulk-out clear stall failed, IOERROR Dec 28 13:17:54 thinkpad /kernel: umass0: BBB reset failed, IOERROR Dec 28 13:17:54 thinkpad /kernel: umass0: BBB bulk-in clear stall failed, IOERROR Dec 28 13:17:54 thinkpad /kernel: umass0: BBB bulk-out clear stall failed, IOERROR Dec 28 13:17:59 thinkpad /kernel: umass0: BBB reset failed, IOERROR Dec 28 13:17:59 thinkpad /kernel: umass0: BBB bulk-in clear stall failed, IOERROR Dec 28 13:17:59 thinkpad /kernel: umass0: BBB bulk-out clear stall failed, IOERROR Dec 28 13:17:59 thinkpad /kernel: da0: reading primary partition table: error re ading fsbn 0 Dec 28 13:18:04 thinkpad /kernel: umass0: BBB reset failed, IOERROR Dec 28 13:18:04 thinkpad /kernel: umass0: BBB bulk-in clear stall failed, IOERROR Dec 28 13:18:04 thinkpad /kernel: umass0: BBB bulk-out clear stall failed, IOERROR Dec 28 13:18:04 thinkpad /kernel: (da0:umass-sim0:0:0:0): Synchronize cache fail ed, status == 0x4, scsi status == 0x0 Dec 28 13:18:09 thinkpad /kernel: umass0: BBB reset failed, IOERROR Dec 28 13:18:09 thinkpad /kernel: umass0: BBB bulk-in clear stall failed, IOERROR Dec 28 13:18:09 thinkpad /kernel: umass0: BBB bulk-out clear stall failed,IOERROR and then the mount command fails with : msdos: /dev/da0s1: Input/output error any advice on getting this to work ? seems it is pretty close...