Page 6 of 9

Posted: Sat 12 Mar 2011, 10:50
by CatDude
Hello Barry

Thanks for your quick reply.

I did as you suggested,
and copied: /etc/modules/DOTconfig-K2.6.31.14-UNIPROC-IDE-25JAN2011
to /usr/src/linux-2.6.31.14/.config
Then exited to prompt and did:

Code: Select all

cd /usr/src/linux-2.6.31.14
make clean
make prepare
then i did:

Code: Select all

cd /
sh NVIDIA-Linux-x86-173.14.28-pkg1.run


Unfortunately the result (and messages) was exactly the same as described in my previous post. :(

Do you have any other suggestions i could try. :?:

If required, i could start with a fresh frugal install and re-run the steps above,
then attach any log files you think may help sort out the problem.

Just let me know what log files you may need.

Thanks again
CatDude
.

Re: Seamonkey 2.0.12 doesn't work

Posted: Sat 12 Mar 2011, 11:24
by FeodorF
FeodorF wrote:Has anybody got Seamonkey 2.0.12 running on Wary 5xx (k-2.6.xx.xx) ?

Firefox 3.6.14 is also a no go with Wary 5xx

In Quirky 130 SM&FF just working fine.


Regards, FeodorF

update about SM and FF

Puppy Wary 5.1.1 K-2.6.31.14 and Puppy Wary 5.1.1 K-2.6.32.28 are missing the following files:

for Firefox-3.6.15 it is:
/usr/lib/libdbus-1.so.3.4.0 and its link /usr/lib/libdbus-1.so.3

for Seamonkey-2.0.14 it is:
/usr/lib/libdbus-glib-1.so.2.1.0 and its link /usr/lib/libdbus-glib-1.so.2

Those files can be found f.e. on your Quirky-120.iso CD/DVD.

Note:
If you start Firefox-3.6.15 you will be asked to update the Adobe Flash Player to version 10.2.152.27 - if you do so you will get a little surprise. Trio’s Youtopup wont work. The Flash Player is to be blamed - the video stream is put to /tmp in a different way now! Dam. !!

Regards,
FeodorF

wary sound issue

Posted: Sat 12 Mar 2011, 17:40
by cowboy
I think I'm experiencing the same sound issue reported by "zekebaby" earlier in this thread. Intel soundcard, after creation of new savefile, sound and sound tray icon are fine for about 5-10 boots. Then, the tray icon disappears and I have no sound. Tried running alsawizard to no avail.

I can still see "retrovol" in the multimedia menu, but when I click on it, nothing happens. Also tried what seemed to work for zekebaby, deleting /dev/snd, and rebooting, but did not seem to work.

Don't seem to have this particular sound issue with either 4.3.1, or with LuPu 5.1.1 or LuPu 5.2.

Posted: Sat 12 Mar 2011, 18:30
by ravensrest
If I have a window open in Wary 51, and then move it too close to the edge of the screen, it pops over to the other side. Is there a way to prevent this? Puppy 431 doesn't do this, and I much prefer it that way.
BS

Posted: Sat 12 Mar 2011, 19:07
by Dean
ravensrest wrote:If I have a window open in Wary 51, and then move it too close to the edge of the screen, it pops over to the other side. Is there a way to prevent this? Puppy 431 doesn't do this, and I much prefer it that way.
BS
I stop this by downgrading to jwm 492

Posted: Sat 12 Mar 2011, 21:00
by ravensrest
Hmm, just a few dozen questions here.

1) if one version of jwm does it and another doesn't, wouldn't this likely be a configurable feature?
2) how might one configure it?
3) how do I know what version I am currently running?
4) where does one find the appropriate software to install if 492 is to be run instead?
5) how does one install same?

There are various pets available in the repositories for jwm, but they seem to be labeled 1.0, 2.0, etc. There are also separate pets for jwmconfig. What all it needed and how does one install?

I have read the online material on configuring jwm, but see nothing obvious in it that relates to this particular problem. I edit my .jwmrc file quite a bit on occasion, but I've never seen anything in it that would prevent the flip-flop of the window.

It seems wrong to install the latest distro and then deliberately retrograde it. Is there not another fix?

Thanks,
BS

Re: wary sound issue

Posted: Sun 13 Mar 2011, 16:00
by zekebaby
cowboy wrote:I think I'm experiencing the same sound issue reported by "zekebaby" [snip] Also tried what seemed to work for zekebaby, deleting /dev/snd, and rebooting, but did not seem to work.
Try deleting the entire /dev directory structure before rebooting - that's what I do. Maybe there are some other sound card related devices installed by the driver needed by your particular card.

Posted: Mon 14 Mar 2011, 09:42
by Colonel Panic
I had a vexing but hopefully temporary problem with Wary last week, on my own machine; once, when I had about three or four apps open at the same time, my cursor disappeared and wouldn't work even though I could sometimes see where it was by its effect on the buttons of the apps I had open. A reboot cured this for the time being, but it'd be nice to solve it once and for all.

Best,

CP .

Bug in pfix=ram allocation of memory

Posted: Fri 18 Mar 2011, 04:15
by gcmartin
I have found an issue that needs the developers to review and explain with PUPs system setup on a RAM.
Seems that several of us are running 4GB RAM and PUPs are NOT using or reporting incorrectly.;

See this.

Hope this helps

Posted: Sat 19 Mar 2011, 04:12
by scsijon
barry, has said previously :oops: (i got caught once before with firefox and the last wary) that dbus and dbus-glib aren't there by default. Pet's are available and can be found if you want them, at:

http://distro.ibiblio.org/pub/linux/dis ... ges-wary5/

regards
scsijon

Re: Bug in pfix=ram allocation of memory

Posted: Sat 19 Mar 2011, 05:05
by James C
gcmartin wrote:I have found an issue that needs the developers to review and explain with PUPs system setup on a RAM.
Seems that several of us are running 4GB RAM and PUPs are NOT using or reporting incorrectly.;
All 32 bit Linux kernels (without PAE enabled) are limited to using about 3.2 to 3.4 Gb of ram ........minus reserved ram for onboard graphics, etc. It's a kernel limitation that applies to all distros...not just Puppy.
As an example, I just booted Ubuntu 10.10 in a box with 4 Gb ram.... it only showed 2.7 Gb ram .....the 3.2 minus 512 Mb for the graphics equals the 2.7 Gb that shows.
The solution is a PAE enabled kernel or run a 64 bit version.

See here
http://www.linuxquestions.org/questions ... ost3458590

HTH.

USB failure on Full Install

Posted: Mon 21 Mar 2011, 15:51
by seccolor
I make a reference to post from Country Bumkin on March 1st "uSB Mouse failure on full install".

My ZTE MF627 3G usb modem is not recognized when I boot from a Wary 5.1.1 full install, but works perfectly if I boot from the liveCD.

When I run 'lsusb':
- in liveCD mode, I get the list of my two USB ports;
- in full install mode, the result is nil as there is no output at all and I'm back to the command line prompt.

It is well beyond my knowledge to understand what is happening, but I volunteer to perform any test you might suggest to troubleshoot this issue.

Regards,
seccolor

Posted: Tue 22 Mar 2011, 14:47
by Indy452
Does anyone know why 5.1 won't recognize that a hard drive is installed?

Use an IBM A20P everything works out of the box great other than the fact that either 5.1 Wary or Lucid 5.2 see my hard drive....Gparted sees nothing when running live. Bug? Or is there a fix?

Thx...

Posted: Tue 22 Mar 2011, 14:48
by Indy452
whoops double post for some reason...sorry.

Pupsavefile corruption

Posted: Tue 22 Mar 2011, 18:20
by navegante
wary-511-k2.6.32.28.iso Old Toshiba laptop, no hdd, 256mb ram, pendrive 4gb. Pupsavefile corruption trouble on usb install, (sound icon dissapaired, Alsamixer gives input/output error). Corruption after a crash, a (barbarian) poweroff, fsck or no cause at all. I tried with both kind of upsavefiles, with the native usb installer, with the usb install of the generic installer, with unetbootin, tried to backup pupsavefile..... No solution for the corruption issue of the pupsavefile. I worked nearly a week on it (I had to achieve this).
Solved it with frugal install on ext3 partition and saving to filessystem, no pupsavefile. Installed Pupsaveconfig pet and configured it to save only manual, not even saving session by shutdown. 1gb of swap partition on the same pendrive for viewing online videos. It works fine, very fast and seems stable. Even after crashes, fsck or button-poweroff it works fine with no corruption.
Viewing Powerpoint slides only possible online, Libreoffice too heavy for this h.w., no working browser plugin, no decent working viewer for puppi, Wine + Powerpointviewer is too heavy for this h.w.

Only Puppi saved this h.w. from scrap, tried other Linux distros, Debian, Ubuntu, Fedora, DSL, old and new, mimimal, maximal, .....didn´t work or were too slow. Best Puppi: Wary
Thank you.

Re: Pupsavefile corruption

Posted: Wed 23 Mar 2011, 03:32
by zekebaby
navegante wrote:wary-511-k2.6.32.28.iso Old Toshiba laptop, no hdd, 256mb ram, pendrive 4gb. Pupsavefile corruption trouble on usb install, (sound icon dissapaired, Alsamixer gives input/output error
Same sound problems I used to have. Try removing the entire /dev directory and rebooting - sound should come back.

Posted: Sat 26 Mar 2011, 16:19
by wuwei
Hope this is the right place to put it:

I found a strange behaviour in Wary 511:

When using gdmap it crashes when I click on the "Open" icon top left.

Terminal has this to say:
# gdmap

(gdmap:18726): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
Segmentation fault
#
Same happens when using treesize (after installing the pet).

Does anybody have an idea?


Frugal install, warysave file, on ext3 partition with grub.

Re: Pupsavefile corruption

Posted: Sat 26 Mar 2011, 18:31
by cowboy
zekebaby wrote:
navegante wrote:wary-511-k2.6.32.28.iso Old Toshiba laptop, no hdd, 256mb ram, pendrive 4gb. Pupsavefile corruption trouble on usb install, (sound icon dissapaired, Alsamixer gives input/output error
Same sound problems I used to have. Try removing the entire /dev directory and rebooting - sound should come back.
zekebaby - thank you for your help on this. Do you mean that one should delete the /dev folder and its contents, or leave the folder and delete the contents? Didn't know if it would matter.

I hope your fix is incorporated into woof, and that is helps. It occurs in the recent spups as well. It is really, really, disappointing, and makes the releases difficult to use - about the time one gets everything set up comfortably, the sound disappears.

wary 511 and lilo

Posted: Sat 26 Mar 2011, 19:37
by sindi
Puppy 4.31 retro 2.6.21.7 and 4.12 (pulp 0.1)
boot on everything with loadlin or lilo. As does
a non-retro Puppy 4.31.

Tinycore boots on everything with lilo but not with loadlin.

Wary 5.11 (with scsi and modem support, about 130MB) boots with lilo
on one 700MHz Toshiba laptop, but not on three desktops,
where "wary_511.sfs not found" whether or not I steer it
to the directory with append= in lilo.conf.
(Loadlin just reboots the computer).

I have vmlinuz and initrd.gz in a FAT32 /dev/hda1
and the .sfs file in /dev/hda6 ext2. Puppy 4 similarly.

It works from live CD on at least one of the desktops.

I used lilo from hd and fd. Anything else to try?

Lupu won't even boot from CD half the time. My desktops
are circa 2001-2002, the laptop around 1999.

Re: Pupsavefile corruption

Posted: Sat 26 Mar 2011, 23:03
by zekebaby
cowboy wrote:
zekebaby wrote:
navegante wrote:wary-511-k2.6.32.28.iso Old Toshiba laptop, no hdd, 256mb ram, pendrive 4gb. Pupsavefile corruption trouble on usb install, (sound icon dissapaired, Alsamixer gives input/output error
Same sound problems I used to have. Try removing the entire /dev directory and rebooting - sound should come back.
zekebaby - thank you for your help on this. Do you mean that one should delete the /dev folder and its contents, or leave the folder and delete the contents? Didn't know if it would matter.
Sorry for not being specific . . . either method works. I just nuke /dev (folder and contents), but removing the contents and leaving an empty /dev would also work. Did it work for you?