This is the Linux driver for Ubuntu, so far it is known to work on 7.x versions and 8.x versions.
answer4it.net/wp-content/uploads/Linux_Ubuntu.zip
In order to run you probably need to include a route command after connection.
route add -net 0.0.0.0 netmask 0.0.0.0 dev ppp0 Should probably take care of that. there might be scripts added here later. This driver was sent upon request from C-motech, the information inside explained that this was for ubuntu version 7.x But we tried it, and it also worked on 8.x.






6 users commented in " CCU-680 Ubuntu-Linux driver "
Follow-up comment rss or Leave a TrackbackHi all
I’ll write after a NEW post in which I’ll put details how to make CCU680 working well.
I’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’m shure to find the solution…, only I need time..
CIAO!!
MaxPhuket
Hi all
First: MR.CHU is the C-Motech engeneer that sent to me the LINUX-UBUNTU DRIVER (when I posted that ” finally “I’ve got a CCU680 Linux driver [..] ”
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’s was impossible.
CIAO!!
MaxPhuket
I changed that link, since it did not work.
I dont want to link to software that is not working
Anyways, you just edit the execute.sh script.
With the username ans password part edited as shown below:
echo “–> CDU680DORA Linux Connection\n”
rm -rf sprintconfig wvdialconf_log
wvdialconf sprintconfig > wvdialconf_log
echo “Carrier Check= no\nStupid Mode= yes” >> sprintconfig
echo “Phone = #777\nUsername = evdo@catevdo.com\nPassword = cdmacat” >> sprintconfig
rm -rf wvdialconf_log
echo “–> Dialing…\n”
wvdial –config sprintconfig
And add some additional stuff for the routing part.
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=’cd U680 && sudo ./start /dev/sdb && sleep 3 && sudo ./connect.sh’
alias rot=’PIP=`ifconfig ppp0 | grep “inet addr” | cut -f2 -d : | cut -f1 -d ” “` && sudo route add default gw $PIP’
Then save and close Terminal
As You can see, when Yu’ll open Terminal again with TWO TABS, We will have TWO MORE COMMANDS available:
“680″ that makes the CAT connection; (on TAB1)
“rot” that makes the routing of the ppp0 DEFAULT connection (on TAB2)
That’s ALL!! You can change the name of those commands, of course, but the meaning should be tha same…
GOOD LUCK!!
CIAO!!
MaxPhuket
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’ll came back to see me?
CIAO!!
MaxPhuket
Leave A Reply