Wary Puppy 5.1.1 Final

Please post any bugs you have found
Message
Author
User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

Wary Puppy 5.1.1 Final

#101 Post by Billtoo »

lpairs-1.0.4-i686.pet is a memory game similar to concentration where you find matching pictures.

rodin.s
Posts: 344
Joined: Wed 22 Sep 2010, 19:50
Location: Ukraine

mtpaint-snapshot

#102 Post by rodin.s »

One small thing: mtpaint-snapshot sometimes takes picture of the message. Maybe the gab should be bigger between message and snapshot. I put timeout 9 and sleep 13. (/usr/bin/mtpaintsnapshot.sh)

User avatar
CatDude
Posts: 1563
Joined: Wed 03 Jan 2007, 17:49
Location: UK

Can't compile NVIDIA drivers

#103 Post by CatDude »

Hi

I am trying to compile NVIDIA drivers without much success.

I am using: wary-511-k2.6.31.14-uniproc-ide.iso
with these files loaded:
  • wary_devx_511.sfs
    kernel_src-2.6.31.14-patched.sfs
Is this the correct kernel sources for this particular wary,
or is there another file buried away somewhere. :?:


I have tried the suggestion that Barry once offered,
that is, to exit to the prompt and issue the following commands:

Code: Select all

cd /usr/src/linux-2.6.31.14
make prepare
then doing the usual:

Code: Select all

cd /
sh NVIDIA-Linux-x86-173.14.28-pkg1.run
I have also tried doing it without the:

Code: Select all

cd /usr/src/linux-2.6.31.14
make prepare
Everything appears to go well,
building the modules goes all the way to 100%
then it gives the following messages:

Code: Select all

ERROR: Unable to load the kernel module 'nvidia.ko'.  This happens most
       frequently when this kernel module was built against the wrong or
       improperly configured kernel sources, with a version of gcc that differs
       from the one used to build the target kernel, or if a driver such as
       rivafb, nvidiafb, or nouveau is present and prevents the NVIDIA kernel
       module from obtaining ownership of the NVIDIA graphics device(s).
       
       Please see the log entries 'Kernel module load error' and 'Kernel
       messages' at the end of the file '/var/log/nvidia-installer.log' for
       more information.

followed by this:

Code: Select all

ERROR: Installation has failed.  Please see the file
       '/var/log/nvidia-installer.log' for details.  You may find suggestions
       on fixing installation problems in the README available on the Linux
       driver download page at www.nvidia.com.

Does anybody have any ideas :?:

CatDude
.
[img]http://www.smokey01.com/CatDude/.temp/sigs/acer-futile.gif[/img]

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

Re: Can't compile NVIDIA drivers

#104 Post by BarryK »

CatDude wrote:Hi

I am trying to compile NVIDIA drivers without much success.

I am using: wary-511-k2.6.31.14-uniproc-ide.iso
with these files loaded:
  • wary_devx_511.sfs
    kernel_src-2.6.31.14-patched.sfs
Is this the correct kernel sources for this particular wary,
or is there another file buried away somewhere. :?:


I have tried the suggestion that Barry once offered,
that is, to exit to the prompt and issue the following commands:

Code: Select all

cd /usr/src/linux-2.6.31.14
make prepare
then doing the usual:

Code: Select all

cd /
sh NVIDIA-Linux-x86-173.14.28-pkg1.run
I have also tried doing it without the:

Code: Select all

cd /usr/src/linux-2.6.31.14
make prepare
Everything appears to go well,
building the modules goes all the way to 100%
then it gives the following messages:

Code: Select all

ERROR: Unable to load the kernel module 'nvidia.ko'.  This happens most
       frequently when this kernel module was built against the wrong or
       improperly configured kernel sources, with a version of gcc that differs
       from the one used to build the target kernel, or if a driver such as
       rivafb, nvidiafb, or nouveau is present and prevents the NVIDIA kernel
       module from obtaining ownership of the NVIDIA graphics device(s).
       
       Please see the log entries 'Kernel module load error' and 'Kernel
       messages' at the end of the file '/var/log/nvidia-installer.log' for
       more information.

followed by this:

Code: Select all

ERROR: Installation has failed.  Please see the file
       '/var/log/nvidia-installer.log' for details.  You may find suggestions
       on fixing installation problems in the README available on the Linux
       driver download page at www.nvidia.com.

Does anybody have any ideas :?:

CatDude
.
CatDude,
The problem is that the sfs file is for the smp compile of the 2.6.31.14 kernel, not the uniproc-ide.

So, 'make prepare' was run with the wrong .config file.

You will need to get the correct .config file -- it should be at /etc/modules -- copy that to /usr/src/linux-2.6.31.14 and rename it to .config.

Then:

# cd /usr/src/linux-2.6.31.14
# make clean
# make prepare
[url]https://bkhome.org/news/[/url]

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

Insert key kills Seamonkey

#105 Post by shinobar »

Hi, Barry.
Are you going to recompile the gtk+?
http://www.murga-linux.com/puppy/viewtopic.php?t=65675
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
CatDude
Posts: 1563
Joined: Wed 03 Jan 2007, 17:49
Location: UK

#106 Post 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
.
[img]http://www.smokey01.com/CatDude/.temp/sigs/acer-futile.gif[/img]

User avatar
FeodorF
Posts: 293
Joined: Wed 07 Jul 2010, 09:44
Location: Heidelberg, Germany

Re: Seamonkey 2.0.12 doesn't work

#107 Post 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

User avatar
cowboy
Posts: 250
Joined: Thu 03 Feb 2011, 22:04
Location: North America; the Western Hemisphere; Yonder

wary sound issue

#108 Post 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.
[i]"you fix what you can fix and you let the rest go.."[/i] - Cormac McCarthy - No Country For Old Men.

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

#109 Post 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

User avatar
Dean
Posts: 46
Joined: Thu 03 Dec 2009, 13:15
Location: UK

#110 Post 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
------------
[b]HP 510 Notebook[/b] CPU 1.4 GHz Pentium M / RAM 2GB / 15.4" WXGA BrightView 1280 x 800 / 40GB HD / OS Manjaro 0.8.8

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

#111 Post 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

User avatar
zekebaby
Posts: 50
Joined: Thu 18 Nov 2010, 03:47

Re: wary sound issue

#112 Post 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.

User avatar
Colonel Panic
Posts: 2171
Joined: Sat 16 Sep 2006, 11:09

#113 Post 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 .
Gigabyte M68MT-52P motherboard, AMD Athlon II X4 630, 5.8 GB of DDR3 RAM and a 250 GB Hitachi hard drive running Ubuntu 16.04.6, MX-19.2, Peppermint 10, PCLinuxOS 20.02, LXLE 18.04.3, Pardus 19.2, exGENT 200119, Bionic Pup 8.0 and Xenial CE 7.5 XL.

gcmartin

Bug in pfix=ram allocation of memory

#114 Post 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

scsijon
Posts: 1596
Joined: Thu 24 May 2007, 03:59
Location: the australian mallee
Contact:

#115 Post 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

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

Re: Bug in pfix=ram allocation of memory

#116 Post 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.

seccolor
Posts: 1
Joined: Mon 21 Mar 2011, 15:33

USB failure on Full Install

#117 Post 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

User avatar
Indy452
Posts: 37
Joined: Tue 22 Feb 2011, 01:58

#118 Post 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...

User avatar
Indy452
Posts: 37
Joined: Tue 22 Feb 2011, 01:58

#119 Post by Indy452 »

whoops double post for some reason...sorry.

navegante
Posts: 65
Joined: Wed 17 Mar 2010, 01:46
Location: Montevideo

Pupsavefile corruption

#120 Post 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.

Post Reply