W B Hacker wrote:
Mark Kettenis wrote:
Date: Mon, 01 Nov 2010 04:19:45 -0200
From: Senjogahara<senjogah...@navscape.com>
How do I configure my WIFI USB Adapter in OpenBSD? It is a model Realtek
RTL8187B.
Since you're posting to the powerpc-specific OpenBSD mailing list, I'm
assuming you're usong OpenBSD/macppc, but next time please provide
more information. See http://www.openbsd.org/report.html for details.
Anyway, the OpenBSD/macppc kernel doesn't include the urtw(4) driver.
Please try to build a kernel with the diff below.
Cheers,
Mark
Index: GENERIC
===================================================================
RCS file: /cvs/src/sys/arch/macppc/conf/GENERIC,v
retrieving revision 1.200
diff -u -p -r1.200 GENERIC
--- GENERIC 23 Sep 2010 16:21:46 -0000 1.200
+++ GENERIC 1 Nov 2010 10:45:05 -0000
@@ -293,6 +293,7 @@ uthum* at uhidev? # TEMPerHUM sensor
utwitch* at uhidev? # YUREX BBU sensor
uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter
onewire* at uow?
+urtw* at uhub? # RealTek 8187
# USB Video
uvideo* at uhub?
Side note, but as prep for upgrading the 17" PowerBook G4 OS X 10.3.9 to
OpenBSD CURRENT, I have moved 45 GB of files across the urtw WiFi at
Intel + OpenBSD end - from inbuilt WiFi at G4 + OS X end.
Cheap and cheerful urtw should work just as well under OpenBSD PPc as it
does under i386.
FWIW, my /etc/hostname.urtw0 is:
('<<' and '>>' are, of course, superfluous.}
===
ifconfig urtw0 nwid << the available network by announced name >> wpa
wpapsk
<< your router's expected psk string >>
dhclient urtw0
===
If it doesn't come up automagically (you may not WANT it to do so
if/as/when you [also] have CAT5), test it by invoking it from the CLI.
JM2CW
Bill Hacker
The system informs me the following:
"ugen0 at uhub1 port 1 "Realtek RTL8187B" rev 2.00/2.00 addr 2"
Would not the "ugen0" be the driver in query? Or will I have even of
recompiling the kernel?
Thank you!
--
Senjogahara