Fatdog64-600b1

A home for all kinds of Puppy related projects
Message
Author
Jim1911
Posts: 2460
Joined: Mon 19 May 2008, 20:39
Location: Texas, USA

#31 Post by Jim1911 »

rcrsn51 wrote:
Jim1911 wrote:2. Cannot install printer -- selecting "CUPS Manage Printing" opens browser at Home CUPS 1.3.11, however clicking "Add Printer" takes you to an Administrative CUPS 1.5.2 screen which gives an error. Correct hplip pets for FD are installed. See desktop below.
Ummm... Are you using a shared browser cache with another Puppy? Because there is no way you should be seeing that.

Can you duplicate it with a fresh install?
You nailed it, I was using a shared cache. :oops: However, as you can see from the attached screens, I am still unable to install the printer (my HP 5280 does not show up), although your latest hplip pets are installed. I uninstalled them and reinstalled several times with a fresh download, didn't help. I have rebooted the computer and also shutdown and restarted the printer several times.

@jamesbond

Firefox problem apparently was caused by a bad download. New save file did not have a problem.
Attachments
image-1.jpg
(33 KiB) Downloaded 1409 times
image-3.jpg
(35.15 KiB) Downloaded 1404 times

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#32 Post by rcrsn51 »

Jim1911 wrote: However, as you can see from the attached screens, I am still unable to install the printer, although your latest hplip pets are installed. I uninstalled them and reinstalled several times with a fresh download, didn't help. I have rebooted the computer and also shutdown and restarted the printer several times..
Your drivers are fine. Read back a bit for jamesbond's permissions fix. You need to run

Code: Select all

chmod 0500 /usr/lib64/cups/backend/*

User avatar
irishrm
Posts: 271
Joined: Sat 14 Mar 2009, 14:09

#33 Post by irishrm »

Did a frugal usb install.

Internet connection established with ease.

Had to configure touchpad as usual.

Downloads from ppm and from the repro working well.
Installed all the apps I usually use and all working ok.

Encountered none of the problems that I had with alpha2.
Delighted with the result-great distro.

irishrm.

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#34 Post by jamesbond »

rcrsn51 wrote:2. You need the following 32-bit symlink

Code: Select all

ln -s libtiff.so.3 /lib32/libtiff.so.4
However, this link probably won't survive a reboot (I didn't check). The new 32-bit compatibility pack will need to contain it.
I will try to remember this. The next 32-bit libs will probably comes from Slacko - it would (or at least should) make the entire 32-bit Slackware apps (at least those that works with Slacko) to be available for use with Fatdog.
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#35 Post by jamesbond »

Note: taking down ironware-sfs, 01micko has indicated incompatibility with beta1 and he has a fix. I will upload it once I've applied the fix.
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

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

#36 Post by Jim1911 »

rcrsn51 wrote:
Jim1911 wrote: However, as you can see from the attached screens, I am still unable to install the printer, although your latest hplip pets are installed. I uninstalled them and reinstalled several times with a fresh download, didn't help. I have rebooted the computer and also shutdown and restarted the printer several times..
Your drivers are fine. Read back a bit for jamesbond's permissions fix. You need to run

Code: Select all

chmod 0500 /usr/lib64/cups/backend/*
Working fine, also scanner. Thank you.

User avatar
tronkel
Posts: 1116
Joined: Fri 30 Sep 2005, 11:27
Location: Vienna Austria
Contact:

Problems with starting the Puppy Package manager

#37 Post by tronkel »

When starting the Puppy Package Manager I get the following error dialogue:
GTK-server Error!
ERROR: No value entered where "gtk_tree_store_append" expects one!
It happens when attempting to refresh the package lists. Anyone else seen this?
Life is too short to spend it in front of a computer

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

Re: Problems with starting the Puppy Package manager

#38 Post by jamesbond »

tronkel wrote:When starting the Puppy Package Manager I get the following error dialogue:
GTK-server Error!
ERROR: No value entered where "gtk_tree_store_append" expects one!
It happens when attempting to refresh the package lists. Anyone else seen this?
Yes, that means the package list doesn't conform to the standard package list format - some the the expected values are blank. Probably caused by foreign package (ie debs or tar.gz packages). Do you mind sending me your /root/.packages/user-installed-package and /root/.packages/Package-puppy-fd64-offical?
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

jamesbond
Posts: 3433
Joined: Mon 26 Feb 2007, 05:02
Location: The Blue Marble

#39 Post by jamesbond »

jamesbond wrote:
Shinobar wrote:Note: Failed format floppy, tested on Fatdog64 alpha2 and beta1.
I only have one machine with floppy drive and I have not formatted a floppy for years ... :) I'm not even sure whether the
drive is still working :roll: Thank you for the report though, I think devtmpfs doesn't automatically create this "special" floppy device
nodes. The floppy formatter program needs to be upgraded to create them on the fly.
Shinobar, do you mind testing this? Rename the fake .gz to floppy-format.sh, chmod +x and put it to /usr/sbin (replacing the original file) and see if you can format a floppy with it?

cheers!
Attachments
floppy-format.sh.gz
(4.17 KiB) Downloaded 828 times
Fatdog64 forum links: [url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Latest version[/url] | [url=https://cutt.ly/ke8sn5H]Contributed packages[/url] | [url=https://cutt.ly/se8scrb]ISO builder[/url]

User avatar
tronkel
Posts: 1116
Joined: Fri 30 Sep 2005, 11:27
Location: Vienna Austria
Contact:

#40 Post by tronkel »

jamesbond wrote:
Yes, that means the package list doesn't conform to the standard package list format - some the the expected values are blank. Probably caused by foreign package (ie debs or tar.gz packages). Do you mind sending me your /root/.packages/user-installed-package and /root/.packages/Package-puppy-fd64-offical?
On checking these files:
/root/.packages/user-installed-package is an empty file and
/root/.packages/Package-puppy-fd64-offical doesn't exist in the /root/.packages folder at all. Seems to have been deleted.

What I have locally installed is the DEBBI printer installer DEB as originally built by rcrsn51.

This may well be the cause of the problem?

This is causing the whole system to crash on shutdown as well
Life is too short to spend it in front of a computer

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

Fatdog64-600b1

#41 Post by Billtoo »

I used the fatdog installer to install fatdog to an 8gb flash
drive,checked the small initrd box.
I then used grub4dos 1.8 to install the boot loader to the flash drive.

Computer
Processor 2x Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz
Memory 4045MB (366MB used)
Machine Type Physical machine
Operating System Fatdog64 [bb155f4388]
User Name root (root)
Date/Time Fri Jun 15 12:04:37 2012
Display
Resolution 1440x900 pixels
OpenGL Renderer GeForce GT 220/PCIe/SSE2
X11 Vendor The X.Org Foundation
Audio Devices
Audio Adapter HDA-Intel - HDA Intel
Audio Adapter HDA-Intel - HDA NVidia
Input Devices
Power Button
Power Button
Microsoft Microsoft® 2.4GHz Transceiver v8.0
Microsoft Microsoft® 2.4GHz Transceiver v8.0
Microsoft Microsoft® 2.4GHz Transceiver v8.0
PC Speaker

OpenGL
Vendor NVIDIA Corporation
Renderer GeForce GT 220/PCIe/SSE2
Version 3.3.0 NVIDIA 295.59
Direct Rendering Yes

# glxgears
32084 frames in 5.0 seconds = 6416.749 FPS
32106 frames in 5.0 seconds = 6421.148 FPS
32083 frames in 5.0 seconds = 6416.583 FPS

Working great so far. :)
Attachments
screenshot.jpg
(33.15 KiB) Downloaded 1144 times
Last edited by Billtoo on Fri 15 Jun 2012, 16:25, edited 1 time in total.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#42 Post by rcrsn51 »

tronkel wrote:What I have locally installed is the DEBBI printer installer DEB as originally built by rcrsn51.This may well be the cause of the problem?
Probably. It was built with the old PET packaging system.

I will update it.

User avatar
tronkel
Posts: 1116
Joined: Fri 30 Sep 2005, 11:27
Location: Vienna Austria
Contact:

#43 Post by tronkel »

@rcrsn51

Sorry it was a PET package not a DEB you made - silly me!

Thanks for the prompt reply and the offer to rebuild it for FATDOG.

Best regards

Tronkel
Life is too short to spend it in front of a computer

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#44 Post by rcrsn51 »

tronkel wrote:Sorry it was a PET package not a DEB you made
Debbi is a PET package. In any case, I have repackaged it here with the newer PET packaging format.

Could you test it in FD600? I'm assuming that you are installing a 32-bit Brother driver.

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#45 Post by nooby »

Ooops so sorry I asked a Q in the other older thread for Alpha 1
and this is for Beta 1
I will move the text here and indicated this?
I Set it up as easy as I could so maybe
the grub4dos menu.lst is too simple?

title fatdog
find --set-root --ignore-floppies --ignore-cd /fatdog/initrd
kernel /fatdog/vmlinuz PMEDIA=idehd PDEV1=sda2 psubdir=fatdog pfix=fsck
initrd /fatdog/initrd


It reported it could not find a certain file but it went by
too fast for me to read. Anyway I am using it now but it
fail to make use of simplfied html files. Could be the browser
being too picky and unrelated to fat dog as such.

But I found not way to install firefox on it. No ppm.

Am one supposed to do some apt-get or what?
that simplified html file that I use as my "home page"
lies on my sda2 file and have tested it on some 25 different
OS and many many puppies and only fatdog with this SM
failed to read it. So that where odd.
Last edited by nooby on Fri 15 Jun 2012, 17:45, edited 2 times in total.

User avatar
tronkel
Posts: 1116
Joined: Fri 30 Sep 2005, 11:27
Location: Vienna Austria
Contact:

#46 Post by tronkel »

Yes, the reason for using it is to install the Brother DCP7030 driver. Brother only provides a 32 driver version for the printer component of this multi-function device. The scanner driver is provided as 32 bit and 64 bit versions though.

Thanks for doing this. I'll test this in fd-64600B1 over the weekend and let you know how it goes.

Thanks again.

Tronkel.
Life is too short to spend it in front of a computer

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#47 Post by rcrsn51 »

I just tested this with my HL2070N.

1. I fixed the CUPS backend permissions.

2. I hooked in the 32-bit compat pack and did the CUPS start32 setup.

3. I downloaded and debbi'd the two Brother driver packages.

4. The USB printer that was auto-installed worked OOTB.

The 32-bit Brother setup is much simpler than the Canon.

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

Re: Fatdog64-600b1

#48 Post by Jim1911 »

Billtoo wrote: OpenGL
Vendor NVIDIA Corporation
Renderer GeForce GT 220/PCIe/SSE2
Version 3.3.0 NVIDIA 295.59
Direct Rendering Yes

# glxgears
32084 frames in 5.0 seconds = 6416.749 FPS
32106 frames in 5.0 seconds = 6421.148 FPS
32083 frames in 5.0 seconds = 6416.583 FPS

Working great so far. :)
Billtoo, what's your secret for installing the NVIDIA driver? When I execute

Code: Select all

sh NVIDIA-Linux-x86_64-295.53.run
it naturally complains about the nouveau driver being in use. Every time I try to get rid of it I manage to trash the save file when I delete nouveau files. Xorgwizard-old only allows selection of proper resolution, option to choose the vesa driver never appears. Putting "pfix=vesa" in my menu.lst and rebooting after deleting nouveau files also trashes the save file. So I wind up having to restore the save file with the nouveau driver. :( What file do I need to edit so that vesa will be selected?

Thanks,
Jim

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

01micko's get_libreoffice-0.16.pet

#49 Post by Jim1911 »

01micko's "get_libreoffice-0.16.pet" successfully creates a sfs of LibreOffice 3.5.4.2 which works great including printing.
Attachments
image-4.jpg
(40.57 KiB) Downloaded 818 times

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

#50 Post by 01micko »

Re Printing:

So I fixed permissions:

Code: Select all

# chmod 0500 /usr/lib64/cups/backend/*
and added the tiff symlink, did nothing else and I can print and so can unprivileged user. I didn't need to reinstall the printer,

/dev/usb/lp0 still is the same as before crw-rw---- or 660. I guess if I switched back the group from lpadmin to root in /etc/cups/cupsd.conf I'd need to reinstall the printer? I'm happy with it as is and I learned something!

Thanks
Puppy Linux Blog - contact me for access

Post Reply