Lucid Puppy 5.0.1 - 24 May 2010

A home for all kinds of Puppy related projects
Post Reply
Message
Author
User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#16 Post by 01micko »

But you could use the power lines in your house to run ethernet over it.
I suppose you know about that solution.
Yes, know about, but not much else... probably not feasible since the power to my shed is via an extension lead from the main house. I suppose ndiswrapper will be fixed in a later version. Just out of interest.. what kernel does Ubuntu Lucid use , anyone know?
Didn't realize it immediately, but the icon backgrounds aren't transparant, but black.
I remember something about 16-bit in xorg solved this, so I did run xorgwizard.
Yes .. narrowed down to a JWM issue.. Barry has mailed Joe Wing about this one, although, by all reports, latest xorg (7.5?) is still buggy, especially with Intel chipsets.. (kattman :wink: )

Cheers
Puppy Linux Blog - contact me for access

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#17 Post by Béèm »

Code: Select all

bash-3.00# uname -r
2.6.31.5
bash-3.00# 
Oh you mean probably the real ubuntu. :roll:

I found this on Ubuntu's site

Code: Select all

Ubuntu 9.10:
 linux-image-2.6.31-19-386 2.6.31-19.56 
Last edited by Béèm on Sat 27 Mar 2010, 14:12, edited 1 time in total.

aarf

#18 Post by aarf »

01micko wrote::shock: 92MB
dont think i'll be able to get to the icafe early enough too avoid the screaming brats tomorrow so looks like monday early.

Jim1911
Posts: 2460
Joined: Mon 19 May 2008, 20:39
Location: Texas, USA

#19 Post by Jim1911 »

playdayz wrote:I noticed a fellow on the Karmic thread had trouble with Amarok. I assume that what you are doing is to go to packages.ubuntu.com and search for the program files and dependencies, download them, and then install the debs?
I used dejan555's excellent Amarok-1.4.10.sfs.

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#20 Post by playdayz »

Thanks to 01micko for wireless and luck for Cups, both of those are working in Lucid Puppy 002.

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#21 Post by Béèm »

Ho ho, are we allowed to follow at that speed? :wink:
Downloading now.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

Jim1911
Posts: 2460
Joined: Mon 19 May 2008, 20:39
Location: Texas, USA

#22 Post by Jim1911 »

Hi playdayz,

You are the fast one! :o CUPS worked for my HP C5280 fine. You were so quick, that I didn't bother to create a new pupsave, The update went smoothly and everything that I'd added is working fine.

Incidently, I've installed this on an ext4 partition and will be converting the pupsave to 3fs and editing the initrd.gz file so that it will properly mount. Several pups are already setup for using 3fs save files that work fine with the journaling capabilities of ext3/4. Kirk's Fatdog 64 defaults to 3fs. Tazoc's Lighthouse allows a choice upon save of 2fs or 3fs. There may be others. Please consider adding this capability.

Thanks,
Jim :D

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#23 Post by playdayz »

jim1911, Would it be possible to write brief instructions about how to do this. I would personally want to try it. It might be something Barry would consider for inclusion in Puppy 5.

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

Wireless configuration not persistent between boots.

#24 Post by Béèm »

For the good order, I booted with pfix=ram.
Configures the wireless connection, which worked file. (SNS)
Created another, new, save file.
Rebooted.

The network configuration wasn't persistent between the boot.
Don't think this is a surprise, as quirky has the same quirk.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

Jim1911
Posts: 2460
Joined: Mon 19 May 2008, 20:39
Location: Texas, USA

#25 Post by Jim1911 »

playdayz wrote:jim1911, Would it be possible to write brief instructions about how to do this. I would personally want to try it. It might be something Barry would consider for inclusion in Puppy 5.
A better source of information is to PM kirk and tazoc. As I stated Kirk's Fatdog 64 creates a pupsave.3fs file by default and Tazoc's Lighthouse 443Gu1 gives a choice. I don't know how their scripts are set up to accomplish that for the save files. Also they have to modify the init file in intrd.gz in order for the save file to mount properly.

This is how I accomplish the change manually thanks to Mikeb's help.

1. Converting ext2 files,
To alter an existing (backed up) pupsave use

Code: Select all

tune2fs -j /path/to/pup_save.2fs
Then rename to .3fs.

2. When booted, running the command mount should show it mounted as 3fs. To accomplish this, the init file in initrd.gz needs to be edited so that the 3fs save file properly boots.

3. This procedure shows how to unpack and repack initrd.gz ( the Pizzasgood way, I think ) Place the initrd.gz file that is to be edited in a temp directory.

a. Unpack
cd to temp directory containing initrd.gz then execute

Code: Select all

mkdir initrd-tree 
cd initrd-tree/ 
zcat ../initrd.gz | cpio -i -d 
b. Modifying init ---Locate the init file that was unpacked and is now in the initrd-tree directory.
Search for ' -t ext2' - this will pick up the commands
where pup_save gets mounted as -t ext2 and you change it to -t ext3

c. Repack
cd again to initrd-tree then execute

Code: Select all

rm ../initrd.gz 
find . | cpio -o -H newc | gzip -9 > ../initrd.gz 
I've followed this procedure with 431, 432, dpup, upup, Lighthouse (earlier releases), Stardust, Lucid 002, and others and found that in init, three lines like that need to be changed. All of the above I've run using a pupsave.3fs on ext3 and ext4 partitions with no problems.

Use mount command to confirm that the 3fs is mounted properly.

Thanks again for considering 3fs save files.
Jim
Last edited by Jim1911 on Sun 28 Mar 2010, 02:20, edited 2 times in total.

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#26 Post by Béèm »

Jim,

A certain moment I saw the tune2fs part and tried it but wasn't aware of the initrd change to make. So I suppose my trial wasn't effective.
I didn't go on further with it

Now you have done the initrd part, do you see an improvement?
Is the save file more stable now?
Performance improvement?
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

You tube downloader.

#27 Post by Béèm »

Didn't try it before.
When I paste a you tube url in the downloader window, and click download, the download window stays at finding hostname.

Was anybody able to download you tube video's?

EDIT
Oh well.
I forgot about that download window and some time later I saw it wasn't there anymore. But also the clip (a mpeg4) was downloaded and stored
I clicked on it to play.
The sound was ok, but there was no video.

A missing codec?

EDIT1
I just saw the codec needed is H264.

Would it be possible to include codecs like H264 and others as standard, so the installed players can benefit from them.
Specially as those codecs aren't available through the package manager.
Last edited by Béèm on Sun 28 Mar 2010, 01:35, edited 3 times in total.
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

Jim1911
Posts: 2460
Joined: Mon 19 May 2008, 20:39
Location: Texas, USA

#28 Post by Jim1911 »

Béèm wrote:Now you have done the initrd part, do you see an improvement?
Is the save file more stable now? Performance improvement?
I'm convinced that 3fs is more stable than 2fs save files and to take advantage of the journaling capabilites of ext3 and ext4, it is essential.
Jim

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#29 Post by Béèm »

Jim1911 wrote:
Béèm wrote:Now you have done the initrd part, do you see an improvement?
Is the save file more stable now? Performance improvement?
I'm convinced that 3fs is more stable than 2fs save files and to take advantage of the journaling capabilites of ext3 and ext4, it is essential.
Jim
Thank you.
The journaling aspect gives the stability I assume.
When I did my .3fs experience and not knowing of the initrd thing, it worked quite well, until the save got corrupted.
Probably normal then.

I'll try it once more.

Bernard
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#30 Post by 01micko »

Hello Jim, Béèm, playdayz

Firstly, no immediate problems with 002, straight online.

I'm going to try an experiment. I will edit the initrd.gz with your tweak Jim and do a frugal to an ext3 partition.. then boot without a pupsave and see if it saves it as 3fs... then see if reboots ok. If the file is created as 3fs then it should probably work ok. I will take a thorough look at the init script just to see if there is anything that might trip up this experiment.

Cheers
Puppy Linux Blog - contact me for access

Jim1911
Posts: 2460
Joined: Mon 19 May 2008, 20:39
Location: Texas, USA

#31 Post by Jim1911 »

01micko wrote:I'm going to try an experiment. I will edit the initrd.gz with your tweak Jim and do a frugal to an ext3 partition.. then boot without a pupsave and see if it saves it as 3fs... then see if reboots ok. If the file is created as 3fs then it should probably work ok. I will take a thorough look at the init script just to see if there is anything that might trip up this experiment.
You may want to take a look at Tazoc's and Kirk's changes to their init files. You should have Tazoc's, if you haven't got Kirk's I should be able to post it here.
Jim

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#32 Post by 01micko »

Thanks Jim

I may take a look at tazoc's init... and shutdown script.. of course that is where the pupsave is created.

Cheers
Puppy Linux Blog - contact me for access

Jim1911
Posts: 2460
Joined: Mon 19 May 2008, 20:39
Location: Texas, USA

#33 Post by Jim1911 »

01micko wrote:I may take a look at tazoc's init... and shutdown script.. of course that is where the pupsave is created.
Great, his scripts are fine starting points and pertinent sections may be able to be used as is.
Cheers,
Jim

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#34 Post by 01micko »

Hi all

My experiment is a success :) .. and I haven't looked at tazoc'z scripts yet.

I applied your changes to init Jim, no problem.

I then unsquashed lupu-002.sfs and edited the /etc/rc.d/rc.shudown script. That was simple because puppy in the older 2 series supported saving to ext3, ie pupsave.3fs. I just uncommented the lines and the "if" statement. No choice, just detects what ext fs you have and installs 2 for 2 and 3 for 3. No ext4 support. This is where tazoc's shutdown script will come in. Then resquashed.

As far as init goes, the line(s) where it gets mounted "-t ext2" will have to made a variable.. (I'll see what tazoc did once again) something like "-t $EXTFS" where EXTFS is defined by detecting the pupsave filesystem, not a too difficult task.

It booted fine, saved as ext3 fine and rebooted fine, posting from lupu-002 with ext3 pupsave now.

Cheers
Puppy Linux Blog - contact me for access


Post Reply