From owner-freebsd-usb@FreeBSD.ORG Mon Jul 4 10:16:20 2005 Return-Path: X-Original-To: usb@freebsd.org Delivered-To: freebsd-usb@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23F2116A421; Mon, 4 Jul 2005 10:16:20 +0000 (GMT) (envelope-from amf@hobbit.neveragain.de) Received: from hobbit.neveragain.de (neveragain.de [217.69.76.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8174343D48; Mon, 4 Jul 2005 10:16:19 +0000 (GMT) (envelope-from amf@hobbit.neveragain.de) Received: from hobbit.neveragain.de (amf@localhost [127.0.0.1]) by hobbit.neveragain.de (8.13.4/8.13.4/Debian-3) with ESMTP id j64AGDfo002806 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 4 Jul 2005 12:16:13 +0200 Received: (from amf@localhost) by hobbit.neveragain.de (8.13.4/8.13.4/Submit) id j64AG7pC002803; Mon, 4 Jul 2005 12:16:07 +0200 Date: Mon, 4 Jul 2005 12:16:07 +0200 From: Dennis Koegel To: Wesley Morgan Message-ID: <20050704101607.GA30527@neveragain.de> References: <42C4E84C.2070905@gddsn.org.cn> <20050701131933.GA15816@neveragain.de> <20050702070945.W16797@volatile.chemikals.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050702070945.W16797@volatile.chemikals.org> X-PGP-KeyID: 0D73E19A User-Agent: Mutt/1.5.9i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.4 (hobbit.neveragain.de [127.0.0.1]); Mon, 04 Jul 2005 12:16:13 +0200 (CEST) Cc: usb@freebsd.org, current@freebsd.org, wsk Subject: Re: ipod photo can't attach to SCSI device help X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2005 10:16:20 -0000 Hi, On Sat, Jul 02, 2005 at 07:10:56AM -0400, Wesley Morgan wrote: > >What's most interesting: After detaching the device, the machine often > >simply reboots. Sometimes immediately, sometimes after a short while > >(delays from just some seconds up to about a minute seen so far). > > > >In some cases of luck, detaching and re-attaching the cable several > >times makes the kernel recognize the da device and it works fine! Maybe > >it's some weird timing problem... The reboot happens in that case as > >well, though. > > Do you have GEOM_MBR and GEOM_LABEL in your kernel? No. The only GEOM option there is GEOM_BDE. You can find the full kernel config and dmesg output here: http://tech.neveragain.de/freebsd/DOTTIE.txt http://tech.neveragain.de/freebsd/DOTTIE_dmesg-20050704.txt - D.