From owner-freebsd-current@FreeBSD.ORG Thu Aug 14 03:50:52 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 2FD7E1065680 for ; Thu, 14 Aug 2008 03:50:52 +0000 (UTC) (envelope-from rohit.trip@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id DAA318FC0A for ; Thu, 14 Aug 2008 03:50:51 +0000 (UTC) (envelope-from rohit.trip@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so176098yxb.13 for ; Wed, 13 Aug 2008 20:50:51 -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=XPU9onh87Lc4/QGnzAtR0GsOyixzpIZ3WCKUQMGl1Ko=; b=CwF8E+uWqJ9x/lFjRZyiey+aZwLYNz/Fxp1Eoeqw160oTvsAOAa8ldVp5PocYRyF2P /iXqnalYCoqstz4AljxDz9cYaiKjQrkSPW6ww8wOD4FF+nlZMhHzpOp7lNJT476G9Fb9 FGcwQHCsGj+6ub7JxIirVK0tCga3lnRkj10IY= 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=D5qFzty2xk4I/icU1pEHdSEH1gNVXs0dxaufmTrTz9dPnHzNuvAviywpaON2kFPRjc KIlVrBqrVmaMXqA1tCXksBYFChCcu6OH60Brcy2JEEQpkPFqvQIANbRq9L/QB39nzcVW ucooUXB5EwvDivEd1c79P/UrU5+mcBa2sDwmk= Received: by 10.140.164.6 with SMTP id m6mr352152rve.210.1218685850459; Wed, 13 Aug 2008 20:50:50 -0700 (PDT) Received: by 10.141.42.5 with HTTP; Wed, 13 Aug 2008 20:50:50 -0700 (PDT) Message-ID: <33615c8e0808132050s765a17acu4b4d63a5e3d133a7@mail.gmail.com> Date: Wed, 13 Aug 2008 23:50:50 -0400 From: "Rohit Tripathi" To: jt In-Reply-To: <33615c8e0808130258h4947f8a2x9032ee8b591c1ae6@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> <33615c8e0808130258h4947f8a2x9032ee8b591c1ae6@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: Thu, 14 Aug 2008 03:50:52 -0000 > 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 > I tried something else today....manually build and install iwn firmware from sys/modules/iwn, checked that loader.conf has the line legal.intel_iwn.license_ack=1, the device is recognized as iwn0 but I tried to set both wlans_iwn0 and wlans_ath0 to wlan0, but still no luck :( Can someone provide the actual command that is used to create wlan0 alias? Another difference I noticed between 7.0 release and current: my Symbol spectrum 24 card was detected correctly under 7.0 as the interface wi0, but under current (after enabling firmware option for symbol) it is not. regards, Rohit