Fatdog64-802/801/800 Final [21 May 2019]

A home for all kinds of Puppy related projects
Post Reply
Message
Author
OldAndInTheWay
Posts: 13
Joined: Fri 22 Mar 2019, 17:17

Starting google earth

#81 Post by OldAndInTheWay »

Sorry wrong place to ask.
Last edited by OldAndInTheWay on Mon 25 Mar 2019, 21:17, edited 1 time in total.

User avatar
vtpup
Posts: 1420
Joined: Thu 16 Oct 2008, 01:42
Location: Republic of Vermont
Contact:

#82 Post by vtpup »

Fatdog64 800 keyboard doesn't work on Acer R11 Chromebook. Have tried it dual booting through Mr. Chromebox legacy boot with both the stock Google firmware, and standalone UEFI boot with Mr Chromebox replacement ROM firmware.

Both Ubuntu 18.10 and GalliumOS 3.x do work and recognize the keyboard.

Likely possibility is that kernel module pinctrl_cherryview needs to be a built-in kernel module instead of a loaded module (config=y, not m). It has been reported online that the module needs to be built in. I have checked successful Ubuntu 18.10 kernel and it is indeed built-in there.

I have tried modprobing it in, and setting the boot option loadmodules=pinctrl_cherryview, but no joy.

Thanks for any assistance in getting this working.
Last edited by vtpup on Tue 26 Mar 2019, 13:13, edited 3 times in total.
[color=darkblue]Acer Aspire 5349-2635 laptop Tahrpup.[/color]
[color=blue]Acer R11 and C720 Chromebks Bionicpup64[/color]
[color=olive]Acer Iconia A1-830 tablet no pup[/color]
[color=orange]www.sredmond.com[/color]

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#83 Post by don570 »

Note :

While using ptmtimer (which uses mpg123)
I noticed that the version of mpg123 included ---> 1.25.10
won't support the full path added to beginning of the command...

Code: Select all

# /usr/bin/mpg123 /mnt/sdc1/Zeitumstellung.mp3
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3
	version 1.25.10; written and copyright by Michael Hipp and others
	free software (LGPL) without any warranty but with best wishes
[src/libout123/module.c:133] error: Failed to open module alsa.
[src/libout123/module.c:133] error: Failed to open module oss.
[src/libout123/module.c:133] error: Failed to open module jack.
[src/libout123/module.c:133] error: Failed to open module portaudio.
[src/libout123/module.c:133] error: Failed to open module sdl.
[src/libout123/libout123.c:455] error: Found no driver out of [alsa,oss,jack,portaudio,sdl] working with device <default>.
main: [src/mpg123.c:309] error: out123 error 3: failure loading driver module
So I switched to

Code: Select all

mpg123 /mnt/sdc1/Zeitumstellung.mp3
_________________________________________

kirk
Posts: 1553
Joined: Fri 11 Nov 2005, 19:04
Location: florida

#84 Post by kirk »

Likely possibility is that kernel module pinctrl_cherryview needs to be a built-in kernel module instead of a loaded module (config=y, not m). It has been reported online that the module needs to be built in. I have checked successful Ubuntu 18.10 kernel and it is indeed built-in there.
I'm going to build a new kernel soon. I'll make that and a few other pinctrl_ modules built in. Also it will have the missing SOC sound modules and firmware. I'll make a post when it's done.
While using ptmtimer (which uses mpg123)
I noticed that the version of mpg123 included ---> 1.25.10
won't support the full path added to beginning of the command...
Gee, I don't know Don, I tried:

# /usr/bin/mpg123 /mnt/sda6/Living_in_the_Overflow.mp3
and
# mpg123 /mnt/sda6/Living_in_the_Overflow.mp3

Both work for me. I wonder if you installed another version of mpg123 that was included with some other package and the builtin mpg123 is trying to use those libraries. You could try doing:

# which mpg123

and that should return /usr/bin/mpg123.

User avatar
vtpup
Posts: 1420
Joined: Thu 16 Oct 2008, 01:42
Location: Republic of Vermont
Contact:

#85 Post by vtpup »

Thanks very much, Kirk!
[color=darkblue]Acer Aspire 5349-2635 laptop Tahrpup.[/color]
[color=blue]Acer R11 and C720 Chromebks Bionicpup64[/color]
[color=olive]Acer Iconia A1-830 tablet no pup[/color]
[color=orange]www.sredmond.com[/color]

User avatar
SFR
Posts: 1800
Joined: Wed 26 Oct 2011, 21:52

#86 Post by SFR »

don570 wrote:Note :

While using ptmtimer (which uses mpg123)
I noticed that the version of mpg123 included ---> 1.25.10
won't support the full path added to beginning of the command...

Code: Select all

# /usr/bin/mpg123 /mnt/sdc1/Zeitumstellung.mp3
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3
	version 1.25.10; written and copyright by Michael Hipp and others
	free software (LGPL) without any warranty but with best wishes
[src/libout123/module.c:133] error: Failed to open module alsa.
[src/libout123/module.c:133] error: Failed to open module oss.
[src/libout123/module.c:133] error: Failed to open module jack.
[src/libout123/module.c:133] error: Failed to open module portaudio.
[src/libout123/module.c:133] error: Failed to open module sdl.
[src/libout123/libout123.c:455] error: Found no driver out of [alsa,oss,jack,portaudio,sdl] working with device <default>.
main: [src/mpg123.c:309] error: out123 error 3: failure loading driver module
So I switched to

Code: Select all

mpg123 /mnt/sdc1/Zeitumstellung.mp3
_________________________________________
Ok, I can reproduce it.
If 32bit.sfs is also loaded, invoking mpg123 directly via /usr/bin/mpg123 results in picking up modules from the wrong location - /usr/lib/mpg123 instead of /usr/lib64/mpg123.

I looked at the sources, but it's unclear to me how it works exactly...

Greetings!
[color=red][size=75][O]bdurate [R]ules [D]estroy [E]nthusiastic [R]ebels => [C]reative [H]umans [A]lways [O]pen [S]ource[/size][/color]
[b][color=green]Omnia mea mecum porto.[/color][/b]

stemsee

#87 Post by stemsee »

Request: Could the fatdog team come with a package (sfs) for full pulseaudio with pavucontrol?

cheers
stemsee

OldAndInTheWay
Posts: 13
Joined: Fri 22 Mar 2019, 17:17

#88 Post by OldAndInTheWay »

Apparently the googleearth .sfs from fatdog's repos is missing libproxy.so.1, so I went to the slack repos and installed libproxy-0.4.15-x86_64-3.txz. That fixed it. Maybe you guys could look into it and save some headaches. thanks for an excellent distro, it is my main one.

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#89 Post by don570 »

Ok, I can reproduce it.
If 32bit.sfs is also loaded, invoking mpg123 directly via /usr/bin/mpg123 results in picking up modules from the wrong location - /usr/lib/mpg123 instead of /usr/lib64/mpg123.
Interesting . I also have http://distro.ibiblio.org/fatdog/sfs/80 ... 64_800.sfs
installed. I never would have guessed.

mpg123 is installed automatically in the wine package available from
forum member ---> version2013
http://murga-linux.com/puppy/viewtopic. ... 04#1012178

So it may be preferable to remove mpg123 out of 32bit package and put it
into the wine package http://distro.ibiblio.org/fatdog/sfs/80 ... i686-1.sfs
---------------------------------------------------------------------------
Another odd thing I observed with 32bit-fd64_800.sfs ....

the gmic plugin needs libpng12 library and libpng12 is inside 32bit-fd64_800.sfs
but it contains wrong elf which causes an error in terminal.

Fortunately by installing correct fatdog64 libpng from repository
the error goes away and I have no problems with gmic plugin.
__________________________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#90 Post by don570 »

results in picking up modules from the wrong location - /usr/lib/mpg123 instead of /usr/lib64/mpg123.
Mpg321 doesn't use a lot of libraries. It's just one big executable .
That may be better.
http://mpg321.sourceforge.net/
______________________________________________

21js
Posts: 13
Joined: Thu 26 Apr 2012, 15:56

gnumeric in fd64 ver800

#91 Post by 21js »

seems to be a problem running gnumeric in ver 800. It apparently installs using gslapt package manager. but fails to respond to clicking on the menu item.
No problems using gnumeric in ver 721. Be grateful if you can check this out

21js

OldAndInTheWay
Posts: 13
Joined: Fri 22 Mar 2019, 17:17

#92 Post by OldAndInTheWay »

Hi guys .... I made a fatdog remaster and was wondering if it is possible to install to a flash drive. I have tried but it did not work. Thanks

User avatar
vtpup
Posts: 1420
Joined: Thu 16 Oct 2008, 01:42
Location: Republic of Vermont
Contact:

#93 Post by vtpup »

OldAndInTheWay wrote:Hi guys .... I made a fatdog remaster and was wondering if it is possible to install to a flash drive. I have tried but it did not work. Thanks
First burn your ISO to a CD If you have a CD burner) and try to boot from it as-is, to make sure your re-master isn't a problem itself.

Then:
http://distro.ibiblio.org/fatdog/web/fa ... drive.html
or:

http://distro.ibiblio.org/fatdog/web/fa ... rive2.html

As always, be EXTREMELY careful when running a dd command that you have EXACTLY the right drive after the "of" parameter. Because that one will get overwritten.

If it's accidentally your hard drive's designation instead of the thumb drive, say goodbye to your hard drive data.

Also make sure that the thumb drive is UNmounted first, and that you designate it as the drive name, not the partition name (ie. sdb, NOT sdb1, even if there is an sdb1 partition).
[color=darkblue]Acer Aspire 5349-2635 laptop Tahrpup.[/color]
[color=blue]Acer R11 and C720 Chromebks Bionicpup64[/color]
[color=olive]Acer Iconia A1-830 tablet no pup[/color]
[color=orange]www.sredmond.com[/color]

User avatar
vtpup
Posts: 1420
Joined: Thu 16 Oct 2008, 01:42
Location: Republic of Vermont
Contact:

Re: gnumeric in fd64 ver800

#94 Post by vtpup »

21js wrote:seems to be a problem running gnumeric in ver 800. It apparently installs using gslapt package manager. but fails to respond to clicking on the menu item.
No problems using gnumeric in ver 721. Be grateful if you can check this out

21js
Install ghostscript.
[color=darkblue]Acer Aspire 5349-2635 laptop Tahrpup.[/color]
[color=blue]Acer R11 and C720 Chromebks Bionicpup64[/color]
[color=olive]Acer Iconia A1-830 tablet no pup[/color]
[color=orange]www.sredmond.com[/color]

OldAndInTheWay
Posts: 13
Joined: Fri 22 Mar 2019, 17:17

#95 Post by OldAndInTheWay »

Hi vtpup... I need to clarify what I want to do. I made a bios-only REMASTER from a flash drive and saved the iso. I tried installing to a different flash drive from the normal installer in the Control Panel (bios only) and failed. I don't want uefi.

User avatar
vtpup
Posts: 1420
Joined: Thu 16 Oct 2008, 01:42
Location: Republic of Vermont
Contact:

#96 Post by vtpup »

There are two possibilities -- the method of booting the ISO failed, or the ISO itself was a problematic remaster. Can you distinguish which of these you mean by failed? Did you try burning the ISO to a CD rather than a memory stick? What happened on the screen when you tried to boot the stick?
[color=darkblue]Acer Aspire 5349-2635 laptop Tahrpup.[/color]
[color=blue]Acer R11 and C720 Chromebks Bionicpup64[/color]
[color=olive]Acer Iconia A1-830 tablet no pup[/color]
[color=orange]www.sredmond.com[/color]

kirk
Posts: 1553
Joined: Fri 11 Nov 2005, 19:04
Location: florida

#97 Post by kirk »

I've uploaded linux-4.19.32 here:

http://distro.ibiblio.org/fatdog/kernels/800/

This includes the missing SOC audio modules / firmware and the PINCTRL_xxx config changes.

Note: The file vmlinus-initrd-4.19.32, is not used in the ISO. This is for booting with just this file and the fd64.sfs.

Haven't uploaded the source yet, I'll do that tonight.

Volhout
Posts: 547
Joined: Sun 28 Dec 2008, 08:41

C720 not enough memory

#98 Post by Volhout »

hi fatdog team,

Just wanted to inform you that I tried fatdog on an Acer C720 (2955U CPU, 2G ram) and it would not boot. Not enough memory.

I used the fatdog 631 with C720 patches for a while on this Acer C720, was curious about the new 800 series. This machine must be too old.

Keep up the good work !!!

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#99 Post by don570 »

A note:

Back Seat driver app needs two icons...
/usr/share/midi-icons/network48.png
/usr/share/pixmaps/midi-icons/network48.png
________________________________________

I succeeded with samba server -->
connection to older computer with old version of samba client.
____________________________________________________

jd7654
Posts: 296
Joined: Mon 06 Apr 2015, 16:10

#100 Post by jd7654 »

kirk wrote:I've uploaded linux-4.19.32 here:

http://distro.ibiblio.org/fatdog/kernels/800/

This includes the missing SOC audio modules / firmware and the PINCTRL_xxx config changes.
I have an Acer R11 also. On mine, FD800 takes a long time, several minutes, to boot to the desktop, and then the keyboard doesn't work. I assume its erroring out and failing during this long bootup, but it shows blank screen until the desktop appears.
Tried with swapping in the 4.19.32 kernel, and it boots normal long time (about a minute) for FD on CB, but the touchpad doesn't work, and the screen res is not correct.(lower, I assume 1024 instead of 1366)

I have FD800 working fine on an Acer C740. But on another rare C740 with Celeron 3215u CPU instead of 3205u, it won't work. Blank/blinking screen, This late model C740 has Broadwell rev. 09 board instead of the standard rev. 08 on normal C740.
Tried the new 4.19.32 kernel on this rev. 09 CB and it has the same problem as the R11: touchpad doesn't work and screen res not correct.(lower)

Post Reply