From owner-freebsd-current@freebsd.org Tue Sep 18 08:41:22 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 140D21097CE1 for ; Tue, 18 Sep 2018 08:41:22 +0000 (UTC) (envelope-from yuripv@yuripv.net) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A246C856BC for ; Tue, 18 Sep 2018 08:41:21 +0000 (UTC) (envelope-from yuripv@yuripv.net) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id 8AEC84C1; Tue, 18 Sep 2018 04:41:20 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Tue, 18 Sep 2018 04:41:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yuripv.net; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=LkuWNomxIJwgZkLU5CyDsUEKWcs6I vS7bVmd7vJjuZY=; b=u9zHrPszrVmRRyx/H4njatpQgVOELFXSKbGTgFV8QVc5m nihIXbiDkiJ7Fh/AwB1cVvDE/4gwgkFR2T+i7/fRonXQpWLOMItlnraK6qqXR0j3 qMEnWotAuZCNuB+fR4hhb+6uou3dPXa3tcUx4Nn0ns0ibDiL58iwsjobxSpA3Ice QhJq05Qr8vwghRVKPFk8zil7H69FvkscWCcpTMNh3H9NL8XNR/dZMv3pn6zRgBZO 5abvIfgG3XpiFQMUZ75e7dIgEjmUj47li7cimpNvRqlm++WxJk9pB7HX6vlMXOsU f/tbcfn2RhTA+5b0iHAwFgChDMj2U5tFW9ypOV8/Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=LkuWNo mxIJwgZkLU5CyDsUEKWcs6IvS7bVmd7vJjuZY=; b=Sn3v8B6c2xvIffVlL8MAvX b1/0UOXnOnnIDEle77ZZeoGF4250qACpuxXfwodqSvWp52Udsb+krjIx/Ei9eKTz EFO6Jl9ttYmLG3YqSOU/g0LuUnL4uGQ6/bWsdbwm3wAlNUinEsBZTTQSnGfwfZGN J5wgUYiuLZuQ3oGDiBGU2LHnAlju5T8Df0gZsvHzz7t/yQN3eJbqv57+UANBkztN uc7VEz9v/Gdl+DdE6vlhuA8GxFqrzCsgQvxu2zxWvoTbdlPL7xXpYEle0PWbQjZH ZtnMjxU8b5RqFaogUgPSxoGf/VT2etHSS9XFyUEzvHz5OggWdLn2+zpaPoihQ6vQ == X-ME-Proxy: X-ME-Sender: Received: from odin.yuripv.net (unknown [62.183.127.178]) by mail.messagingengine.com (Postfix) with ESMTPA id 37B9D102D9; Tue, 18 Sep 2018 04:41:19 -0400 (EDT) Subject: Re: usb rtwn not loaded properly at boot To: Johannes Lundberg Cc: freebsd-current References: From: Yuri Pankov Message-ID: <3a31624f-7c3d-9286-ad28-039660eba212@yuripv.net> Date: Tue, 18 Sep 2018 11:41:18 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Tue, 18 Sep 2018 08:41:22 -0000 Johannes Lundberg wrote: > On Tue, Sep 18, 2018 at 9:27 AM Yuri Pankov wrote: > >> Johannes Lundberg wrote: >>> Hi >>> >>> I have (with 12-ALPHA5) >>> >>> /boot/loader.conf >>> rtwn_load="YES" >>> if_urtw_usb_load="YES" >> >> rtwn(4) thinks this should be if_rtwn_usb_load="YES". >> > > Ah yes. Sorry about that. I still suffer confusion from the rename. > Still, it doesn't change anything since if_rtwn_usb was loaded anyway. OK, just making sure. My guess based on experience with iwm where I need to specify both if_iwm_load="YES" *and* iwm8265fw_load="YES" would be explicitly loading the firmware you need from loader.conf. >>> /etc/rc.conf >>> wlans_rtwn0="wlan0" >>> ifconfig_wlan0="WPA DHCP" >>> >>> but still after boot only lo0 exists and all modules are loaded. >>> >>> Manually running >>> ifconfig wlan0 create wlandev rtwn0 >>> sets up the interface correctly. >>> >>> In my kernel config I have >>> MODULES_OVERRIDE="....usb rtwn_usb rtwn ...." >>> >>> I'm pretty sure this has worked before... Any clues?