Page 1 of 1

Connecting to the Internet via the Huawei EC156

Posted: Sun 13 Jan 2013, 12:22
by mttal24
I am currently running puppy off a usb drive. I am trying to use the Huawei EC156 usb 3g dongle. It mounts a virtual cd to install the software(for both windows and linux). The disc boots up fine but puppy cannot detect the modem part. How do I connect without installing the useless software supplied by the network provider.

Posted: Sun 13 Jan 2013, 12:34
by bark_bark_bark
I'm guesing you need to install the software/drivers. Puppy doesn't out-of-the-box support 3g dongles.

Re: Connecting to the Internet via the Huawei EC156

Posted: Mon 14 Jan 2013, 18:14
by watchdog
mttal24 wrote:The disc boots up fine but puppy cannot detect the modem part. How do I connect without installing the useless software supplied by the network provider.
You need usb-modeswitch software for the modem to be releaved with disk. Then you can use pupdial. In Precise 5.4.3 usb-modeswitch is built-in and your dongle should be supported as you can control at:

http://www.draisberghof.de/usb_modeswit ... erence.txt

In other puppies you must install usb-modeswitch or compile it. There are some pets in this forum but I have always compiled it:

http://www.draisberghof.de/usb_modeswitch/#download

Re: Connecting to the Internet via the Huawei EC156

Posted: Mon 14 Jan 2013, 18:57
by greengeek
mttal24 wrote:The disc boots up fine but puppy cannot detect the modem part. How do I connect without installing the useless software supplied by the network provider.
I haven't done this but I have seen various posts about how to do it (as long as you have time to wade through all the info to find out which is relevant to your situation...). There is some very good info in these threads:

http://www.murga-linux.com/puppy/viewtopic.php?t=80012
http://www.murga-linux.com/puppy/viewto ... a2554bc160
http://www.murga-linux.com/puppy/viewtopic.php?t=81163
http://murga-linux.com/puppy/viewtopic.php?t=68086
http://www.murga-linux.com/puppy/viewtopic.php?t=78072
http://forums.whirlpool.net.au/archive/1413253

Posted: Mon 14 Jan 2013, 19:04
by Barbol
Which puppy are you using? maybe your modem is not supported yet.. You need the latest usb_modeswitch 1.2.5. Or you can try with this line:

Code: Select all

usb_modeswitch -I -W -v 0x12d1 -p 0x1505 -M 55534243123456780000000000000011062000000100000000000000000000
from here: http://www.draisberghof.de/usb_modeswit ... 643f#p4656
Can check it succes with the command 'lsusb', device should show as modem now. Then try to connect with pupdial.

Also you can look at this: http://www.murga-linux.com/puppy/viewto ... 2ae0d6dc7a

Good luck!