NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/42667: rum(4) is not detected on HP Pavilion Slimline s5210uk Desktop PC
Alexander Nasonov wrote:
> WPA2 doesn't seem to work. I'll later try other encryption options.
The card is working fine in WEP mode after applying the following patch:
Index: sys/dev/usb/if_rum.c
===================================================================
RCS file: /cvsroot/src/sys/dev/usb/if_rum.c,v
retrieving revision 1.34
diff -u -u -r1.34 if_rum.c
--- sys/dev/usb/if_rum.c 13 Feb 2011 05:51:24 -0000 1.34
+++ sys/dev/usb/if_rum.c 13 Feb 2011 12:16:22 -0000
@@ -131,7 +131,8 @@
{ USB_VENDOR_RALINK, USB_PRODUCT_RALINK_RT2671 },
{ USB_VENDOR_SITECOMEU, USB_PRODUCT_SITECOMEU_WL113R2 },
{ USB_VENDOR_SITECOMEU, USB_PRODUCT_SITECOMEU_WL172 },
- { USB_VENDOR_SURECOM, USB_PRODUCT_SURECOM_RT2573 }
+ { USB_VENDOR_SURECOM, USB_PRODUCT_SURECOM_RT2573 },
+ { USB_VENDOR_SPARKLAN, USB_PRODUCT_SPARKLAN_RT2573 }
};
Static int rum_attachhook(void *);
Home |
Main Index |
Thread Index |
Old Index