New 3G device manager for Linux!

You're missing the pynotify module, but u also said that you managed to install it.

I installed all the packages referred to below:

Well, there's no python-notify for Dapper I'm afraid:
https://bugs.launchpad.net/dapper-backports/+bug/102900

You can compile it yourself:
http://galago-project.org/files/releases/source/

install libnotify, notification-daemon and python-notify, you will need at least python-dev to install all this.

Another solution would be to upgrade to Edgy :)

But I still get the same error as before.

Whats the output of "dpkg -L python-notify" ?

Code:
root@sky-desktop:/usr/src/notify-python-0.1.1# dpkg -L python-notify
Package `python-notify' is not installed.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
root@sky-desktop:/usr/src/notify-python-0.1.1#

After a search for the file pynotify on my system, the following files were found:
pynotifymodule.c
pynotify.c
pynotify.override
pynotify.defs.
 
I installed all the packages referred to below:



But I still get the same error as before.



Code:
root@sky-desktop:/usr/src/notify-python-0.1.1# dpkg -L python-notify
Package `python-notify' is not installed.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
root@sky-desktop:/usr/src/notify-python-0.1.1#

After a search for the file pynotify on my system, the following files were found:
pynotifymodule.c
pynotify.c
pynotify.override
pynotify.defs.

then you havent installed it, you're in the src dir, compile it, install it, and u should be done
 
PMarti: the GUI only hangs on "Authenticating ..." sometimes; E620 firmware version is 11.16.09.06.19. Thanks for a great alternative to wvdial commands!
 
PMarti: the GUI only hangs on "Authenticating ..." sometimes; E620 firmware version is 11.16.09.06.19. Thanks for a great alternative to wvdial commands!

Well thank you all for testing this software, I'll be happy when one of you guys confirm that has been able to connect to Internet successfully :D

For now, whenever that hangs happens, you better reset your card and start again. Sorry for the inconvenience, but this bug in Huawei's firmware is annoying
 
then you havent installed it, you're in the src dir, compile it, install it, and u should be done

Code:
root@sky-desktop:/usr/src/notify-python-0.1.1# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for a Python interpreter with version >= 2.3.5... python
checking for python... /usr/bin/python
checking for python version... 2.4
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.4/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages
checking for headers required to compile python extensions... found
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for NOTIFY_PYTHON... yes
checking for pygtk defs... /usr/share/pygtk/2.0/defs
checking for pygtk codegen... /usr/bin/python /usr/share/pygtk/2.0/codegen/codegen.py
configure: creating ./config.status
config.status: creating notify-python.pc
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

notify-python v0.1.1

Now type make to compile
Then su to root and type: make install

root@sky-desktop:/usr/src/notify-python-0.1.1# make
make  all-recursive
make[1]: Entering directory `/usr/src/notify-python-0.1.1'
Making all in src
make[2]: Entering directory `/usr/src/notify-python-0.1.1/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/notify-python-0.1.1/src'
Making all in tests
make[2]: Entering directory `/usr/src/notify-python-0.1.1/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/notify-python-0.1.1/tests'
make[2]: Entering directory `/usr/src/notify-python-0.1.1'
make[2]: Leaving directory `/usr/src/notify-python-0.1.1'
make[1]: Leaving directory `/usr/src/notify-python-0.1.1'
root@sky-desktop:/usr/src/notify-python-0.1.1# make install
Making install in src
make[1]: Entering directory `/usr/src/notify-python-0.1.1/src'
make[2]: Entering directory `/usr/src/notify-python-0.1.1/src'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/pygtk/2.0/defs" || mkdir -p -- "/usr/local/share/pygtk/2.0/defs"
 /usr/bin/install -c -m 644 'pynotify.defs' '/usr/local/share/pygtk/2.0/defs/pynotify.defs'
test -z "/usr/local/lib/python2.4/site-packages/gtk-2.0/pynotify" || mkdir -p -- "/usr/local/lib/python2.4/site-packages/gtk-2.0/pynotify"
 /usr/bin/install -c -m 644 '__init__.py' '/usr/local/lib/python2.4/site-packages/gtk-2.0/pynotify/__init__.py'
Byte-compiling python modules...
__init__.py
Byte-compiling python modules (optimized versions) ...
__init__.py
test -z "/usr/local/lib/python2.4/site-packages/gtk-2.0/pynotify" || mkdir -p -- "/usr/local/lib/python2.4/site-packages/gtk-2.0/pynotify"
 /bin/sh ../libtool --mode=install /usr/bin/install -c  '_pynotify.la' '/usr/local/lib/python2.4/site-packages/gtk-2.0/pynotify/_pynotify.la'
/usr/bin/install -c .libs/_pynotify.so /usr/local/lib/python2.4/site-packages/gtk-2.0/pynotify/_pynotify.so
/usr/bin/install -c .libs/_pynotify.lai /usr/local/lib/python2.4/site-packages/gtk-2.0/pynotify/_pynotify.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/python2.4/site-packages/gtk-2.0/pynotify
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/python2.4/site-packages/gtk-2.0/pynotify

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Leaving directory `/usr/src/notify-python-0.1.1/src'
make[1]: Leaving directory `/usr/src/notify-python-0.1.1/src'
Making install in tests
make[1]: Entering directory `/usr/src/notify-python-0.1.1/tests'
make[2]: Entering directory `/usr/src/notify-python-0.1.1/tests'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/src/notify-python-0.1.1/tests'
make[1]: Leaving directory `/usr/src/notify-python-0.1.1/tests'
make[1]: Entering directory `/usr/src/notify-python-0.1.1'
make[2]: Entering directory `/usr/src/notify-python-0.1.1'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/lib/pkgconfig" || mkdir -p -- "/usr/local/lib/pkgconfig"
 /usr/bin/install -c -m 644 'notify-python.pc' '/usr/local/lib/pkgconfig/notify-python.pc'
make[2]: Leaving directory `/usr/src/notify-python-0.1.1'
make[1]: Leaving directory `/usr/src/notify-python-0.1.1'
root@sky-desktop:/usr/src/notify-python-0.1.1# dpkg -L python-notify
Package `python-notify' is not installed.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
root@sky-desktop:/usr/src/notify-python-0.1.1#
 
sky.akash

Why not go to the freedom toaster! thats how i got feisty.. (but at University of pretoria - always updated)

http://www.freedomtoaster.org/

Toaster Locations: Port Shepstone
Port Shepstone

The Freedom Toaster is situated in:

Oribi Plaza
Shop 31
Oribi Plaza
Aiken Street
Port Shepstone

call the shop and find out if the toaster is updated..
 
sky.akash

Why not go to the freedom toaster! thats how i got feisty.. (but at University of pretoria - always updated)

http://www.freedomtoaster.org/

Toaster Locations: Port Shepstone
Port Shepstone

The Freedom Toaster is situated in:

Oribi Plaza
Shop 31
Oribi Plaza
Aiken Street
Port Shepstone

call the shop and find out if the toaster is updated..

The PC store that used to be there closed down:( Now that store is a hair salon.

So it seems like I will just have to wait.
 
Yes, I can confirm that it is now working - three days without using wvdial on the command line. Thanks to Vodafone Spain!
 
Yes, I can confirm that it is now working - three days without using wvdial on the command line. Thanks to Vodafone Spain!

I'm glad to hear that is working for ya :) I'm sure that if you share the tweaks that you've done to the template you'll make happy loads of people ;)
 
No tweaks in the template - all I changed was to set the APN host to 'internet' and set static DNS addresses ... ? Is everyone else still struggling?
 
Connected but no DNS!

Hi,

I've finally got connected to the Vodacom SA network using the linux mobile driver. I'm using a Huaweia E620 card, running under Ubuntu Feisty Fawn. I downloaded the .deb RC2 package and installed it without problems.

I set the preferences up with APN host set to "internet" and static DNS server names deselected. I have set my sim card not to check for a password so I left the username and password blank. This prevented me from connecting but did not give me a reason why. Once I set the username and password to "random" it connected perfectly.

I am still having a problem resolving names, I thought during connection setup the network would send the address of the DNS servers but clearly not. Does anyone know the address for the DNS server in the Vodacom 3G network so I can set it up manually?

Other, thanks pmarti for this brilliant software.
 
Now it all works

Courtesy of a previous post by v3Gout I found:

DNS servers manually assigned as:

nameserver 196.207.32.69
nameserver 196.43.45.190

Sorts the DNS out.
 
Hi,

I've finally got connected to the Vodacom SA network using the linux mobile driver. I'm using a Huaweia E620 card, running under Ubuntu Feisty Fawn. I downloaded the .deb RC2 package and installed it without problems.

I set the preferences up with APN host set to "internet" and static DNS server names deselected. I have set my sim card not to check for a password so I left the username and password blank. This prevented me from connecting but did not give me a reason why. Once I set the username and password to "random" it connected perfectly.

I am still having a problem resolving names, I thought during connection setup the network would send the address of the DNS servers but clearly not. Does anyone know the address for the DNS server in the Vodacom 3G network so I can set it up manually?

Other, thanks pmarti for this brilliant software.

Hi richgod,

I'm glad that is working for you :)

Do not forget that the username and password have nothing to do with your SIM card. It would be just password in that case ;). They actually are the username & password that your ISP (Vodacom I guess) provided you to connect to Internet. The reason the "random" username worked is because usually ISPs allow any username/password you send them
 
For your info - the DNS servers I have configured are:

196.207.32.69 (dns2-vop.3g.vodacom.co.za)
196.43.1.11 (rrba-ip-dns-3.saix.net)

Your
196.43.45.190 (tpr-ip-dns-4.saix.net)
should work OK too.
 
Top
Sign up to the MyBroadband newsletter
X