From owner-freebsd-current@FreeBSD.ORG Wed Feb 16 19:50:37 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CF7F16A4CE for ; Wed, 16 Feb 2005 19:50:37 +0000 (GMT) Received: from sccimhc91.asp.att.net (sccimhc91.asp.att.net [63.240.76.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1E7443D54 for ; Wed, 16 Feb 2005 19:50:36 +0000 (GMT) (envelope-from pwillia@insightbb.com) Received: from toshib (12-222-108-208.client.insightbb.com[12.222.108.208]) by sccimhc91.asp.att.net (sccimhc91) with SMTP id <20050216195033i9100khps7e>; Wed, 16 Feb 2005 19:50:34 +0000 From: "Paul Williams" To: Date: Wed, 16 Feb 2005 14:50:38 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 thread-index: AcUUH0vovB2dCQ0mTvCYkfqy4BxA1gAQI+Qw In-Reply-To: <20050216120057.19D3E16A4D4@hub.freebsd.org> Message-Id: <20050216195036.C1E7443D54@mx1.FreeBSD.org> cc: racerx@makeworld.com Subject: re: MA401 worked w/5.3 - No go under CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2005 19:50:37 -0000 >Date: Tue, 15 Feb 2005 18:16:58 -0600 >From: Chris >Subject: MA401 worked w/5.3 - No go under CURRENT >To: FreeBSD - Current >Message-ID: <421290FA.40108@makeworld.com> >Content-Type: text/plain; charset=ISO-8859-1; format=flowed > >Hiya folks - > > I'm just starting to follow the CURRENT branch and popped that latest >snapshot on my laptop. Under 5.3 my NetGear MA401 worked with just >adding something like this to /etc/rc.conf: > >ifconfig_wi0="inet xxx.xxx.xxx.xxx netmask 255.255.255.0 ssid XXX >wepmode on wepkey 0xxxxxxxxxxxxxxxxxxxxxxxxxxx" > > And everything came up just dandy. Has something changed? > >-- >Best regards, >Chris > >For every action, there is an equal and opposite >criticism. Chris, The wireless interface changed recently, you will need to manually load the wlan_wep kernel module and add 'weptxkey 1' to your ifconfig line above. Those changes were enough to get my wireless back up. Paul