From owner-freebsd-current@FreeBSD.ORG Thu Aug 14 04:05:45 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 39F1F106567E for ; Thu, 14 Aug 2008 04:05:45 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 0C60E8FC16 for ; Thu, 14 Aug 2008 04:05:44 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m7E45iRe024185 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 13 Aug 2008 21:05:44 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <48A3AF18.7090708@freebsd.org> Date: Wed, 13 Aug 2008 21:05:44 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: Rohit Tripathi References: <33615c8e0808120840l5e6f47b9gaac8f672b5a1af04@mail.gmail.com> <9f8af95f0808121236s6c349a3aqb9a696b739ade50a@mail.gmail.com> <33615c8e0808130258h4947f8a2x9032ee8b591c1ae6@mail.gmail.com> <33615c8e0808132050s765a17acu4b4d63a5e3d133a7@mail.gmail.com> In-Reply-To: <33615c8e0808132050s765a17acu4b4d63a5e3d133a7@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-Misty-Metrics: ebb.errno.com; whitelist Cc: jt , 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 04:05:45 -0000 Rohit Tripathi wrote: >> 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? > ifconfig wlan create wlandev iwn0 ifconfig iwn0 up dhclient iwn0 > 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. > > wi no longer supports symbol cards. Folks are welcome to add support. Sam