From owner-freebsd-current@freebsd.org Tue Sep 18 08:33: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 7C8DA1097988 for ; Tue, 18 Sep 2018 08:33:22 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE86384E93 for ; Tue, 18 Sep 2018 08:33:21 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: by mail-wm1-x330.google.com with SMTP id t25-v6so1639376wmi.3 for ; Tue, 18 Sep 2018 01:33:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=yI2XSR1WOEXElvyk+8xIDQ6eaWmVqdDT34U76veVjYA=; b=Q1xXr+9iFjZPBRIRdAM2aPTcMhevfVYCA7agMEL/7u9U6pok1prka8u0NzcSXiMedy 0p0yLXUdSTFHxrPskURwm9Buy8THhql6BHKNWzF2NXYve//6gzvpJA3SpL7HirG/yccn 3pqdQblvtMTYZSp2HvQAhiXq0QGIrug6eQcpHxGjTOR4BDPgLW4Bf8/dhwRiCfkGJ+uV IlX7vsQpBx8QLobABZlG+wEjmGJW5BrWBBj8h8V76GhVaOe6JLa6SD3eawLzblI3jGo1 +CVnWRgsJGHIfjUPu716pbxJD2lz9czQCEczqmKo1qsyEWP+qAQZggmlFinmj7Qjzbf5 fu3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=yI2XSR1WOEXElvyk+8xIDQ6eaWmVqdDT34U76veVjYA=; b=V4cftAD02Y57beXDy09dLczKf65dXrfKzGBBXIiYoqtRw9d1n4XmRGUanX9CmVkLYX sz+1YZ/aEPXEzfHYT/yF57HC/q1x8+RXK8ELH1EpoE6D21MMtmbVy+BgocBiTt5ULaDk m7fUGLEfdMUNLjjlUNFLJoqlNT93Ff5zojRoZaVByqAej0yjlRFvLoM3W0WJ/rkZwP8h BfwOuV/g6taeS9IJ3YPkQoTL5xXYZDKRpM4Jx+yw4uS93AZj+VYFhjY/0kxyNYMZxfE5 naN4whJyHFCO/qQQvxcA4uJ9WWnf9zywGfTSYIpcjNYKofMcpglxf+7O2BPo3HkMqJ0D NMTg== X-Gm-Message-State: APzg51D40veabO4o0pf9Mw4eSuiMHZw77XOocw0q1b39Y3IxH2//45o6 OEnsk+A1+y3ZLw0jwnjlokd5euLPBIPgDhtmkZJPlw== X-Google-Smtp-Source: ANB0Vdbj7nbAkxqD+dgKPhXtBmwzgEO0bTjAZ4mMxkn5bRVss6vld5qtNmF8C+etntQlwenCH+mnTk7+Tjuw58JAa4w= X-Received: by 2002:a1c:7412:: with SMTP id p18-v6mr14808186wmc.49.1537259600714; Tue, 18 Sep 2018 01:33:20 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Johannes Lundberg Date: Tue, 18 Sep 2018 09:32:43 +0100 Message-ID: Subject: Re: usb rtwn not loaded properly at boot To: yuripv@yuripv.net Cc: freebsd-current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 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:33:22 -0000 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. > > /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? >