<?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: CCU-680 Ubuntu-Linux driver</title>
	<atom:link href="http://answer4it.net/2008/09/28/ccu680-linux-driver/feed/" rel="self" type="application/rss+xml" />
	<link>http://answer4it.net/2008/09/28/ccu680-linux-driver/</link>
	<description></description>
	<lastBuildDate>Mon, 02 Mar 2009 16:35:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: MaxPhuket</title>
		<link>http://answer4it.net/2008/09/28/ccu680-linux-driver/comment-page-1/#comment-2245</link>
		<dc:creator>MaxPhuket</dc:creator>
		<pubDate>Fri, 12 Dec 2008 18:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://answer4it.net/?p=91#comment-2245</guid>
		<description>Ovyind, I cannot login using My username and password.. WHI?
May be I write it wrong?!
Please send back to me my account logs (username and password..)
How are You? when You&#039;ll came back to see me?
CIAO!!
MaxPhuket</description>
		<content:encoded><![CDATA[<p>Ovyind, I cannot login using My username and password.. WHI?<br />
May be I write it wrong?!<br />
Please send back to me my account logs (username and password..)<br />
How are You? when You&#8217;ll came back to see me?<br />
CIAO!!<br />
MaxPhuket</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaxPhuket</title>
		<link>http://answer4it.net/2008/09/28/ccu680-linux-driver/comment-page-1/#comment-2244</link>
		<dc:creator>MaxPhuket</dc:creator>
		<pubDate>Fri, 12 Dec 2008 18:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://answer4it.net/?p=91#comment-2244</guid>
		<description>Hi all 
Following the ENTIRE procedure to make the CCU680 connection complitly AUTOMATIC.
Prerequisites:
1) Follow my post were is written how to make MANUAL connection.
2) Open Terminal, and type gedit .bashrc
at the end of the file, please COPY/PASTE the following:
alias 680=&#039;cd U680 &amp;&amp; sudo ./start /dev/sdb &amp;&amp; sleep 3 &amp;&amp; sudo ./connect.sh&#039;

alias rot=&#039;PIP=`ifconfig ppp0 &#124; grep &quot;inet addr&quot; &#124; cut -f2 -d : &#124; cut -f1 -d &quot; &quot;` &amp;&amp; sudo route add default gw $PIP&#039;

Then save and close Terminal
As You can see, when Yu&#039;ll open Terminal again with TWO TABS, We will have TWO MORE COMMANDS available:
&quot;680&quot; that makes the CAT connection; (on TAB1)
&quot;rot&quot; that makes the routing of the ppp0 DEFAULT connection (on TAB2)

That&#039;s ALL!! You can change the name of those commands, of course, but the meaning should be tha same...
GOOD LUCK!!
CIAO!!
MaxPhuket</description>
		<content:encoded><![CDATA[<p>Hi all<br />
Following the ENTIRE procedure to make the CCU680 connection complitly AUTOMATIC.<br />
Prerequisites:<br />
1) Follow my post were is written how to make MANUAL connection.<br />
2) Open Terminal, and type gedit .bashrc<br />
at the end of the file, please COPY/PASTE the following:<br />
alias 680=&#8217;cd U680 &amp;&amp; sudo ./start /dev/sdb &amp;&amp; sleep 3 &amp;&amp; sudo ./connect.sh&#8217;</p>
<p>alias rot=&#8217;PIP=`ifconfig ppp0 | grep &#8220;inet addr&#8221; | cut -f2 -d : | cut -f1 -d &#8221; &#8220;` &amp;&amp; sudo route add default gw $PIP&#8217;</p>
<p>Then save and close Terminal<br />
As You can see, when Yu&#8217;ll open Terminal again with TWO TABS, We will have TWO MORE COMMANDS available:<br />
&#8220;680&#8243; that makes the CAT connection; (on TAB1)<br />
&#8220;rot&#8221; that makes the routing of the ppp0 DEFAULT connection (on TAB2)</p>
<p>That&#8217;s ALL!! You can change the name of those commands, of course, but the meaning should be tha same&#8230;<br />
GOOD LUCK!!<br />
CIAO!!<br />
MaxPhuket</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Øyvind Ballestad TMIET</title>
		<link>http://answer4it.net/2008/09/28/ccu680-linux-driver/comment-page-1/#comment-1476</link>
		<dc:creator>Øyvind Ballestad TMIET</dc:creator>
		<pubDate>Tue, 07 Oct 2008 14:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://answer4it.net/?p=91#comment-1476</guid>
		<description>Anyways, you just edit the execute.sh script.

With the username ans password part edited as shown below:

echo &quot;--&gt; CDU680DORA Linux Connection\n&quot;
rm -rf sprintconfig wvdialconf_log 
wvdialconf sprintconfig &gt; wvdialconf_log
echo &quot;Carrier Check= no\nStupid Mode= yes&quot; &gt;&gt; sprintconfig
echo &quot;Phone = #777\nUsername = evdo@catevdo.com\nPassword = cdmacat&quot; &gt;&gt; sprintconfig
rm -rf wvdialconf_log
echo &quot;--&gt; Dialing...\n&quot;
wvdial --config sprintconfig

And add some additional stuff for the routing part.</description>
		<content:encoded><![CDATA[<p>Anyways, you just edit the execute.sh script.</p>
<p>With the username ans password part edited as shown below:</p>
<p>echo &#8220;&#8211;&gt; CDU680DORA Linux Connection\n&#8221;<br />
rm -rf sprintconfig wvdialconf_log<br />
wvdialconf sprintconfig &gt; wvdialconf_log<br />
echo &#8220;Carrier Check= no\nStupid Mode= yes&#8221; &gt;&gt; sprintconfig<br />
echo &#8220;Phone = #777\nUsername = <a href="mailto:evdo@catevdo.com">evdo@catevdo.com</a>\nPassword = cdmacat&#8221; &gt;&gt; sprintconfig<br />
rm -rf wvdialconf_log<br />
echo &#8220;&#8211;&gt; Dialing&#8230;\n&#8221;<br />
wvdial &#8211;config sprintconfig</p>
<p>And add some additional stuff for the routing part.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Øyvind Ballestad TMIET</title>
		<link>http://answer4it.net/2008/09/28/ccu680-linux-driver/comment-page-1/#comment-1474</link>
		<dc:creator>Øyvind Ballestad TMIET</dc:creator>
		<pubDate>Tue, 07 Oct 2008 14:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://answer4it.net/?p=91#comment-1474</guid>
		<description>I changed that link, since it did not work.

I dont want to link to software that is not working :)</description>
		<content:encoded><![CDATA[<p>I changed that link, since it did not work.</p>
<p>I dont want to link to software that is not working <img src='http://answer4it.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaxPhuket</title>
		<link>http://answer4it.net/2008/09/28/ccu680-linux-driver/comment-page-1/#comment-1467</link>
		<dc:creator>MaxPhuket</dc:creator>
		<pubDate>Tue, 07 Oct 2008 07:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://answer4it.net/?p=91#comment-1467</guid>
		<description>Hi all 
First: MR.CHU is the C-Motech engeneer that sent to me the LINUX-UBUNTU DRIVER (when I posted that &quot; finally &quot;I&#039;ve got a CCU680 Linux driver [..] &quot;
So THANKS A LOT TO HIM FOR HELPING US.

2nd: oyvind, why the Linux_Ubuntu.zip that You uploaded cannot be download? I try many times to do it, (in order to look what You done!!) but it&#039;s was impossible.

CIAO!!
MaxPhuket</description>
		<content:encoded><![CDATA[<p>Hi all<br />
First: MR.CHU is the C-Motech engeneer that sent to me the LINUX-UBUNTU DRIVER (when I posted that &#8221; finally &#8220;I&#8217;ve got a CCU680 Linux driver [..] &#8221;<br />
So THANKS A LOT TO HIM FOR HELPING US.</p>
<p>2nd: oyvind, why the Linux_Ubuntu.zip that You uploaded cannot be download? I try many times to do it, (in order to look what You done!!) but it&#8217;s was impossible.</p>
<p>CIAO!!<br />
MaxPhuket</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaxPhuket</title>
		<link>http://answer4it.net/2008/09/28/ccu680-linux-driver/comment-page-1/#comment-1444</link>
		<dc:creator>MaxPhuket</dc:creator>
		<pubDate>Sat, 04 Oct 2008 21:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://answer4it.net/?p=91#comment-1444</guid>
		<description>Hi all 
I&#039;ll write after a NEW post in which I&#039;ll put details how to make CCU680 working well.
I&#039;m sorry, but the comand

route add -net 0.0.0.0 netmask 0.0.0.0 dev ppp0

 it is NOT working yet... I must find some solution, reading the man pages.. I&#039;m shure to find the solution..., only I need time..
CIAO!!
MaxPhuket</description>
		<content:encoded><![CDATA[<p>Hi all<br />
I&#8217;ll write after a NEW post in which I&#8217;ll put details how to make CCU680 working well.<br />
I&#8217;m sorry, but the comand</p>
<p>route add -net 0.0.0.0 netmask 0.0.0.0 dev ppp0</p>
<p> it is NOT working yet&#8230; I must find some solution, reading the man pages.. I&#8217;m shure to find the solution&#8230;, only I need time..<br />
CIAO!!<br />
MaxPhuket</p>
]]></content:encoded>
	</item>
</channel>
</rss>
