On Tue, Nov 2, 2010 at 2:38 PM, Senjogahara <senjogah...@navscape.com> wrote: > 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?
yes. take a look at release(8) man page. it outlines how you can get the source (which you may already have) and run config(8) and build a kernel, which you can then install and reboot and run it. Make note of the "Build and install a new kernel" section specifically editing o the configuration file. Depending on what branch of the code you are running you may or may not have to build your userland at that point. --patrick p.s., Hopefully I'm not giving you useless info as before. I made a bad assumption before.