View Single Post
Posts: 35 | Thanked: 11 times | Joined on Dec 2009 @ oregon woods
#2
UPDATE:

ok for those curious.
I now have the Merlin ex720 working on my n810 running diablo.

First you need a USB Female to microUSB and a Powered USB hub or you can just make the cable powered with a 9v battery and voltage regulator. This is what I did, rafanto has a nice write up on that here:
[codehttp://rafanto.net/mini-hub-per-nokia-770-e-nokia-n880/[/code]

also an expresscard to usb adapter is needed. I'm using this one:
Code:
http://www.siig.com/ViewProduct.aspx?pn=JU-EP0012-S1
From here you need to open up the terminal on your nit and gain root mode:
Code:
sudo gainroot
now load the two modules attached:
Code:
insmod usbserial.ko
insmod option.ko
next you should enable host mode
Code:
echo host> /sys/devices/platform/musb_hdrc/mode
now hook up your expresscard to the nit. and it should show up as /dev/ttyUSB0

from there the card is usable. if your using sprint you can follow these handy directions to get it working:
Code:
http://says.samat.org/2007/01/28/sprints-evdo-mobile-broadband-on-ubuntu-linux
hope this helps someone!

its working fine for me in the terminal (i.e. apt-get and ping work fine) but i cant seem to get the browser or chat program to recognize that it is connected to the internet. anyone have any suggestions on this?
Attached Files
File Type: gz modules.tar.gz (18.1 KB, 130 views)
 

The Following User Says Thank You to cedar For This Useful Post: