From owner-freebsd-mobile@FreeBSD.ORG Tue Jan 11 19:21:41 2005 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B94D516A4CE for ; Tue, 11 Jan 2005 19:21:41 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EA9243D5C for ; Tue, 11 Jan 2005 19:21:41 +0000 (GMT) (envelope-from freebsd-mobile@m.gmane.org) Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CoRaF-0006HE-00 for ; Tue, 11 Jan 2005 20:21:39 +0100 Received: from yyykcdxxiv.dsl.saunalahti.fi ([85.76.18.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Jan 2005 20:21:39 +0100 Received: from leoz by yyykcdxxiv.dsl.saunalahti.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Jan 2005 20:21:39 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-mobile@freebsd.org From: Leonid Zolotarev Date: Tue, 11 Jan 2005 21:17:17 +0200 Lines: 36 Message-ID: References: <1105456163.4756.9.camel@localhost> <20050111160734.GL711@empiric.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: yyykcdxxiv.dsl.saunalahti.fi User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en In-Reply-To: <20050111160734.GL711@empiric.icir.org> Sender: news Subject: Re: Problem with D-Link DWL-650+ X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jan 2005 19:21:41 -0000 Bruce M Simpson wrote: > On Tue, Jan 11, 2005 at 06:09:23PM +0300, Alex Povolotsky wrote: > >>none2@pci3:0:0: class=0x028000 card=0x3b001186 chip=0x8400104c rev=0x00 >>hdr=0x00 vendor = 'Texas Instruments (TI)' >> device = '802.11b+ 22Mbps Wireless Adapter' >> class = network >> >>Is it supported? > > > Give Darron Broad's acx driver a try -- Uncle Google will tell you > where to find it. > > Regards, > BMS > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" > Hi, Sorry, if this is a duplicate message, but anyway, there is a port http://www.freshports.org/net/acx100/ of Texas Instruments (TI) ACX100 IEEE 802.11 driver. To install it just do: # cd /usr/ports/net/acx100 # make install clean If you run current or latest stable it is better to use updated driver from http://wlan.kewl.org Regards, LeoZ.