<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Hacking The RTL8187b On Linux</title>
	<atom:link href="http://www.briancantin.com/2007/11/hacking-rtl8187b-on-linux.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.briancantin.com/2007/11/hacking-rtl8187b-on-linux.html#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
	<description>Computers, Music, Cycling, Politics and the general hum-drum of Life.</description>
	<lastBuildDate>Thu, 21 Jan 2010 18:58:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martin Meredith</title>
		<link>http://www.briancantin.com/2007/11/hacking-rtl8187b-on-linux.html/comment-page-1#comment-178</link>
		<dc:creator>Martin Meredith</dc:creator>
		<pubDate>Sun, 15 Mar 2009 14:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.briancantin.com/?p=208#comment-178</guid>
		<description>Hmm, you say that the RTL8187B works with WEP but not WPA? I seem to have it the other way round. I can get it to connect to WPA, but not to WEP under Jaunty</description>
		<content:encoded><![CDATA[<p>Hmm, you say that the RTL8187B works with WEP but not WPA? I seem to have it the other way round. I can get it to connect to WPA, but not to WEP under Jaunty</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Cantin</title>
		<link>http://www.briancantin.com/2007/11/hacking-rtl8187b-on-linux.html/comment-page-1#comment-148</link>
		<dc:creator>Brian Cantin</dc:creator>
		<pubDate>Fri, 28 Nov 2008 18:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.briancantin.com/?p=208#comment-148</guid>
		<description>Check your makefile - does it have &quot;CFLAGS +=&lt;br/&gt;$(EXTRA_CFLAGS)&quot; somewhere? Try removing that line and try again.</description>
		<content:encoded><![CDATA[<p>Check your makefile &#8211; does it have &#8220;CFLAGS +=<br />$(EXTRA_CFLAGS)&#8221; somewhere? Try removing that line and try again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.briancantin.com/2007/11/hacking-rtl8187b-on-linux.html/comment-page-1#comment-147</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 27 Nov 2008 11:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.briancantin.com/?p=208#comment-147</guid>
		<description>I tried to compile the modified driver on my laptop running FC9 latest kernel version 2.6.27.5-41.fc9.i686 but I got this error msg:&lt;br/&gt;&lt;br/&gt;[root@phuongnn rtl8187b-modified]# ./makedrv &lt;br/&gt;rm -fr *.mod.c *.mod *.o .*.cmd *.mod.* *.ko *.o *~&lt;br/&gt;make -C /lib/modules/2.6.27.5-41.fc9.i686/build M=/root/rtl8187b-modified/ieee80211 CC=gcc modules&lt;br/&gt;make[1]: Entering directory `/usr/src/kernels/2.6.27.5-41.fc9.i686&#039;&lt;br/&gt;scripts/Makefile.build:46: *** CFLAGS was changed in &quot;/root/rtl8187b-modified/ieee80211/Makefile&quot;. Fix it to use EXTRA_CFLAGS.  Stop.&lt;br/&gt;make[1]: *** [_module_/root/rtl8187b-modified/ieee80211] Error 2&lt;br/&gt;make[1]: Leaving directory `/usr/src/kernels/2.6.27.5-41.fc9.i686&#039;&lt;br/&gt;make: *** [modules] Error 2&lt;br/&gt;rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~&lt;br/&gt;make -C /lib/modules/2.6.27.5-41.fc9.i686/build M=/root/rtl8187b-modified/rtl8187 CC=gcc modules&lt;br/&gt;make[1]: Entering directory `/usr/src/kernels/2.6.27.5-41.fc9.i686&#039;&lt;br/&gt;scripts/Makefile.build:46: *** CFLAGS was changed in &quot;/root/rtl8187b-modified/rtl8187/Makefile&quot;. Fix it to use EXTRA_CFLAGS.  Stop.&lt;br/&gt;make[1]: *** [_module_/root/rtl8187b-modified/rtl8187] Error 2&lt;br/&gt;make[1]: Leaving directory `/usr/src/kernels/2.6.27.5-41.fc9.i686&#039;&lt;br/&gt;make: *** [modules] Error 2&lt;br/&gt;&lt;br/&gt;Could you please help me to solve this.&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;Tuan</description>
		<content:encoded><![CDATA[<p>I tried to compile the modified driver on my laptop running FC9 latest kernel version 2.6.27.5-41.fc9.i686 but I got this error msg:</p>
<p>[root@phuongnn rtl8187b-modified]# ./makedrv <br />rm -fr *.mod.c *.mod *.o .*.cmd *.mod.* *.ko *.o *~<br />make -C /lib/modules/2.6.27.5-41.fc9.i686/build M=/root/rtl8187b-modified/ieee80211 CC=gcc modules<br />make[1]: Entering directory `/usr/src/kernels/2.6.27.5-41.fc9.i686&#8242;<br />scripts/Makefile.build:46: *** CFLAGS was changed in &#8220;/root/rtl8187b-modified/ieee80211/Makefile&#8221;. Fix it to use EXTRA_CFLAGS.  Stop.<br />make[1]: *** [_module_/root/rtl8187b-modified/ieee80211] Error 2<br />make[1]: Leaving directory `/usr/src/kernels/2.6.27.5-41.fc9.i686&#8242;<br />make: *** [modules] Error 2<br />rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~<br />make -C /lib/modules/2.6.27.5-41.fc9.i686/build M=/root/rtl8187b-modified/rtl8187 CC=gcc modules<br />make[1]: Entering directory `/usr/src/kernels/2.6.27.5-41.fc9.i686&#8242;<br />scripts/Makefile.build:46: *** CFLAGS was changed in &#8220;/root/rtl8187b-modified/rtl8187/Makefile&#8221;. Fix it to use EXTRA_CFLAGS.  Stop.<br />make[1]: *** [_module_/root/rtl8187b-modified/rtl8187] Error 2<br />make[1]: Leaving directory `/usr/src/kernels/2.6.27.5-41.fc9.i686&#8242;<br />make: *** [modules] Error 2</p>
<p>Could you please help me to solve this.</p>
<p>Thanks,<br />Tuan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Cantin</title>
		<link>http://www.briancantin.com/2007/11/hacking-rtl8187b-on-linux.html/comment-page-1#comment-145</link>
		<dc:creator>Brian Cantin</dc:creator>
		<pubDate>Tue, 18 Nov 2008 17:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.briancantin.com/?p=208#comment-145</guid>
		<description>Sadly my wireless adapter seems to have burnt itself out so I can&#039;t test this any further. I&#039;ve switched to a different wireless platform. Good luck!</description>
		<content:encoded><![CDATA[<p>Sadly my wireless adapter seems to have burnt itself out so I can&#8217;t test this any further. I&#8217;ve switched to a different wireless platform. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.briancantin.com/2007/11/hacking-rtl8187b-on-linux.html/comment-page-1#comment-138</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 08 Oct 2008 13:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.briancantin.com/?p=208#comment-138</guid>
		<description>If lsusb gives:&lt;br/&gt;Bus 007 Device 003: ID 0bda:8198 Realtek Semiconductor Corp.&lt;br/&gt;&lt;br/&gt;use driver modified by me. All others doesnt work with ID :8198!&lt;br/&gt;Probably module included with kernel 2.6.27 douesnt work with that id too.&lt;br/&gt;http://rapidshare.com/files/152036377/rtl8187b_linux_driver_modified_for_0bda-8198_darck.zip.html&lt;br/&gt;&lt;br/&gt;following installation:&lt;br/&gt;./makedrv&lt;br/&gt;sudo nano /etc/rc.local&lt;br/&gt;add to this file: /change/path/to/correct/wlan0up&lt;br/&gt;sudo apt-get install wicd&lt;br/&gt;after restart chenge in wicd settings wireless interface to correct one (usually wlan0 or wlan1, can be checked by iwconfig)&lt;br/&gt;&lt;br/&gt;run wicd, press refresh, APs should be detected. Press connect, vuala :)&lt;br/&gt;———-&lt;br/&gt;!?!?!!:&lt;br/&gt;-driver compilation ./makedrv requires libraries: linux-headers- (install if gets fatal error)&lt;br/&gt;-this driver probably doesn’t work with ID other than: 0bda:8198.&lt;br/&gt;OR:&lt;br/&gt;use (in /etc/rc.local) wlan0up in following way:&lt;br/&gt;lsusb gives for example: Bus 007 Device 002: ID 0bda:8198 Realtek Semiconductor Corp., so:&lt;br/&gt;wlan0up force_card=0×8189&lt;br/&gt;-I couldn’t compile this driver with kernel v. 2.6.27</description>
		<content:encoded><![CDATA[<p>If lsusb gives:<br />Bus 007 Device 003: ID 0bda:8198 Realtek Semiconductor Corp.</p>
<p>use driver modified by me. All others doesnt work with ID :8198!<br />Probably module included with kernel 2.6.27 douesnt work with that id too.<br /><a href="http://rapidshare.com/files/152036377/rtl8187b_linux_driver_modified_for_0bda-8198_darck.zip.html" rel="nofollow">http://rapidshare.com/files/152036377/rtl8187b_linux_driver_modified_for_0bda-8198_darck.zip.html</a></p>
<p>following installation:<br />./makedrv<br />sudo nano /etc/rc.local<br />add to this file: /change/path/to/correct/wlan0up<br />sudo apt-get install wicd<br />after restart chenge in wicd settings wireless interface to correct one (usually wlan0 or wlan1, can be checked by iwconfig)</p>
<p>run wicd, press refresh, APs should be detected. Press connect, vuala <img src='http://www.briancantin.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <br />———-<br />!?!?!!:<br />-driver compilation ./makedrv requires libraries: linux-headers- (install if gets fatal error)<br />-this driver probably doesn’t work with ID other than: 0bda:8198.<br />OR:<br />use (in /etc/rc.local) wlan0up in following way:<br />lsusb gives for example: Bus 007 Device 002: ID 0bda:8198 Realtek Semiconductor Corp., so:<br />wlan0up force_card=0×8189<br />-I couldn’t compile this driver with kernel v. 2.6.27</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.briancantin.com/2007/11/hacking-rtl8187b-on-linux.html/comment-page-1#comment-126</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 31 Aug 2008 18:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.briancantin.com/?p=208#comment-126</guid>
		<description>How well does the driver work for you?  I&#039;m running 2.6.27-rc5 on a Toshiba Satellite L350D-12M, and I&#039;m getting quite a bit of packet loss - the WiFi signal is much worse than on my old Thinkpad X31.</description>
		<content:encoded><![CDATA[<p>How well does the driver work for you?  I&#8217;m running 2.6.27-rc5 on a Toshiba Satellite L350D-12M, and I&#8217;m getting quite a bit of packet loss &#8211; the WiFi signal is much worse than on my old Thinkpad X31.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.briancantin.com/2007/11/hacking-rtl8187b-on-linux.html/comment-page-1#comment-124</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sat, 30 Aug 2008 21:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.briancantin.com/?p=208#comment-124</guid>
		<description>Hey, I&#039;m a Linux newbie, dual booting  Ubuntu 2.6.24-19-generic...well, trying to, anyway. I have the Realtek RTL8187B wireless card. I tried to follow the given directions to install the modified driver, but when I run the Makefile, I get the following error:&lt;br/&gt;&lt;br/&gt;make[1]: entering directory &#039;/usr/src/linux-headers-2.6.24-19-generic&#039;&lt;br/&gt;scripts/Makefile.build:46: ***CFLAGS was changed in &quot;/wifi/ieee8021/Makefile&quot;. Fix it to use EXTRA_CFLAGS. Stop.&lt;br/&gt;make[1]: *** [_module_/wifi/ieee80211] Error 2&lt;br/&gt;&lt;br/&gt;This is followed by another identical error, except its in the RTL8187 makefile instead of the ieee80211 makefile. Any ideas? I&#039;m in college, and being able to run Linux from my room would be much more convenient than running to the computer lab all the time. Also, I already checked the kernel sources and linux headers packages, and (I think) they&#039;re already installed. If you need any more info, let me know. Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;m a Linux newbie, dual booting  Ubuntu 2.6.24-19-generic&#8230;well, trying to, anyway. I have the Realtek RTL8187B wireless card. I tried to follow the given directions to install the modified driver, but when I run the Makefile, I get the following error:</p>
<p>make[1]: entering directory &#8216;/usr/src/linux-headers-2.6.24-19-generic&#8217;<br />scripts/Makefile.build:46: ***CFLAGS was changed in &#8220;/wifi/ieee8021/Makefile&#8221;. Fix it to use EXTRA_CFLAGS. Stop.<br />make[1]: *** [_module_/wifi/ieee80211] Error 2</p>
<p>This is followed by another identical error, except its in the RTL8187 makefile instead of the ieee80211 makefile. Any ideas? I&#8217;m in college, and being able to run Linux from my room would be much more convenient than running to the computer lab all the time. Also, I already checked the kernel sources and linux headers packages, and (I think) they&#8217;re already installed. If you need any more info, let me know. Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://www.briancantin.com/2007/11/hacking-rtl8187b-on-linux.html/comment-page-1#comment-123</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Wed, 20 Aug 2008 02:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.briancantin.com/?p=208#comment-123</guid>
		<description>I patched the 2.6.26 kernel source with the 2.6.27-rc3 patch. Compiled the kernel. Installed it, and rebooted.&lt;br/&gt;&lt;br/&gt;After some mucking around with settings, and adding and removing connections several times (a la windoze), and removing MAC filtering on the wireless, this now works. I am using it now. &lt;br/&gt;&lt;br/&gt;Your blog got me pointed in the right direction, and I found a lot of help over at the opensuse forums (my distro). &lt;br/&gt;&lt;br/&gt;Good luck to those out there. It DOES work, and will be mainstream when the 2.6.27 kernel is released (maybe 6 weeks).&lt;br/&gt;&lt;br/&gt;Good luck!</description>
		<content:encoded><![CDATA[<p>I patched the 2.6.26 kernel source with the 2.6.27-rc3 patch. Compiled the kernel. Installed it, and rebooted.</p>
<p>After some mucking around with settings, and adding and removing connections several times (a la windoze), and removing MAC filtering on the wireless, this now works. I am using it now. </p>
<p>Your blog got me pointed in the right direction, and I found a lot of help over at the opensuse forums (my distro). </p>
<p>Good luck to those out there. It DOES work, and will be mainstream when the 2.6.27 kernel is released (maybe 6 weeks).</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://www.briancantin.com/2007/11/hacking-rtl8187b-on-linux.html/comment-page-1#comment-121</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Tue, 19 Aug 2008 07:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.briancantin.com/?p=208#comment-121</guid>
		<description>If you are into compiling your own kernels, check out 2.6.27-rc3 at kernel.org, which is supposed to have native support for this adapter.&lt;br/&gt;&lt;br/&gt;I will be giving it a shot tomorrow.</description>
		<content:encoded><![CDATA[<p>If you are into compiling your own kernels, check out 2.6.27-rc3 at kernel.org, which is supposed to have native support for this adapter.</p>
<p>I will be giving it a shot tomorrow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://www.briancantin.com/2007/11/hacking-rtl8187b-on-linux.html/comment-page-1#comment-120</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Sun, 17 Aug 2008 23:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.briancantin.com/?p=208#comment-120</guid>
		<description>Hello I am new to Linux and I just installed SUSE 10.2 on my A215 and wanted to use the wireless adapter but when I open the makedrv it throws me the following error:&lt;br/&gt;/makedrv: line 5: cd: ieee80211: No such file or directory&lt;br/&gt;make: *** No rule to make target `clean&#039;.  Stop.&lt;br/&gt;make: *** No targets specified and no makefile found.  Stop.&lt;br/&gt;/home/Dragon20119/Documents/rtl8187B_linux_24.6.1024.0822.2007/makedrv: line 8: cd: ../rtl8187: No such file or directory&lt;br/&gt;make: *** No rule to make target `clean&#039;.  Stop.&lt;br/&gt;make: *** No targets specified and no makefile found.  Stop.&lt;br/&gt;&lt;br/&gt;I know something is wrong because I extraced all the files and folders to the same destination and I double cheked for the names... Could you plz help me&lt;br/&gt;Chris</description>
		<content:encoded><![CDATA[<p>Hello I am new to Linux and I just installed SUSE 10.2 on my A215 and wanted to use the wireless adapter but when I open the makedrv it throws me the following error:<br />/makedrv: line 5: cd: ieee80211: No such file or directory<br />make: *** No rule to make target `clean&#8217;.  Stop.<br />make: *** No targets specified and no makefile found.  Stop.<br />/home/Dragon20119/Documents/rtl8187B_linux_24.6.1024.0822.2007/makedrv: line 8: cd: ../rtl8187: No such file or directory<br />make: *** No rule to make target `clean&#8217;.  Stop.<br />make: *** No targets specified and no makefile found.  Stop.</p>
<p>I know something is wrong because I extraced all the files and folders to the same destination and I double cheked for the names&#8230; Could you plz help me<br />Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>
