Wary 1.0.2 (102) feedback

Please post any bugs you have found
Message
Author
Dexter1
Posts: 4
Joined: Mon 20 Dec 2010, 19:41

Huawei E1550 works with Wary 1.0.2

#91 Post by Dexter1 »

Hello I tried to get my E1550 to work with different Puppy versions with no success with many tips and tricks.

But today I tried it with Wary 1.0.2 and it works perfect.
The Solution is very easy:

1. First do a setup in PGPRS connect
2. write /dev/ttyUSB0
3.write your APN
4 let the rest be as it is in default even the pin code 1234(it worked for me)
5 save it
6 First now plug in the Huawei E1550 in the usb port.
7Now the Wary 1.0.2 detects the 3 G modem.
8 Wait until the message disappears.
9 Connect with the PGPRS Connect.
10 Now it should work properly.

Attention:
Next time you want to use the E1550 you must have it unplugged during the boot up of the Wary 1.0.2 the when it had started up you can connect it and only use PGPRS connect and it works like a dream.

I hope it helps someone. :)

I tried a ICON 225 HDSPA modem but couldnt get it to work with any Puppy version not even with Wary 1.0.2 :(

I hope the hard working developers can maybe fix this in future Puppy versions.
Nice work and thanks for the Wary 1.0.2

User avatar
fluxit
Posts: 326
Joined: Sat 24 Jun 2006, 04:14
Location: Ketchikan, AK USA

#92 Post by fluxit »

No change in this problem, or this.

Ogle's Edit, Preferences has no effect. Should it?

Ogle View, Keypad causes a keypad to be displayed. Clicking on one of the keypad buttons leads to Ogle closing silently.
Last edited by fluxit on Mon 20 Dec 2010, 21:05, edited 1 time in total.

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

Re: problems! so far.

#93 Post by BarryK »

scsijon wrote:Update1
Box1 - Acer v3700gx - E'net sat link

problem1: Video probe picked i810 instead of intel (i915), dropped out of x, ran xorgwizard, selected intel all ok manually.

problem2: took two runs to get ethernet to setup eth0 (dlink dge-530T Gigabite), then had to run firewall to access outside, no default access????

problem3: desktop Drive Icons Manager, ticked box to say erase then redraw and realigh existing icons, didn't work with just a jwm restart or xserver restart, needed a reboot to happen.

warning 1: I downloaded and confirm that firefox pet doesn't work from nluug, also alsa-lib >seems to be a dependancy of a few packages (maybe should be indefault build). Could only find a tar, not a pet
---------------------------------------------------
Origonal message:
box2 - Home built but gigabyte where possible - dialup winmodem

problem 1: didn't descover my video card (Radeon HD4350), usually probe works ok, 102 wouldn't either probe or select "radeon" had to use vesa to load video.

modem ok and dials out ok (3 woofs for that).

Warning 1: Downloader for ppm kept dropping out and restarting with nluug.

Problems 2/3: downloads
Pet: Firefox-3.6.9-w5.pet, no icons on install, further look, no firefox.desktop, /opt/firefox seems to be a mess after install, can't even run from itself. Maybe corrupt.
Pet: Bluefish-2.0.2-w5.pet, missing alsa-lib.:: doesn't seem to be affecting it run though.

@barry - should we include the w5 pet problems here or ....

regards
scsijon
Some of these issues are fixed:
http://bkhome.org/blog/?viewDetailed=02039
[url]https://bkhome.org/news/[/url]

Gyle
Posts: 115
Joined: Mon 24 Dec 2007, 01:06
Location: Fr

#94 Post by Gyle »

Anyone capable of writing a debounce routine?
Hi ravensrest
the source of the problem is your mouse.
The soft cannot waste its precious time to repair all the bad hard.
Sage has given you a very good indication for a new mouse.
I am sure you will be enjoyed to navigate with it peaceful .
Kind regards

User avatar
rjbrewer
Posts: 4405
Joined: Tue 22 Jan 2008, 21:41
Location: merriam, kansas

#95 Post by rjbrewer »

Gyle wrote:
Anyone capable of writing a debounce routine?
Hi ravensrest
the source of the problem is your mouse.
The soft cannot waste its precious time to repair all the bad hard.
Sage has given you a very good indication for a new mouse.
I am sure you will be enjoyed to navigate with it peaceful .
Kind regards
Not the mouse;
If the cursor is moving even a little the icon will disappear.
If it's completely stopped it doesn't happen.
Tried with 3 different usb mice.

Inspiron 700m, Pent.M 1.6Ghz, 1Gb ram.
Msi Wind U100, N270 1.6>2.0Ghz, 1.5Gb ram.
Eeepc 8g 701, 900Mhz, 1Gb ram.
Full installs

Sage
Posts: 5536
Joined: Tue 04 Oct 2005, 08:34
Location: GB

#96 Post by Sage »

Tried with 3 different usb mice.
USB mice have been a curse ever since they arrived; almost as much a nuisance as wireless ditto and k/b ditto. If you've got a proper box, use the proper port. If you've got a laptop/netbook use the tracker/touchpad. If you've got a mobile use the touchscreen.

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#97 Post by BarryK »

technosaurus wrote:For those of you that wish to remove pre-installed packages before remastering, I threw together this little script with a very basic gui and reverse dependency checking (only informational - it does not automatically select the reverse dependencies for removal). It should work with most if not all recent woof-built variants.

Code: Select all

#!/bin/sh
D=$HOME/.packages/builtin_files
PKGS=`ls -1 $D`
PKG=`Xdialog --stdout --combobox "select package to remove" 0 0 $PKGS`
[ $PKG ] && Xdialog --yesno "Reverse dependencies:
`cat $HOME/.packages/woof-installed-packages |grep +$PKG |cut -d "|" -f2`

Continue?" 0 0 && [ $? ] && for x in `cat $D/$PKG`; do [ -d $x ] && cd $x || rm $x; done && rm $D/$PKG && $0
Note:pasted from an XP machine => may need dos2unix
Great! I have jazzed it up a bit...

Have put 'remove_builtin' into /usr/sbin in Woof, also created a menu entry.
Attachments
remove_builtin.gz
(1.06 KiB) Downloaded 620 times
[url]https://bkhome.org/news/[/url]

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

Re: gtkdialog-splash

#98 Post by BarryK »

shinobar wrote:PROBLEM:
In PUPMODE=13, pressing the 'Save' icon on the desktop,
the yellow splash pops up but never disappear unless clicking the splash.

REASON:
An issue in dealing with 'font' option in /usr/bin/gtkdialog-splash.

SOLUTION(1):(my recommendation)
Remove /usr/X11R7/bin/yaf-splash.
I recommend to remove yaf-splash because it doesn't support UTF-8.

another SOLUSION(2):
/usr/bin/gtkdialog-splash line 12:
if [ -f /usr/X11R7/bin/yaf-splash ] && false;then #100917
another SOLUTION(3):
/usr/bin/gtkdialog-splash line 24:
eval "exec /usr/X11R7/bin/yaf-splash ${FIXEDPARAMS}"
another SOLUTION(4):
Replace 'font' option with 'fontsize' option.
I hope someone will find smart way.
I fixed /usr/sbin/save2flash (in Woof):

Code: Select all

#!/bin/sh
#2007 Lesser GPL licence v2 (http://www.fsf.org/licensing/licenses/lgpl.html)
#sends a request to /usr/sbin/savepuppyd to save the session.
#v4.01 19may2008 BK: request now to /sbin/pup_eventd (savepuppyd is history).
#v411 /tmp/snapmergepuppyrequest is processed in /sbin/pup_event_frontend_d. (from v403 i think)
#101221 path to use old yaf-splash.

/usr/X11R7/bin/yaf-splash -display :0 -font "8x16" -outline 0 -margin 4 -bg yellow -text "NOTICE:
Request to save current session is queued. Please wait,
another message will popup when the saving occurs..." &
RETVAL=$?
YAFPID=$!

touch /tmp/snapmergepuppyrequest

while [ -f /tmp/snapmergepuppyrequest ];do
 sleep 1
done

[ $RETVAL -eq 0 ] && kill $YAFPID
[url]https://bkhome.org/news/[/url]

User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

#99 Post by DaveS »

This is beginning to look like it might be the most de-bugged Puppy ever :)
Spup Frugal HD and USB
Root forever!

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

Re: gtkdialog-splash

#100 Post by shinobar »

BarryK wrote:I fixed /usr/sbin/save2flash
I think it is not a problem of save2flash but of gtkdialog-splash.
Same thing occurs with PPM.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#101 Post by BarryK »

fluxit wrote:No change in this problem, or this.

Ogle's Edit, Preferences has no effect. Should it?

Ogle View, Keypad causes a keypad to be displayed. Clicking on one of the keypad buttons leads to Ogle closing silently.
Regarding Dvorak keyboard, fixed:
http://bkhome.org/blog/?viewDetailed=02041

Regarding Ogle: Ogle has many problems. It is a dead project. I posted about the Stop button not working on my blog, and requested for someone with C programming knowledge to take Ogle up as a project. Noone has done so yet.

My Ogle blog post:
http://bkhome.org/blog/?viewDetailed=01996
[url]https://bkhome.org/news/[/url]

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#102 Post by ttuuxxx »

BarryK wrote:
fluxit wrote:No change in this problem, or this.

Ogle's Edit, Preferences has no effect. Should it?

Ogle View, Keypad causes a keypad to be displayed. Clicking on one of the keypad buttons leads to Ogle closing silently.
Regarding Dvorak keyboard, fixed:
http://bkhome.org/blog/?viewDetailed=02041

Regarding Ogle: Ogle has many problems. It is a dead project. I posted about the Stop button not working on my blog, and requested for someone with C programming knowledge to take Ogle up as a project. Noone has done so yet.

My Ogle blog post:
http://bkhome.org/blog/?viewDetailed=01996
I asked the developer in a email a few weeks ago about the stop button and he never replied back either :?
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#103 Post by smokey01 »

BarryK wrote:
technosaurus wrote:For those of you that wish to remove pre-installed packages before remastering, I threw together this little script with a very basic gui and reverse dependency checking (only informational - it does not automatically select the reverse dependencies for removal). It should work with most if not all recent woof-built variants.

Code: Select all

#!/bin/sh
D=$HOME/.packages/builtin_files
PKGS=`ls -1 $D`
PKG=`Xdialog --stdout --combobox "select package to remove" 0 0 $PKGS`
[ $PKG ] && Xdialog --yesno "Reverse dependencies:
`cat $HOME/.packages/woof-installed-packages |grep +$PKG |cut -d "|" -f2`

Continue?" 0 0 && [ $? ] && for x in `cat $D/$PKG`; do [ -d $x ] && cd $x || rm $x; done && rm $D/$PKG && $0
Note:pasted from an XP machine => may need dos2unix
Great! I have jazzed it up a bit...

Have put 'remove_builtin' into /usr/sbin in Woof, also created a menu entry.
Just tried it then did a remaster, works a treat. Have to remember to run fixmenues though.

Thanks for this.

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#104 Post by ttuuxxx »

would be nice if you had an option to edit the iso image on the fly and rebuild the iso image straight away :)
ttuuxxx
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#105 Post by smokey01 »

I have been using Edit-sfs to do that. It is a bit kludgy though.

emil
Posts: 633
Joined: Tue 10 Nov 2009, 08:36
Location: Austria
Contact:

xgamma-gui

#106 Post by emil »

I am here with a reminder for new xgamma-gui.
It looks the same but it is completly rewritten under the hood.
detailed description here

User avatar
ravensrest
Posts: 365
Joined: Fri 22 Feb 2008, 16:43
Location: Grants Pass, Oregon

#107 Post by ravensrest »

I just verified rjbrewer's results for two PS/2 mice, one optical, one mechanical. If I hold either very still, I can push the right button all I want without causing any icons to disappear. BTW, another apparent related effect is that if I right click anywhere on the screen to call up the menu, it sometimes just appears briefly and then goes away. Again, if I hold the mouse very still, this does not happen. Or just keep the right button depressed until I make a menu selection.

I was convinced it was a bounce problem, but now not so sure.

I addition, Gyle, I don't think processing time is any longer a major consideration in "debouncing" a mouse. I know I have had systems that do so. Further, many systems let you input a double click to calibrate the mouse driver. This is an indication it can't take much time.
BS

Gyle
Posts: 115
Joined: Mon 24 Dec 2007, 01:06
Location: Fr

#108 Post by Gyle »

BTW, another apparent related effect is that if I right click anywhere on the screen to call up the menu, it sometimes just appears briefly and then goes away. Again, if I hold the mouse very still, this does not happen. Or just keep the right button depressed until I make a menu selection.
I think it is clearly a different issue, related to the movement of your hand not to the mouse or the soft. Look at very precisely what happens:
when you Right click on the pinboard, the cursor is at the extreme left top corner of the menu, a very small area, like the point of a needle. When you relax the Right button nothing happens because the cursor is always on the menu, but, if in the same time than you relax, you move just a tiny bit toward the pinboard (out of the menu = you are now on the pinboard) the pinboard is activated by the relax and you loose the menu. The "problem" is what I have said in a previous post, that the programmer of the mouse routine in X has not desactivated the relax of the button after the first Right clich which opens the menu or whatsoever.

Edit: it is above the median line of the screen that we find the cursor at this spot. The problem is less sensible along the vertical edge of the menu when the cursor is in the low area of the screen.
I was convinced it was a bounce problem, but now not so sure.
You are right, doubt is a very good "fuel". We must investigate further.
I addition, Gyle, I don't think processing time is any longer a major consideration in "debouncing" a mouse. I know I have had systems that do so. Further, many systems let you input a double click to calibrate the mouse driver. This is an indication it can't take much time.
Yes, a debouncing routine is just a loop to count, a timer. The complexity is where to bind this routine, when to trigger it, by what means (e.g.interruption ?), how long time the ticket in a round robin, priority, etc...
Cheers

Gyle
Posts: 115
Joined: Mon 24 Dec 2007, 01:06
Location: Fr

#109 Post by Gyle »

I
just verified rjbrewer's results for two PS/2 mice, one optical, one mechanical. If I hold either very still, I can push the right button all I want without causing any icons to disappear.
You have put an emphasis on the word "still" several times in your posts.
You are thus sensitive to the fact that the mouse has to set a certain resistance. This resistance depends mainly on its weight when skates are new and the surface is good.
This resistance opposes in fact to the tiny shivers of your hand and your fingers. These micro shivers are the cause of the bounces. If you can look on a scope at the unsticking of the contacts, you will notice that it is about an oscillation which weakens and stops The goal of the debouncing is to not acquire a new information from the contact till a predefined count (in millisecond) is over. It's a delay during which nothing is acquirred, and long enough to tell to the program that the scan of the buttons is now relevant.
When Sage and I have spoken of the qualities of mice, the weight is a very important one. But weight has a price (commercially..he he).
Second, Sage spoke of the quality of the springs of the microswitches.
They play the role to unsticking the contact the quickest possible, etc...
I stop here, you understand that new soft, OS etc.. need more quality from the hard and vice-versa.

Edit: of course bounces exist when there is no human input. The contacts of a relay are subjects to bounce,this is a crucial problem in automotive, because the small bounces between contacts creates small electrical arcs which are very destructive for the quality of the surface. This quality has a price.

kind regards
Last edited by Gyle on Tue 21 Dec 2010, 21:53, edited 1 time in total.

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#110 Post by smokey01 »

ttuuxxx wrote:would be nice if you had an option to edit the iso image on the fly and rebuild the iso image straight away :)
ttuuxxx
ttuuxxx a man of your talent should be able to knock something up in no time flat.

Post Reply