Page 4 of 9

Posted: Sun 23 Feb 2020, 12:37
by Brown Mouse
Updated to the latest,first checking it out before adding my existing save file.All upgraded successfully using my personal settings.
The latest Seamonkey seems fine although I had no issues with the previous version.

All running ok so far.

EasyPup version 2.2.11, released February 22, 2020

Posted: Sun 23 Feb 2020, 16:19
by Billtoo
I'm booting from the easypup 2.2.11.1 dvd with a save file on the hard drive:

Computer
Processor 6x AMD Phenom(tm) II X6 1045T Processor
Memory 8159MB (348MB used)
Machine Type Physical machine
Operating System Puppy Buster64
Date/Time Sun Feb 23 10:52:06 2020

Version
Kernel Linux 5.4.20 (x86_64)
Version #1 SMP Tue Feb 18 07:51:15 +08 2020
C Library Unknown
Distribution Puppy Buster64

OpenGL
Vendor X.Org
Renderer AMD REDWOOD (DRM 2.50.0 / 5.4.20, LLVM 7.0.1)
Version 3.1 Mesa 18.3.6
Direct Rendering Y_es

EasyPup 2.2.11.1 is working well on this computer,
Thanks.

Posted: Mon 24 Feb 2020, 12:28
by thinkpadfreak
Hello.

I got interested in EasyPup and have been using it since version 2.2.7.
I like it very much.

Here are my observations:
1. The touchpad settings do not persist. I do not use the touchpad, and so I turn it off. But it is on when X restarts.

(Solved) 2. Some settings of LibreOffice are not accessible. See the attached picture. The items within the red square are not shown.

3. "reboot to commandline" of the shutdown menu does not seem to function. The result is the same as just "reboot."

4. /usr/bin/gtk-query-immodules-3.0 seems to be missing. It is necessary when an input method is set up in order to enable kanji (Japanese / Chinese characters) conversion. There exists /usr/bin/gtk-query-immodules-2.0. It is strange that its gtk-3 equivalent is missing.

Posted: Mon 24 Feb 2020, 13:18
by Brown Mouse
thinkpadfreak wrote:Hello.


2. Some settings of LibreOffice are not accessible. See the attached picture. The items within the red square are not shown.
Try double clicking on them.

Posted: Mon 24 Feb 2020, 14:31
by thinkpadfreak
Brown Mouse wrote:
Try double clicking on them.
Oh, I did not notice. :oops: Thank you.
I usually use OpenOffice, and the user interface is a little different.

EasyPup

Posted: Mon 24 Feb 2020, 15:38
by rameshiyer
Not getting internet on easypup installation. I have configured static ip in wired Lan. It shows connection established however no internet.

Posted: Mon 24 Feb 2020, 18:48
by Argolance
BK wrote:so I guess anyone who likes a "classical pup" but updated.
Yes, indeed! Quite my own case: I've been loving and using it for a few days. Works fine (frugal > USB stick > MSI CR61 4G Laptop)!
Thanks.

Posted: Thu 27 Feb 2020, 02:31
by rameshiyer
Why no solution for my issue

Posted: Thu 27 Feb 2020, 08:02
by thinkpadfreak
@rameshiyer

I wonder if you tried an alternative method to connect to the Internet.

Menu->Setup->Internet Connection Wizard

There you can choose from various wizards. I hope one of them will lead you to the Internet connection.

(It seems that some of the wizards do not function, though.)

Posted: Thu 27 Feb 2020, 10:26
by OscarTalks
rameshiyer wrote:Why no solution for my issue
You haven't really provided much information about what you have done and what you are seeing.

If you are connected but unable to "surf the web", it may be that your DNS is not set up correctly.
What tool did you use to set a static LAN IP, Frisbee?
Did you enter a DNS nameserver (or two) in the configuration, what are they?
What are the contents of /etc/resolv.conf ?

Re: EasyPup

Posted: Thu 27 Feb 2020, 13:37
by BarryK
rameshiyer wrote:Not getting internet on easypup installation. I have configured static ip in wired Lan. It shows connection established however no internet.
Are you able to ping IP addresses? For example:

# ping 8.8.8.8

If so, then the dhcp client is not running properly. You could then try a simple experiment:

# ifconfig
...to determine which ethernet interface is active. say it is eth0:
# dhcpcd eth0

...um, not sure about that. NetworkManager has its own internal dhcp client, so don't know if it will object.

Internet connection

Posted: Fri 28 Feb 2020, 04:28
by rameshiyer
Sir

I have wire static IP configured through network-manager -applet. However, no connection at all. I have changed automatic to manual and provided static id address.
Likewise I have done through nmtui also. (through Network Manger menu).

After googling the puppy forum, i got the location of the connection setting.
i.e. etc/networkmanager/system-connection. The file is attached for your kind perusal.

I feel there is some issued between Network-manager-applet (front end) and backend?.

File name : wiredconnection1.nmconnection

connection]
id=Wired connection 1
uuid=a621efb0-65cc-3924-818a-c70d8c79d0e2
type=ethernet
autoconnect-priority=-999
permissions=
timestamp=1582777909

[ethernet]
mac-address=D8:9E:F3:40:AF:1C
mac-address-blacklist=

[ipv4]
address1=192.168.1.226/24,192.168.1.30
dns=192.168.1.30;8.8.8.8;
dns-search=
method=manual

[ipv6]
addr-gen-mode=stable-privacy
dns-search=
ip6-privacy=0
method=auto

Posted: Fri 28 Feb 2020, 05:02
by rameshiyer
Ping 8.8.8.8
Ping 8.8.8.8 (8.8.8.8): 56 data bytes
Ping:send to: Operation not permitted

Posted: Fri 28 Feb 2020, 05:32
by rameshiyer
resolve. Conf shows name sever i. e 182.168.1. 30,8.8.8.8

Posted: Fri 28 Feb 2020, 07:58
by Sage
http://murga-linux.com/puppy/viewtopic. ... 80#1051280
... Yes, did all that. Works on wifi, recognises the SNS wired and wifi profiles, exactly like yours - (wired DCHP) doesn't connect! Not exactly a neophyte at this game, but just occasionally get inexplicable glitches - this is one! So, looking for a replicant..
Sympathies! Too much reliance on wifi when developers test their work? Maybe switch off wifi for RPi3-onwards/stop using those nasty fault-prone laptops the trade is determined to force on us ?!

Re: Internet connection

Posted: Fri 28 Feb 2020, 10:20
by Brown Mouse
rameshiyer wrote:Sir

I have wire static IP configured through network-manager -applet. However, no connection at all. I have changed automatic to manual and provided static id address.
Likewise I have done through nmtui also. (through Network Manger menu).

After googling the puppy forum, i got the location of the connection setting.
i.e. etc/networkmanager/system-connection. The file is attached for your kind perusal.

I feel there is some issued between Network-manager-applet (front end) and backend?.

File name : wiredconnection1.nmconnection

connection]
id=Wired connection 1
uuid=a621efb0-65cc-3924-818a-c70d8c79d0e2
type=ethernet
autoconnect-priority=-999
permissions=
timestamp=1582777909

[ethernet]
mac-address=D8:9E:F3:40:AF:1C
mac-address-blacklist=

[ipv4]
address1=192.168.1.226/24,192.168.1.30
dns=192.168.1.30;8.8.8.8;
dns-search=
method=manual

[ipv6]
addr-gen-mode=stable-privacy
dns-search=
ip6-privacy=0
method=auto
I'd seriously consider downloading and installing the ISO again,assuming you've not done this already?
Then if that fails take a look at your router.

Internet connection

Posted: Fri 28 Feb 2020, 13:28
by rameshiyer
No need of downloading ISO. Moreover no issue with Router. Please understand the issue. The problem some minor issue in the network software. Nothing more.

Posted: Fri 28 Feb 2020, 17:21
by OscarTalks
rameshiyer,

I am unclear because you originally said "It shows connection established however no internet."
That is why I thought it might be a DNS issue.

Later you said "However, no connection at all".

When you originally allowed automatic connection (via DHCP) was everything OK?

Then when you tried to set a static IP that is when the problem started?
If so, perhaps you can tell us, or post a screenshot, of your static IP settings that you put in.

Internet connection

Posted: Sat 29 Feb 2020, 00:27
by rameshiyer
I have already given static ip in the above post. It shows connected however no actual connection. Not able to browse. I would like to inform you that in Easyos no internet on container browser. Now no internet on Easypup

Posted: Sat 29 Feb 2020, 00:35
by BarryK
thinkpadfreak wrote:Hello.

I got interested in EasyPup and have been using it since version 2.2.7.
I like it very much.

Here are my observations:
1. The touchpad settings do not persist. I do not use the touchpad, and so I turn it off. But it is on when X restarts.

(Solved) 2. Some settings of LibreOffice are not accessible. See the attached picture. The items within the red square are not shown.

3. "reboot to commandline" of the shutdown menu does not seem to function. The result is the same as just "reboot."

4. /usr/bin/gtk-query-immodules-3.0 seems to be missing. It is necessary when an input method is set up in order to enable kanji (Japanese / Chinese characters) conversion. There exists /usr/bin/gtk-query-immodules-2.0. It is strange that its gtk-3 equivalent is missing.
Temporarily have gone back to using flsynclient, see blog post:

https://bkhome.org/news/202002/apps-int ... d-fix.html

Numbers 3 and 4 are fixed:

https://bkhome.org/news/202002/reboot-t ... sypup.html

:D And if you would like to read something totally unrelated to Easy:

https://bkhome.org/news/202002/tougheni ... roads.html