From owner-freebsd-usb@FreeBSD.ORG Tue Sep 5 11:28:18 2006 Return-Path: X-Original-To: freebsd-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 59D7016A4E1 for ; Tue, 5 Sep 2006 11:28:18 +0000 (UTC) (envelope-from indigo23@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A6AC43D49 for ; Tue, 5 Sep 2006 11:28:17 +0000 (GMT) (envelope-from indigo23@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so3393335pye for ; Tue, 05 Sep 2006 04:28:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rfRP2F3KiHBccrW4YAtOejTGyPq/GEhpu0xCZWEAQQUT+BqgqYB1F6u+j/MbYnnScmHe9TbIZZ08YLdAq6RU43IRhmM91Wg+1GWFPDekXGWmihYeJcUtvjpYMmBIwr2JDVF2C+9KvAH1ju/+ImEjenCF/FDl/NH8+egadBqzvaE= Received: by 10.35.14.1 with SMTP id r1mr9846648pyi; Tue, 05 Sep 2006 04:28:16 -0700 (PDT) Received: by 10.35.89.7 with HTTP; Tue, 5 Sep 2006 04:28:16 -0700 (PDT) Message-ID: <6f50eac40609050428k490cc96bu88646d6b5340ad7c@mail.gmail.com> Date: Tue, 5 Sep 2006 07:28:16 -0400 From: "Indigo 23" To: "Hans Petter Selasky" In-Reply-To: <200609050922.10673.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6f50eac40608051611n7744a00cy79eeae6d8f83cc92@mail.gmail.com> <6f50eac40609041816p6682252eg827ffd374994dc0d@mail.gmail.com> <200609050922.10673.hselasky@c2i.net> Cc: freebsd-stable@freebsd.org, freebsd-usb@freebsd.org Subject: Re: Problems with Mitsumi 7-in-1 USB Card Reader/Floppy combo 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: Tue, 05 Sep 2006 11:28:18 -0000 Thanks for that excellent suggestion. It worked perfectly. I just have a few questions. 1) Any idea when this will be imported in to RELENG_6? 2) I have to do this everytime I update my sources, correct? 3) This is relatively stable, correct? (I did test it out a bit, but of course not thorougly enough to see how stable it is) Thanks again. On 9/5/06, Hans Petter Selasky wrote: > On Tuesday 05 September 2006 03:16, Indigo 23 wrote: > > Thanks for the reply. I already tried that, but unfortunetly the same > > thing happens :( > > Any other suggestions? > > Maybe you want to try my new Giant free USB driver: > > # > # How to install the new USB driver: > # > > # > # First get all the sources > # (you need /usr/ports/devel/subversion installed): > # > > svn --username anonsvn --password anonsvn \ > checkout svn://svn.turbocat.net/i4b > > # > # The following commands will > # install the driver on FreeBSD 6.x/7.x: > # > > cd i4b/trunk/i4b/FreeBSD.usb > make S=../src package > make install > > # > # Then build a new kernel (with modules) > # > > --HPS >