Page 58 of 111

Posted: Mon 17 Oct 2011, 05:29
by pemasu
# find /lib -name keucr
/lib/modules/2.6.39/kernel/drivers/staging/keucr

# lsmod | grep keucr
keucr 56316 0

It is present and actively in use in my laptop.

keucr

Posted: Mon 17 Oct 2011, 16:33
by MoebusNet
pemasu wrote:# find /lib -name keucr
/lib/modules/2.6.39/kernel/drivers/staging/keucr

# lsmod | grep keucr
keucr 56316 0

It is present and actively in use in my laptop.
This is exactly what I get in 5.X.8, but my SD cards are not detected by my built-in ENE card reader.

Code: Select all

sh-4.1# find /lib -name keucr 
/lib/modules/2.6.37.6/kernel/drivers/staging/keucr
sh-4.1# lsmod | grep keucr 
keucr                  69763  0 
usbcore                87915  7 keucr,uvcvideo,usb_storage,usbhid,uhci_hcd,ehci_hcd
is what I get from 3HDv2t2 5.29; my SD cards are detected, show on desktop and are usable.

Posted: Mon 17 Oct 2011, 16:38
by pemasu
Moebusnet. There seems to be something about keucr module. I use now Iguleders kernel. Keucr module is included in it and it works in my acer laptop. But it seems that support for all previous supported ENE readers does not work.
There isnt much I can do about it.

Posted: Mon 17 Oct 2011, 16:40
by MoebusNet
Double post - sorry 'bout that!

pemasu, thanks for looking into it. I appreciate the help.

psnapshot needs an icon

Posted: Tue 18 Oct 2011, 00:03
by don570
psnapshot needs an icon
/usr/share/pixmaps/gtkam.png

Other Puppies have it.
You can make a link from
/usr/share/images/gtkam/gtkam-camera.png

_____________________________________

Posted: Tue 18 Oct 2011, 07:10
by pemasu
Don570. Missing icon will be fixed. I have noticed that it is missing, but I didnt use energy to solve it. Thanks of direct information.

Posted: Tue 18 Oct 2011, 10:57
by stu90
Hi Pemasu,
Here is .sfs for xplanet for testing.
http://xplanet.sourceforge.net/

.sfs: http://dl.dropbox.com/u/3009188/xplanet ... _5.X.8.sfs
you will need to disable rox pinboard when you using xplanet as a dynamic wallpaper.

Disable rox pinboard:
rox --pinboard=

Re-enable rox pinboard:
rox --pinboard=/root/Choices/ROX-Filer/PuppyPin


xplanet is command line drive - here is an example of use.

xplanet -radius 90 -num_times 1 -latitude 51 -longitude 1 -projection rectangular -quality 100 -geometry 1400x900

Image

Posted: Tue 18 Oct 2011, 13:24
by pemasu
Thanks stu90. Works nicely.

Posted: Tue 18 Oct 2011, 22:13
by edoc
I am being told that E-mails are arriving with the wrong time-stamp and they are all arriving here that way as well.

The desktop clock is OK.

Where might Seamonkey be getting a time-stamp that is 12 hours off, please?

new version of quick launch

Posted: Tue 18 Oct 2011, 22:55
by don570
I've rewritten quick launch for exprimo
so it launches apps as well. It will work
on a 800x600 screen.

I am working on a more advanced version that
will run on all puppy versions.

I noticed as well that exprimo doesn't have gadmin-rsync as a backup program??


_______________________________________________

Posted: Wed 19 Oct 2011, 00:16
by Tman

Re: Dpup Exprimo 5.X.8

Posted: Wed 19 Oct 2011, 04:42
by soundNICK
Pemasu - whoa... I burned the exprimo CD three or four days ago, and just today
noticed... this is SQUEEZE again... I was using iguSqueeze for a long time... debian
is what I like... it just never occurred to me Exprimo was squeeze... thats so nice !

I have to say - this isnt squeeze like it used to be... exprimoSqueeze takes a lot of getting used to, but, every time I go looking for something, you have a great app
there, often a new app... PuppyControlCenter is new to me, and I really like the
way it is arranged..

One issue I have... this may be broken... probably I just dont know how to do it...
the drives bar.. I cant make it go down once it is showing... EEEEkkk :) Had to
reboot completely to get it to /not/ be showing.

ALL the apps and pets I had with iguSqueeze work with no problem on Exprimo...
the fact it is debian means there is good dependency checking... and... I just found
an Exprimo app which individually checks installed apps for dependencies... very nice.

Well, I wont bore you trying to explain all the stuff you already know_ just wanted to
congratulate you on this excellent debian based distro !!

soundNICK

Re: new version of quick launch

Posted: Wed 19 Oct 2011, 06:19
by soundNICK
don570 wrote:I've rewritten quick launch for exprimo
so it launches apps as well. It will work
on a 800x600 screen. /snip/
_______________________________________________
Don570 - just tried this... it may be the installed version must be removed
first for this to work ? ...the pet file would not install on Exprimo for me ?

Posted: Thu 20 Oct 2011, 17:55
by Béèm
edoc wrote:I am being told that E-mails are arriving with the wrong time-stamp and they are all arriving here that way as well.

The desktop clock is OK.

Where might Seamonkey be getting a time-stamp that is 12 hours off, please?
Did you set correctly set your time zone?

download/install 5.X.8

Posted: Thu 20 Oct 2011, 18:05
by Béèm
Downloaded/installed 5.X.8
activated my application environment.
They work ok.

lost sdbX devices on suspend. In 5.X.8

Posted: Thu 20 Oct 2011, 18:09
by Béèm
I closed my laptop and it went in suspend mode as it should.
When opening again, I got the desktop, but all my USB devices sdbX had become sdcX.

Kinda annoying as some scripts depend on sdbX.

I had this before in earlier releases, but didn't report it yet.

Posted: Thu 20 Oct 2011, 18:24
by pemasu
Beem. Nice to hear of you for long time :)
I checked the sleep.sh (Jemimah) and suspend.sh (Shinobar) scripts for suspend in ram.
Shinobars script has check if usb drives are mounted and the script is not performed until you unmount them.

I am not sure if just unmounting them would be better idea with suspend script.

Anyway....right now I just implemented the Shinobars work to the /etc/acpi/sleep.sh script. Somenone could continue and implement unmount for them if wanted.

Install the pet and test. After that suspend should not work until you unmount usb drives.

Lid.sh just calls sleep.sh so suspend by closing the lid should not suspend until you unmount usb drives.

Posted: Thu 20 Oct 2011, 18:28
by edoc
Béèm wrote:
edoc wrote:I am being told that E-mails are arriving with the wrong time-stamp and they are all arriving here that way as well.

The desktop clock is OK.

Where might Seamonkey be getting a time-stamp that is 12 hours off, please?
Did you set correctly set your time zone?
Arghhh! That was it.

Why is setting the Time Zone not included in the PupSetClock menu?

There is no intuitive/obvious way to know that the Time Zone is wrong when the desktop clock is showing the correct time.

Posted: Thu 20 Oct 2011, 18:36
by pemasu
Edoc. I am sure Radky reads this thread so I suppose your feature request will be noticed.
Meanwhile, use Personalize settings for time zone adjusting.

Posted: Thu 20 Oct 2011, 19:21
by edoc
It is fixed because the helpful and informed folks here on the Forum flagged this for me!

:-)

I greatly appreciate that but wonder about all of those who don't follow this thread ... so the feature enhancement sounds like a user-friendly one.

Thanks!