From owner-freebsd-questions@freebsd.org Tue Jan 10 11:45:42 2017 Return-Path: Delivered-To: freebsd-questions@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 F07FBCA95D7 for ; Tue, 10 Jan 2017 11:45:42 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward1p.cmail.yandex.net (forward1p.cmail.yandex.net [IPv6:2a02:6b8:0:1465::11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF04A1033 for ; Tue, 10 Jan 2017 11:45:42 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp2j.mail.yandex.net (smtp2j.mail.yandex.net [95.108.130.60]) by forward1p.cmail.yandex.net (Yandex) with ESMTP id BFFEE2101B for ; Tue, 10 Jan 2017 14:45:29 +0300 (MSK) Received: from smtp2j.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2j.mail.yandex.net (Yandex) with ESMTP id 54CE43EC1A3F for ; Tue, 10 Jan 2017 14:30:06 +0300 (MSK) Received: by smtp2j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id u82jRS0Bfy-U5WSAPvP; Tue, 10 Jan 2017 14:30:05 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0 Subject: Re: Edison tactic - 1.ifconfig wlan0 ssid myssid , work but some missed ,2.pkg install To: freebsd-questions@freebsd.org References: <1483886536.3077593.840915257.60D1F4BB@webmail.messagingengine.com> <20170108165630.540acb46.freebsd@edvax.de> <941e4b56-0d6b-ee11-bf87-0a3b96ccd80a@passap.ru> <20170108190338.682794e7.freebsd@edvax.de> <8b8e732e-42cb-9337-02ad-25115a17edb8@citrin.ru> From: Boris Samorodov Message-ID: <4ef4f71b-d360-353c-9cdd-7db55143e9ec@passap.ru> Date: Tue, 10 Jan 2017 14:30:05 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <8b8e732e-42cb-9337-02ad-25115a17edb8@citrin.ru> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2017 11:45:43 -0000 10.01.2017 02:22, Anton Yuzhaninov пишет: > On 01/08/17 13:03, Polytropon wrote: >>> IWN(4) states that an iwn adapter uses a lodable firmware. >>> Is it actually loaded? >> Isn't that firmware already part of the GENERIC kernel? >> If not, "man iwn" has the relevant items that should be >> added to /boot/loader.conf (or "iwnfn" for all of the >> available firmwares). > > Firmware for iwn is build as module OK > and can be loaded from modeles path. > There is no need to add entries to loader.conf Please, show an example of configuration files (the relevant lines) to prove that. We are speaking about auto/boot/start, aren't we? Disclaimer: I have an iwm (not iwn) device, but I managed to invoke wireless networking only by loading firmware via /boot/loader.conf. > dmesg should contain strings like: > iwn0: iwn_read_firmware: ucode rev=0x12a80601 -- WBR, bsam