From owner-freebsd-usb@FreeBSD.ORG Mon Dec 3 15:21:48 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 004AC284 for ; Mon, 3 Dec 2012 15:21:47 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by mx1.freebsd.org (Postfix) with ESMTP id C090A8FC0C for ; Mon, 3 Dec 2012 15:21:47 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id bi5so1960748pad.13 for ; Mon, 03 Dec 2012 07:21:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=sMHLXWi6ov3PTuOUPeq3P8CYEySH0gSUtPEjLInuOwU=; b=cw+cUjIICW6MnCl3I4g6wJ+edgL56UOJWyFeEm1BGECgGqkB20JJc6ardXXTP3YUJb 6jN/yDgUfGdi8BONUE8BhjFRGolhfProsUVPsmEegayQiKxOEzAytukzSkkQHTVzGLZ8 iu7gTMsJzn+FEeQlfD8OJiu0eUH2gqyvykRd2MGOLb0OYPorNNTuKS72fZ1FDVYPpjxc iRNdSBRb1KPyNHSO3D5mkm5QCn/wyfXyx8OBoNis6QO5fsLuIl3Buxnwjw0vqV/LNhtK Btzb3FSJD2w8FTxulrtAHQAFNKSRXdxbtIt+umVaYnE3gQEJsVp0SsVI6EgnScRQVb3y hf8g== Received: by 10.66.79.168 with SMTP id k8mr26782630pax.12.1354548107358; Mon, 03 Dec 2012 07:21:47 -0800 (PST) Received: from [192.168.1.132] (mau.donbass.com. [92.242.127.250]) by mx.google.com with ESMTPS id vn2sm8205913pbc.31.2012.12.03.07.21.45 (version=SSLv3 cipher=OTHER); Mon, 03 Dec 2012 07:21:46 -0800 (PST) Message-ID: <50BCC386.9060002@gmail.com> Date: Mon, 03 Dec 2012 17:21:42 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Firefox/17.0 SeaMonkey/2.14 MIME-Version: 1.0 To: freebsd-usb@FreeBSD.org Subject: run(4) needs clarification Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2012 15:21:48 -0000 Hi all. As per man page run driver supports DWA-140, but I currently obtained one piece that identifies as: # usbconfig -d 0.2 dump_device_desc ugen0.2: <11n Adapter D-Link> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0200 bDeviceClass = 0x0000 bDeviceSubClass = 0x0000 bDeviceProtocol = 0x0000 bMaxPacketSize0 = 0x0040 idVendor = 0x2001 idProduct = 0x3c15 bcdDevice = 0x0101 iManufacturer = 0x0001 iProduct = 0x0002 <11n Adapter> iSerialNumber = 0x0003 <1.0> bNumConfigurations = 0x0001 After patching kernel to make it detectable I got this: Dec 3 17:15:17 ar1l0u kernel: run0: on usbus0 Dec 3 17:15:17 ar1l0u kernel: run0: MAC/BBP RT5392 (rev 0x0222), RF unknown (MIMO 2T2R), address 84:c9:b2:82:8f:ba And chip RT5392 is not supported yet. This one is: H/W Ver.: B3 F/W Ver.: 2.00 Can anyone update man page to explicitly state that only ver. A* is supposed to work? -- Sphinx of black quartz, judge my vow.