Page 140 of 155 [2322 Posts]   Goto page: Previous 1, 2, 3, ..., 138, 139, 140, 141, 142, ..., 153, 154, 155 Next
Author Message
8-bit
PostPosted: Sat 10 Sep 2011, 22:19    Post subject:

Pup-SysInfo Sensors did not work till I made a system link of zenity to /usr/loal/bin/yad.
I am unsure if you included the required sensor support files.
cthisbear
PostPosted: Sat 10 Sep 2011, 18:35    Post subject:

Test >> Toshiba Satellite C665 ( PSC2EA-01H00E )

No wireless...
solved with >> Realtek r8192ce_pci driver
Realtek r8192ce_pci driver....tempestuous

and a reboot and save.

http://murga-linux.com/puppy/viewtopic.php?p=562562#562562

::::::::::::::::::

Puppy Lucid 5.28

No sound >> Intel Corp 6 Series Chipset Family High Definition

In Puppy Lucid 5.29 ( 3 Headed Dog )
sound works but no wireless.

Any fixes 4 both...please.

Chris.
Atle
PostPosted: Sat 10 Sep 2011, 17:31    Post subject:

I do not know, but at least I could not find this in the 001 details list. There is something with the B43, as mentioned in the thread and also experienced by me as well. My D-Link uses that same driver i believe.
http://www.murga-linux.com/puppy/viewtopic.php?p=562546#562546
bigpup
PostPosted: Sat 10 Sep 2011, 17:10    Post subject:

kataja wrote:
Ok, thanks. So how I should update, then?

A frugal install upgrade will have a few minor problems. you will end up with 2 icons on desktop for the console. Also if something was in Lucid 5.2.5 and is not part of Lucid 5.2.8 it will not be present. This usually deals with icons, wallpapers, and core programs. Stuff you installed in Lucid 5.2.5 will be in the old save file and should carry over.


Here is an example on how to update a frugal install.
Basically you do a new frugal install of Lucid Puppy 528 and put the Lucid 525 save file in it.
2 ways to do it:

Example:

Upgrade of a Bootable USB flash drive frugal install
Boot with a live CD of the new version of Puppy.
Use boot option puppy pfix=ram
Copy the old save file from the USB flash drive
Use Bootflash install Puppy to USB to install the new version to the USB drive.
Copy the old save file to the new install on the drive.
Boot with the USB flash drive.
Old save file will be updated and settings and programs will be used.

Upgrade a frugal install manual way not on USB flash drive.

(Names used are for example only)

Upgrade Puppy 5.0 to Puppy 5.2.5
Download the Puppy 5.2.5.iso file
In Rox-filer (file manager)
Make a new directory like /Puppy525
Left click on Puppy 5.2.5.iso file to open it.
Copy these 3 files to /Puppy525 directory.
initrd.gz
Puppy_525.sfs
vmlinuz
Copy the Puppy 5.0 Puppysave.Xfs file (Your old save file) and place in the /Puppy525 directory.
There are now 4 files in the new /Puppy525 directory.

Run the boot loader configuration program for the boot loader you are using to make a boot option for the new Puppy 5.2.5
When Puppy 5.2.5 boots it will use and update the save file and programs.
When Puppy 5.2.5 seems to be working OK you can delete Puppy 5.0.
smokey01
PostPosted: Sat 10 Sep 2011, 16:36    Post subject:

kataja, I just made you a diff file but it's 23M in size. I know that's still significantly smaller than the 130M lupu-528, but as long as you have a reasonable internet connection I agree with brown mouse.

If however you have a very slow connection I can put it on my site for you to download.

Diff file here: http://www.smokey01.com/software/iso

Instructions: http://www.smokey01.com/videos/diff-files.mpeg
Brown Mouse
PostPosted: Sat 10 Sep 2011, 16:06    Post subject:

There are some instructions somewhere on this forum but I personally do fresh installs myself.
kataja
PostPosted: Sat 10 Sep 2011, 15:07    Post subject:

Ok, thanks. So how I should update, then?
Brown Mouse
PostPosted: Sat 10 Sep 2011, 14:47    Post subject:

kataja wrote:
I have Puppy's 5.2.5 live usb version (lupusave included). If I'm going to update, I just download the Update 01.pet and run it?

No!!The update 01.pet on page 1(assuming you mean that) is an update to 5.2.8
kataja
PostPosted: Sat 10 Sep 2011, 12:33    Post subject:

I have Puppy's 5.2.5 live usb version (lupusave included). If I'm going to update, I just download the Update 01.pet and run it?
rcrsn51
PostPosted: Fri 09 Sep 2011, 23:56    Post subject:

Quote:
but if you import a .png image it will be corrupted in the printout.

That appears to be true. Inkscape can't convert the bit-mapped element into Postscript, so it can't print it. In that case, you would have to export the project as a bitmap and print it from another application.
ExtremeDpup
PostPosted: Fri 09 Sep 2011, 23:17    Post subject:

Quote:
Code:
| pstopnm | pnmtopng > out.png; peasyprint out.png


I installed peasyprint, and entered the above code into inkscape lite's print dialogue.

It doesn't work. It generates a corrupted file /root/out.png of 0 bytes.

Quote:
I did some simple tests with Inkscape and they printed OK to an HP Deskjet.


Yes "simple" graphics like a box and spiral print OK, but if you import a .png image it will be corrupted in the printout.
rcrsn51
PostPosted: Fri 09 Sep 2011, 22:57    Post subject:

I did some simple tests with Inkscape and they printed OK to an HP Deskjet.

For a more complicated image, try piping it into PeasyPrint using the command above. Then you can crop it, resize it, etc. Hopefully, your printer can handle that print job.
ExtremeDpup
PostPosted: Fri 09 Sep 2011, 22:32    Post subject:

Quote:
This worked for me.

1. Use "lpstat -v" to get the name of the print queue.
2. In the Print Destination box, delete the "lp".
3. Paste in the name of the print queue.


OK I definitely have a working printer because I just printed an image with mtpaint and it printed fine.

But this inkscape lite is being difficult. The results of lpstat -v

device for CUPS-PDF: pdf-writer:/export/share/pdf/
device for HP_psc_1200_series: usb://HP/psc%201200%20series?serial=MY42AG73JB5H
device for pdf_writer: pdf-writer:/dev/null

In the inkscape lite printer dialogue box I entered:
HP_psc_1200_series

Then i clicked "Print" and it printed, but it was all messed up.
Any ideas?
rcrsn51
PostPosted: Fri 09 Sep 2011, 21:41    Post subject:

Quote:
Inkscape lite:

Also I noticed that inkscape lite refuses to print from the print menu.
This is an old bug that keeps sneaking in.

This worked for me.

1. Use "lpstat -v" to get the name of the print queue.
2. In the Print Destination box, delete the "lp".
3. Paste in the name of the print queue.

OR

Code:
 | pstopnm | pnmtopng > out.png; peasyprint out.png
rcrsn51
PostPosted: Fri 09 Sep 2011, 20:44    Post subject: Re: mercurial tortoisehg inkscapelite mtpaint python e3 rox
Subject description: problems

ExtremeDpup wrote:
MtPaint also won't print by default because the printer settings are set to "kprinter %f" which doesn't exist in puppy.

Mtpaint > file > actions > Configure > Print Image

It should be set to "lpr %f"

Then the printer works.

If you want greater control over printing from mtPaint, link it to PeasyPrint.
Display posts from previous:   Sort by:   
Page 140 of 155 [2322 Posts]   Goto page: Previous 1, 2, 3, ..., 138, 139, 140, 141, 142, ..., 153, 154, 155 Next

Powered by phpBB © 2001, 2005 phpBB Group