From owner-freebsd-net@FreeBSD.ORG Sat May 12 21:28:57 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A13CF16A408 for ; Sat, 12 May 2007 21:28:57 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from frontmail.ipactive.de (frontmail.maindns.de [85.214.95.103]) by mx1.freebsd.org (Postfix) with ESMTP id 66A7D13C458 for ; Sat, 12 May 2007 21:28:57 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from mail.vtec.ipme.de (Q7cf3.q.ppp-pool.de [89.53.124.243]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by frontmail.ipactive.de (Postfix) with ESMTP id 08943128847; Sat, 12 May 2007 23:00:03 +0200 (CEST) Received: from cesar.sz.vwsoft.com (unknown [192.168.18.3]) by mail.vtec.ipme.de (Postfix) with ESMTP id 5BB713F9E3; Sat, 12 May 2007 22:59:37 +0200 (CEST) Message-ID: <46462AB8.3070500@vwsoft.com> Date: Sat, 12 May 2007 22:59:36 +0200 From: Volker User-Agent: Thunderbird 2.0.0.0 (X11/20070420) MIME-Version: 1.0 To: Alex Povolotsky References: <46461BB6.7050101@webmail.sub.ru> In-Reply-To: <46461BB6.7050101@webmail.sub.ru> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-VWSoft-MailScanner: Found to be clean X-MailScanner-From: volker@vwsoft.com X-ipactive-MailScanner-Information: Please contact the ISP for more information X-ipactive-MailScanner: Found to be clean X-ipactive-MailScanner-From: volker@vwsoft.com Cc: freebsd-net@FreeBSD.org, freebsd-mobile@freebsd.org Subject: Re: Asus WL-167g not working X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 21:28:57 -0000 On 05/12/07 21:55, Alex Povolotsky wrote: > Hello! > > I'm trying to use ASUS WL-167g, with ural driver compiled into kernel, > but system does not recognize it. > > from /var/log/messages > > May 12 23:47:15 tarkhil kernel: ugen1: Ralink 802.11 bg WLAN, rev > 2.00/0.01, addr 2 > > from usbdevs -v > > port 5 addr 2: high speed, power 300 mA, config 1, 802.11 bg > WLAN(0x1723), Ralink(0x0b05), rev 0.01 if_ural.c does not know about a usb ID 1723 (only Asus IDs 1706 and 1705 are known). You need to patch it. HTH Volker