Upup Precise 3.7.2 with kernel 3.7.2, no pae

For talk and support relating specifically to Puppy derivatives
Message
Author
User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#101 Post by James C »

Just purely for informational purposes....... Tried to install Precise 3.7.2 on another one of my boxes and it's a total no go.Personally not worried about it but decided to let you know.
Boots to a desktop fine with an internet connection but rather quickly freezes and the display distorts leading to a hard poweroff. Tried booting pfix=nox and using "vesa"..... X wouldn't start. "Nouveau" gets a desktop but freezes with the distorted display.
Pretty sure it's not a hardware problem.....box runs Mageia, SolusOS. Lucid,Slacko, Macpup and Windows 7.

Code: Select all

VGA compatible controller		: nVidia Corporation C61 [GeForce 7025 / nForce 630a] (rev a2) (prog-if 00 [VGA controller])

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

#102 Post by James C »

Informational update........now have Precise 3.7.2 working on the machine in the above post. Rebuilt iso with my build of k-3.2.37 and there appears to be no problem with this config.

# report-video
VIDEO REPORT: Upup Precise, version 3.7.2

Chip description:
oem: NVIDIA
product: MCP61 - mcp61-86 Chip Rev

Requested by /etc/X11/xorg.conf:
Resolution (widthxheight, in pixels): 1024x768x16
Depth (bits, or planes): 24
Modules requested to be loaded: dbe

Probing Xorg startup log file (/var/log/Xorg.0.log):
Loaded modules: dbe dri dri2 exa extmod fb glx kbd mouse record shadowfb

Actual rendering on monitor:
Resolution: 1440x900 pixels (380x238 millimeters)
Depth: 24 planes

...the above also recorded in /tmp/report-video

Code: Select all

# uname -a
Linux puppypc17210 3.2.37_12.12 #1 SMP Thu Jan 31 01:25:17 CST 2013 i686 athlon i386 GNU/Linux

# glxgears
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 55
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 56
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 59
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 58
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
Running synchronized to the vertical refresh. The framerate should be
approximately the same as the monitor refresh rate.
4411 frames in 5.0 seconds = 882.083 FPS
4460 frames in 5.0 seconds = 891.871 FPS
4637 frames in 5.0 seconds = 927.249 FPS
4624 frames in 5.0 seconds = 924.748 FPS
4677 frames in 5.0 seconds = 935.341 FPS

futwerk
Posts: 397
Joined: Sat 07 May 2011, 22:04

#103 Post by futwerk »

a few new backgrounds.
Attachments
upupfv19,1.jpg
http://www.mediafire.com/?7v1msw26s6chb
(18.79 KiB) Downloaded 998 times
upupfv18,1z.jpg
http://www.mediafire.com/?7v1msw26s6chb
(11.98 KiB) Downloaded 994 times
upupfv5,1.jpg
http://www.mediafire.com/?7v1msw26s6chb
(10.32 KiB) Downloaded 991 times
upupap20,21.jpg
http://www.mediafire.com/?7v1msw26s6chb
(17.25 KiB) Downloaded 987 times
upupap20,2.jpg
http://www.mediafire.com/?7v1msw26s6chb
(13.23 KiB) Downloaded 992 times

User avatar
charlie6
Posts: 1230
Joined: Mon 30 Jun 2008, 04:03
Location: Saint-Gérard / Walloon part of Belgium

efax-gtk_3.2.11 compiled for Upup-Precise 3.7.2

#104 Post by charlie6 »

Hi,
here is efax-gtk_3.2.11 compiled for Upup-Precise 3.7.2
it has all locales
http://www.datafilehost.com/download-280e9854.html
enjoy
Charlie

jabu2
Posts: 46
Joined: Tue 08 Apr 2008, 03:19
Location: Australia

#105 Post by jabu2 »

Following this Upup thread?

Pemasu promised to update Upup (Sat Feb 09, 2013 6:57 pm) and he has done so. Go to new thread for Upup Precise 3.8.2


http://www.murga-linux.com/puppy/viewto ... 4&start=15


And thanks pemasu - really good, works well.

jabu2 (chrome - older laptop -synced windows/mobile user)

Puppyt
Posts: 907
Joined: Fri 09 May 2008, 23:37
Location: Moorooka, Queensland
Contact:

#106 Post by Puppyt »

Hey pemasu!
I am writing from a recycled military laptop - an Australian Opentec “OpenFire Series II
Search engines for Puppy
[url]http://puppylinux.us/psearch.html[/url]; [url=https://cse.google.com/cse?cx=015995643981050743583%3Aabvzbibgzxo&q=#gsc.tab=0]Google Custom Search[/url]; [url]http://wellminded.net63.net/[/url] others TBA...

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#107 Post by pemasu »

Puppyt. At first shutdown swap file will be created if you have 256 Mb Ram or less. You could pump that bigger by editing /etc/rc.d/rc.shutdown script.

#w481 if low-ram, save-file is on a fast media, and no swap file/partition, then create one...
#note, rc.sysinit in puppy 3.01 had code to create a pupswap.swp, not in 4.x series.
swapfile_func() {
localSMNTPT="$1"
localSAVEPART="$2"
if [ ! -f ${localSMNTPT}/pupswap.swp ];then
if [ "$ATADRIVES" ];then #see /etc/rc.d/PUPSTATE 100912
TOTALRAM=`free | grep -o 'Mem: .*' | tr -s ' ' | cut -f 2 -d ' '` #110405
if [ $TOTALRAM -lt 262145 ];then #was 128000, bump up <=256MB.


Or......you could try jpeps created swapfilemanager instead of several console commands. You need to have savefile created ie /mnt/home location existing before swapfilemanager works.

http://www.murga-linux.com/puppy/viewtopic.php?t=58615

Puppyt
Posts: 907
Joined: Fri 09 May 2008, 23:37
Location: Moorooka, Queensland
Contact:

#108 Post by Puppyt »

Thanks pemasu! Actually I did explore using jpeps' beaut little application, and I managed to create a swapfile with it - about 512MB, which I guess might be less-than-optimal? Too big? Anyway, Upup precise 372 seemed to load it fine, I set swappiness to about 60, and closed down. Bit alarmed at the screens and screens of inode errors that were generated, but after the automatic fschk in syslinux.cfg, Upup was up and running without problem. However, I've never seen like it - was if the swapfile manager had been spat out without a trace - not listed as a user-installed application, and only the swapfile remained. I looked for it beforehand and didn't find a pre-existing swapfile, but perhaps I was mistaken.

Thank you very much indeed for posting the script for creating a swapfile - I will use that, but is there something like Conky I might use to see how effective a certain-sized swapfile etc might be, under normal operation?
Thanks again,
Puppyt
Search engines for Puppy
[url]http://puppylinux.us/psearch.html[/url]; [url=https://cse.google.com/cse?cx=015995643981050743583%3Aabvzbibgzxo&q=#gsc.tab=0]Google Custom Search[/url]; [url]http://wellminded.net63.net/[/url] others TBA...

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#109 Post by pemasu »

Puppyt. I just showed you the part of the rc.shutdown script. You need to edit rc.shutdown script, dont use that copy - pasted part of that script. I was just the example what part of rc.shutodwn script you should try to edit.

About effectiveness of swap file. I dont have any experience of it or usage of it. I use mostly hdd frugal installations with dedicated swap partition...which is usually not in usage. I have 4 Gb Ram in my main app. Anyway....I still obediently create swap partition to every machine which I use.

User avatar
AndyOpie150
Posts: 45
Joined: Thu 11 Apr 2013, 17:23
Location: Florida, U.S.A.

#110 Post by AndyOpie150 »

Just downloaded and installed Upup Precise 3.7.2 to a CD-RW, then to flash drive.
I don't impress easy and I'm sort of understated.

I'm impressed.

All the subtle extra attention to detail really shines thru. Can't wait to put the petal to the metal and see what it can do.

Wow! I think I have found a keeper for my flash drive.
Might even work out great for Android Kernel and app development (I might need a bigger Flash drive for ROM development though).

I'm now forced to read every post in this thread to get a jump on some of it's capabilities.
My old 2003 machine thanks you as well.

EDIT: I'm not sure which ndiswrapper you used with this kernel, but there is a new ndiswrapper_1.58-Ubuntu which would work great with this kernel. Have used it on Debian distro with compatible kernel even though it is a ndiwrapper-Ubuntu, worked fine (better than the 1.57-Debian)

User avatar
AndyOpie150
Posts: 45
Joined: Thu 11 Apr 2013, 17:23
Location: Florida, U.S.A.

#111 Post by AndyOpie150 »

Funny I should have mentioned ndiswrapper.
Edit:
I thought there was no ndiswrapper when I got a modprobe fatal error for the first time with a Puppy distro. Maybe the kernel is not compatible with the older version of ndiswrapper.
I'll try the 1.58-Ubuntu first. Should work? If I can remember how to install a pkg with a terminal from a Puppy distro (Xubuntu it's dpkg -i <name of pkg>).

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#112 Post by pemasu »

AndyOpie150. Ndiswrapper is on the page 6 in this thread.

http://www.murga-linux.com/puppy/viewto ... 657#679657

Ndiswrapper is kernel module driver. You cant use Ubuntu ones with my build. Different kernel.

rokytnji
Posts: 2262
Joined: Tue 20 Jan 2009, 15:54

#113 Post by rokytnji »

[quote]
identical to rokytnji’s American Amrel Rocky II RT686 (drowned),[/quote]


Downloading this one and 3.8.4.2 raring, (I need non pae kernel), version for my good Amrel RT 786 EX.
It will go on the hard drive. Will post back later on how it goes. [u]That one did not
get wet[/u] and is fully functional Pentium 4 , 512MB ram, 3 hard drive (2 xtras), 3 battery (2 xtras) , 2 cdrom (1 extra) 2 floppy drive (1 xtra) laptop.

I have 1 gutted RT 686 EX rocky II ,with I think either, 500 Mhz or 800 Mhz processor
with a passive touch screen included (you can use your finger)
It has 256MB of ram (2 128iMB sticks). No battery, AC adapter, I can use the a/c adapter from the RT 786
to check the bios on the RT 686 for specs. No hard drive or caddy box either. I cannibalized those
parts for the RT 786 EX.

Other issues. include water damage on internals. But the RT 686 still powers on and
I got lighthouse 5.03 to run on it last time I tested it after the flood damage. The other RT 686 (I had 3 Amrel Laptops) made it into the dumpster. It would not post to bios. Ram and Hard drive caddy and blank cdrom caddy (no cdrom drive or ribbon connector plug for caddy. Just the blank plastic box that inserts into laptop slot)

Batteries are lion batteries that can be cut out from battery caddy and cordless drill lion batteries will work (if right size). If you have a busted drill, a dremel cutting tool, and super glue. I did this once before. Fix lasted a little over a year .


[url]http://forum.lxde.org/viewtopic.php?f=11&t=31202[/url]

[url]

http://s751.photobucket.com/user/rokytn ... p.jpg.html[/url]


screenshots shows conky with the 2 batteries when they were working good.
I have to rebuild them again though. A/C power is the only way to run the 786 right now.

User avatar
AndyOpie150
Posts: 45
Joined: Thu 11 Apr 2013, 17:23
Location: Florida, U.S.A.

#114 Post by AndyOpie150 »

pemasu wrote:AndyOpie150. Ndiswrapper is on the page 6 in this thread.

http://www.murga-linux.com/puppy/viewto ... 657#679657

Ndiswrapper is kernel module driver. You cant use Ubuntu ones with my build. Different kernel.
Thanks, been chasing my tail around trying to get the ndiswrapper module to compile.

Question: Why is make not an installed package? This is one of the one's you think would have been included (along with get).

Edit: Coming to you live from Upup Precise 3.7.2, brought to you by Seamonkey.
That did the trick.

Maybe you could include the ndiswrapper driver in the OP. Next pup that needs it will find it quicker.
I usually don't have problems at all with Puppy, Was just going to set up my network then read the rest of this thread. Silly me! What was I thinking. Lol

I feel better now.

On to setting up Conky Lua.

User avatar
pemasu
Posts: 5474
Joined: Wed 08 Jul 2009, 12:26
Location: Finland

#115 Post by pemasu »

AndyOpie150. I move around with kernels....so not all my builds have all the usual kernel module drivers. Mostly they have. Ndiswrapper had that initial problem with my kernel source and I didnt find the solution until I had already uploaded the build.

Let`s see if I create another build of Upup Precise 3.7.2. I would like to....but there are so many builds to update for me.

About make. Puppy creates devx sfs for make...gcc...and for other compiling needs. That is the way woof2 and Puppies works. Not much idea to change that. I use woof2 building system....and differing from it means that you are on your own. My time does not give possibility to do that. Devx sfs is the way to have compiling environment.

Puppyt
Posts: 907
Joined: Fri 09 May 2008, 23:37
Location: Moorooka, Queensland
Contact:

#116 Post by Puppyt »

From over on the Upup Raring 3.8.4.2 thread
rokytnji wrote:...
Just doing this for Puppyt and myself to see about whether both work or not OK on these toughbooks.
Cheers rok - I appreciate that very much. I saw your post as I was just browsing the forums for ideas on how to best get around some installation problems on the RT686 (glad to see that you only lost one Amrel due to flooding - hope that your world is getting back to normal after such a tragedy - old computers being the least of your worries). Hmmm the usbflash was giving more and more inode errors on shutdown, and pfix=fschk in the bootup (syslinux.cfg?) wasn't cutting it. So I prepared a usb caddy with a 30GB hdd, did the format to ext3 plus 500mb swap partition, blah blah but I can't seem to get the PLOP manager to read the PCMCIA (usb2) HDD as I did before with the flash- although that was prepared with BootFlash. Gotta go to bed - making stupid mistakes I reckon and its' just past midnight here. Was hoping to have frugal installs of both preciseretro543 and Upup precise372 on the caddy, but not to be. Will have to suck up and buy some hdd caddies for these things,
Hoo-roo
Search engines for Puppy
[url]http://puppylinux.us/psearch.html[/url]; [url=https://cse.google.com/cse?cx=015995643981050743583%3Aabvzbibgzxo&q=#gsc.tab=0]Google Custom Search[/url]; [url]http://wellminded.net63.net/[/url] others TBA...

rokytnji
Posts: 2262
Joined: Tue 20 Jan 2009, 15:54

#117 Post by rokytnji »

Playing tag on 2 threads.

I have 3 HD caddies. Amrel
http://www.amrel.com/

was where I bought them.

Their contact page
http://computers.amrel.com/contact-us/contact-us

ebay was another place that worked for me but it is like hunting in the outback
I guess. Some days nothing then patience pays off.

I bought those caddies years ago so Amrel might tell you they don't stock
that antique stuff anymore. Mine were used when they mailed them to me.
Not new oem. The bios update is not a cure all for usb boot either.

I still had to use PLOP boot manager Floppy disk even after the bios update.
I never tried it with a external cabled usb hard drive. Just pendrives .

That 3.8 upup install went OK. I am busy with outside work for the next few days so
that is going to sit on the back burner for now. Been a busy year online and offline
for me. :wink:

User avatar
AndyOpie150
Posts: 45
Joined: Thu 11 Apr 2013, 17:23
Location: Florida, U.S.A.

#118 Post by AndyOpie150 »

I have noticed a few bugs:
Volume Icon is missing on most boot ups (I did see it once) and the mixer app does not open.
Sometimes the menu would flicker and not open.
When copying files from another flash drive or a partition it some times would work and some times not (would occasionally just move the file before I got a chance to select any action).

I did check the md5 sum before burning .iso to a CD.
My flash drive was formatted to ext.3 before install.
I guess the pentium 4 processor in my 2003 SONY VAIO All in one Desktop just doesn't get along with this kernel.

Well.......I'm exhausted from chasing my tail.
I was just hoping to set up a build environment for my Android device (mostly kernels and apps) and run it off of a flash drive. Puppy Precise seemed like the best choice.
Trying to figure out how to do just one simple task is taking to much time, research and multitudes of dead ends in the CLi. What is easy to accomplish in Windows and Linux seem near impossible to accomplish in Puppy.

The only thing that went right was installing the latest Java jdk6.
The Android SDK and ADB, which is a key for the rest of what I need to install and configure leaves me frustrated to no end.

Can't imagine trying to install/configure eclipse, APK-Multi_Tools, Droid@Screen, The tool-chains for my phones kernel source code, etc., etc.

I'm 50. I don't have the time to have to totally re-learn how to accomplish simple tasks.

Well....I guess I'll go back to a Puppy Slacko install on my 8GB flash drive, and try Knoppix on my 16GB flash drive.

I'm sure once one has spent considerable time with Puppy, and has learned how to accomplish needed tasks in the CLI and such that it is a really good distro, but it is too different from what I know.
It's like working only on Chevy's then trying to learn how to work on a Ford. Two totally different mind sets.

I still like Puppy (Puppy Slacko is my favorite), just won't be using it for Android development like I was hoping.

EDIT: After a lot of searching, downloading, and installing it would appear as though Puppy is the only linux distro that will allow an install onto a ext.3 formatted flash drive.
So I guess I'm going to be not only learning how to get things done, but I will need to learn how to make SFS files and maybe even Puppy derivatives to accomplish my goal of a total Android development environment on a USB flash drive.

Post Reply