From owner-freebsd-current@freebsd.org Thu Jan 7 02:11:09 2016 Return-Path: Delivered-To: freebsd-current@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 C4041A65392 for ; Thu, 7 Jan 2016 02:11:09 +0000 (UTC) (envelope-from grembo@freebsd.org) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 26FCE123C for ; Thu, 7 Jan 2016 02:11:08 +0000 (UTC) (envelope-from grembo@freebsd.org) Received: (qmail 89793 invoked by uid 89); 7 Jan 2016 02:04:25 -0000 Received: from unknown (HELO ?192.168.250.192?) (mg@grem.de@88.217.180.51) by mail.grem.de with ESMTPA; 7 Jan 2016 02:04:25 -0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: after update to r292778 no interface ath0 and wlan0 From: Michael Gmelin X-Mailer: iPhone Mail (13C75) In-Reply-To: <20160107014958.GA1697@c720-r285885-amd64> Date: Thu, 7 Jan 2016 03:04:24 +0100 Cc: freebsd-current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <40C37099-59AA-4A6B-9E7E-7926AD16A104@freebsd.org> References: <20160107014958.GA1697@c720-r285885-amd64> To: Matthias Apitz X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 07 Jan 2016 02:11:09 -0000 > On 07 Jan 2016, at 02:49, Matthias Apitz wrote: >=20 >=20 > Hello, >=20 > I have updated my Acer C720 netbook (amd64) from r285885 to r292778 and > now I do not see any network devices; the kernel is just GENERIC; >=20 > the lines in /etc/rc.conf are >=20 > wlans_ath0=3D"wlan0" > ifconfig_wlan0=3D"WPA DHCP" >=20 > (i.e. unchanged as they worked before); in dmesg the aht0 is shown as > usual with: >=20 See https://lists.freebsd.org/pipermail/freebsd-net/2015-August/042976.html a= nd don't forget to run mergemaster to update rc scripts. - Michael