From owner-freebsd-wireless@freebsd.org Mon Mar 20 12:11:24 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 E9785D13357 for ; Mon, 20 Mar 2017 12:11:24 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 802ABD4B for ; Mon, 20 Mar 2017 12:11:24 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-wm0-x22b.google.com with SMTP id n11so61670744wma.1 for ; Mon, 20 Mar 2017 05:11:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=eLRYxELbolkKJwLOZ2z03ZzqpcT6uPyguY9bfPOB71k=; b=o74CoRdNylwJ5UsX4GWBk42vfJqjZgaldKSxxhM2hV4tGiQ+v9idqkAu2xoqAZIdzY DehKrrPaaHNHIXiPJK5oy8FrW7fQNUMvrOpapjxIjL1E2jnzSIbC5BL2QWGukQo9L+Rn jk11DCB9NZMEpCtOH9k6172eLnBKFtqRhqagbbZOZFNMpyrTgBfUx4EhLy83IKVfxui4 /UKrULof8ffWYGEezITEst2xsqvuRqz5uS0BTfBcfdVpDLESOlEkV7FyAK4BH5OtWdY6 ucNgVqyY9LFixMCqPxmHHlCSYcmmak73yofZPJmaC9C/bOT3DnwnpUVeIBnE0zT+3uKK gpIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=eLRYxELbolkKJwLOZ2z03ZzqpcT6uPyguY9bfPOB71k=; b=KU85sXinjakX70y1YcyDge96RtJyClTCoeq8SmI5pB/AsU1BiQmI4dr0dQ1yuW0Aso Ixay9ywguE3w0wb7eNoSttUdhZvsAEFny+oHGkxkQqDDfGT4kH1j+2xMrMx/4/IScGoH SF5Q/p59iGmMRCgRd/9JAK8sTvr5oy0Wa9hQxsSQ+H+ZzSseWA4xNPw2yygJL0xnyu6T XKSGTXSpUyaVyn//lwpcgWHi3+JpVXgHuKXkb6IO2pRi40Z6dUa+mEKvT0+oOkqu0dG2 20FHy0clYof2LrZvo8frAjBeU324+DPUWEposppZ2xl7okJ6YkvdVbE1cwPOKlffcloZ c5EA== X-Gm-Message-State: AFeK/H11qwxP+sFibp5M7Ml/kRlbyzoz6upWG/31yUFPE8pNdTEFzW5lPnO0xcPgZtzL6ePpPStUWB7SaAzwBQ== X-Received: by 10.28.37.3 with SMTP id l3mr7732659wml.100.1490011882930; Mon, 20 Mar 2017 05:11:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.178.97 with HTTP; Mon, 20 Mar 2017 05:11:22 -0700 (PDT) From: Ben Woods Date: Mon, 20 Mar 2017 20:11:22 +0800 Message-ID: Subject: iwm7265 device no longer working after 7265D firmware added in r314079 To: "freebsd-wireless@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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:11:25 -0000 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 -- From: Benjamin Woods woodsb02@gmail.com