<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Digital Journal &#187; wlu54G linux kernel module</title>
	<atom:link href="http://digitaljournal.sg/wp/?feed=rss2&#038;tag=wlu54g-linux-kernel-module" rel="self" type="application/rss+xml" />
	<link>http://digitaljournal.sg/wp</link>
	<description>My Digital Journal</description>
	<lastBuildDate>Mon, 20 Oct 2014 00:32:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>compex wlu54G [finally] on centos 5.2</title>
		<link>http://digitaljournal.sg/wp/?p=45</link>
		<comments>http://digitaljournal.sg/wp/?p=45#comments</comments>
		<pubDate>Thu, 27 Sep 2012 10:25:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips&Info]]></category>
		<category><![CDATA[compex wlu54g on centos]]></category>
		<category><![CDATA[wlu54G linux kernel module]]></category>

		<guid isPermaLink="false">http://digitaljournal.sg/wp/?p=45</guid>
		<description><![CDATA[i got that usb wifi adapter from my sis few months back, thanks sis , but i was figured it out how to make it works on my machine running centos 5.2, it&#8217;s working fine with windows based os Hmmmmm&#8230;from lsusb i got , it&#8217;s a &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Bus 001 Device 002: ID 148f:2570 Ralink Technology, [...]]]></description>
			<content:encoded><![CDATA[<p>i got that usb wifi adapter from my sis few months back, thanks sis <img src='http://digitaljournal.sg/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  , but i was figured it out how to make it works on my machine running centos 5.2, it&#8217;s working fine with windows based os Hmmmmm&#8230;from lsusb i got , it&#8217;s a</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Bus 001 Device 002: ID 148f:2570 Ralink Technology, Corp. 802.11g WiFi<br />
Device Descriptor:<br />
bLength 18<br />
bDescriptorType 1<br />
bcdUSB 2.00<br />
bDeviceClass 0 (Defined at Interface level)<br />
bDeviceSubClass 0<br />
bDeviceProtocol 0<br />
bMaxPacketSize0 64<br />
idVendor 0x148f Ralink Technology, Corp.<br />
idProduct 0&#215;2570 802.11g WiFi<br />
bcdDevice 0.01<br />
iManufacturer 1 Ralink<br />
iProduct 2 802.11g WLAN<br />
iSerial 0<br />
bNumConfigurations 1<br />
<output omitted=""><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
i knew that centos has rt2500usb module build in as module in the kernel itself and it&#8217;s loaded automatically when booting up, but the strange thing i cannot associate with any ap that is working fine with other wifi adapter, i thought there must be something wrong with the kernel, because i&#8217;m using a non usual kernel on my machine , it&#8217;s a &#8220;2.6.18-128.1.1.el5.028stab062.3PAE&#8221; , it&#8217;s a openvz kernel , but it was gave the same results when i boot up with standard kernel</output></p>
<p>wlan0: authentication with AP xx:xx:xx:xx:xx:xx timed out<br />
and<br />
something like cannot associate to the AP itself</p>
<p>had several times googling and here are the solutions, quite simple solutions in fact<br />
-)download the new driver, looks like there are some incompatibility/bugs with the current driver,<br />
drivers are downloadable through http://www.ralinktech.com/ralink/Home/Support/Linux.html<br />
and compile it<br />
-)prevents current driver being activated during booting, just simply put the module into /etc/modprobe.d/blacklist, it should be something like this<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
blacklist rt2500usb<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
-)<em><strong>#reboot</strong></em><br />
-)check the module whether the new module/driver brought up after rebooted<br />
rt2570 163712 0<br />
-)check if there any new interface appearing after executed ifconfig -a<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>rausb0 Link encap:Ethernet HWaddr 00:00:00:00:00:00<br />
BROADCAST MULTICAST MTU:1500 Metric:1<br />
RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br />
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<br />
collisions:0 txqueuelen:1000<br />
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
wala!!!, all seems to be working perfectly , after it&#8217;s can associated with the AP , and got the ip address by using dhclient</p>
<p>Reference:</p>
<p>http://harusharris.blogspot.sg/2009/08/compex-wlu54g-finally-on-centos-52.html</p>
]]></content:encoded>
			<wfw:commentRss>http://digitaljournal.sg/wp/?feed=rss2&#038;p=45</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
