ubuntu-users@lists.ubuntu.com
[Top] [All Lists]

Re: HSDPA USB Modem

Subject: Re: HSDPA USB Modem
From: Walter Garcia-Fontes
Date: Thu, 7 Feb 2008 09:46:19 +0100
* 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@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
<Prev in Thread] Current Thread [Next in Thread>
  • HSDPA USB Modem, Max Neumüller
    • Re: HSDPA USB Modem, Walter Garcia-Fontes <=