HSDPA USB Modem
* Max Neumüller [06/02/08 21:07]:
> Does anybody have a solution to operate a HUAWEI E220 HSDPA USB Modem?
I'm using it without a problem. You need the following program:
http://www.kanoistika.sk/bobovsky/archiv/umts/huaweiAktBbo-i386.out
You have to cancel the pin (set up the modem so that it doesn't ask
for a pin), maybe using the software provided (in the case of Spain
the providers shift the modem with software for Windows).
After dowloading the above program to an appropiate place, write a
script like this and run it:
#/bin/sh
echo ""
sudo modprobe usbserial vendor=0x12d1 product=0x1003
echo "Modprobe has been run"
sleep 5
echo ""
sudo /usr/local/etc/huaweiAktBbo-i386.out
sleep 5
echo ""
sudo wvdial hsdpa
And voila!
--
Walter Garcia-Fontes
Barcelona
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
|