From owner-freebsd-usb@FreeBSD.ORG Tue Oct 23 18:11:20 2007 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E97A316A41B for ; Tue, 23 Oct 2007 18:11:20 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id 4A1D013C49D for ; Tue, 23 Oct 2007 18:11:19 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1370494rvb for ; Tue, 23 Oct 2007 11:11:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=fbazUuk+raH8RMzZMHfk0eMzOp+EXKuilCnAVSGmK6M=; b=Zq8lW4NXakip0epxn27H4vmFmNUlT71zIOlTzGOqRtNaJcMHTrvIFiD4gW7mKWkuxKpRQctS8latsFhhHun6bXqceNY9iiC5nBhbfCdpbYA/gzswS/CZlCK8nJuPfTQbEDnli0xVayNmlHzcTGeKQx3HB0e9HeZ4N8LRhjLKEuI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=r/GRELid5ixhRFPsS7zFxrOjcP9DYOnLjyZa36rCcPovovvOvLt343u0VjyqYp7/i/0rwRP+A6IuVmui15B6I6F+nL6tIs5W6pFQtG7DzUlXs16Ov0UBV/S0Nbc2PIPmV/xzJBlHIexbeTDXdz9nR8wpMla0O+NnKjQilhtHtMk= Received: by 10.140.164.1 with SMTP id m1mr3220796rve.1193159493207; Tue, 23 Oct 2007 10:11:33 -0700 (PDT) Received: by 10.140.192.2 with HTTP; Tue, 23 Oct 2007 10:11:33 -0700 (PDT) Message-ID: <2e77fc10710231011n62fa7dbakf132e45e188cff87@mail.gmail.com> Date: Tue, 23 Oct 2007 20:11:33 +0300 From: "Niki Denev" Sender: ndenev@gmail.com To: r.neese@gmail.com In-Reply-To: <200710230745.16215.r.neese@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200710230745.16215.r.neese@gmail.com> X-Google-Sender-Auth: aebf9ce013f8793b Cc: freebsd-usb@freebsd.org Subject: Re: linksys usb200m v2.1 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, 23 Oct 2007 18:11:21 -0000 On 10/23/07, Richard wrote: > I have a linksys usb200m ver 2.1 . boght it for 15 bucks brandnew but it does > not seem to load on freebsd. Yet freebsd says its a supported device. > > ugen0: vendor 0x13b1 product 0x0018, rev 2.00/0.01, addr 2 > > the unit works on windows and linux fine. I have test. wanted to know if > anyone else had issues. What version of freebsd are you running? if_axe(4) should be in the GENERIC kernel. Can you try to "kldload if_axe" and plug the device again? --niki