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



The following reply was made to PR kern/42667; it has been noted by GNATS.

From: Alexander Nasonov <alnsn%yandex.ru@localhost>
To: Alexander Nasonov <alnsn%yandex.ru@localhost>
Cc: gnats-bugs%NetBSD.org@localhost, kern-bug-people%netbsd.org@localhost,
        gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: kern/42667: rum(4) is not detected on HP Pavilion Slimline
 s5210uk Desktop PC
Date: Sun, 13 Feb 2011 12:17:08 +0000

 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