From owner-freebsd-current@FreeBSD.ORG Sat Mar 14 15:12:44 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 2C17B106566B for ; Sat, 14 Mar 2009 15:12:44 +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 EFE268FC1B for ; Sat, 14 Mar 2009 15:12:43 +0000 (UTC) (envelope-from cochard@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so2208160wfd.7 for ; Sat, 14 Mar 2009 08:12:43 -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=qfVR0N0eQ2/pwqun6747gtfRaGgtHTMn3q8UIcwfq/E=; b=ALCEHehWzLsZcSftv7b6XX/a6bHhh7uieQjXUIPtPY6kgEF7scOwEl5ZKAxYRZxdva LQN0OE61sQns9tC2A15dUm0cSTAE0Xp4R7BA6nt99QP1gFwNSdC+CWvYtXfQqIUjcUbw dyrjsf4faalYtkCD3cVytWfXbOITemWUbhAH0= 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=SuRxuLFVavpPR3AOwdzHZN4vDb6/YadtYezXVUWTzVmuAdV8zKfmdX6eO7fBUgvf4T O3iDiybfbRAB2MJl4coJy7qnz9VTBHywnVTufjDipM5w1dmJa88FOPKYBtLGzPNpnVGT raWHwI3HOWuk48vhMp9uNTd+Mn/DFylrmDCJY= MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.143.28.8 with SMTP id f8mr1185201wfj.202.1237043563602; Sat, 14 Mar 2009 08:12:43 -0700 (PDT) In-Reply-To: <25ff90d60903132154p41d9fb7bx4723bde6dcccf17f@mail.gmail.com> References: <3131aa530903122323n73b671b5y4cb4a4a8896efa14@mail.gmail.com> <25ff90d60903130852p40e153a6hac10340e7eb9d876@mail.gmail.com> <3131aa530903131416j4928df70hc18c2b8cb97e8237@mail.gmail.com> <25ff90d60903132154p41d9fb7bx4723bde6dcccf17f@mail.gmail.com> Date: Sat, 14 Mar 2009 16:12:43 +0100 X-Google-Sender-Auth: f6b4ca3e11c39828 Message-ID: <3131aa530903140812o2ced55ffi46cb7bd475edf776@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: 7bit 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 15:12:44 -0000 > Will your wireless card function for you without the "country FR" setting ? > 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 now! 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 = 1; apic id = 01 fault virtual address = 0x28 fault code = supervisor read data, page not present instruction pointer = 0x8:0xffffffff8044b253 stack pointer = 0x10:0xffffffffe4002ca20 frame pointer = 0x10:0xffffffff.4002cb10 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrrupts enabled, resume , IOPL = 0 current process = 12 (swi4: clock) [thread pid 12 tid 100007 ] stopped at igmp_fasttimo+0x296: movl 0x28(%r14), %eax 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 ! Olivier