The following reply was made to PR usb/104352; it has been noted by GNATS.
From: Matthew Byng-Maddick <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Cc:
Subject: Re: usb/104352: [ural] ural driver doesn't work
Date: Mon, 29 Jan 2007 00:37:12 +0000
Having just had the same problem, I made the following patch to the ural
driver:
--- /usr/src/sys/dev/usb/usbdevs.orig Mon Jan 29 00:31:57 2007
+++ /usr/src/sys/dev/usb/usbdevs Sun Jan 28 17:59:57 2007
@@ -1448,6 +1448,7 @@
/* Ralink Technology products */
product RALINK RT2570 0x1706 RT2500USB wireless adapter
product RALINK RT2570_2 0x2570 RT2500USB wireless adapter
+product RALINK RT2570_3 0x2573 RT2500USB wireless adapter
/* ReakTek products */
product REALTEK USBKR100 0x8150 USBKR100 USB Ethernet (GREEN HOUSE)
--- /usr/src/sys/dev/usb/if_ural.c.orig Mon Jan 29 00:33:44 2007
+++ /usr/src/sys/dev/usb/if_ural.c Sun Jan 28 18:00:30 2007
@@ -101,6 +101,7 @@
{ USB_VENDOR_NOVATECH, USB_PRODUCT_NOVATECH_NV902 },
{ USB_VENDOR_RALINK, USB_PRODUCT_RALINK_RT2570 },
{ USB_VENDOR_RALINK, USB_PRODUCT_RALINK_RT2570_2 },
+ { USB_VENDOR_RALINK, USB_PRODUCT_RALINK_RT2570_3 },
{ USB_VENDOR_VTECH, USB_PRODUCT_VTECH_RT2570 },
{ USB_VENDOR_ZINWELL, USB_PRODUCT_ZINWELL_RT2570 }
};
This seemed to compile for me, but I can't get the device to get a carrier
in either hostap or ibss mode (ifconfig wouldn't let me do ibss-master).
Hope this helps a little, at least
Cheers
MBM
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[EMAIL PROTECTED]"