Here an HOWTO config and use the ONDA USB key to get internet working (I run on 300KB/s).
There want a minimum of practice in console.
The step are for Kubuntu but....not only.Try!
1) Remove ehci_hcd (rmmod ehci_hcd) (note the USB devices don't work for a wile and become slow)
2) Compile airprime module with Vendor=0x19d2 e Prod=0x0002 (see http://www.openlinux.eu/content/view/147/39/"
3) Edit ad_hoc /etc/udev/rules.d/05-options.rules
SUBSYSTEMS=="usb", ATTR{idProduct}=="2000", ATTR{idVendor}=="19d2", RUN+="/sbin/rmmod usbserial ; /sbin/rmmod airprime ; /sbin/rmmod usb_storage ; /sbin/usb_modeswitch"
SUBSYSTEMS=="usb", ATTR{idProduct}=="0002", ATTR{idVendor}=="19d2", RUN+="/sbin/modprobe airprime"
4) Donload usb_modeswitch from "http://www.draisberghof.de/usb_modeswitch/"
5) Create /etc/modeswitch.conf and paste the following:
#***********************************
#ONDA MT505UP GPRS-EDGE-UMTS-HSDPA-HSUPA #Scortegagna Alex
DefaultVendor= 0x19d2
DefaultProduct= 0x2000
TargetVendor= 0x19d2
TargetProduct= 0x0002
MessageEndpoint=0x03
MessageContent="555342434056af880000010080000a2800 0000001c00002000000000000000"
#*************************************
6)Extract and put usb_modeswitch (only this) in /sbin/
You must restart sys, and remove ehci_hcd every time you restart sys.
Plug and unplug twice (with pause of
~30sec) to get the key working.
Type dmesg and when you see .../ttyUSBO and many other
you can configure kppp (or other with /dev/ttyUSB3 (or try other)).
From when you connect the key to when the /dev/ttyUSB3 apare, can pass 25-30sec.

!OHH! Thinjk to me !OHH!
by Scortegagna Alessandro