the only thing that worries me is that they could be stripped down to the point that they require some specific (windows-only"] software to work, otherwise they look nice.
Well, the cheap one can apparently work in
linux with a driver recompile.
GPRS is pretty slow for data, though...[/quote]
ugh... website maintenance and linking is very boo on that site, figured it out, grabbed the information that pertains to how they got it to work
*more specifically where this information probably gotten from or his own work was probably done here (for reference)
http://forums.opensuse.org/archives/sf-arc...-need-help.html
*** found the drivers this dude was talking about *****
http://www.prolific.com.tw/eng/downloads.asp?ID=31
----------------------------------
It works on linux!
So default p2303 driver do not regonize that chip. You need modify and recompile it.
In pl2303.h, locate following:
#define PL2303_PRODUCT_ID 0x2303
and add this below:
#define PL2303_PRODUCT_ID_GPRS 0x0609
In pl2303.c, locate
static struct usb_device_id id_table [] = {
{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID) },
and add
{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_GPRS) },
in the next line.
And then recompile module and install & use it. I also try send sms with gnokii and it works.
-------------------------------------
I'll post the drivers once I get one of these bad boys... I can't order it atm because of their stupid maintenance + cookies used for ordering *face palm* <_<
EDIT: nice find btw on the forums.... was given some bunny trails to go down and came up with GAMMU
http://www.gammu.org/wiki/index.php?title=Main_Page
SMS and some other stuff open source program, pretty feature rich... gonna look at it
and as mentioned before float's mobile agent
http://sourceforge.net/project/showfiles.php?group_id=71167
both very good finds thanks for the help guys
EDIT2:attempted to get the actual software and driver package from the manufacturer's website, but the site is not intelligible and links are broken almost as if they themselves attempted to use Google translate for a Chinese/bad English hybrid :huh:
since the site is so garbage I'll just wait till I get it and rip it off the cd <_<
EDIT3:able to order finally... stupid cryptic website (fix yo shit!).... 7-10 buisness days yay.
After some thought and further research into android, kinda don't wanna go that route afterall, Yes it looks nice and polished (not as nice as iphone os but ehh) seeing how they wrote android, they seem to have alot of it closed off per the cell phone carriers, T-Moblie prohibits tethering aparently. Not that this can't be worked around, but this wasn't what I was expecting. Also reading this
"Android uses a Linux kernel, but, according to Google, it is not a GNU/Linux distribution (it neither has a native windowing system, nor supports the full set of standard GNU libraries, including GNU C Library). This specific nature makes it difficult to reuse existing Linux applications or libraries"
this is sure to upset some of you guys out there. So I myself wanna stear clear of this and just go with angstrom, looks like what I wanted it for.... phone, sms, cdma etc can be gotten in a true open linux solution.
EDIT:4 I always find sweet reads right before I go home..... the motherload on GPRS & linux
http://www.xs4all.nl/~ernstagn/GPRS-HOWTO/
also found the drivers that dude was talking about if the cd it comes with fails >_>
http://www.prolific.com.tw/eng/downloads.asp?ID=31