From owner-freebsd-wireless@freebsd.org Mon Mar 20 12:25:51 2017 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17746D13AA1 for ; Mon, 20 Mar 2017 12:25:51 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EBD8A15EC; Mon, 20 Mar 2017 12:25:50 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from [134.153.27.124] (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) by freefall.freebsd.org (Postfix) with ESMTP id 0CD537EC9; Mon, 20 Mar 2017 12:25:49 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) From: "Jonathan Anderson" To: "Ben Woods" Cc: "freebsd-wireless@freebsd.org" Subject: Re: iwm7265 device no longer working after 7265D firmware added in r314079 Date: Mon, 20 Mar 2017 09:55:49 -0230 Message-ID: <431AC0AE-4C95-429B-B9D0-2F628630B4DC@FreeBSD.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Mailer: MailMate (1.9.6r5347) X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2017 12:25:51 -0000 On 20 Mar 2017, at 9:41, Ben Woods wrote: > Hi everyone, > > I have been successfully using the iwm(4) driver with my Intel 7265 > wireless card on FreeBSD-current for some time now, but with the > recent > update I applied the other day it has stopped working. > > I upgraded my FreeBSD 12-current: > From: r313908 > To: r315466 > > I suspect the issue was introduced with the addition of the 7265D > firmware > in r314079. > > My dmesg output now shows: > iwm0: mem 0xf7200000-0xf7201fff > at > device 0.0 on pci2 > iwm7265Dfw: root not mounted yet, no way to load image > iwm0: could not read firmware iwm7265Dfw (error 0) > iwm0: Failed to start INIT ucode: 35 > > > Note that I do have the file /boot/kernel/iwm7265Dfw.ko (as well as > others > for 7260, 7265, 8000C, 3160). > > Any ideas what I can do to get my wireless back please? > > Regards, > Ben Hi, Do you have something like `iwm7265fw_load="YES"` in `/boot/loader.conf`? I needed to change `iwm7265fw` to `iwm7265Dfw` when the new firmware came in, then everything seemed to work... Jon -- Jonathan Anderson jonathan@FreeBSD.org