<?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: Using Broadcom Wireless-G card (Linksys WMP54G) on Linux</title>
	<atom:link href="http://www.larsen-b.com/Article/28.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com/Article/28.html</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Mon, 02 Jul 2018 13:54:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: Darren</title>
		<link>http://www.larsen-b.com/Article/28.html/comment-page-1#comment-6669</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Sat, 12 Jul 2008 15:34:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-6669</guid>
		<description><![CDATA[i have open sues .10.3 i would like to use wireless on it but i cant find ndiswrapper-1.7 to download and help install it my wireless dongle is netgear wg111t if anyone knows any other programs that can help or where i can download that one plz send them to me at evilcaboose@live.co.uk]]></description>
		<content:encoded><![CDATA[<p>i have open sues .10.3 i would like to use wireless on it but i cant find ndiswrapper-1.7 to download and help install it my wireless dongle is netgear wg111t if anyone knows any other programs that can help or where i can download that one plz send them to me at <a href="mailto:evilcaboose@live.co.uk">evilcaboose@live.co.uk</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SCF</title>
		<link>http://www.larsen-b.com/Article/28.html/comment-page-1#comment-212</link>
		<dc:creator>SCF</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-212</guid>
		<description><![CDATA[I plugged in Lynksys Wireless-G PCI adapter (model no. WMP54G) into my Ubuntu 7.10 desktop and boot it up.&#160; The hardware started working without any additional driver.&#160; I was pleasantly surprised by this plug-N-play behavior as the product says nothing about Linux support on the box.&lt;br /&gt;
&lt;br /&gt;
]]></description>
		<content:encoded><![CDATA[<p>I plugged in Lynksys Wireless-G PCI adapter (model no. WMP54G) into my Ubuntu 7.10 desktop and boot it up.&nbsp; The hardware started working without any additional driver.&nbsp; I was pleasantly surprised by this plug-N-play behavior as the product says nothing about Linux support on the box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve M</title>
		<link>http://www.larsen-b.com/Article/28.html/comment-page-1#comment-211</link>
		<dc:creator>Steve M</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-211</guid>
		<description><![CDATA[&lt;p&gt;I have the 4.1 version of the card/drivers (Rt61).  Everything works the same.  Except my lpci -vv command shows the Ra PCI card as unknown.&lt;/p&gt;
&lt;p&gt;Any ideas why this does not work, or am I just out of luck?&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I have the 4.1 version of the card/drivers (Rt61).  Everything works the same.  Except my lpci -vv command shows the Ra PCI card as unknown.</p>
<p>Any ideas why this does not work, or am I just out of luck?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://www.larsen-b.com/Article/28.html/comment-page-1#comment-210</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-210</guid>
		<description><![CDATA[Note for non debian users:&lt;br /&gt;
&lt;br /&gt;
instead of using this to compile the wrapper:&lt;br /&gt;
debian/rules binary-modules&lt;br /&gt;
debian/rules binary-utils&lt;br /&gt;
&lt;br /&gt;
try with:&lt;br /&gt;
make uninstall&lt;br /&gt;
make&lt;br /&gt;
make install&lt;br /&gt;
&lt;br /&gt;
i dont have others distributions so i dont&lt;br /&gt;
know if it will work.]]></description>
		<content:encoded><![CDATA[<p>Note for non debian users:</p>
<p>instead of using this to compile the wrapper:<br />
<br />
debian/rules binary-modules<br />
<br />
debian/rules binary-utils</p>
<p>try with:<br />
<br />
make uninstall<br />
<br />
make<br />
<br />
make install</p>
<p>i dont have others distributions so i dont<br />
<br />
know if it will work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://www.larsen-b.com/Article/28.html/comment-page-1#comment-209</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-209</guid>
		<description><![CDATA[Hello guys, here it is what i did to successfully&lt;br /&gt;
install the wirless adapter on my Debian box:&lt;br /&gt;
&lt;br /&gt;
adapter: WMP54G (PCI) 802.11g&lt;br /&gt;
system: Debian etch / kernel 2.6.12-1-686&lt;br /&gt;
&lt;br /&gt;
1) install kernel headers:&lt;br /&gt;
apt-get install linux-headers-2.6.12-1-686&lt;br /&gt;
(make sure you have gcc too)&lt;br /&gt;
&lt;br /&gt;
2) download ndiswrapper from&lt;br /&gt;
http://ndiswrapper.sourceforge.net/&lt;br /&gt;
i got the 1.7 version:&lt;br /&gt;
ndiswrapper-1.7.tar.gz&lt;br /&gt;
&lt;br /&gt;
3) compile and create ndiswrapper package (root access needed)&lt;br /&gt;
cd /download/path/to/ndiswrapper&lt;br /&gt;
tar -xzvf ndiswrapper-1.7.tar.gz&lt;br /&gt;
cd ndiswrapper-1.7&lt;br /&gt;
debian/rules binary-modules&lt;br /&gt;
debian/rules binary-utils&lt;br /&gt;
cd ..&lt;br /&gt;
&lt;br /&gt;
that will create the .deb packages for your kernel.&lt;br /&gt;
&lt;br /&gt;
4) install debian packages for ndiswrapper&lt;br /&gt;
dpkg -i ndiswrapper-modules-2.6.12-1-686_1.7-1_i386.deb ndiswrapper-utils_1.7-1_i386.deb&lt;br /&gt;
&lt;br /&gt;
5) search for the windows driver:&lt;br /&gt;
i used the one from the CD:&lt;br /&gt;
cd /media/cdrom0/Drivers/WMP54Gv4&lt;br /&gt;
(contents: rt2500.cat rt2500.inf rt2500.sys)&lt;br /&gt;
&lt;br /&gt;
6)&#160; install the driver:&lt;br /&gt;
ndiswrapper -i rt2500.inf&lt;br /&gt;
ndiswrapper -l&lt;br /&gt;
&lt;br /&gt;
it should say:&lt;br /&gt;
 rt2500 driver present, hardware present&lt;br /&gt;
&lt;br /&gt;
if it doesn&#039;t say that, remove the driver&lt;br /&gt;
with the -e option (man ndiswrapper for details)&lt;br /&gt;
and try another driver&lt;br /&gt;
&lt;br /&gt;
7) insert the module in the kernel:&lt;br /&gt;
modprobe ndiswrapper&lt;br /&gt;
&lt;br /&gt;
there was no errors so i checked the result&lt;br /&gt;
with the dmesg command:&lt;br /&gt;
dmesg&lt;br /&gt;
&lt;br /&gt;
the output was:&lt;br /&gt;
&lt;br /&gt;
ndiswrapper version 1.7 loaded (preempt=no,smp=no)&lt;br /&gt;
ndiswrapper: driver rt2500 (Cisco-Linksys ,LLC.,03/27/2004, 2.02.03.0000) loadedPCI: Found IRQ 11 for device 0000:00:09.0&lt;br /&gt;
ndiswrapper: using irq 11&lt;br /&gt;
wlan0: vendor: &#039;IEEE 802.11g Wireless Card.&#039;&lt;br /&gt;
wlan0: ndiswrapper ethernet device &lt;MAC address here&gt; using driver rt2500, &lt;MAC address here&gt;.5.conf&lt;br /&gt;
wlan0: encryption modes supported: WEP; TKIP with WPA; AES/CCMP with WPA&lt;br /&gt;
&lt;br /&gt;
and to be sure, i checked that the PCI device (0000:00:09.0) was the right one:&lt;br /&gt;
lspci -vv&lt;br /&gt;
&lt;br /&gt;
 output (useless lines omited):&lt;br /&gt;
0000:00:09.0 Network controller: RaLink Ralink RT2500 802.11 Cardbus Reference Card (rev 01)&lt;br /&gt;
Subsystem: Linksys Linksys WMP54G 2.0 PCI Adapter&lt;br /&gt;
&lt;br /&gt;
8) loading ndiswrapper at boot:&lt;br /&gt;
ndiswrapper -m&lt;br /&gt;
&lt;br /&gt;
9) install waproamd:&lt;br /&gt;
apt-get install waproamd&lt;br /&gt;
&lt;br /&gt;
and configure it to manage the wlan0 interface&lt;br /&gt;
(or your wlanX if you have other wireless adapters)&lt;br /&gt;
&lt;br /&gt;
10) edit the /etc/network/interfaces file and add:&lt;br /&gt;
auto wlan0&lt;br /&gt;
iface wlan0 inet dhcp&lt;br /&gt;
&lt;br /&gt;
i have my wireless router to bradcast the ssid,&lt;br /&gt;
so i don&#039;t need other parameters, check&lt;br /&gt;
http://ndiswrapper.sourceforge.net/mediawiki/index.php/InstallDebian&lt;br /&gt;
for more details on editing the interfaces file.&lt;br /&gt;
&lt;br /&gt;
In the future i will try to install some protection like WPA,&lt;br /&gt;
i will post here the details.&lt;br /&gt;
&lt;br /&gt;
hope this information was usefull&lt;br /&gt;
Regards,&lt;br /&gt;
Luis.&lt;br /&gt;
&lt;br /&gt;
lpena at tyto dot ciens dot ucv dot ve&lt;br /&gt;
]]></description>
		<content:encoded><![CDATA[<p>Hello guys, here it is what i did to successfully<br />
<br />
install the wirless adapter on my Debian box:</p>
<p>adapter: WMP54G (PCI) 802.11g<br />
<br />
system: Debian etch / kernel 2.6.12-1-686</p>
<p>1) install kernel headers:<br />
<br />
apt-get install linux-headers-2.6.12-1-686<br />
<br />
(make sure you have gcc too)</p>
<p>2) download ndiswrapper from<br />
<br />
<a href="http://ndiswrapper.sourceforge.net/" rel="nofollow">http://ndiswrapper.sourceforge.net/</a><br />
<br />
i got the 1.7 version:<br />
<br />
ndiswrapper-1.7.tar.gz</p>
<p>3) compile and create ndiswrapper package (root access needed)<br />
<br />
cd /download/path/to/ndiswrapper<br />
<br />
tar -xzvf ndiswrapper-1.7.tar.gz<br />
<br />
cd ndiswrapper-1.7<br />
<br />
debian/rules binary-modules<br />
<br />
debian/rules binary-utils<br />
<br />
cd ..</p>
<p>that will create the .deb packages for your kernel.</p>
<p>4) install debian packages for ndiswrapper<br />
<br />
dpkg -i ndiswrapper-modules-2.6.12-1-686_1.7-1_i386.deb ndiswrapper-utils_1.7-1_i386.deb</p>
<p>5) search for the windows driver:<br />
<br />
i used the one from the CD:<br />
<br />
cd /media/cdrom0/Drivers/WMP54Gv4<br />
<br />
(contents: rt2500.cat rt2500.inf rt2500.sys)</p>
<p>6)&nbsp; install the driver:<br />
<br />
ndiswrapper -i rt2500.inf<br />
<br />
ndiswrapper -l</p>
<p>it should say:<br />
<br />
 rt2500 driver present, hardware present</p>
<p>if it doesn&#8217;t say that, remove the driver<br />
<br />
with the -e option (man ndiswrapper for details)<br />
<br />
and try another driver</p>
<p>7) insert the module in the kernel:<br />
<br />
modprobe ndiswrapper</p>
<p>there was no errors so i checked the result<br />
<br />
with the dmesg command:<br />
<br />
dmesg</p>
<p>the output was:</p>
<p>ndiswrapper version 1.7 loaded (preempt=no,smp=no)<br />
<br />
ndiswrapper: driver rt2500 (Cisco-Linksys ,LLC.,03/27/2004, 2.02.03.0000) loadedPCI: Found IRQ 11 for device 0000:00:09.0<br />
<br />
ndiswrapper: using irq 11<br />
<br />
wlan0: vendor: &#8216;IEEE 802.11g Wireless Card.&#8217;<br />
<br />
wlan0: ndiswrapper ethernet device <mac address here> using driver rt2500, </mac><mac address here>.5.conf<br />
<br />
wlan0: encryption modes supported: WEP; TKIP with WPA; AES/CCMP with WPA</p>
<p>and to be sure, i checked that the PCI device (0000:00:09.0) was the right one:<br />
<br />
lspci -vv</p>
<p> output (useless lines omited):<br />
<br />
0000:00:09.0 Network controller: RaLink Ralink RT2500 802.11 Cardbus Reference Card (rev 01)<br />
<br />
Subsystem: Linksys Linksys WMP54G 2.0 PCI Adapter</p>
<p>8) loading ndiswrapper at boot:<br />
<br />
ndiswrapper -m</p>
<p>9) install waproamd:<br />
<br />
apt-get install waproamd</p>
<p>and configure it to manage the wlan0 interface<br />
<br />
(or your wlanX if you have other wireless adapters)</p>
<p>10) edit the /etc/network/interfaces file and add:<br />
<br />
auto wlan0<br />
<br />
iface wlan0 inet dhcp</p>
<p>i have my wireless router to bradcast the ssid,<br />
<br />
so i don&#8217;t need other parameters, check<br />
<br />
<a href="http://ndiswrapper.sourceforge.net/mediawiki/index.php/InstallDebian" rel="nofollow">http://ndiswrapper.sourceforge.net/mediawiki/index.php/InstallDebian</a><br />
<br />
for more details on editing the interfaces file.</p>
<p>In the future i will try to install some protection like WPA,<br />
<br />
i will post here the details.</p>
<p>hope this information was usefull<br />
<br />
Regards,<br />
<br />
Luis.</p>
<p>lpena at tyto dot ciens dot ucv dot ve<br />
<br />
</mac></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Funk</title>
		<link>http://www.larsen-b.com/Article/28.html/comment-page-1#comment-208</link>
		<dc:creator>Funk</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-208</guid>
		<description><![CDATA[&lt;p&gt;Just boycott the companies.. 
Take your product back, you&#039;ll be thankful later on.&lt;/p&gt;
&lt;p&gt;Using binaries for drivers is a very stupid idea, it slows down progress, your system, and is not likely to be compatible with the next linux release.&lt;/p&gt;
&lt;p&gt;Broadcom nor Atheros are likely to change their policy, unless we show it in massive return rates.&lt;/p&gt;
&lt;p&gt;I made sure a major distributor switched to selling a Prism54 alternative on just about every product where Linksys includes a broadcom chip.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Just boycott the companies..<br />
Take your product back, you&#8217;ll be thankful later on.</p>
<p>Using binaries for drivers is a very stupid idea, it slows down progress, your system, and is not likely to be compatible with the next linux release.</p>
<p>Broadcom nor Atheros are likely to change their policy, unless we show it in massive return rates.</p>
<p>I made sure a major distributor switched to selling a Prism54 alternative on just about every product where Linksys includes a broadcom chip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkx</title>
		<link>http://www.larsen-b.com/Article/28.html/comment-page-1#comment-207</link>
		<dc:creator>jkx</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-207</guid>
		<description><![CDATA[&lt;p&gt;I guess you should &lt;a class=&quot;reference&quot; href=&quot;73.html&quot;&gt;here&lt;/a&gt; before saying things that every body knows. And yest WRT54G (some version) use broadcom chipset. I know that because i work on a firmware for a while.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I guess you should <a class="reference" href="73.html">here</a> before saying things that every body knows. And yest WRT54G (some version) use broadcom chipset. I know that because i work on a firmware for a while.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ragefury</title>
		<link>http://www.larsen-b.com/Article/28.html/comment-page-1#comment-206</link>
		<dc:creator>ragefury</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-206</guid>
		<description><![CDATA[&lt;p&gt;Actually, that initial posting needs some correction.&lt;/p&gt;
&lt;p&gt;1) There are actually native Linux driver support for 802.11a/b/g.  And that comes from a dear old friend of all linux users...Intersil.
The newer Prism4 series (PrismGT/Duette) 802.11g chipsets have full GPLed drivers released by Intersil itself, with full support for wirless extensions and monitor mode.  
If you do buy a card for Linux I suggest that you run through the compatible cards list on prism54.org to confirm your selection.
My Dell Inspiron just got a $120 Broadcom BC4301 based Dell Truemobile 1300 a/b/g MiniPCI card replaced by a $43 PrismGT powered Xterasys XG600 MiniPCI card.  Guess what?  After I load prism54 drivers in on Slack 9?  Works like a charm.  None of that sissy linuxant/ndiswrapper BS.  Full features.&lt;/p&gt;
&lt;ol class=&quot;arabic simple&quot; start=&quot;2&quot;&gt;
&lt;li&gt;The Linksys WRT54G AP/router does NOT use a Broadcom chipset.  They use an Intersil PrismGT (Not sure if nitro mode is enabled), which makes it perfectly kosher to have its code released on GPL.&lt;/li&gt;
&lt;/ol&gt;
]]></description>
		<content:encoded><![CDATA[<p>Actually, that initial posting needs some correction.</p>
<p>1) There are actually native Linux driver support for 802.11a/b/g.  And that comes from a dear old friend of all linux users&#8230;Intersil.<br />
The newer Prism4 series (PrismGT/Duette) 802.11g chipsets have full GPLed drivers released by Intersil itself, with full support for wirless extensions and monitor mode.<br />
If you do buy a card for Linux I suggest that you run through the compatible cards list on prism54.org to confirm your selection.<br />
My Dell Inspiron just got a $120 Broadcom BC4301 based Dell Truemobile 1300 a/b/g MiniPCI card replaced by a $43 PrismGT powered Xterasys XG600 MiniPCI card.  Guess what?  After I load prism54 drivers in on Slack 9?  Works like a charm.  None of that sissy linuxant/ndiswrapper BS.  Full features.</p>
<ol class="arabic simple" start="2">
<li>The Linksys WRT54G AP/router does NOT use a Broadcom chipset.  They use an Intersil PrismGT (Not sure if nitro mode is enabled), which makes it perfectly kosher to have its code released on GPL.</li>
</ol>
]]></content:encoded>
	</item>
	<item>
		<title>By: rynam0</title>
		<link>http://www.larsen-b.com/Article/28.html/comment-page-1#comment-205</link>
		<dc:creator>rynam0</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-205</guid>
		<description><![CDATA[I, too am unable to compile ndiswrapper using kernel 2.4.19 and have tried linuxants product as well which would lock my machine up completely whenever trying to use their web configurator.  If anyone knows of a way to get this card to work using this kernel version, PLEASE SHARE!  :)]]></description>
		<content:encoded><![CDATA[<p>I, too am unable to compile ndiswrapper using kernel 2.4.19 and have tried linuxants product as well which would lock my machine up completely whenever trying to use their web configurator.  If anyone knows of a way to get this card to work using this kernel version, PLEASE SHARE!  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincentb</title>
		<link>http://www.larsen-b.com/Article/28.html/comment-page-1#comment-204</link>
		<dc:creator>Vincentb</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-204</guid>
		<description><![CDATA[could you explain in details how you installed and configured ndiswrapper on your computer. Mine runs with Mandrake 9.2&lt;br /&gt;
I think it is the only way to close positively this discussion.&lt;br /&gt;
Thanks in advance,&lt;br /&gt;
Regards,&lt;br /&gt;
Vincent&lt;br /&gt;
&lt;br /&gt;
]]></description>
		<content:encoded><![CDATA[<p>could you explain in details how you installed and configured ndiswrapper on your computer. Mine runs with Mandrake 9.2<br />
<br />
I think it is the only way to close positively this discussion.<br />
<br />
Thanks in advance,<br />
<br />
Regards,<br />
<br />
Vincent</p>
]]></content:encoded>
	</item>
</channel>
</rss>
