From owner-freebsd-current@freebsd.org Tue Sep 18 08:27:19 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 797B6109751C for ; Tue, 18 Sep 2018 08:27:19 +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 0C73784822 for ; Tue, 18 Sep 2018 08:27:18 +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 F215C507; Tue, 18 Sep 2018 04:27:11 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Tue, 18 Sep 2018 04:27:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yuripv.net; h= 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=CzPlWQyaN/JFy59v/3rmTS9uXJeQT 2IjwEDaZ9PemIY=; b=G39fTYEZWrzufgYp+Apf2gW0m4N0BBSv/qiExRIG89yAy 1ahcdbkkw/Z879UaDR86TlvDoe9eQHbpUffTcHYhOfs6Jdf3h0PmQfZVfl8PYiWG G4+RuPUk7fv14pAmoDNjVtRDd0sI/qnLQ5PHjQA7tS2aBONbYvpjcCWgLmSmyTq0 GOL1vAYXqRCFC/ZcSEZR/MVz95xDBe49qql7xdrXMhjWwo2ZzJVSoQ7RkNlNVvMw XaBBZxTdVvpF+vJRMQ1USkhGqLGIdKxK7wqWrfi2pyacWS26F9vniBUAXh3nQzRT 7L0Jx2opNYfJFj4JVLuUb+AAo0zL0d/Z56GGxQ4Ng== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=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=CzPlWQ yaN/JFy59v/3rmTS9uXJeQT2IjwEDaZ9PemIY=; b=ipnmXPz0jJIBx892ZL6TJs pd1PXHct+UJbsbt/jUTacZha87PbiU/mjZqbGPxPHIUoQRD6cd74rWqZDwh/dLp/ GMDSrCf4DZbrFYYx+sojPe82dis2Z4OKZLIBYFVIeicvDldbrFuQ24rafPGl5JHA pgx3ZqURMj62OnHyXMCnETZCzTjQJ5Ps9fj7vY2Bz0AZCVXKD9aFeTHEMTPGBTSi 5cVuZcgJZeF8fsPInmTCMN8Pyaom8V1ooxiETPvDFwiOaPclogXA/ezXcNsmnPTq 63e/fjkIRBte0jjvv8mWTFRQhXlHUq4V8FTotxr1C1HOB3olv8JLh0KoQw/XxJTw == X-ME-Proxy: X-ME-Sender: Received: from odin.yuripv.net (unknown [62.183.127.178]) by mail.messagingengine.com (Postfix) with ESMTPA id A60A9102D6; Tue, 18 Sep 2018 04:27:10 -0400 (EDT) Subject: Re: usb rtwn not loaded properly at boot To: Johannes Lundberg , freebsd-current References: From: Yuri Pankov Message-ID: Date: Tue, 18 Sep 2018 11:27:08 +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:27:19 -0000 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". > /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?