From owner-freebsd-drivers@FreeBSD.ORG Sat Oct 13 07:52:16 2007 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43B2216A420 for ; Sat, 13 Oct 2007 07:52:16 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id D38AF13C465 for ; Sat, 13 Oct 2007 07:52:15 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so120846uge for ; Sat, 13 Oct 2007 00:52:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:sender; bh=8VxSpvs2TcPMTXG+aaQM6EoleohJPU8b6p+zdTtmMGg=; b=nUVJVq7JPTcqqYWfCAveYjf3eF5LxqNX0h2mKNuSdrN5tea2ovo3R8bUJVh/VetimLNpSglYM+/qNBNE5Io3+ewSOse/4l/adzlrjWrQzNkDrQ6RWbVQaS2aKaUUy5DavPtNMxNKvXZ0WCcmINsqnrZeIrl/BSP25/wx6BcIvio= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:sender; b=oLW7mscffKIKH/FdP1ynj0MmVQ3PBBc1TE2FHEgdRr2l3f4kG7Aw9m/niY1uwjOTyhqIsKqtAz+l+4w+YfLBYosY6Jw+lRJnjKwUvC6+83aPlGMGI1Hl+677A1V5juhj9Y10gWmaYwz6kxNhd30azTVQgEJNAnMWLMCirjP7i30= Received: by 10.67.196.4 with SMTP id y4mr5251137ugp.1192260304009; Sat, 13 Oct 2007 00:25:04 -0700 (PDT) Received: from homegate ( [196.34.241.123]) by mx.google.com with ESMTPS id b36sm330105ika.2007.10.13.00.24.57 (version=SSLv3 cipher=OTHER); Sat, 13 Oct 2007 00:25:02 -0700 (PDT) From: David Naylor To: freebsd-drivers@freebsd.org Date: Sat, 13 Oct 2007 09:26:36 +0200 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710130926.36758.blackdragon@highveldmail.co.za> Sender: David Naylor Subject: Rum and rt73: Signal problems X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2007 07:52:16 -0000 Hi. I have a Canyon USB wireless stick that uses the rt73 chipset. The problem that I am having is that the device does not appear to be operating at full strength (and does not appear to be able to change that). It is reporting the home wireless network as around -90 while the linux and windows drivers (ndiswrapper for linux) report the signal strength at around -60. Earlier linux drivers also had the same problem. I tried using project evil however it caused a kernel crash (can not remember the details). I am running FreeBSD-Current from about two months ago (I'm in the process of updating). Have a good weekend David