What I did on my vacation from reality

Home About RTL8187B Laptop Cam Quotes Login

February 27, 2008

RTL8187B update; Miscellany

10:08 am — Code, Geek, Linux, Misc, laptop, usmc

I’ve put up the contributed version of the RTL8187B driver I received from a Mister Adams that supposedly works with the 2.6.24 kernel. Note I haven’t tried it yet (I’m not in a hurry to upgrade from 2.6.22, even with that local exploit going around), and the only other person I sent it to reported a kernel panic. Use at your own risk.

Also, I was lucky enough to get called up to be in the Holiday Bowl Parade in San Diego in 2007. This was pretty much the only picture I could find (that’s me in the back):

If anyone else happened to be there and snap a couple, think you could send ‘em my way?




RSS feed | Trackback URI

4 Comments»

m —March 22, 2008 @ 8:34 am

I need mode manager which rtl8187b; have make pach?

 

TJ —August 4, 2008 @ 7:32 pm

First, many thanks. I dont know if you are aware but I have linked to your download location for the rtl8187b.

Your page was the inspiration to my wiki page on unbuntu.

I hope that its permissible by you to continue sharing the link with us.

I’d like to discuss the rtl8187b with you via e-mail.

Thanks again,

–TJ

 

TJ —August 4, 2008 @ 7:33 pm

 

David —August 9, 2008 @ 5:25 am

Hi

I’ve used your RTL8187b page to get Ubuntu working successfully on the Netgear WG111v3 USB keys.

I took your modified tarball, and then ran ‘patch -p1 < 2.6.24.patch’ - that worked ok - and then I had to change the code to support the new device ID of the Netgear (0846:4260)

Insert a new line 98 into rtl8187/r8187_core.c
{USB_DEVICE(USB_VENDOR_ID_NETGEAR, 0×4260)},

[this adds recognizing the Netgear device]

And at line 2855 — immediately above the “case 0×8189:” add the line:

case 0×4260:

– you can see the thread here:

http://ubuntuforums.org/showthread.php?p=5553916

– I’m now wireless ;-) - thanks for your work here!

 
Name (required)
E-mail (required - never shown publicly)
URI
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.