Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2009 00:06:30 +0900
From:      Weongyo Jeong <weongyo.jeong@gmail.com>
To:        "Sam Fourman Jr." <sfourman@gmail.com>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: Realtek 8187B wireless urtw(4)
Message-ID:  <20090530150630.GA44519@weongyo.cdnetworks.kr>
In-Reply-To: <11167f520905291433i103060batc80e46531834a8a4@mail.gmail.com>
References:  <11167f520905291433i103060batc80e46531834a8a4@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 29, 2009 at 04:33:04PM -0500, Sam Fourman Jr. wrote:
> I bought a new Wireles USB device, using todays -CURRENT it will not
> attach to urtw.
> I am in need of some help.
> what are the steps I need to take to add the relevant device ID's to usbdevs?
> 
> usbdevs -v no longer works in FreeBSD -CURRENT
> 
> I was able to extract the following info from OpenBSD 4.5
> 
>  usbdevs -v
> Controller /dev/usb0:
> addr 1: high speed, self powered, config 1, EHCI root hub(0x0000),
> Intel(0x8086), rev 1.00
>  port 1 addr 2: high speed, power 500 mA, config 1,
> RTL8187B_WLAN_Adapter(0x8189), Realtek(0x0bda), rev 2.00,
> iSerialNumber 00e04c000001
> 
> here is a link to the Card I bought
> 
> http://www.alibaba.com/product/tw102499076-217620669-100648643/High_Power_500mW_WiFi_USB_Adapter.html
> 
> Thank you in advance

It looks your product ID is already in urtw(4) match lists so I think
the following commands could help you.

	# cd sys/modules/usb/urtw
	# make
	# kldload ./if_urtw.ko

then plug-ins your device.  However what you should know is that
the status of supporting 8187B chipset is in the experimental and 8187B
Rev B and D doesn't tested.  In addition it looks there are problems on
8187B Rev E.  usbdevs(8) isn't no more supported in CURRENT so please
use usbconfig(8) instead of it.

Please let me know if you encounter problems to work with it.

regards,
Weongyo Jeong




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