PDA

View Full Version : [ubuntu] I got a Verizon XV 6900 phone, and I'm running under Linux Ubuntu 9.04. Help please?



pango-a-go-go
November 23rd, 2009, 10:11 PM
I wanted to install the software but I have no idea how to go about it. I have Sun Virtualbox for XP, as well as WINE.

Any help??

Tell me what specs or whatever you'll need. I'm a noob at Linux and while I can do some things, installing windows-based things from CD are confusing and difficult for me.


Thank you!!!

lemming465
November 25th, 2009, 03:20 AM
Given that the XV6900 is a windows mobile device, and their VZW Access Manager is a windows app, trying to tether Linux to the phone is looking hard. I don't know if you can get WINE to share a USB connection with a host Linux well enough to send IP packets from Linux out the phone. This is a case where using windows as the host OS and running Linux as a guest OS would actually be easier.

raymondh
November 25th, 2009, 04:24 AM
Would virtualization (linux as host, windows as guest) work in this case?

lemming465
November 25th, 2009, 05:30 AM
Maybe. The issues I forsee with a Linux host are:
1) the proprietary windows client access software probably doesn't run under WINE
2) if a windows virtual guest sets up a tunneled network connection to a USB device, the host linux system probably has no way to to hook into it

If insane luck obtains, the EVDO tether would accept plain IP packets after it had authenticated, and talk some USB wire protocol that Linux supports, so that you just have to configure the Linux ip stuff to match whatever windows got.

The converse setup, where windows is the host OS and Linux the guest, doesn't have any of those problems. Linux could just use whatever NAT or bridge networking was appropriate to its guest situation, and let windows run the proprietary network code.

I usually prefer to have windows guests on linux hosts, because I get better stability, disk performance, and CPU scheduling from the linux hosts. But in this situation I'd go the other way.

raymondh
November 25th, 2009, 03:25 PM
let windows run the proprietary network code.


Thanks 'lemming. This is good learning :)