It is currently Thu Sep 02, 2010 2:47 pm

All times are UTC




Post new topic Reply to topic  [ 39 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject: Re: Zenwalk and Option 225 HDSPA-modem
PostPosted: Sun Feb 15, 2009 7:58 am 
Senior Zenwalker
Senior Zenwalker

Joined: Fri Sep 15, 2006 9:00 am
Posts: 472
Location: Esztergom / Hungary
Any ideas? I can't use my stick with HSOCONNECT with Zenwalk 5.4 Snapshot...


 Profile  
 
 Post subject: Re: Zenwalk and Option 225 HDSPA-modem
PostPosted: Fri Feb 27, 2009 7:36 am 
Senior Zenwalker
Senior Zenwalker

Joined: Fri Sep 15, 2006 9:00 am
Posts: 472
Location: Esztergom / Hungary
Another question:

Can I upgrade Zenwalk 5.4 Beta > Snapshot that python2.5 stay in my system or not?
And how can I make this?

I WANT Zenwalk on my laptop because I use it since 2.2 and this is the system for me...
At the time there is not hsoconnect for python2.6 only for python2.5...

Thanks!


 Profile  
 
 Post subject: Re: Zenwalk and Option 225 HDSPA-modem
PostPosted: Fri Feb 27, 2009 12:17 pm 
Master of the known universe
Master of the known universe

Joined: Fri May 16, 2008 2:44 pm
Posts: 1347
Location: Munich, Germany
The problem is most software which needs pyhton was by now rebuilt with python 2.6 and I'm not sure if it will still work when you upgrade it but keep python 2.5.
It might, but I'm not sure. Maybe somebody else can tell you.


 Profile  
 
 Post subject: Re: Zenwalk and Option 225 HDSPA-modem
PostPosted: Fri Feb 27, 2009 2:28 pm 
Senior Zenwalker
Senior Zenwalker

Joined: Fri Sep 15, 2006 9:00 am
Posts: 472
Location: Esztergom / Hungary
Thanks, but my main problem is that I can create /dev/ttyHS0 for the stick, but "wvdialconf" recognize only /dev/ttyS0...
(Another problem: I tried upgrade ZW 5.4 Beta1 to Snapshot but by upgrade of gksu stopped the upgrading and basta... I'm waiting for ZW 6.0 I can't do nothing else...)


 Profile  
 
 Post subject: Re: Zenwalk and Option 225 HDSPA-modem
PostPosted: Sat Feb 28, 2009 7:45 pm 
Master of the known universe
Master of the known universe

Joined: Fri May 16, 2008 2:44 pm
Posts: 1347
Location: Munich, Germany
It's there. They just realeased it.
viewforum.php?f=2


 Profile  
 
 Post subject: Re: Zenwalk and Option 225 HDSPA-modem
PostPosted: Sun Mar 01, 2009 6:04 am 
Senior Zenwalker
Senior Zenwalker

Joined: Fri Sep 15, 2006 9:00 am
Posts: 472
Location: Esztergom / Hungary
Thanks, I'm downloading it, but I have to find any solution to run my Option 225 HSDPA stick for internet... D!!


 Profile  
 
 Post subject: Re: Zenwalk and Option 225 HDSPA-modem
PostPosted: Sun Mar 01, 2009 9:57 am 
Senior Zenwalker
Senior Zenwalker

Joined: Fri Sep 15, 2006 9:00 am
Posts: 472
Location: Esztergom / Hungary
I wrote in terminal:

ln -sf /dev/ttyHS0 /dev/ttyS0

and my systme see the modem, BUT I have to search for a valid "wvdial.conf" for HSDPA-sticks, or I try to use kppp.


 Profile  
 
 Post subject: Re: Zenwalk and Option 225 HDSPA-modem
PostPosted: Tue Mar 03, 2009 11:45 am 
Senior Zenwalker
Senior Zenwalker

Joined: Fri Sep 15, 2006 9:00 am
Posts: 472
Location: Esztergom / Hungary
Nobody on the whole world use ZW not with Option 225 Web'n'walk-stick??? :'(


 Profile  
 
 Post subject: Re: Zenwalk and Option 225 HDSPA-modem
PostPosted: Thu Mar 05, 2009 11:59 am 
Senior Zenwalker
Senior Zenwalker

Joined: Fri Sep 15, 2006 9:00 am
Posts: 472
Location: Esztergom / Hungary
Paul (pharscape.org) tryed to help me:

In principle it should work - if you force the installation of HSOconnect! (How you do this is dependent on your package manager).
The package will be installed in to :

/usr/lib/python2.5/site-packages/hsoc

And you can call it directly with:

Code:

python /usr/lib/python2.5/site-packages/hsoc/HSOconnect.py


Have a look at this link here for some other info...
http://www.pharscape.org/forum/index.php?topic=657.0

Let me know how you get on.

Cheers,
Paul
Report to moderator Logged

The result:

root[~]# python /usr/lib/python2.5/site-packages/hsoc/HSOconnect.py
/usr/lib/python2.6/site-packages/gtk-2.0/gtk/__init__.py:72: GtkWarning: could not open display
warnings.warn(str(e), _gtk.Warning)
False
/usr/lib/python2.6/site-packages/hsoc/bin/userinterface.py:40: Warning: invalid (NULL) pointer instance
tooltips = gtk.Tooltips()
/usr/lib/python2.6/site-packages/hsoc/bin/userinterface.py:40: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
tooltips = gtk.Tooltips()
Path to hsolinkcontrol: /usr/bin/hsolinkcontrol
36333
Mode 36333
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/hsoc/HSOconnect.py", line 57, in <module>
run()
File "/usr/lib/python2.5/site-packages/hsoc/HSOconnect.py", line 35, in run
import hsoc.bin.HSOconsole as HSOconsole
File "/usr/lib/python2.6/site-packages/hsoc/__init__.py", line 15, in <module>
hsoc.HSOconnect.run()
File "/usr/lib/python2.6/site-packages/hsoc/HSOconnect.py", line 52, in run
HSOconsole.run()
File "/usr/lib/python2.6/site-packages/hsoc/bin/HSOconsole.py", line 843, in run
ans = hsc.run()
File "/usr/lib/python2.6/site-packages/hsoc/bin/HSOconsole.py", line 257, in run
self.gui = self.initGUI(confdir, imgdir, self.str, self.prog, langdir)
File "/usr/lib/python2.6/site-packages/hsoc/bin/HSOconsole.py", line 326, in initGUI
gui = userinterface.init()
File "/usr/lib/python2.6/site-packages/hsoc/bin/userinterface.py", line 1151, in init
session_bus = dbus.SessionBus()
File "/usr/lib/python2.6/site-packages/dbus/_dbus.py", line 219, in __new__
mainloop=mainloop)
File "/usr/lib/python2.6/site-packages/dbus/_dbus.py", line 108, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 125, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ExecFailed: dbus-launch failed to autolaunch D-Bus session: Autolaunch error: X11 initialization failed.

How can I force the install hsoconnect for py2.5 in Zenwalk? (Zenwalk is Slackware-based)

PAUL'S ANSWER:

Sorry - this looks like a change in the way dbus works in python 2.6. Please try HSOconnect build 83.

I will look at proper solution as soon as I can.

Any idea? D!!


 Profile  
 
 Post subject: Re: Zenwalk and Option 225 HDSPA-modem
PostPosted: Thu Mar 05, 2009 12:22 pm 
Global Moderator
Global Moderator
User avatar

Joined: Tue Mar 06, 2007 12:34 pm
Posts: 1676
Location: Suomi Finland
If you had it working already,,why you upgraded. ??? Now you know how to get it to work,, go back how it was.


 Profile  
 
 Post subject: Re: Zenwalk and Option 225 HDSPA-modem
PostPosted: Thu Mar 05, 2009 1:23 pm 
Senior Zenwalker
Senior Zenwalker

Joined: Fri Sep 15, 2006 9:00 am
Posts: 472
Location: Esztergom / Hungary
Thanks, but how?
I use ZW 6.0 RC1 Snapshot AND ZW 6.0 uses python2.6, or?
Can you help me?
(I'm not a Linx-expert...)


 Profile  
 
 Post subject: Re: Zenwalk and Option 225 HDSPA-modem
PostPosted: Sat Mar 14, 2009 9:35 am 
Senior Zenwalker
Senior Zenwalker

Joined: Fri Sep 15, 2006 9:00 am
Posts: 472
Location: Esztergom / Hungary
SMALL HOW-TO TO USE OPTION225 WEB'N'WALK HSDPA STICK TO ZENWALK 6.0:

You need this files:

1. Ozerocdoff > http://peck.org.uk/ozerocdoff.html
2. Hsolinkcontrol > http://peck.org.uk/hsolinkcontrol.html
3. HSOconnect > http://www.pharscape.org/forum/index.php?topic=673.0 (You can cretae tgz-packages with epm2tgz!)

Steps:

1. Create library "STICK" somewhere You want and copy Ozerocdoff into it after unpack it in this library and "make", "make install".

2. Install Hsolinkcontrol and "chmod +s 'which hsolinkcontrol'.

3. Install HSOconnect.

4. After all ONLY as user in terminal > python /usr/lib/python2.6/site-packages/hsoc/HSOconnect.py

5. Configure HSOconnect.

If You want (and can...) You can add HSOconnect to Menu, or to panel and enjoy it! \!D/

(http://www.pharscape.org/forum/index.php?topic=673.0 from here You can download HSOconnect for python2.6 AND here in this topic You can read about some problems happened to me... ;D )


Last edited by aburkon on Sat Mar 14, 2009 5:26 pm, edited 2 times in total.

 Profile  
 
 Post subject: Re: Zenwalk and Option 225 HDSPA-modem
PostPosted: Sat Mar 14, 2009 5:12 pm 
Global Moderator
Global Moderator
User avatar

Joined: Tue Mar 06, 2007 12:34 pm
Posts: 1676
Location: Suomi Finland
hehe just tested it to my 3Gstick ;D ,,,,cheers man,,, it works as you descriped it now.

GREAT!


 Profile  
 
 Post subject: Re: Zenwalk and Option 225 HDSPA-modem
PostPosted: Sat Mar 14, 2009 5:24 pm 
Senior Zenwalker
Senior Zenwalker

Joined: Fri Sep 15, 2006 9:00 am
Posts: 472
Location: Esztergom / Hungary
:)


 Profile  
 
 Post subject: Re: Zenwalk and Option 225 HDSPA-modem
PostPosted: Fri Apr 17, 2009 5:35 am 
Master Zenwalker
Master Zenwalker
User avatar

Joined: Fri May 05, 2006 1:36 am
Posts: 564
Location: that and other Universes
all that 3g stuff here in the forum should be configured and packaged for ZW in advance well i think that more and more folks will use 3G modems. I hope some packagers will read this and make some packages. thx for the howto. I'm sure that there are a folks that will be happy using that hint. Good job.

_________________
!!!Linux is like a Wigwam, no Gates, no Windows and an Apache inside!!!


 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 39 posts ]  Go to page Previous  1, 2, 3  Next

All times are UTC


 Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: