Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Way to monitor single strength with airport
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC
View previous topic :: View next topic  
Author Message
dcstimm
Guru
Guru


Joined: 19 Jun 2002
Posts: 321

PostPosted: Thu Mar 27, 2003 5:53 pm    Post subject: Way to monitor single strength with airport Reply with quote

Is there a way to monitor single strength with my airport? In macosx it has a nice bar that tells me how good the strength is. Anything avalible for linux?

thanks...
Back to top
View user's profile Send private message
homar
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jun 2002
Posts: 94

PostPosted: Thu Mar 27, 2003 9:17 pm    Post subject: Reply with quote

man iwspy

There's a gkrellm plugin: emerge gkrellmwireless
Back to top
View user's profile Send private message
zojas
Veteran
Veteran


Joined: 22 Apr 2002
Posts: 1138
Location: Phoenix, AZ

PostPosted: Thu Mar 27, 2003 9:49 pm    Post subject: Reply with quote

Code:
iwconfig eth1
will report it. also I found a dockapp call wmwave which shows it nicely. (unfortunately not in portage), but you can find it at the dock app warehouse:

http://www.bensinclair.com/dockapp/
Back to top
View user's profile Send private message
chriskwan
n00b
n00b


Joined: 01 Mar 2003
Posts: 59
Location: Nashua, NH, USA

PostPosted: Thu Mar 27, 2003 10:13 pm    Post subject: Reply with quote

if you get GNOME-2.2, there's an applet that does it nicely. However, it says 'WiFi'. I'm working on changing the pixmaps to get it to say 'Airport', but the pixmap is like 8x16.
_________________
[sic]
Back to top
View user's profile Send private message
BlueShift
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jun 2002
Posts: 114
Location: Belgium

PostPosted: Fri Mar 28, 2003 9:45 am    Post subject: Reply with quote

Quote:
also I found a dockapp call wmwave which shows it nicely. (unfortunately not in portage), but you can find it at the dock app warehouse

Cool, I tried to hack together an ebuild for this:
Code:
# Distributed under the terms of the GNU General Public License v2

S=${WORKDIR}/wmwave
DESCRIPTION="WMaker DockApp: Wireless ethernet signal strength monitor"
SRC_URI="http://www.schuermann.org/~dockapps/dist/wmwave-0-4.tgz"
HOMEPAGE="http://www.schuermann.org/~dockapps/"

DEPEND="virtual/x11
        net-wireless/wireless-tools"

SLOT="0"
KEYWORDS="~x86 ~ppc"

src_compile() {
        emake || die
}

src_install () {
        dobin wmwave
        dodoc COPYING README
}
It seems to work, but it's my first, so please go easy on me :-). I didn't include the LICENSE keyword because that wasn't immediately clear (prob. GPL but I wanted to be sure).
Greetings,
Back to top
View user's profile Send private message
dcstimm
Guru
Guru


Joined: 19 Jun 2002
Posts: 321

PostPosted: Sat Mar 29, 2003 4:27 am    Post subject: Reply with quote

chriskwan wrote:
if you get GNOME-2.2, there's an applet that does it nicely. However, it says 'WiFi'. I'm working on changing the pixmaps to get it to say 'Airport', but the pixmap is like 8x16.



Make it a icon that is a airport base station...like a little airport that would be sweet.
Back to top
View user's profile Send private message
chriskwan
n00b
n00b


Joined: 01 Mar 2003
Posts: 59
Location: Nashua, NH, USA

PostPosted: Sun Mar 30, 2003 9:12 pm    Post subject: Reply with quote

where would I post the pixmaps when i'm done with them?
_________________
[sic]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum