From owner-freebsd-questions@FreeBSD.ORG Sat Aug 3 18:02:34 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F1099485 for ; Sat, 3 Aug 2013 18:02:33 +0000 (UTC) (envelope-from gobble.wa@gmail.com) Received: from mail-bk0-x22e.google.com (mail-bk0-x22e.google.com [IPv6:2a00:1450:4008:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 81A42290F for ; Sat, 3 Aug 2013 18:02:33 +0000 (UTC) Received: by mail-bk0-f46.google.com with SMTP id 6so540694bkj.19 for ; Sat, 03 Aug 2013 11:02:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1/taIbl0NGyoFlCb+GLwf0wUCdvjzjPY5KJfJ00sMvI=; b=ktJAV2IRlMjpvwgBt2tanrLUs0RjOcOrxuRpbfn+LXaaK8czr/N4bpBRcZOQjBYfZl BQphA21LEo7xdU7qTpSMlWXkZgfVCXl/ot9m3T/baIDP0GFYwyLzcMNc2oad8VXxkRjE R0G6nWrSI/V3OPh05tUku5VL+UQ4N3MKCe3ljwuzMhyjcQJvzggqS6Naxyu9TbLOjhsO HKBNSvcFlCpW+KJ08o0eyDTtLTYfpfX8JyDS2g4EMVmUlpPI96FzY/SqR6MnzM1ff16Q nVKCBxZv9e3vgipumiKSJz1XnEurBi6/Gfk3x97Rb1I89iWA8uYyQgba53/n0KxU0YGu 4bag== MIME-Version: 1.0 X-Received: by 10.204.74.135 with SMTP id u7mr1897910bkj.54.1375552951554; Sat, 03 Aug 2013 11:02:31 -0700 (PDT) Received: by 10.204.185.80 with HTTP; Sat, 3 Aug 2013 11:02:31 -0700 (PDT) Received: by 10.204.185.80 with HTTP; Sat, 3 Aug 2013 11:02:31 -0700 (PDT) In-Reply-To: <20130803140508.GA40889@admin.sibptus.tomsk.ru> References: <20130803140508.GA40889@admin.sibptus.tomsk.ru> Date: Sat, 3 Aug 2013 18:02:31 +0000 Message-ID: Subject: Re: D-Link DUBE100 USB NIC does not work From: Waitman Gobble To: Victor Sudakov Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Bill Paul , freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Aug 2013 18:02:34 -0000 On Aug 3, 2013 8:05 AM, "Victor Sudakov" wrote: > > Dear Colleagues, > > It is written in axe(4) and in the HCL for 9.1 that D-Link DUBE100 is > supported. I have bought one and the system shows it as > > ugen0.3: at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (200mA) > > What am I doing wrong? Why does it not attach a driver to it? Should I > do something else besides plugging the device in for the network > interface to appear? > > I am running stable/9 (9.2-BETA2 at the moment). > > TIA for any input. > > -- > Victor Sudakov, VAS4-RIPE, VAS47-RIPN > sip:sudakov@sibptus.tomsk.ru Hi, did you see the axe(4) man page? Did you put if_axe_load="YES" in loader.conf or build kernel with axe support? Hope that helps. Waitman Gobble San Jose California USA