<?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>wimax - Hamradio.my</title>
	<atom:link href="https://hamradio.my/category/wimax/feed/" rel="self" type="application/rss+xml" />
	<link>https://hamradio.my/category/wimax/</link>
	<description>Amateur Radio, Tech Insights and Product Reviews</description>
	<lastBuildDate>Sat, 31 May 2025 06:57:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://hamradio.my/wp-content/uploads/2026/02/cropped-cropped-image-removebg-preview-3-32x32.png</url>
	<title>wimax - Hamradio.my</title>
	<link>https://hamradio.my/category/wimax/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Linux And Yes 4G WIMAX Modem</title>
		<link>https://hamradio.my/2012/07/linux-and-yes-4g-wimax-modem/</link>
					<comments>https://hamradio.my/2012/07/linux-and-yes-4g-wimax-modem/#respond</comments>
		
		<dc:creator><![CDATA[9M2PJU]]></dc:creator>
		<pubDate>Mon, 30 Jul 2012 12:42:00 +0000</pubDate>
				<category><![CDATA[broadband]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[gctwimax]]></category>
		<category><![CDATA[go starter pack]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[malaysia]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[usb modem]]></category>
		<category><![CDATA[wimax]]></category>
		<category><![CDATA[yes 4g]]></category>
		<guid isPermaLink="false">https://blog.hamradio.my/2012/07/30/linux-and-yes-4g-wimax-modem/</guid>

					<description><![CDATA[<p># You should see Bus 00X Device 00X: ID 1076:7f00 GCT Semiconductor, Inc. #Install Dependencies sudo apt-get update sudo apt-get install zlib1g-dev libssl-dev patch libusb-1.0-0-dev libdbus-1-dev # Create a Working Directory &#38; Download the files you need, WiMAX, WPA_Supplicant, PATCH mkdir ~/Wimax cd Wimax wget http://gctwimax.googlecode.com/files/wpa_supplicant-0.7.2-generate-libeap-peer.patch wget http://gctwimax.googlecode.com/files/gctwimax-0.0.3rc4.tar.gz wget http://gctwimax.googlecode.com/files/gctwimax-0.0.3rc4_libusb_context_fix.patch wget http://hostap.epitest.fi/releases/wpa_supplicant-0.7.3.tar.gz wget http://cgit.freedesktop.org/dbus/dbus/plain/dbus/dbus-arch-deps.h.in?h=dbus-1.0-branch #fix [&#8230;]</p>
<p>The post <a href="https://hamradio.my/2012/07/linux-and-yes-4g-wimax-modem/">Linux And Yes 4G WIMAX Modem</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="clear: both; text-align: center;">
<a href="http://2.bp.blogspot.com/-K-MJDvGQW0A/UBmAYbAxooI/AAAAAAAAA9w/8UuSomkC-cU/s1600/yes4gusbmodem.jpg" style="margin-left: 1em; margin-right: 1em;"><img  title=""  alt="yes4gusbmodem Linux And Yes 4G WIMAX Modem" fetchpriority="high" decoding="async" border="0" height="400" src="http://2.bp.blogspot.com/-K-MJDvGQW0A/UBmAYbAxooI/AAAAAAAAA9w/8UuSomkC-cU/s400/yes4gusbmodem.jpg" width="303" /></a></div>
<p>
# You should see Bus 00X Device 00X: ID 1076:7f00 GCT Semiconductor, Inc.</p>
<p>#Install Dependencies</p>
<p>sudo apt-get update<br />
sudo apt-get install zlib1g-dev libssl-dev patch libusb-1.0-0-dev libdbus-1-dev</p>
<p># Create a Working Directory &amp; Download the files you need, WiMAX, WPA_Supplicant, PATCH</p>
<p>mkdir ~/Wimax<br />
cd Wimax<br />
wget http://gctwimax.googlecode.com/files/wpa_supplicant-0.7.2-generate-libeap-peer.patch<br />
wget http://gctwimax.googlecode.com/files/gctwimax-0.0.3rc4.tar.gz<br />
wget http://gctwimax.googlecode.com/files/gctwimax-0.0.3rc4_libusb_context_fix.patch<br />
wget http://hostap.epitest.fi/releases/wpa_supplicant-0.7.3.tar.gz<br />
wget http://cgit.freedesktop.org/dbus/dbus/plain/dbus/dbus-arch-deps.h.in?h=dbus-1.0-branch</p>
<p>#fix DBUS missing file</p>
<p>sudo cp dbus-arch-deps.h.in?h=dbus-1.0-branch /usr/include/dbus-1.0/dbus/dbus-arch-deps.h</p>
<p>#Extract patch and build the WPA supplicant</p>
<p>tar xf wpa_supplicant-0.7.3.tar.gz<br />
cd wpa_supplicant-0.7.3<br />
patch -p1 &lt; ~/Wimax/wpa_supplicant-0.7.2-generate-libeap-peer.patch<br />
make -C src/eap_peer<br />
sudo make -C src/eap_peer install<br />
sudo ldconfig</p>
<p>#Extract patch and build the gctwimax driver</p>
<p>cd ~/Wimax<br />
tar xf gctwimax-0.0.3rc4.tar.gz<br />
cd gctwimax-0.0.3rc4<br />
patch -p1 &lt; ~/Wimax/gctwimax-0.0.3rc4_libusb_context_fix.patch<br />
# to make without dbus uncomment the next line remove the CFLAGS option<br />
make CFLAGS=-DWITH_DBUS, or<br />
make<br />
sudo make install</p>
<p>sudo gedit /usr/share/gctwimax/gctwimax.conf<br />
use_nv=0<br />
?anonymous_identity=&#8221;&lt;email address hidden&gt;&#8221;<br />
identity=&#8221;XXXXX&#8221;<br />
password=&#8221;XXXXX&#8221;<br />
certnv=0</p>
<p>#test your login (normal and daemon mode)</p>
<p>sudo gctwimax -C /usr/share/gctwimax/gctwimax.conf<br />
sudo gctwimax -C /usr/share/gctwimax/gctwimax.conf -d</p>
<p>If you got problem browsing the web, (always redirect to the yes website for device authentication), just edit your /usr/share/gctwimax/gctwimax.conf. find the line with use_nv=1 and change the value to 0.</p>
<p>
Source: <a href="https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/195514">https://answers.launchpad.net/ubuntu/+source/gnome-nettool/+question/195514</a><br />
Credit:&nbsp;<a href="https://launchpad.net/~ruhann">https://launchpad.net/~ruhann</a></p>
<p>The post <a href="https://hamradio.my/2012/07/linux-and-yes-4g-wimax-modem/">Linux And Yes 4G WIMAX Modem</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://hamradio.my/2012/07/linux-and-yes-4g-wimax-modem/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Echolink Using P1 Wimax For Malaysian</title>
		<link>https://hamradio.my/2009/09/echolink-using-p1-wimax-for-malaysian/</link>
					<comments>https://hamradio.my/2009/09/echolink-using-p1-wimax-for-malaysian/#respond</comments>
		
		<dc:creator><![CDATA[9M2PJU]]></dc:creator>
		<pubDate>Tue, 08 Sep 2009 00:34:00 +0000</pubDate>
				<category><![CDATA[amateur radio]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[echolink]]></category>
		<category><![CDATA[echolinux]]></category>
		<category><![CDATA[echomac]]></category>
		<category><![CDATA[greenpacket]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[malaysia]]></category>
		<category><![CDATA[p1]]></category>
		<category><![CDATA[wimax]]></category>
		<guid isPermaLink="false">https://blog.hamradio.my/2009/09/08/echolink-using-p1-wimax-for-malaysian/</guid>

					<description><![CDATA[<p>This is how i setup my P1 Wimax router to make echolink software working on my pc/laptop.</p>
<p>The post <a href="https://hamradio.my/2009/09/echolink-using-p1-wimax-for-malaysian/">Echolink Using P1 Wimax For Malaysian</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://2.bp.blogspot.com/_jC-7cWU_KkA/SqWnG2nLgEI/AAAAAAAAAD4/ds-jTnLu-3o/s1600-h/p1echolink.jpg"><img  title="" decoding="async" style="margin: 0px auto 10px;text-align: center;cursor: pointer;width: 400px;height: 292px" src="http://2.bp.blogspot.com/_jC-7cWU_KkA/SqWnG2nLgEI/AAAAAAAAAD4/ds-jTnLu-3o/s400/p1echolink.jpg"  alt="p1echolink Echolink Using P1 Wimax For Malaysian"  id="BLOGGER_PHOTO_ID_5378889066144825410" border="0" /></a><br />This is how i setup my P1 Wimax router to make echolink software working on my pc/laptop.</p>
<p>The post <a href="https://hamradio.my/2009/09/echolink-using-p1-wimax-for-malaysian/">Echolink Using P1 Wimax For Malaysian</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://hamradio.my/2009/09/echolink-using-p1-wimax-for-malaysian/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
