Date: Fri, 27 Dec 2024 09:43:22 +0100 From: Emmanuel Vadot <manu@bidouilliste.com> To: Fernando =?ISO-8859-1?Q?Apestegu=EDa?= <fernando.apesteguia@gmail.com> Cc: FreeBSD Hackers <freebsd-hackers@freebsd.org> Subject: Re: No iwm interface in current. Message-ID: <20241227094322.64a88d47bc806904f40a51d3@bidouilliste.com> In-Reply-To: <CAGwOe2Y41hPU8CXag_G9o30i9VB2jP6FH-F7uKB2yoZP9%2ByGRg@mail.gmail.com> References: <CAGwOe2Y41hPU8CXag_G9o30i9VB2jP6FH-F7uKB2yoZP9%2ByGRg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, On Thu, 26 Dec 2024 23:55:24 +0100 Fernando Apestegu=EDa <fernando.apesteguia@gmail.com> wrote: > I updated to today's current from a version from Nov 18th. >=20 > I had these lines in loader.conf: >=20 > iwm7265Dfw_load=3D"YES" > if_iwm_load=3D"YES" >=20 > And with those the kernel panics. Then I saw the entry 20241216 in > UPDATING. Can't reproduce it here since I'm writing in my phone, but it > says the iwm firmwares are now shipped as raw files. > So, how can I get the firmware loaded to make my nic work? >=20 > Cheers Without panic trace it's hard to really know what's going on but I think that the problem is that the firmware wasn't loaded by loader and iwm panics since root fs isn't there yet. Just removing those lines will make iwm works again or you can use : iwm7265Dfw_load=3D"YES" iwm7265Dfw_name=3D"/boot/firmware/iwm7265Dfw" iwm7265Dfw_type=3D"firmware" Cheers, --=20 Emmanuel Vadot <manu@bidouilliste.com> <manu@freebsd.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20241227094322.64a88d47bc806904f40a51d3>