Slacko Puppy 5.3.1 Released

News, happenings
Post Reply
Message
Author
Jasper

#101 Post by Jasper »

Hi arcanis,

I'm using Slacko 5.3 main and I installed "wbar" , without any problems, using the method I suggested.

Here a screenshot of some of my installed packages, including wbar.

If installed you should get a similar view and you should also see it under the Desktop section of the Menu.

Please say which Slacko version you are using and whether a full, frugal etc, installation.

I'm around for the next half hour, but not for some days ahead, but someone will surely help you if I can't.

My regards

ADDENDUM:

I apologise that apparently I may have installed wbar from a different source (though I have no such memory) since the version in my screenshot is later than the version shown using the Slacko Package Manager search box.
Attachments
PackageManager.jpg
(108.12 KiB) Downloaded 1564 times

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#102 Post by Lobster »

In Slacko Release Candidate I did use the Lucid pet successfully
but that is not ideal . . . so I used the 'jasper method'
and have a wbar config but no wbar (missing dependency see below)
There may also be missing fonts

Code: Select all

# wbar
wbar: error while loading shared libraries: libImlib2.so.1: cannot open shared object file: No such file or directory
# 
Wot no bar?
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

Re: Thank you.

#103 Post by DaveS »

Arcanis, to restore JWM, try exit to prompt (ctrl+alt+backspace), and type at the prompt

Code: Select all

xwin jwm
Spup Frugal HD and USB
Root forever!

smthers
Posts: 9
Joined: Mon 17 Oct 2011, 08:38

#104 Post by smthers »

@tasmod many thanks for the script. However it doesn't update the time on boot, but it will if I restart x server. Any ideas?

User avatar
tasmod
Posts: 1460
Joined: Thu 04 Dec 2008, 13:53
Location: North Lincolnshire. UK
Contact:

#105 Post by tasmod »

smthers,

I'll dig out my old laptop which has wireless and take a look see what I can do.
Rob
-
The moment after you press "Post" is the moment you actually see the typso 8)

smthers
Posts: 9
Joined: Mon 17 Oct 2011, 08:38

#106 Post by smthers »

tasmod wrote:smthers,

I'll dig out my old laptop which has wireless and take a look see what I can do.
Wow, cheers bud. 8)

User avatar
tasmod
Posts: 1460
Joined: Thu 04 Dec 2008, 13:53
Location: North Lincolnshire. UK
Contact:

#107 Post by tasmod »

All,

Ok, only being familiar with basic wireless setup I need some help from knowledgeable wifi users.

To test whether connection was up I was checking for ip_tables as the guide.

Is there some straightforward way to check the wi-fi connection is active and working as well?

I lsmod my own wi-fi and could only find ath5 as a pointer, obviously this would be different for each user, so no real use. i need to check for active wi-fi so Psync can then run in autostart.
Rob
-
The moment after you press "Post" is the moment you actually see the typso 8)

User avatar
jim3630
Posts: 791
Joined: Mon 14 Feb 2011, 02:21
Location: Northern Nevada

#108 Post by jim3630 »

tasmod wrote:All,

Ok, only being familiar with basic wireless setup I need some help from knowledgeable wifi users.

To test whether connection was up I was checking for ip_tables as the guide.

Is there some straightforward way to check the wi-fi connection is active and working as well?

I lsmod my own wi-fi and could only find ath5 as a pointer, obviously this would be different for each user, so no real use. i need to check for active wi-fi so Psync can then run in autostart.
tasmod,

ifconfig -a will show active interfaces.

---------
from ppm ettercap will show nice graphics of active interface, actually a quantifiable graphics of active interfaces.

-------
from ppm iftop is another nice one.

console:
iftop -i <interface> in my case wlan0

then toggle with "h"

---
may not be in slacko repo but this one should work. works in racy just remove phony gz.
-----

removed iftop as does not work in slacko-pae
Last edited by jim3630 on Wed 02 Nov 2011, 22:55, edited 1 time in total.

User avatar
tasmod
Posts: 1460
Joined: Thu 04 Dec 2008, 13:53
Location: North Lincolnshire. UK
Contact:

#109 Post by tasmod »

jim,

Thanks for tip. I only need a simple one liner type, I don't want to install anything else.

I had been using ifconfig this morning to determine the active interfaces.

I started up my old laptop and used Frisbee to get wifi working. That's when I discovered a glitch with this method. ifconfig shows active interfaces but not necessarily connected ones.

Using Frisbee I can turn wifi on and off but this doesn't affect ifconfig.

iwconfig does however show the wifi ESSID when connected and removes it when not, so I'm working on that at the moment in between html etc etc. Too many calls on my time just now.
Rob
-
The moment after you press "Post" is the moment you actually see the typso 8)

User avatar
tasmod
Posts: 1460
Joined: Thu 04 Dec 2008, 13:53
Location: North Lincolnshire. UK
Contact:

#110 Post by tasmod »

smthers,

Try this one, I've tested it on my wired and wireless 'puters. It should distinguish between either.

In the case of wifi, although it tests out OK I added an extra 10 second sleep just to be sure it's up before running Psync autostart.

As before rename by removing .tar.gz and place in /root/Startup

Oh and don't forget to check permissions are set, right click, then properties and ticks should be on exec.
Attachments
timesync.sh.tar.gz
(548 Bytes) Downloaded 261 times
Last edited by tasmod on Thu 03 Nov 2011, 10:39, edited 3 times in total.
Rob
-
The moment after you press "Post" is the moment you actually see the typso 8)

User avatar
jim3630
Posts: 791
Joined: Mon 14 Feb 2011, 02:21
Location: Northern Nevada

#111 Post by jim3630 »

tasmod wrote:jim,

Thanks for tip. I only need a simple one liner type, I don't want to install anything else.

I had been using ifconfig this morning to determine the active interfaces.

I started up my old laptop and used Frisbee to get wifi working. That's when I discovered a glitch with this method. ifconfig shows active interfaces but not necessarily connected ones.

Using Frisbee I can turn wifi on and off but this doesn't affect ifconfig.

iwconfig does however show the wifi ESSID when connected and removes it when not, so I'm working on that at the moment in between html etc etc. Too many calls on my time just now.
Rob,

understand about too many calls. don't recall any one line types.probable some code can show tx or rx rate since that is displayed in the program it must have a source.

in slacko pae now and iftop does not work here.

User avatar
tasmod
Posts: 1460
Joined: Thu 04 Dec 2008, 13:53
Location: North Lincolnshire. UK
Contact:

#112 Post by tasmod »

Hi Jim,

I went with the ESSID in iwconfig, along with a conditional check for either wired or wireless.

If it doesn't find wi-fi it just runs anyway.

If it finds wi-fi it loops until ESSID active then runs Psync autostart. Although it worked fine on my wi-fi laptop, just to be sure i added a 10 second sleep before psync ran.
Rob
-
The moment after you press "Post" is the moment you actually see the typso 8)

User avatar
jim3630
Posts: 791
Joined: Mon 14 Feb 2011, 02:21
Location: Northern Nevada

#113 Post by jim3630 »

tasmod wrote:Hi Jim,

I went with the ESSID in iwconfig, along with a conditional check for either wired or wireless.

If it doesn't find wi-fi it just runs anyway.

If it finds wi-fi it loops until ESSID active then runs Psync autostart. Although it worked fine on my wi-fi laptop, just to be sure i added a 10 second sleep before psync ran.
Hi Rob,
both are handy. ESSID indicator in iwconfig is built-in and that's good to know. noticed have to reset clock in slacko couple of times so far will try out your script. thanks

User avatar
8-bit
Posts: 3406
Joined: Wed 04 Apr 2007, 03:37
Location: Oregon

#114 Post by 8-bit »

I do not know if this would help, but a utility I had made called "system information" has a button for Wireless Interfaces that seems to give a lot of information on what it finds for the WIFI interface.
If you do not have it, it can be found here.

It also will list all kernel modules loaded. but it does not give as much detailed information as HardInfo.

User avatar
tasmod
Posts: 1460
Joined: Thu 04 Dec 2008, 13:53
Location: North Lincolnshire. UK
Contact:

#115 Post by tasmod »

Well 4 people downloaded so far.

Is that to look at my crappy code or is it working for you ?
Rob
-
The moment after you press "Post" is the moment you actually see the typso 8)

User avatar
jim3630
Posts: 791
Joined: Mon 14 Feb 2011, 02:21
Location: Northern Nevada

#116 Post by jim3630 »

tasmod wrote:Well 4 people downloaded so far.

Is that to look at my crappy code or is it working for you ?
so far works for me.

smthers
Posts: 9
Joined: Mon 17 Oct 2011, 08:38

#117 Post by smthers »

tasmod wrote:Well 4 people downloaded so far.

Is that to look at my crappy code or is it working for you ?
Appreciate the effort you went to but it's still not working for me - sorry! :oops:

As before, if I restart X it works its magic, but not on a cold boot. :cry:

User avatar
tasmod
Posts: 1460
Joined: Thu 04 Dec 2008, 13:53
Location: North Lincolnshire. UK
Contact:

#118 Post by tasmod »

Don't understand that.

When you first boot, X is started then Startup contents are run.

I'll mod the code to write to a file so we can see what's happening.

How are you checking what happens, Psync autostart is silent?

Try this one. After you have installed it, reboot, wait till desktop then about another minute. There should be a text file called robs as /tmp/robs.
See what is in it, beware do not post contents unless you don't mind your ESSID name being shown.

EDIT:
Just run it on both my machines, wired and wireless. Works faultless, I reset clocks 3 minutes slow in each case and at boot it adjusted them.
When it's run there should be a 'settertime' file as well in /tmp. This shows it has run.
After all checks above, run it manually and check the version. Should be 2.7
Attachments
timesync.sh.tar.gz
(755 Bytes) Downloaded 254 times
Rob
-
The moment after you press "Post" is the moment you actually see the typso 8)

smthers
Posts: 9
Joined: Mon 17 Oct 2011, 08:38

#119 Post by smthers »

@tasmod that did the trick. Many thanks! 8)

User avatar
tasmod
Posts: 1460
Joined: Thu 04 Dec 2008, 13:53
Location: North Lincolnshire. UK
Contact:

#120 Post by tasmod »

Erm, that doesn't compute. All I did was add lines sending text to a file for reporting purposes.

The rest of the code was same as previous, so in effect nothing altered.

Odd!

OK, well I'll add this to Psync v2.8 as it doesn't hurt anything, it should improve Psync autostart for slow wifi startups. For wired it makes no difference.

I'll remove the code lines for file write.
Rob
-
The moment after you press "Post" is the moment you actually see the typso 8)

Post Reply