Page 17 of 19

PGRS MODEM SETUP in precise & slacko

Posted: Thu 07 Feb 2013, 11:46
by ferikenagy
GSM modem ZTE WCDMA Technologies MSM MF110/MF627/MF636 problem
in precise 5.4.3 and slacko 5.4 (kernel 3.2.33 )I have tested modem huawei E173 (it worked out of the box ) but encountered modem address detect problem
for modem ZTE MF627. If the E173 modem creates only one /dev/ttyUSB0 serial modem and it is correctly discovered by PGRS MODEM SETUP, the ZTE MF627 modem creates 3 devices
/dev/ttyUSB0 , /dev/ttyUSB1, /dev/ttyUSB2 ( and only the first one is detected and the wrong one by the PGRS MODEM SETUP). in my case the good device was /dev/ttyUSB2.
If I put in 'Serial Modem Device File' /dev/ttyUSB2 , it worked fine. This problem was discussed by ubuntu people too, their opinion was that the right device should be detected
frome where it points the symlink /dev/gsmmodem .... I know that modifying the PGRS MODEM script could generate new bugs but an explicative text for this ZTE modems could help many people
, or at first step only to extend "(detected devices:/dev/ttyUSB0 /dev/ttyS0 )" to include also where it points /dev/gsmmodems too.
It also looks like the gsm modem stoping script not functioning proper, i could not simply close the network (by riht click& Disconect from network won't work), in slacko was easy I could
close the terminal window which remained open by the ppp PAP script on connect.
please send this observation to the maintainer of PGRS MODEM SETUP

Re: Pudd is confused by menus containing more than ten items

Posted: Thu 07 Feb 2013, 12:50
by BarryK
npierce wrote:(This bug is not limited to Precise 5.4.3, but I'm adding a link in this thread because it is in Woof, and Precise 5.4.3 is the latest Puppy built from Woof. I suspect that the bug actually lives in all Puppies that contain Pudd.)

Pudd causes screeching from internal speaker during backup: Explanation and suggested fix
Thanks, your fix plus more applied, see here:

http://bkhome.org/blog2/?viewDetailed=00104

Posted: Thu 07 Feb 2013, 14:12
by npierce
Barry,

You're welcome.

Thanks for getting my fix and your additional Pudd improvements into Woof.

Also, thanks for updating the jwmconfig2 .pet a while back.

pupcamera gettext

Posted: Thu 07 Feb 2013, 16:25
by rodin.s
I guess line 189 of pupcamera should be gettexted.

Re: small translation things

Posted: Thu 07 Feb 2013, 23:51
by BarryK
rodin.s wrote:In /sbin/pup_event_frontend changed this:

Code: Select all

LANG=$OLDLANG
  yaf-splash -bg orange -placement top -close never -text "$(gettext "Saving RAM to 'pup_save' file...")" &
  LANG=C
or maybe it should be done like this:

Code: Select all

LANG=$OLDLANG yaf-splash -bg orange -placement top -close never -text "$(gettext "Saving RAM to 'pup_save' file...")"
In /etc/rc.d/rc.sysinit I manually translate lines 825 and 836:

Code: Select all

echo '<icon x="768" y="128" label="Сохранить">/usr/sbin/savesession-dvd</icon>' >> /root/Choices/ROX-Filer/PuppyPin
Thanks, changes made to pup_event_frontend_d.

For rc.sysinit, I have added the line:

s%"save"%%

In file /usr/share/sss/script_strings.

Re: xload twice

Posted: Fri 08 Feb 2013, 00:08
by BarryK
phdzaps wrote:My single thing I can report on is that xload in /usr/bin ought to be a link, since it is also in /usr/X11R7/bin. I came across this because I disable xload so precise will run on older computers faster.
Hmmm, yes. OK, fixed.

Posted: Fri 08 Feb 2013, 00:14
by BarryK
Brown Mouse wrote:FFConvert appears to be broken for me.
Unable to change the compression ratio of mp3's as in previous versions of FFC..
I think Precise 5.4.3 has FFConvert 1.3.
The latest is 1.3.1, there is also an older "stable" version.

Would you mind going here and install the latest, if no good try the older stable version:
http://www.murga-linux.com/puppy/viewtopic.php?t=54056

Posted: Fri 08 Feb 2013, 01:32
by BarryK
linuxcbon wrote:Precise Puppy 5.4.3

menu - desktop - pwallpaper :
Apply a new background image, error message "no pinboard was in use"
then right or left click on desktop, it displays alternatively old and new image

# wcpufreq
/usr/sbin/wcpufreq: line 156: cd: /lib/modules/3.2.29/kernel/arch/*/kernel/cpu/cpufreq: No such file or directory
ERROR: modinfo: could not find module Choices
ERROR: modinfo: could not find module File-Sharing
ERROR: modinfo: could not find module Startup

menu - system - Pschedule
click (star icon) about
click link to forum , it doesnt open browser.

/usr/lib and /usr/local/lib dont need to be in LD_LIBRARY_PATH ?

DISPLAY=:0 should be 0.0 instead ?
Pwallpaper works fine for me.

Yes, wcpufreq has a bug. This is TaZoc's baby, but TaZoc has had health issues, not sure of current situation.
Anyway, I fixed it, see new PET version 0.8.1:
http://murga-linux.com/puppy/viewtopic. ... 397#683397

Pschedule is zigbert's baby. There will be a later version in the next release of Precise Puppy (and all other Woof-built pups).
If the problem persisits, report in the Pschedule Forum thread.

Posted: Fri 08 Feb 2013, 01:44
by BarryK
linuxcbon wrote:Precise Puppy 5.4.3
- run pupx
set mouse acceleration to 1.0
set mouse threshold to 1
click ok
run pupx again, nothing has changed.
error message :

Code: Select all

dc: syntax error at '1.0'
xset:  unknown option /10
Works for me. Acceleration does change, and no error messages.

Posted: Fri 08 Feb 2013, 01:53
by gcmartin

Posted: Fri 08 Feb 2013, 04:09
by rerwin
I have made 2 minor mods to the pdiag tool, so post it here for inclusion in woof. Thanks.
Richard

Re: pupcamera gettext

Posted: Fri 08 Feb 2013, 08:58
by BarryK
rodin.s wrote:I guess line 189 of pupcamera should be gettexted.
Thanks, fixed.

Posted: Fri 08 Feb 2013, 12:32
by Brown Mouse
BarryK wrote:
Brown Mouse wrote:FFConvert appears to be broken for me.
Unable to change the compression ratio of mp3's as in previous versions of FFC..
I think Precise 5.4.3 has FFConvert 1.3.
The latest is 1.3.1, there is also an older "stable" version.

Would you mind going here and install the latest, if no good try the older stable version:
http://www.murga-linux.com/puppy/viewtopic.php?t=54056
I installed the latest version of FFConvert 1.3.1 and I am now able to change the compression ratio of mp3's.

Thank you :)

Posted: Fri 08 Feb 2013, 13:52
by MinHundHettePerro
BarryK wrote:
linuxcbon wrote:Precise Puppy 5.4.3
- run pupx
set mouse acceleration to 1.0
set mouse threshold to 1
click ok
run pupx again, nothing has changed.
error message :

Code: Select all

dc: syntax error at '1.0'
xset:  unknown option /10
Works for me. Acceleration does change, and no error messages.
LC_NUMERIC, decimal comma versus decimal point?
/MHHP

pupx

Posted: Fri 08 Feb 2013, 21:18
by npierce
MinHundHettePerro wrote:LC_NUMERIC, decimal comma versus decimal point?
/MHHP
Nice catch, MHHP. That's it!

Attached is a modified version of pupx (based on the current pupx-0.3.pet in the noarch repository) that should work.

I also made some changes to allow commas as decimal points in the keyboard delay value, and the screen-saver delay and cycle values. Note that only integers are accepted by xset, so there is no point in using a decimal point for those values, but just in case a user tries to use one, pupx rounds the value down so that xset will be passed an acceptable value and not fail. I haven't changed that -- I just changed it to allow commas to be used in addition to periods, which were already supported.

For the combo box lists for the mouse acceleration & threshold values, pupx now uses the decimal point character of the current locale. But for the other values, pupx now accepts either a period or a comma, no matter what the current locale is. That way if a user has become used to the fact that pupx always wanted a period for a decimal point, the period won't suddenly stop working. And a look at the couple of hundred locals supported by Puppy, I found no locale that used anything other than a period or a comma for a non-monetary decimal point, so there should be no surprises there.

Posted: Sat 09 Feb 2013, 11:34
by BarryK
MinHundHettePerro wrote:
BarryK wrote:
linuxcbon wrote:Precise Puppy 5.4.3
- run pupx
set mouse acceleration to 1.0
set mouse threshold to 1
click ok
run pupx again, nothing has changed.
error message :

Code: Select all

dc: syntax error at '1.0'
xset:  unknown option /10
Works for me. Acceleration does change, and no error messages.
LC_NUMERIC, decimal comma versus decimal point?
/MHHP
I fixed it, also gettexted the script, created a new PET, see my blog post:
http://bkhome.org/blog2/?viewDetailed=00109

...that was before I noticed npierce's reply!

Posted: Sat 09 Feb 2013, 14:06
by 666philb
can the chat icon on the desktop be a link to chatzilla instead of ayttm.

i help out on puppychat, and trying to direct people to relevant information on the forum is infuriating if they are using ayttm, as ayttm still crashes on links and right clicking.

cheers

Posted: Sat 09 Feb 2013, 14:23
by rerwin
Barry,
Thanks for taking the frisbee infrastructure packages and pdiag.
Barry, in his blog, wrote:Pdiag was developed while integrating Frisbee into Puppy, but I don't know if there is one "home" page that describes Pdiag.
Its --help option explains it.
  • # pdiag --help

    Usage: pdiag [option]

    --help This small usage guide
    --wpa Include WPA encryption data if user allows

    Default action is to collect configuration, status and log files into a
    compressed archive (tarball) named such as pdiag-20130209.tar.gz
    in your root or home directory.
    That file can be submitted to Puppy developers for analysis and possible problem
    resolution.

    Additional diagnostic data can be collected by a script segment (no #!/bin/sh)
    named beginning with "pdiag-" in /usr/lib/pdiag/, using $DIAGSUBDIR as the
    output directory.
    To facilitate debugging and troubleshooting, anything logged to /tmp/debug.log
    will be included in the tarball.
    #
A note about the updated network_tray packages, which are identical: The "2.6" package is intended as a default replacement for 2.5 if it is to be made the official puppy version. If it is to be left as a developer's alternative to the official version, then the "2.5-frisbee" package name seems more appropriate.
Richard

wcpufreq-1.0 released

Posted: Sun 10 Feb 2013, 18:34
by tazoc
linuxcbon wrote:Precise Puppy 5.4.3

# wcpufreq
/usr/sbin/wcpufreq: line 156: cd: /lib/modules/3.2.29/kernel/arch/*/kernel/cpu/cpufreq: No such file or directory
ERROR: modinfo: could not find module Choices
ERROR: modinfo: could not find module File-Sharing
ERROR: modinfo: could not find module Startup
Hi linuxcbcon,
Thank you for your feedback. I've updated wcpufreq-1.0.pet for recent kernels:
http://www.murga-linux.com/puppy/viewto ... 303#461303

Changelog
wcpufreq-1.0 130210
Precise bugfix: Expand driver search to new kernel module locations.
More info on the first panel. Support Woof in pinstall.sh.

-TaZoC

test : version with a file zdrv.sfs

Posted: Sun 10 Feb 2013, 21:00
by ASRI éducation
Double post, sorry.