From owner-freebsd-current@FreeBSD.ORG Sat Apr 19 07:42:01 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66F9737B401 for ; Sat, 19 Apr 2003 07:42:01 -0700 (PDT) Received: from mail.dada.it (mail4.dada.it [195.110.100.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 6904143F75 for ; Sat, 19 Apr 2003 07:41:54 -0700 (PDT) (envelope-from riccardo@torrini.org) Received: (qmail 31511 invoked from network); 19 Apr 2003 14:41:48 -0000 Received: from unknown (HELO torrini.org) (195.110.114.101) by mail.dada.it with SMTP; 19 Apr 2003 14:41:48 -0000 Received: from trudy.torrini.home (localhost.torrini.home [127.0.0.1]) by torrini.org (8.12.9/8.12.9) with ESMTP id h3JEfp2n013444; Sat, 19 Apr 2003 16:41:51 +0200 (CEST) (envelope-from riccardo@trudy.torrini.home) Received: (from riccardo@localhost) by trudy.torrini.home (8.12.9/8.12.9/Submit) id h3JEfooN013443; Sat, 19 Apr 2003 16:41:50 +0200 (CEST) Date: Sat, 19 Apr 2003 16:41:50 +0200 From: Riccardo Torrini To: ticso@cicely.de Message-ID: <20030419144150.GC13310@trudy.torrini.home> References: <20030417191637.GA505@trudy.torrini.home> <20030418002448.GH10848@cicely9.cicely.de> <20030418075945.GB4089@trudy.torrini.home> <20030418104635.GL10848@cicely9.cicely.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030418104635.GL10848@cicely9.cicely.de> User-Agent: Mutt/1.4.1i cc: freebsd-current@FreeBSD.ORG Subject: Re: usb cf reader X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2003 14:42:01 -0000 On Fri, Apr 18, 2003 at 12:46:35PM +0200, Bernd Walter wrote: >> Apr 17 20:21:52 trudy kernel: umass0: DataFab Systems Inc. USB CF, rev 1.10/3.06, addr 2 >> Apr 17 20:21:55 trudy kernel: da0 at umass-sim0 bus 0 target 0 lun 0 >> Apr 17 20:21:55 trudy kernel: da0: Removable Direct Access SCSI-0 device >> Apr 17 20:21:55 trudy kernel: da0: 1.000MB/s transfers >> Apr 17 20:21:55 trudy kernel: da0: 15MB (31488 512 byte sectors: 64H 32S/T 15C) >> (going to sleep...) >> -----8<----- > That probing worked so far was clear. > What I need is to know why fdisk and dd failed. Me too :-) > Do you get any kernel message with fdisk da0? I attacched _ALL_ my /var/log/messages, the same messages I got on console, no any other message, neither on shell nor on log file. Only those I already attached. -----8<-----[ /var/log/messages ]-----8<----- Apr 17 20:21:55 trudy kernel: da0: 15MB (31488 512 byte sectors: 64H 32S/T 15C) Apr 17 20:29:48 trudy ntpd[189]: time reset 0.390596 s Apr 17 20:50:23 trudy ntpd[189]: time reset -0.450258 s Apr 18 03:35:36 trudy kernel: umass0: at uhub0 port 1 (addr 2) disconnected Apr 18 03:35:36 trudy kernel: (da0:umass-sim0:0:0:0): lost device Apr 18 03:35:36 trudy kernel: (da0:umass-sim0:0:0:0): removing device entry Apr 18 03:35:36 trudy kernel: umass0: detached (going to sleep...) -----8<----- Nothing happens in the middle. After connecting device I tryed many times with fdisk with all /dev/da0* I can imagine :-) ([a-z], s[1-4], and so on) and dd with the same device. Nothing happens. Now I try to rebuild all modules with extra debug. Stay tuned... -- Riccardo.