From owner-freebsd-arm@freebsd.org Thu Dec 24 14:34:22 2015 Return-Path: Delivered-To: freebsd-arm@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 C4417A51CE7 for ; Thu, 24 Dec 2015 14:34:22 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8342B1D41 for ; Thu, 24 Dec 2015 14:34:22 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from chamsa.cs.huji.ac.il ([132.65.80.19]) by kabab.cs.huji.ac.il with esmtp id 1aC6y6-000Eep-Si for freebsd-arm@freebsd.org; Thu, 24 Dec 2015 16:34:14 +0200 From: Daniel Braniss Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: rpi wifi/wlan0 stopped working Message-Id: <2FD9A764-9F86-4DF1-B8F8-964678BFC21D@cs.huji.ac.il> Date: Thu, 24 Dec 2015 16:34:14 +0200 To: freebsd-arm@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 14:34:22 -0000 with an older current, my rpi sees the wifi, and it actually works, with a more resent current, ifconfig does not show it. when I take out the dongle: root@:~ # ugen0.4: at usbus0 (disconnected) urtwn0: at uhub1, port 4, addr 4 (disconnected) when I re insert it: ugen0.4: at usbus0 urtwn0: on = usbus0 urtwn0: MAC/BB RTL8188EU, RF 6052 1T1R but: root@:~ # ifconfig lo0: flags=3D8049 metric 0 mtu 16384 options=3D600003 inet6 ::1 prefixlen 128=20 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1=20 inet 127.0.0.1 netmask 0xff000000=20 groups: lo=20 nd6 options=3D21 ue0: flags=3D8843 metric 0 mtu = 1500 options=3D80001 ether b8:27:eb:8e:39:ef media: Ethernet autoselect (none) status: no carrier nd6 options=3D29 no wlan0, nada any idea what I=E2=80=99m missing? cheers, danny