Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2007 01:10:22 GMT
From:      Matthew Byng-Maddick <mbm+freebsd@colondot.net>
To:        freebsd-usb@FreeBSD.org
Subject:   Re: usb/104352: [ural] ural driver doesn't work
Message-ID:  <200701290110.l0T1AMof099105@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR usb/104352; it has been noted by GNATS.

From: Matthew Byng-Maddick <mbm+freebsd@colondot.net>
To: bug-followup@FreeBSD.org, hannes.hauswedell@gmail.com
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



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