From owner-freebsd-current@freebsd.org Tue Sep 18 08:17:46 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 156D11096FEE for ; Tue, 18 Sep 2018 08:17:46 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: from mail-wm1-x336.google.com (mail-wm1-x336.google.com [IPv6:2a00:1450:4864:20::336]) (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 7D79E8414E for ; Tue, 18 Sep 2018 08:17:45 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: by mail-wm1-x336.google.com with SMTP id t25-v6so1580499wmi.3 for ; Tue, 18 Sep 2018 01:17:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=qxEzZga+x6ja1iV1i6VdlTZCIZcWEaM03FR/PefPm58=; b=OP2xY8QjhtrzbO+bJQGububQlg5GMiN8LakBsEy4C9RSavTVmnL7U0+BF/x36uUs7f ynpvSWx/oW2TV77Sy3TxxB7DtBHohO9uTHw5jNSvZ7fAdS1Xsw9VCPMJsYMoOHSr7WwD TPf8bPcoht6zWdomQHGWcaiaP3hgZe4dcpq7CFzigwk7kmRBK1FFJ7+XeqVwM7zWYw8R 27CKfaHjmjQJtYW8piwEar7d6EVCX/9X4jVbI/L0FORp8FPksFzxlaew8JFAPtMunJDS 1rr59xKWGK7AmFpcd+hr4g/jOWCGbMoEzotmBamhIhLXAHJc0OBgDAuLvsz87h70hdqY AGqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=qxEzZga+x6ja1iV1i6VdlTZCIZcWEaM03FR/PefPm58=; b=POqZMIoc85YCGa7kW6Y+VOhYXL/vhsKVfupocUTarYZNNrcq4zj5d5kGXx1DGh3sSu d/Vyhr0D+RbmZqODcpd6eyizA9KS8rs7rJrfTt1tLCTDoW+0O2UySyqVzmDKGLyGJIj3 nlpo7WsjHtV8d0LF9PTHM3MiKEeMjgQ3kwYDsZLQ1Y0X+Hj0rSq0tttfxKm0F/rZKTS2 nnShpfP/RChbFoZ6jhSRwO115A3vAgezfn26/Y/lxUT+/Fpl7S9xGIb1/P7J8Co9IfF9 nNEaxpdNVwp5zhj5f7uZ8FLlVjZSsjwv5JQcf6/Xq9gmyug7Q0k/c+r6euHV8FtMBmga IPqQ== X-Gm-Message-State: APzg51Bht5B+kbOmalM9Wtpn3FS5Reg+eXtwff8glt2/X6pcxbR/YSVc uIkh4nzaj760FEM20KhQpd7tuLBAU82aZQjTk3/AlAH5 X-Google-Smtp-Source: ANB0VdZDtvWgEw9clj0+SpT/5JY+BILtAUyqPLVQEam8AU2etSGoE0QI7Z673YPCYWiSixIUKLHoW1eIh5LSAlIX7vY= X-Received: by 2002:a1c:7412:: with SMTP id p18-v6mr14754026wmc.49.1537258663796; Tue, 18 Sep 2018 01:17:43 -0700 (PDT) MIME-Version: 1.0 From: Johannes Lundberg Date: Tue, 18 Sep 2018 09:17:07 +0100 Message-ID: Subject: usb rtwn not loaded properly at boot To: 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:17:46 -0000 Hi I have (with 12-ALPHA5) /boot/loader.conf rtwn_load="YES" if_urtw_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?