From owner-freebsd-current@FreeBSD.ORG Fri Mar 13 21:16:42 2009 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 25539106566B for ; Fri, 13 Mar 2009 21:16:42 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.170]) by mx1.freebsd.org (Postfix) with ESMTP id EAED88FC08 for ; Fri, 13 Mar 2009 21:16:41 +0000 (UTC) (envelope-from cochard@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so1884232wfd.7 for ; Fri, 13 Mar 2009 14:16:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=LVriEbImPoLP9Psz7F2w4+m4wxRyovCgo1TfZt5ouMM=; b=dS+0JEnuyq1m8AqT2pWb2TdEAhzIx3+Z04ib6pzbRkau0++LXEBzIAqszIxJjw+Flx 7maEP95Lv/PbtsOWjDyUNrQzANdYsChZTuZNVdXizduzQKy+CohGnTMjcC0FhodxLgFZ 3VUtB4mztN89RlGa4yJ9Wp4c4sp7LX2H7X8AU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=plLwpZrKoqhE4RpAE6zZ7OpkepkON0/tsVSfMCexKSqsY3jZU9CNVS7RZaM5+rWtTN FtPZK0FEHGKp31sPb9RrJDU5KCrH9uckPiaOjrWbrz7DyDdRxptm9CoWYpY+C1FqIBNy 1u/7x3NsnVYRzKcKZis4Zqj7rxnvsD0Int8rk= MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.142.109.8 with SMTP id h8mr809230wfc.331.1236979001631; Fri, 13 Mar 2009 14:16:41 -0700 (PDT) In-Reply-To: <25ff90d60903130852p40e153a6hac10340e7eb9d876@mail.gmail.com> References: <3131aa530903122323n73b671b5y4cb4a4a8896efa14@mail.gmail.com> <25ff90d60903130852p40e153a6hac10340e7eb9d876@mail.gmail.com> Date: Fri, 13 Mar 2009 22:16:41 +0100 X-Google-Sender-Auth: a371b130f7e759a7 Message-ID: <3131aa530903131416j4928df70hc18c2b8cb97e8237@mail.gmail.com> From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= To: David Horn Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: Is iwn drivers working on Current ? 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: Fri, 13 Mar 2009 21:16:42 -0000 Hi David, > Questions to help see if you are seeing the same problem: > > 1) =A0Do you have ipv6_enabled=3D"yes" in rc.conf ? Yes, if I comment this line and reboot, my new error messages are still: iwn0: error, INTR=3D2000000 STATUS=3D0x0 iwn0: iwn_config: configure command failed, error 35 iwn0: iwn_init_locked: could not configure device, error 35 iwn0: iwn_config: configure command failed, error 35 iwn0: iwn_init_locked: could not configure device, error 35 > 2) =A0Report on the results of "ifconfig -l" > [root@d630]~#ifconfig -l iwn0 bge0 fwip0 lo0 xl0 bridge0 wlan0 iwn0 is the first interface in my case too! > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dconf/132179 I've apply your patch (and re-enable IPv6 too), but no change.. > The real issue is likely a bug in the iwn driver. Hi think so, because without IPv6 it still didn't works. Regards, Olivier