The time now is Sat 25 May 2013, 10:24
All times are UTC - 4 |
| Author |
Message |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6866 Location: Perth, Western Australia
|
Posted: Fri 03 Sep 2010, 21:44 Post subject:
Re: SFS version |
|
| shinobar wrote: | Hi, Barry,
Sorry i do not yet running the new Warry-007, but looking up the code in woof September 3, 2010.
Regarding the sfs version, the bootmanager has the code:
| Code: | SFSSTR='squashfs, version 3' #v423
[ $KERNELSUBVER -gt 28 ] && SFSSTR='squashfs, version 4' #v423
[ $KERNELSUBVER -eq 27 ] && [ $SUB_SUB_KERNELVER -gt 46 ] && SFSSTR='squashfs, version 4' #100607 |
Is it right for the kernel 2.6.28? or should be '-gt 27'?
[ $KERNELSUBVER -gt 27 ] && SFSSTR='squashfs, version 4'
[ $KERNELSUBVER -eq 27 ] && [ $SUB_SUB_KERNELVER -gt 46 ] && SFSSTR='squashfs, version 4'
The concept of 'mix-n-match' is nice idea for the developers i think.
If there is a chance that you or someone provides older kernel, next code may be useful in rc.sysinit.
The Puppy-431JP(Japanese edition) has such a code before '###PERSONAL BOOT SCRIPT###' because the 3 kernel version of Puppy-431JP were build up with the similar concept of 'mix-n-match'.
Of course the main sfs file was converted for the older kernel which uses sfs version 3.
| Code: | # correct mksquashfs/unsquashfs version
KERNELSUBVER=$KERNMAJ
#KERNELSUBVER=`echo -n "$KERNVER" | cut -f 3 -d '.' | cut -f 1 -d '-' | cut -f 1 -d '_'` #v423 100831
SUB_SUB_KERNELVER=`echo -n "$KERNVER" | cut -f 1 -d '-' | cut -f 4 -d '.'` #100607
SFSVER=3
[ $KERNELSUBVER -gt 27 ] && SFSVER=4
[ $KERNELSUBVER -eq 27 ] && [ $SUB_SUB_KERNELVER -gt 46 ] && SFSVER=4
for F in mksquashfs unsquashfs; do
ln -sf /usr/sbin/$F$SFSVER /usr/sbin/$F
done |
Hope to be something helpful. |
shinobar,
My code is correct. Squashfs 4.0 was merged in the 2.6.29 kernel. However I backported 4.0 to the 2.6.27.47 kernel, and I intend to do so for any 2.6.27.x upgrades -- I think Iguleder has already done this. All other kernels prior to 2.6.29 have Squashfs 3.x.
_________________ http://bkhome.org/blog2/
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6866 Location: Perth, Western Australia
|
Posted: Fri 03 Sep 2010, 21:49 Post subject:
|
|
Right now I'm recompiling the 2.6.30.5 kernel in Puppy 4.3.1. It is configured unchanged from before, as I want all prior 3rd-party modules to continue to work. The only change is that I have upgraded Aufs -- this is required to support features in latest Woof.
I will upload this kernel to the 'mix-n-match' directory on ibiblio.org when it is ready.
_________________ http://bkhome.org/blog2/
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6866 Location: Perth, Western Australia
|
Posted: Fri 03 Sep 2010, 22:02 Post subject:
|
|
I would like to get some feedback on X in Puppy 4.3.1 compared with that in Wary. Did your video work properly in 4.3.1 but issues in Wary, or vice-versa?
The reason that I am asking this is that I compiled all the base packages for Wary using Xorg 7.3+, the "+" means the last releases of Xorg packages before they went up to Xorg 7.4. Approximately I am using the same Xorg packages as in Debian Lenny.
That includes the xorg-server 1.4.2. However, Puppy 4.3.1 uses the very first version of xorg-server that was released for Xorg 7.3: 1.3.0.0.
If the majority viewpoint is that video in 4.3.1 (and 4.2.x) is better, I am thinking that I will do a complete recompile in T2 with the original Xorg 7.3, same pkg versions as used in 4.3.1. Quite a lot of work in going through all that again, but if Wary's thing is falling back to rock-solid older packages then I will go back to whatever is the best, especially on older hardware. Heck, 4.3.1 works fine on all my recent netbooks.
_________________ http://bkhome.org/blog2/
|
|
Back to top
|
|
 |
Billtoo
Joined: 07 Apr 2009 Posts: 1497 Location: Ontario Canada
|
Posted: Fri 03 Sep 2010, 22:33 Post subject:
Wary 0.7 mix-n-match feedback Subject description: 2.6.30.5 kernel |
|
I don't believe I've ever run 431 on this computer but here's how it went with wary 070:
I made an iso of the 2.6.30.5 kernal and burned it to a dvd.
Booted with pfix=ram
Did the setup wizards and rebooted to create a save file.
Put devx in mount home, chose resize save file and rebooted.
Downloaded nvidia pet from the forum and installed it.
Compiled a few apps (lxterminal now works properly)
# glxgears
42087 frames in 5.0 seconds = 8417.247 FPS
50277 frames in 5.0 seconds = 10055.248 FPS
50285 frames in 5.0 seconds = 10056.954 FPS
50261 frames in 5.0 seconds = 10052.061 FPS
50305 frames in 5.0 seconds = 10060.807 FPS
50313 frames in 5.0 seconds = 10062.402 FPS
#
Computer
Processor 4x Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
Memory 3374MB (163MB used)
Operating System Puppy Linux 0.07
User Name root (root)
Date/Time Fri 03 Sep 2010 09:21:04 PM EDT
Display
Resolution 1920x1080 pixels
OpenGL Renderer GeForce 8600 GT/PCI/SSE2
X11 Vendor The X.Org Foundation
Multimedia
Audio Adapter HDA-Intel - HDA Intel
Version
Kernel Linux 2.6.30.5 (i686)
Compiled #1 SMP Tue Sep 1 15:48:26 GMT-8 2009
C Library GNU C Library version 2.10.1 (stable)
Default C Compiler Unknown
Distribution Puppy Linux 0.07
OpenGL
Vendor NVIDIA Corporation
Renderer GeForce 8600 GT/PCI/SSE2
Version 3.2.0 NVIDIA 190.53
Direct Rendering Yes
edit: I've been running pmusic and it works good but if I go to run nexuiz at the same time pmusic is the only sound that I can hear.
I compiled moc (an mp3 player) and I can have that playing music and have nexuiz running at the same time and hear the music fine but can still hear the guns blazing away in nexuiz.
edit: We had a power failure earlier today and it lasted for a couple of hours so I went for a nap, the power must have come back on just before I got up because when I passed the computer room I saw that the computer had rebooted and 070 was doing a fsck on sdb1.A few minutes later it is finished and all is well.
edit: I added the newest opera browser and it's working well.I also added icewm.
I've added several radio and tv presets to pupradio/tv and it's working well except in puptv the voice is a little out of sync with the video.
edit:I downloaded the updated 2.6.30.5 kernel from ibiblio and burned another dvd,I am using my old savefile.The hardinfo report now shows:
Compiled #2 SMP Sat Sep 4 11:55:07 GMT-8 2010
Last edited by Billtoo on Sun 05 Sep 2010, 19:52; edited 5 times in total
|
|
Back to top
|
|
 |
JonT
Joined: 06 Dec 2009 Posts: 62 Location: northeast Tennessee, USA
|
Posted: Sat 04 Sep 2010, 00:08 Post subject:
|
|
Wary 2.6.27.47 version, frugal install on Dell Inspiron 1100, Intel 845 graphics, works perfectly with the i810 driver. The intel driver gives uncertain restarts of X (sometimes multiple xwins to start, sometimes with no text visible, as in Lucid 511rc). Xvesa refuses to even try, exits to prompt immediately. Wireless with ath5k driver is straightforward and stable. Will try the other versions over a few days.
Having this difficult graphics chipset, I am glad to see your mix-n-match experiment.
Seeing your recent post about older versions, I dug out my 411 CD and am using it now. I recalled that 411 has a link named i810_drv.so but not the file itself. Your blog provided the file. It had been saved on another partition. This time I knew how to install it from the command line after a failed xorgwizard probe with "intel". Old Home Days. [edit: that's 421 not 412.]
I coincidentally downloaded 412 Retro (kernel 2.6.21.7) earlier today to see if its drivers would solve the Lucid 511rc problem (no) but it, 412, also runs flawlessly with i810, not intel. IIRC, 431 gave me problems having to choose between an intolerably hyperactive touchpad or slower graphics. I will check out 431.
Last edited by JonT on Thu 09 Sep 2010, 09:49; edited 1 time in total
|
|
Back to top
|
|
 |
rjbrewer

Joined: 22 Jan 2008 Posts: 4355 Location: merriam, kansas
|
Posted: Sat 04 Sep 2010, 01:37 Post subject:
|
|
Inspiron 700m, intel855gm graphics.
With 4.3.1, eliminating the "intel_drv.so" solves previous video
color problems I had using Xorg.
It also solves the numerous Xorg problems I had in Fluppy and Luci.
Will try with Wary when I figure out this mix n' match stuff.
IIRC a Wary with the newest kernel worked good on my old
equipment.
Anything that is "back compatible" with 4.xx pets (like Fluppy is)
appeals to me.
_________________
Inspiron 700m, Pent.M 1.6Ghz, 1Gb ram.
Msi Wind U100, N270 1.6>2.0Ghz, 1.5Gb ram.
Full installs
|
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2257 Location: Japan
|
Posted: Sat 04 Sep 2010, 02:29 Post subject:
Re: SFS version |
|
| BarryK wrote: | | [My code is correct. Squashfs 4.0 was merged in the 2.6.29 kernel. However I backported 4.0 to the 2.6.27.47 kernel, and I intend to do so for any 2.6.27.x upgrades -- I think Iguleder has already done this. All other kernels prior to 2.6.29 have Squashfs 3.x. |
Thanks Barry for the detail explanation. I understand my worry is no need for the warry
_________________ Multilingual Wary-511
Lucid Puppy Quickset edition
Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2257 Location: Japan
|
Posted: Sat 04 Sep 2010, 02:32 Post subject:
the console dialog problem Subject description: the console dialog cannot fully be seen on some hardware |
|
Does anyone have the experience? with some NVIDIA graphics and one of those european keyboard layout:
azerty, de, be*, br*, dk, es, fi, fr, it, no, se, sv, pt, cz, hu, pl, ro, sk*, croat, slovene.
http://murga-linux.com/puppy/viewtopic.php?p=447901#447901
_________________ Multilingual Wary-511
Lucid Puppy Quickset edition
Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
|
Back to top
|
|
 |
piratesmack

Joined: 16 Sep 2009 Posts: 100
|
Posted: Sat 04 Sep 2010, 03:00 Post subject:
|
|
Using with kernel 2.6.34.1 on my dell mini 10v netbook.
So far I've had X crash twice with the Intel driver, it happened after about an hour of use both times. I'm pretty sure I ran Puppy 4.3.1 on this same netbook with no problems.
I'll try switching to the i810 driver if it happens again.
| Code: |
# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
|
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Sat 04 Sep 2010, 03:14 Post subject:
|
|
Choose your own kernel?
Sounds good to me
I started downloading the last of the available kernels
but thought I would be happier for someone else to compile all four and provide ready made ISO [Have your quiche and eat it]
Anyone up for that?
By the time some sort of suggested simpler menu system
is in place I would be happy to use Wary . . .
or even . . .
Potentially we could even offer a 64 bit enabled kernel and Fatdog compiled Wary programs?
Wary is also ideal as a Puppy 6 (p6) base
http://puppylinux.org/wikka/Puppy6
Puppy Linux
Penguins that fly
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2257 Location: Japan
|
Posted: Sat 04 Sep 2010, 06:53 Post subject:
QuickSet Wary |
|
| Lobster wrote: | but thought I would be happier for someone else to compile all four and provide ready made ISO [Have your quiche and eat it]
Anyone up for that?
By the time some sort of suggested simpler menu system
is in place I would be happy to use Wary . . . |
Do you mean something like this?
wary-070-qs-k2.6.34.1.iso
fe21aece726384f992d96dc83bbc3c5d wary-070-qs-k2.6.34.1.iso
See the README.htm on the CD.
P.S.
I would like to go directly to the desktop using vesa, but i fond my NVIDIA graphic card, GeForce 8800GT has a problem, unstable and freeze, with the vesa on wary-0.7.
It was no problem with the vesa in Puppy-4.3.1, or the Puppy-431JPqs3.
_________________ Multilingual Wary-511
Lucid Puppy Quickset edition
Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
Last edited by shinobar on Sat 04 Sep 2010, 17:39; edited 1 time in total
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Sat 04 Sep 2010, 08:05 Post subject:
|
|
| Quote: | | Do you mean something like this? |
Exactly so
Many thanks
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
chrismt

Joined: 21 Apr 2010 Posts: 250
|
Posted: Sat 04 Sep 2010, 08:31 Post subject:
|
|
I think I did it
I am typing this from Wary 0.7 with the latest Kernal
But how do you verify if I burned the right stuff?
And
I couldn't use Gparted Partition manager to format a drive to ext4
It gave me some error
GParted 0.6.0
Libparted 2.2
Create Primary Partition #1 (unformatted, 16.78 GiB) on /dev/sda 00:00:01 ( ERROR )
create empty partition 00:00:01 ( ERROR )
libparted messages ( INFO )
WARNING: the kernel failed to re-read the partition table on /dev/sda (Device or resource busy). As a result, it may not reflect all of your changes until after reboot.
|
|
Back to top
|
|
 |
rjbrewer

Joined: 22 Jan 2008 Posts: 4355 Location: merriam, kansas
|
Posted: Sat 04 Sep 2010, 11:55 Post subject:
|
|
Tried shinobar iso.
Both xorg and xvesa will boot from live cd with intel855gm graphics.
Restart x will cause a black screen freeze with xorg unless intel_drv.so
is removed.
Mplayer won't play any dvd menu selections.
_________________
Inspiron 700m, Pent.M 1.6Ghz, 1Gb ram.
Msi Wind U100, N270 1.6>2.0Ghz, 1.5Gb ram.
Full installs
|
|
Back to top
|
|
 |
ecube

Joined: 11 Jul 2008 Posts: 88 Location: Västerås, Sweden
|
Posted: Sat 04 Sep 2010, 15:39 Post subject:
Boot problem |
|
Compaq Mini CQ10-101SO, Atom N270 1.6 GHz
On my notebook computer, wary-070 (2.6.34.1) often hangs at the MODALIAS loop of initrd.gz/init during boot.
qrky-120 and lupu-510 show the same behaviour but fluppy-003 doesn't.
I made a clumsy workaround consisting of adding a delay to the loop.
| Code: | MODALIASES="`cat /sys/bus/pci/devices/*/modalias`" .
for ONEMODALIAS in $MODALIASES
do
sleep 1
modprobe -v $ONEMODALIAS #-v means verbose.
[ $? -eq 0 ] && echo -n "." > /dev/console
done |
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|