From owner-freebsd-current@FreeBSD.ORG Tue Aug 12 15:40:50 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6368106568F for ; Tue, 12 Aug 2008 15:40:50 +0000 (UTC) (envelope-from rohit.trip@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.233]) by mx1.freebsd.org (Postfix) with ESMTP id 89E828FC1C for ; Tue, 12 Aug 2008 15:40:50 +0000 (UTC) (envelope-from rohit.trip@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so4237826rvf.43 for ; Tue, 12 Aug 2008 08:40:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=pQCNeP3X2m+kFzjyKGfpbfE3MIdUhM8c+fJGSPJwC+E=; b=S0gDdM5QWZ/OsncCcaWWkFoFzlvhJDXACLT8aYwJhYzvo/9iWzY0WMFgq+DNf5NsFU lOg1RYyXPq6K0YhejMhq9xdioHEa6bEnLujUefWGbRGZuTiDOiymdbojzHbfLneI2Wrk HyIql8gQ94K879hMbaEjX4M+7nTqnLSdHolVA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=pHJ0cVGnroW/dlJ8OphQEBopuD4qsPpwLQfT6++msBn9eZDRWnsqDJ8IQPRceKVpMp plXLCkQYK6wcehraGxSuXvHNKsn64mLusNserxgSfSyGKLg2BJa5eZDiXsdsga8tIo1g PNFIL5uL0DNWy+ejHNdHYvFsPT6NTNqLMhZ18= Received: by 10.141.88.3 with SMTP id q3mr4479302rvl.94.1218555650076; Tue, 12 Aug 2008 08:40:50 -0700 (PDT) Received: by 10.141.42.5 with HTTP; Tue, 12 Aug 2008 08:40:50 -0700 (PDT) Message-ID: <33615c8e0808120840l5e6f47b9gaac8f672b5a1af04@mail.gmail.com> Date: Tue, 12 Aug 2008 11:40:50 -0400 From: "Rohit Tripathi" To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [iwn driver] SIOCS80211 error on 4965AGN X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 12 Aug 2008 15:40:50 -0000 Hi, I configured an amd64 kernel with iwn option and set the license variable in loader.conf. My make.conf specifies cputype of nocona Upon trying to bring up iwn0 I get a SIOCS80211 error. My machine is a Lenovo t61p. Do I need to play around with ioctls ? I'm somewhat new to debugging the kernel :) -Rohit