From owner-freebsd-usb@FreeBSD.ORG Tue May 18 07:50:07 2010 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 446A21065676 for ; Tue, 18 May 2010 07:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 21F6D8FC28 for ; Tue, 18 May 2010 07:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4I7o7MD003551 for ; Tue, 18 May 2010 07:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4I7o6Rt003550; Tue, 18 May 2010 07:50:06 GMT (envelope-from gnats) Resent-Date: Tue, 18 May 2010 07:50:06 GMT Resent-Message-Id: <201005180750.o4I7o6Rt003550@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-usb@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Billy R." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C77261065674 for ; Tue, 18 May 2010 07:46:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id B6B3B8FC24 for ; Tue, 18 May 2010 07:46:36 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o4I7ka0C086704 for ; Tue, 18 May 2010 07:46:36 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o4I7ka6p086703; Tue, 18 May 2010 07:46:36 GMT (envelope-from nobody) Message-Id: <201005180746.o4I7ka6p086703@www.freebsd.org> Date: Tue, 18 May 2010 07:46:36 GMT From: "Billy R." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: usb/146693: Edimax EW‐ 7318USG not found in usbdevs or if_rum.c 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, 18 May 2010 07:50:07 -0000 >Number: 146693 >Category: usb >Synopsis: Edimax EW‐7318USG not found in usbdevs or if_rum.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 18 07:50:06 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Billy R. >Release: FreeBSD 8.0-RELEASE amd 64 >Organization: >Environment: FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 2009 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: product EDIMAX EW7318USG 0x7318 USB Wireless dongle is not being detected. there are no entries for the device located in usbdevs or if_rum.c >How-To-Repeat: >Fix: add EDIMAX EW-7318USG info to usbdevs and if_rum.c recompile rum Patch attached with submission follows: STEP #1 (add the following text to /sys/dev/usb/usbdevs) vendor EDIMAX 0x7392 Edimax /* Edimax products */ product EDIMAX EW7318USG 0x7318 USB Wireless dongle STEP #2 (add the following text to /sys/dev/usb/wlan/if_rum.c) { USB_VP(USB_VENDOR_EDIMAX, USB_PRODUCT_EDIMAX_EW7318USG) }, STEP #3 # cd /usr/src/sys/modules/usb/rum # make install >Release-Note: >Audit-Trail: >Unformatted: