W B Hacker wrote:
Senjogahara wrote:
W B Hacker wrote:
Mark Kettenis wrote:
*snip* 9it is in our inboxen)
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!
Basics:
'ugen0' is the UsbGeneric driver. It shows up 'coz your build has
nothing that is a better match. AFAIK, it won't operate a USB WiFi (not
directly anyway...)
What does:
ifconfig
report? Is is showing urtw0?
I think not...
What does:
grep 'urtw' /bsd
show?
On an i386 kernel, it says 'binary file matches'
- EG: The driver is in there..
If no joy on both of those, you'll need to follow Mark's advice to build
it in.
HTH,
Bill Hacker
I don't have this driver.
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?
Do I have to recompile the alone kernel with that? And as I make that?
Thank you!
--
Senjogahara