From owner-freebsd-current@FreeBSD.ORG Wed Aug 13 09:58:59 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 D9F3D1065673 for ; Wed, 13 Aug 2008 09:58:59 +0000 (UTC) (envelope-from rohit.trip@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id A64698FC28 for ; Wed, 13 Aug 2008 09:58:59 +0000 (UTC) (envelope-from rohit.trip@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so4823819rvf.43 for ; Wed, 13 Aug 2008 02:58:59 -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:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=O//KNs373nToOqOQBi8LFC1SSJiAI2kuZbIWa08sxA4=; b=CZZuL7XvuH3g5+s0broAXmlZpBNDqZJa79qy7TklwMrj3gpNBwRFhitZJ1DOfC4Y1v lqIKs8UDBwWltq4O/yWAdwlBuMrK5N5Dsx0sOF2WhtyoNVpAahdI0jIqGOsPMT67W6Xh Ce19S+WtfNS0AWGhW3E6jy699C2NeA+Ah2zVA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=l1bNIoLebaW+/wwsqtHAHMgZhMVoqXxJzsZmCSNNHSk2I7oU/j4c1COEwdDGiIlThT qseJZQQvjh3QpV8jC9BSS5XN4+iiJH7aaAQDH5o3t99ylfE8Eis9IXnjg+57kqqWZFJd zEG3jkTX3uMyRyRohiqbC+VelnApBAuUfHdww= Received: by 10.140.208.17 with SMTP id f17mr4699774rvg.218.1218621539350; Wed, 13 Aug 2008 02:58:59 -0700 (PDT) Received: by 10.141.42.5 with HTTP; Wed, 13 Aug 2008 02:58:59 -0700 (PDT) Message-ID: <33615c8e0808130258h4947f8a2x9032ee8b591c1ae6@mail.gmail.com> Date: Wed, 13 Aug 2008 05:58:59 -0400 From: "Rohit Tripathi" To: jt In-Reply-To: <9f8af95f0808121236s6c349a3aqb9a696b739ade50a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <33615c8e0808120840l5e6f47b9gaac8f672b5a1af04@mail.gmail.com> <9f8af95f0808121236s6c349a3aqb9a696b739ade50a@mail.gmail.com> Cc: freebsd-current@freebsd.org Subject: Re: [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: Wed, 13 Aug 2008 09:59:00 -0000 On Tue, Aug 12, 2008 at 3:36 PM, jt wrote: > Rohit, > > a few things -- i assume that you are running current? -- have you set the > machine up following /usr/src/UPDATING? > > if not -- this entry might be of some service -- > > 20080420: Yes, I'm running current and have compiled both GENERIC for amd64 and a custom kernel with debugging disabled and iwn driver built in but neither worked. I have also followed instructions in both networking-wireless.html and the above entry. Putting the line wlans_iwn0=wlan0 in /etc/rc.conf seems to do nothing, if I type ifconfig, it still only shows em0, iwn0, and loopback. -Rohit