Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 May 2010 07:46:36 GMT
From:      "Billy R." <phinux_@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   usb/146693: Edimax EW&#8208; 7318USG not found in usbdevs or if_rum.c
Message-ID:  <201005180746.o4I7ka6p086703@www.freebsd.org>
Resent-Message-ID: <201005180750.o4I7o6Rt003550@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         146693
>Category:       usb
>Synopsis:       Edimax EW&#8208;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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005180746.o4I7ka6p086703>