Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Sep 2006 16:06:34 GMT
From:      Jonathan Fosburgh <jonathan@fosburgh.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   usb/102852: Add support for Novatech NV902 wireless NIC
Message-ID:  <200609041606.k84G6YMa073118@www.freebsd.org>
Resent-Message-ID: <200609041610.k84GA9K7026727@freefall.freebsd.org>

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

>Number:         102852
>Category:       usb
>Synopsis:       Add support for Novatech NV902 wireless NIC
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 04 16:10:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Fosburgh
>Release:        6.1-STABLE
>Organization:
>Environment:
FreeBSD asgard.fosburgh.org 6.1-STABLE FreeBSD 6.1-STABLE #13: Thu Jul 27 21:01:59 CDT 2006     toor@asgard.fosburgh.org:/usr/obj/usr/src/sys/vmbsd  amd64

>Description:
Add support for the Novatech NV902 wireless NIC to the ural driver.  

In /usr/src/sys/dev/usb/usbdevs add a line of the form:

vendor NOVATECH               0x0eb0  NovaTech

and

/* NovaTech Products */
product NOVATECH NV902                0x9020  NovaTech NV-902W

And to /usr/src/sys/dev/usb/if_ural.c add a line of the form:

{ USB_VENDOR_NOVATECH,          USB_PRODUCT_NOVATECH_NV902 }

Caveats:  The Link light does not work, and like apparently all ural devices, WPA/WPA2 is unstable and can cause kernel panics and reboots.
>How-To-Repeat:
Attempt to use the above device without the IDs.
>Fix:
Patch the affected files and compile and load the module.
>Release-Note:
>Audit-Trail:
>Unformatted:



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