From owner-freebsd-current@FreeBSD.ORG Sat Mar 14 21:02:35 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 066C6106566B for ; Sat, 14 Mar 2009 21:02:35 +0000 (UTC) (envelope-from dhorn2000@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id B17D88FC13 for ; Sat, 14 Mar 2009 21:02:34 +0000 (UTC) (envelope-from dhorn2000@gmail.com) Received: by an-out-0708.google.com with SMTP id b38so1315356ana.13 for ; Sat, 14 Mar 2009 14:02:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=9uaXR+c0GobBJ6YlUTbJgQyAhv4ToE7NBc+LNqMaCcw=; b=xSHVuh3iM8dwX0D9ID/SwGIqHKBruqD+c2CUZtwby98ppqde4DXO7sBoPBfP3LK8l+ VY75Ck/HBIOsb7LwUKrsIipnn4uakYC/2WieLuhKmEDxNJDdgKv8X7uj4bzC8VdJEoqF bG9FfVCZKpNbnPsUJ8LbWKJG/KoRj2FDcUkwc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=eqis6RUDppDldx/JSfFBO3QtnJb9L/DqUPFrYUFXjU/BRONOkWk2BmRxnBwsCF0Osx mY5w3XUoxLMNNwmSDXPg+N8Q841kwnrk+/DWdGw1ks91egz3el0sUWqlZfFAYDopr3+A W8+AjohLtvm3puE+lccqDxrdW9MGotGKECu00= MIME-Version: 1.0 Received: by 10.231.30.198 with SMTP id v6mr616613ibc.22.1237064553747; Sat, 14 Mar 2009 14:02:33 -0700 (PDT) In-Reply-To: <3131aa530903140812o2ced55ffi46cb7bd475edf776@mail.gmail.com> References: <3131aa530903122323n73b671b5y4cb4a4a8896efa14@mail.gmail.com> <25ff90d60903130852p40e153a6hac10340e7eb9d876@mail.gmail.com> <3131aa530903131416j4928df70hc18c2b8cb97e8237@mail.gmail.com> <25ff90d60903132154p41d9fb7bx4723bde6dcccf17f@mail.gmail.com> <3131aa530903140812o2ced55ffi46cb7bd475edf776@mail.gmail.com> Date: Sat, 14 Mar 2009 17:02:33 -0400 Message-ID: <25ff90d60903141402l73f245c4ic739a32fc308bcd3@mail.gmail.com> From: David Horn To: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= 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: Sat, 14 Mar 2009 21:02:35 -0000 On Sat, Mar 14, 2009 at 11:12 AM, Olivier Cochard-Labb=E9 wrote: >> Will your wireless card function for you without the "country FR" settin= g ? >> Give it a try regardless of functionality, just to see if the error 35 >> goes away. > > You are right: removing "country FR" fix the problem: My wireless works n= ow! Good to hear. > > But, this create a second problem: Now my FreeBSD crash at startup, > without generating a core file. > The error message is (manualy write down) : > Fatal trap 12: page fault while in kernel mode > cpuid =3D 1; apic id =3D 01 > fault virtual address =3D 0x28 > fault code =3D supervisor read data, page not present > instruction pointer =3D 0x8:0xffffffff8044b253 > stack pointer =3D 0x10:0xffffffffe4002ca20 > frame pointer =3D 0x10:0xffffffff.4002cb10 > code segment =3D base 0x0, limit 0xfffff, type 0x1b > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =3D DPL 0, pres 1, long 1, def32 = 0, gran 1 > processor eflags =3D interrrupts enabled, resume , IOPL =3D 0 > current process =3D 12 (swi4: clock) > [thread pid 12 tid 100007 ] > stopped at igmp_fasttimo+0x296: movl 0x28(%r14), %eax > Yes, this looks like the same as other reports of a panic in recent igmpv3 = code. See mesages with subject "IGMPv3 hot interface detach panics" and "IGMP+WiFi panic on recent kernel - in igmp_fasttimo()" if you want the details, or just wait a few more days, and I'm sure that a patch will show up in CVS. ;) > I need to reboot in single mode and comment the iwn0 configuration > line in rc.conf for prevent to crash. > But once booted, In can manually configure the iwn0 card without crash. > > I will fill a PR now :-) > > Thanks a lot for your help ! > Not a problem. I'm glad my problems ended up being useful to someone else = ;) > Olivier >