From owner-freebsd-questions@FreeBSD.ORG Tue Jan 12 18:28:56 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82FF0106566B for ; Tue, 12 Jan 2010 18:28:56 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 580F88FC0A for ; Tue, 12 Jan 2010 18:28:56 +0000 (UTC) Received: by pxi12 with SMTP id 12so15486697pxi.3 for ; Tue, 12 Jan 2010 10:28:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=+G3XXd5m1NY0d7p+4wFuqbMbQ7LwNIHX73cl5zLqaEc=; b=arEAnmPp2Iq74qHzmcbq9rR0r5ua8tujwnNIXjHhHAtrGLXDqj2Ce0zlYII/gMST4Y TWzypzGDtEpd9DpBMyZXb9+s2ajpYCASSQaIgE+VSvwAbnh538hNhqW/ZjMs1GwviA2b 9q/pPjnZ18MDZObGbsQR2qx+HpkhzgITmUs2E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=i5E3mb4fcupwq1rMD9iOD5c9SWgPQIvlo+FvQNogMGr38xLXzaapX/m9+y99D3UkUE iz+sdNtxh+cDa/L4y1u0yscy11pWACIr/dBUsxqi8g0jLQdZ9xJZyNY1APZGlQ3KLoPi JE4r5DHJ/A8DCxwHVCCdQRmNvXK2FPDnIXmIo= MIME-Version: 1.0 Received: by 10.142.59.8 with SMTP id h8mr657634wfa.154.1263320930217; Tue, 12 Jan 2010 10:28:50 -0800 (PST) In-Reply-To: <201001052206.o05M6k6v070696@lava.sentex.ca> References: <539c60b91001051353g5f4dc9bob8a6a16bf7bc2403@mail.gmail.com> <201001052206.o05M6k6v070696@lava.sentex.ca> Date: Tue, 12 Jan 2010 11:28:50 -0700 Message-ID: <539c60b91001121028l759c16e1t42e3dade63940263@mail.gmail.com> From: Steve Franks To: Mike Tancsa Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Mailing List Subject: Re: 7.2 equiv for usbconfig on 8.0? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2010 18:28:56 -0000 On Tue, Jan 5, 2010 at 3:06 PM, Mike Tancsa wrote: > At 04:53 PM 1/5/2010, Steve Franks wrote: >> >> How do I reset my usb on 7.2 when I insert a card in the internal >> flash reader? =A0usbconfig works great on 8, but I have systems I cannot >> upgrade at the moment... > > I dont think there is a reset equiv, but I usually do something like > > cat /dev/null > /dev/da[#] > > where da# corresponds to the internal reader / device. > > eg. > cat /dev/null > /dev/da1 > > =A0 =A0 =A0 =A0---Mike Exactly what is that supposed to accomplish? My 7.2 box just barfs on it: cat /dev/null > /dev/da0 bash: /dev/da0: Device not configured Best, Steve