From owner-freebsd-current@FreeBSD.ORG Thu Sep 25 19:10:09 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 0EA70106569C for ; Thu, 25 Sep 2008 19:10:09 +0000 (UTC) (envelope-from billpp@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id 93F0A8FC13 for ; Thu, 25 Sep 2008 19:10:08 +0000 (UTC) (envelope-from billpp@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so172855eyi.7 for ; Thu, 25 Sep 2008 12:10:07 -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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=kIXpyhRqBdV/fFAapxCktoBag5g+h3GXWbaEB4KhFtw=; b=OkOoKUA3v43yYwc/4PMJMYeieUk2Wi/PHQDqk34QSHGCfWlwRua9+GntQo4gr3bGEA Mb1725ohx+MbYEHR7X6pR4mTN/HkHwhjrrhNTzq1haAO15PNC2jLa9HIqsrtbDk0u3LV X8092TsfncWHhyL+ePM9oAtdKeS41GXOKWTy8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=gzDa1ccXiyli44gi07+jxz2UJr2RS9EB+5N9wZtTlVwQdG4LM7/G+Z469YiH/T/gAz WzfJv71MX93yaAG0gXntcjcQzpermchIbSVTy8N0cIbvlUrtrDLXq3dbWWpY7Z6jb/gD LKzpeVtutb9cHe5d0VLH50a9lPNwTSkiUSPCM= Received: by 10.103.214.8 with SMTP id r8mr162182muq.64.1222369806732; Thu, 25 Sep 2008 12:10:06 -0700 (PDT) Received: by 10.103.168.17 with HTTP; Thu, 25 Sep 2008 12:10:06 -0700 (PDT) Message-ID: <58aa8d780809251210w7184b73dj8c0b987c324eee28@mail.gmail.com> Date: Thu, 25 Sep 2008 16:10:06 -0300 From: "Flavio Junior" To: freebsd-current@freebsd.org In-Reply-To: <48DBBF35.9090502@math.missouri.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <58aa8d780809241601i724ec7c2p5fd13a3b18027a64@mail.gmail.com> <58aa8d780809250837gbf45204gb007c1ad46812ade@mail.gmail.com> <48DBBF35.9090502@math.missouri.edu> Subject: Re: iwn: Errors during make iwn.ko 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, 25 Sep 2008 19:10:09 -0000 Very thanks Stephen.. With your recomendations and reading (again) iwn and wlan manpage I achieve get wlan working with -current drivers. I'd needed to recompile iwn drivers from current and reinstall it and create manually wlan0 device with ifconfig wlan create wlandev iwn0, but everything works. TA. -- Fl=E1vio do Carmo J=FAnior On Thu, Sep 25, 2008 at 1:41 PM, Stephen Montgomery-Smith wrote: > Flavio Junior wrote: >> >> I'd tried to use that driver but, all operations gives me "unable to >> get *operation* results". >> >> dmesg shows me no error, and detects when I disable wireless button >> (iwn0: RF switch: radio disabled). >> >> I'm sure that have wireless network around (I'm writing this e-mail usin= g >> one). >> >> Does someone there using iwn driver? >> Maybe I have forget something ;/ > > As it happens, I am using the iwn driver. (That is why I happened to kno= w > about it so quickly - incidentally I'm sorry for my snappy tone last time= .) > > Are you doing all the "wlan" stuff that CURRENT now requires for wireless > cards - for example, in my rc.conf I have: > > wlans_iwn0=3D"wlan0" > ifconfig_wlan0=3D"DHCP" > > and all subsequent ifconfig and dhclient commands are done using wlan0. > > (And also, my guess is that the iwn driver you were using was a backport = to > FreeBSD-STABLE, which doesn't have all this wlan stuff, and hence is > incompatible with CURRENT.) > >