• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to set up EVDO connection in Linux?

frostedflakes

Diamond Member
I use my mobile phone to connect to the internet (broadband options are limited where we live). I was wondering how I would set up this kind of connection in Linux. Will probably be using either Sabayon or Ubuntu.

Please let me know. Thanks!
 
It looks like it should work.

If your pccard is supported by Linux then it should work out of the box. It should be setup as a serial device and you'd treat it like a regular external modem.

There are some limitations and then there are work arounds for those limitations. Unfortunately I am not to knowledgable about this sort of thing.

I found this:
http://samat.org/weblog/20070128-sprint...-mobile-broadband-on-ubuntu-linux.html
Apparently his device used the usbserial driver by default which limited his speeds to 60MB/s (or I am supposing 480Kb/s).

To get faster speeds he patched and recompiled his kernel. Then he showed howto manually edit the ppp scripts to get automated control over the device.
http://samat.org/weblog/20070127-high-s...eless-modems-in-ubuntu-linux-6-10.html

He seems to have taken a kinda convoluted way about it, but each person has their own paticular way of doing things sometimes.

This guy got it working with the usbserial driver with verizon. Treated it just like a normal modem, notice that he had to 'modprobe' the kernel module with proper PCI identifiers to get it to work.
http://kenkinder.com/evdo-pc5740/


So it'll work after a bit of work, usually. If you google around you'll see lots of different examples. Just search for:
Ubuntu evdo

I doubt that all pc cards will work equally well, but I have no idea which companies or which cards to look out for.
 
Back
Top