Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jan 2004 15:39:33 -0500
From:      Jung-uk Kim <jkim@niksun.com>
To:        Joe Marcus Clarke <marcus@marcuscom.com>
Cc:        freebsd-gnome@freebsd.org
Subject:   Re: ath and wireless link monitor
Message-ID:  <200401021539.33278.jkim@niksun.com>
In-Reply-To: <1073069599.779.18.camel@gyros>
References:  <E1AcU9A-000N27-3i@ran.psg.com> <1073069599.779.18.camel@gyros>

next in thread | previous in thread | raw e-mail | index | archive | help

--Boundary-00=_Fcd9/93NJqyr8Ac
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On Friday 02 January 2004 01:53 pm, Joe Marcus Clarke wrote:
> On Fri, 2004-01-02 at 13:35, Randy Bush wrote:
> > anyone have wireless link monitor 2.4.1 running with freebsd
> > -current and the ath driver, please send clues.  i get "No
> > Wireless Devices" in the prefs window.
>
> Someone needs to add support probably.  Send me a ath card, and
> I'll do it.

FYI, 'ath' doesn't need another hack.  Check the attached patch.  It 
works for me.

Jung-uk Kim

> Joe
>
> > randy
> >
> > _______________________________________________
> > freebsd-gnome@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> > To unsubscribe, send any mail to
> > "freebsd-gnome-unsubscribe@freebsd.org"

--Boundary-00=_Fcd9/93NJqyr8Ac
Content-Type: text/x-diff;
  charset="euc-kr";
  name="wireless-applet.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="wireless-applet.diff"

--- usr/ports/x11/gnomeapplets2/files/patch-wireless_wireless-applet.c.orig	Fri Jan  2 15:33:05 2004
+++ usr/ports/x11/gnomeapplets2/files/patch-wireless_wireless-applet.c	Fri Jan  2 14:47:06 2004
@@ -1,5 +1,5 @@
 --- wireless/wireless-applet.c.orig	Tue Oct 21 19:06:53 2003
-+++ wireless/wireless-applet.c	Sat Nov 15 16:32:02 2003
++++ wireless/wireless-applet.c	Fri Jan  2 14:46:24 2004
 @@ -30,6 +30,15 @@
  #include <math.h>
  #include <dirent.h>
@@ -242,7 +242,7 @@
 +			}
 +		}
 +		else
-+		if (g_strncasecmp(device, "wi", 2)==0) {
++		if (g_strncasecmp(device, "wi", 2)==0 || g_strncasecmp(device, "ath", 3)==0) {
 +			applet->devices = g_list_prepend (applet->devices, g_strdup (device));
 +			if (g_strcasecmp(applet->device, device)==0) {
 +		    		get_wi_data(applet, device, &level);

--Boundary-00=_Fcd9/93NJqyr8Ac--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401021539.33278.jkim>