From owner-freebsd-gnome@FreeBSD.ORG Thu Apr 21 22:07:13 2005 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9CBB16A4CF for ; Thu, 21 Apr 2005 22:07:13 +0000 (GMT) Received: from web51901.mail.yahoo.com (web51901.mail.yahoo.com [206.190.39.44]) by mx1.FreeBSD.org (Postfix) with SMTP id 6501F43D1F for ; Thu, 21 Apr 2005 22:07:13 +0000 (GMT) (envelope-from eol1@yahoo.com) Received: (qmail 73912 invoked by uid 60001); 21 Apr 2005 22:07:12 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=1F//OAEYenSsezo2lz0i0lGaHtV01SFX8E6npzwVb9sWLqEbHIEFX5GCHiR/4E6K8BRkBaDurbeGQfJzjf4+HUHu3N9CUOSDzuu4RxGqmk3vzvJ39pX9KsNS+k4xDP8aWb3NXbF+P6NxSiAAhedHiA/2ocSHLCCYmWOXZKNBv1M= ; Message-ID: <20050421220712.73910.qmail@web51901.mail.yahoo.com> Received: from [166.90.189.112] by web51901.mail.yahoo.com via HTTP; Thu, 21 Apr 2005 15:07:12 PDT Date: Thu, 21 Apr 2005 15:07:12 -0700 (PDT) From: Peter Thoenen To: gnome@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: FreeBSD Port: Netspeed 0.12 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: eol1@yahoo.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2005 22:07:14 -0000 Hallo, Not sure if you had this problem or even noticed it yet but below is a correspdance I had with the applet designer. Might want to update the port makefile. Am Donnerstag, den 21.04.2005, 14:10 -0700 schrieb Peter Thoenen: > Just as a heads up, just updated Netspeed from 0.10 to 0.12 and can no longer > monitor my atheros card (ath0) ... can select the device but shows ZERO > activity (though shows connected) even though its in use now. Worked just fine > with 0.10 Hi, netspeed now uses its one code to get the bytes transferred on a network device. This is linux specific however (at least i think so - it reads the bytes from /proc/dev/net). This was because of a bug in glibtop >= 2.8, which made netspeed crash (don't know if the bug has been fixed yet). The old code which uses glibtop is still available however. Just run ./configure --enable-glibtop. Hope that helps, Jörgen