Search found 10 matches

by mfgMobile
08 Apr 2013, 22:26
Forum: Device Information
Topic: huawei E398 / Telekom Speedstick LTE /Vodafone K5005
Replies: 59
Views: 149485

Re: huawei E398 / Telekom Speedstick LTE /Vodafone K5005

So as a quick summary this is what you need to do to get the E398 / LTE Telekom Speedstick running (on the raspberry pi): Get usb_modeswitch Get libubox and install it without LUA sudo git clonegit://nbd.name/luci2/libubox.git cd libubox sudo cmake CMakeLists.txt -DBUILD_LUA=OFF make install (i need...
by mfgMobile
08 Apr 2013, 21:37
Forum: Device Information
Topic: huawei E398 / Telekom Speedstick LTE /Vodafone K5005
Replies: 59
Views: 149485

Re: huawei E398 / Telekom Speedstick LTE /Vodafone K5005

I am online ... thanks to: http://svn.dd-wrt.com/browser/src/router/services/networking/network.c?rev=20847 So the trick is: pi@raspberrypi /etc/qmi $ sudo uqmi -d /dev/cdc-wdm0 wds --get-client-id wds 6 pi@raspberrypi /etc/qmi $ sudo uqmi -d /dev/cdc-wdm0 wds --start-network internet.telekom --set-...
by mfgMobile
08 Apr 2013, 21:07
Forum: Device Information
Topic: huawei E398 / Telekom Speedstick LTE /Vodafone K5005
Replies: 59
Views: 149485

Re: huawei E398 / Telekom Speedstick LTE /Vodafone K5005

Did not have my SIM inserted:

Code: Select all

pi@raspberrypi /etc/qmi $ sudo uqmi -d /dev/cdc-wdm0 --start-network internet.telekom
handle=35164392
So ... what now?

Code: Select all

sudo  ifup wwan0
I get a timeout on the DHCP :(
by mfgMobile
08 Apr 2013, 21:03
Forum: Device Information
Topic: huawei E398 / Telekom Speedstick LTE /Vodafone K5005
Replies: 59
Views: 149485

Re: huawei E398 / Telekom Speedstick LTE /Vodafone K5005

Try to change your APN string from "internet.t-mobile" to "internet.telekom" (I assume you are in Germany). That was the last obstacle for me when I managed to get my Huawei E398 LTE working. I found this after a extended Google search. Yes I am in Germany. But ... pi@raspberryp...
by mfgMobile
06 Apr 2013, 14:37
Forum: Device Information
Topic: huawei E398 / Telekom Speedstick LTE /Vodafone K5005
Replies: 59
Views: 149485

Re: huawei E398 / Telekom Speedstick LTE /Vodafone K5005

ppp results with sakis3g Apr 6 12:32:58 raspberrypi pppd[8043]: pppd 2.4.5 started by root, uid 0 Apr 6 12:32:58 raspberrypi pppd[8043]: Using interface ppp0 Apr 6 12:32:58 raspberrypi pppd[8043]: Connect: ppp0 <--> /dev/ttyUSB0 Apr 6 12:32:58 raspberrypi pppd[8043]: CHAP authentication succeeded Ap...
by mfgMobile
06 Apr 2013, 14:06
Forum: Device Information
Topic: huawei E398 / Telekom Speedstick LTE /Vodafone K5005
Replies: 59
Views: 149485

Re: huawei E398 / Telekom Speedstick LTE /Vodafone K5005

I disabled the PIN on the SIM. pi@raspberrypi ~ $ sudo uqmi -d /dev/cdc-wdm0 --get-pin-status pin1_status=disabled pin1_verify_tries=3 pin1_unblock_tries=10 pin2_status=not_verified pin2_verify_tries=2 pin2_unblock_tries=10 Somehow I am registredd with the correct network already. pi@raspberrypi ~ $...
by mfgMobile
06 Apr 2013, 11:25
Forum: Device Information
Topic: huawei E398 / Telekom Speedstick LTE /Vodafone K5005
Replies: 59
Views: 149485

Re: huawei E398 / Telekom Speedstick LTE /Vodafone K5005

Cheers mate. Finally a doctor that tries to help a patient ;) I compiled it now successfully and i can finally call uqmi from the commandline. Is there a documentation on how to properly initiate a connection? sudo uqmi -d /dev/cdc-wdm0 --start-network internet.t-mobile ... seems to be incomplete? R...
by mfgMobile
06 Apr 2013, 10:23
Forum: Device Information
Topic: huawei E398 / Telekom Speedstick LTE /Vodafone K5005
Replies: 59
Views: 149485

Re: huawei E398 / Telekom Speedstick LTE /Vodafone K5005

If you are not able to install some missing libraries after being given their names in the error log then I think you are better off using the device in ppp serial mode instead. Wow ... Great comment Buddy! I cloned the libubox and stuck it into /lib/ ... Didn't work. Tried /usr/local/lib/ ... Didn...
by mfgMobile
05 Apr 2013, 21:20
Forum: Device Information
Topic: huawei E398 / Telekom Speedstick LTE /Vodafone K5005
Replies: 59
Views: 149485

Re: huawei E398 / Telekom Speedstick LTE /Vodafone K5005

Cheers mate,
but i am really struggeling to get this to work. For example uqmi. Cloned from the repository and it just gives me errors on missing libs.

Do you have any link to a tutorial to get any of the tools for the e398 running?

Cheers!
by mfgMobile
04 Apr 2013, 23:53
Forum: Device Information
Topic: huawei E398 / Telekom Speedstick LTE /Vodafone K5005
Replies: 59
Views: 149485

Re: huawei E398 / Telekom Speedstick LTE /Vodafone K5005

Hi there ... i am desperate to get the E398 running on my raspberry pi: I have managed so far to get it mode switched and the wwan0 interface shows up. I have configured the wwan0 interface in /etc/network/interfaces like this: iface wwan0 inet dhcp wwan_pin "1234" wwan_apn "internet....