LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem Installing HSDPA modem HUAWEI E156G in Lenny (https://www.linuxquestions.org/questions/linux-newbie-8/problem-installing-hsdpa-modem-huawei-e156g-in-lenny-745319/)

randhiet 08-05-2009 10:36 AM

Problem Installing HSDPA modem HUAWEI E156G in Lenny
 
I've got problem with my Debian Lenny while i try to install HSDPA modem HUAWEI E156G. What Should I do to get the device work well

thanks....

hurry_hui 08-06-2009 09:17 AM

What is the problem exactly? what have you done...? and don't forget to post your lsusb here.

randhiet 08-11-2009 02:46 AM

the modem is only support for Windows XP, Vista, n Mac.
when i plugged my modem in to my computer the device is only detected, but there is no driver to run it well. so I can connect my computer to internet..
please help

thank you

hurry_hui 08-22-2009 01:12 PM

Sorry for late reply...

Well can you post dmesg message after plugging the modem device...? you need to insert the message in [code][/code] so it is easy to follow...

You need also to post lsusb message...:)


PS: I am just testing the current feature...I am using Windows now...

Karl Godt 05-15-2010 09:26 AM

ls "list segments" is a shell (xterm/console) command

Karl Godt 05-17-2010 02:45 PM

Quote:

To my surprise, the PCMCIA card is treated by the Linux kernel as a USB device (huh).
http://www.kuix.de/umts/vodafone/

Neccessary kernel module is "usbserial"
and additionaly "option" wich seem to work with huawei K3715 (e180v) also. (http://www.option.com/)
To see if they are loaded use
Code:

(sudo (if in non-root-mode)) lsmod | grep usbserial
and
Code:

lsmod | grep option
at a console/xterm.
If the output stays empty you have to load them by
Code:

(sudo) modprobe usbserial
and
Code:

modprobe option
Further you need the programs "nm-applet"+"nm-connection-editor" or "pupdial" for example.
These programs normaly need "wvdial".
They can be installed by "(sudo) apt-get install wvdial" and "wget wvdial".
The APN has to be googled. INIT-script for wvdial/pupdial or nm-connection-editor are found here also on LQ.
http://www.linuxquestions.org/questi...tick-b-798202/

<<Removed advertising (quoted from another post)>>


All times are GMT -5. The time now is 05:35 PM.