From owner-freebsd-questions@FreeBSD.ORG Sun Apr 24 15:46:43 2005 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 EB17816A4CE for ; Sun, 24 Apr 2005 15:46:43 +0000 (GMT) Received: from excalibur.fbunet.de (excalibur.fbunet.de [80.190.243.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7915B43D53 for ; Sun, 24 Apr 2005 15:46:43 +0000 (GMT) (envelope-from fbusse@gmx.de) Received: from artus.fbunet.de (port-212-202-40-81.dynamic.qsc.de [212.202.40.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by excalibur.fbunet.de (Postfix) with ESMTP id 1207419073; Sun, 24 Apr 2005 17:46:41 +0200 (CEST) Date: Sun, 24 Apr 2005 17:46:41 +0200 From: Fridtjof Busse To: Dan Olson Message-Id: <20050424174641.18d17adb.fbusse@gmx.de> In-Reply-To: <426BAD88.5000402@visi.com> References: <20050423214149.7e0afbd7.fbusse@gmx.de> <1114298761.7355.19.camel@chaucer> <20050424081908.44afdf58.fbusse@gmx.de> <426BAD88.5000402@visi.com> X-Mailer: Sylpheed version 1.9.9 (GTK+ 2.6.4; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Mounting USB-stick 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, 24 Apr 2005 15:46:44 -0000 * Dan Olson : > For me to get da0s1 to appear I use the command: > > cat /dev/null > /dev/da0 > > I think there is a timing issue with my device, a Kingston Elite. Great, thanks, that works for me as well. I also found out it works if the stick is plugged in at boot time. After all, it looks like a bug to me, at least I never had any problems with the stick (Dell Memory Key) on Linux. Is there already a report about this (didn't find anything at a first glance)? Is it worth a bugreport? BTW: Changing USB_PORT_POWERUP_DELAY to 1000 in /usr/src/sys/dev/usb/ usb.h didn't help. Maybe something else I could try? -- Fridtjof Busse printk("MASQUERADE: No route: Rusty's brain broke!\n"); linux-2.4.3/net/ipv4/netfilter/ipt_MASQUERADE.c