From owner-freebsd-arm@freebsd.org Fri Apr 8 19:36:03 2016 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 ED880B088F7 for ; Fri, 8 Apr 2016 19:36:03 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: from mail-qg0-x243.google.com (mail-qg0-x243.google.com [IPv6:2607:f8b0:400d:c04::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B4CD01D08 for ; Fri, 8 Apr 2016 19:36:03 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: by mail-qg0-x243.google.com with SMTP id f105so10892953qge.3 for ; Fri, 08 Apr 2016 12:36:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=abeoouwHokcWVe9d5HarYvieRQCk7T0WftvWaJ+uyYA=; b=amW2p4WnwEdgVI3wkwHBNmiRN43AdkJjHhjKUr4kTO1uhyKcvTxRxSttG6Ch1hjYaK CJtcLKFebBWCR3XRFntUg4vJF8AmGtRVymLBWTW+VtlI6Yk8+YWBE6XKwwXtvHbxfsJL MwzVIn+HGG8Ttrk8urLQHYfIAaJpQZrZaW0wA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=abeoouwHokcWVe9d5HarYvieRQCk7T0WftvWaJ+uyYA=; b=Ddnm/XBgxFBY6W64jUbmhJPF77FGGQgEbciaj736nQcXi4JHyg6pzwd4lY46PTNf3/ 0mWVJ9Qyns1L7UcYCzy7/I3LjnifidOLA+ye05dVPnGxR/qutbh6eqm1ZL6rzAPEY6zx vZ6M3OiTvy/pDnWcvdTYbk765WdhAow+gevpewCgv1rJPxGnlJa4AHyIm4QKYQJvy5nk OhpZPAZ7DUC8mDVGP1ZPY7fEM9dcz0cvnHVra9adT+1GKa7pf2SNfELK/iLjYsdpMXAz H9lXCJeybyHux5EyBY04xU5av5i/9fe64z+fBB9p9u7wZxBrhjZK4fbtuR2qK87qsoCr Dh0Q== X-Gm-Message-State: AD7BkJIgxq4ezda9Q31XTe2UgGrIxqqvStwtHVQlf/f1fDOeF4KiKhQDPK4tYtMQgtlNtA== X-Received: by 10.140.201.130 with SMTP id w124mr14371111qha.57.1460144162150; Fri, 08 Apr 2016 12:36:02 -0700 (PDT) Received: from [192.168.0.18] ([187.60.94.34]) by smtp.googlemail.com with ESMTPSA id w188sm6079283qhb.37.2016.04.08.12.36.00 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 08 Apr 2016 12:36:01 -0700 (PDT) To: freebsd-current@freebsd.org, freebsd-arm@freebsd.org From: =?UTF-8?B?T3RhY8OtbGlv?= Subject: WIFI urtwn possibly broken on 297561 Message-ID: <57080811.5030405@bsd.com.br> Date: Fri, 8 Apr 2016 16:35:45 -0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2016 19:36:04 -0000 Dears I'm testing the CURRENT version on a beaglebone black and have noted the follow behavior. On revision 297561 the wifi adapter stops works after a pkg update. I did the follow tests. Using the version 296898 (OK behavior) and 297561 (wrong behavior): FreeBSD beaglebone 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r296898M: Wed Mar 16 23:52:02 BRT 2016 ota@nostromo:/root/crochet/work/obj/arm.armv6/usr/src/sys/BEAGLEBONE-DEBUG arm ping nostromo ==> OK pkg update ==> OK ping nostromo==> OK network is OK I have tested using this follows adapters and on both the behavior is the same and OK on 296898 : urtwn0: on usbus1 urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R urtwn0: on usbus1 urtwn0: MAC/BB RTL8192CU, RF 6052 2T2R After update to this version FreeBSD beaglebone 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r297561: Fri Apr 8 00:53:13 BRT 2016 ota@nostromo:/root/crochet/work/obj/arm.armv6/usr/src/sys/BEAGLEBONE-DEBUG arm And I did the same tests using the same adapters and the wifi stops work after pkg update. And a complete log of the test: Edit /etc/motd to change this login announcement. % ping nostromo PING nostromo (192.168.0.26): 56 data bytes 64 bytes from 192.168.0.26: icmp_seq=0 ttl=64 time=98.318 ms 64 bytes from 192.168.0.26: icmp_seq=1 ttl=64 time=3.679 ms 64 bytes from 192.168.0.26: icmp_seq=2 ttl=64 time=58.809 ms 64 bytes from 192.168.0.26: icmp_seq=3 ttl=64 time=5.464 ms 64 bytes from 192.168.0.26: icmp_seq=4 ttl=64 time=10.979 ms ^C --- nostromo ping statistics --- 5 packets transmitted, 5 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 3.679/35.450/98.318/37.431 ms % su pkg upApr 8 04:18:24 beaglebone su: ota to root on /dev/ttyu0 daroot@beaglebone:/usr/home/ota # pkg update The package management tool is not yet installed on your system. Do you want to fetch and install it now? [y/N]: y Bootstrapping pkg from pkg+http://nostromo:8080/repo/101armv6-default/.latest, please wait... ^C root@beaglebone:/usr/home/ota # ping nostromo PING nostromo (192.168.0.26): 56 data bytes ^C --- nostromo ping statistics --- 7 packets transmitted, 0 packets received, 100.0% packet loss root@beaglebone:/usr/home/ota # uname -a FreeBSD beaglebone 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r297561: Fri Apr 8 00:53:13 BRT 2016 ota@nostromo:/root/crochet/work/obj/arm.armv6/usr/src/sys/BEAGLEBONE-DEBUG arm this log is for the follow adapter but for the next one the behavior is the same urtwn0: on usbus1 urtwn0: MAC/BB RTL8192CU, RF 6052 2T2R urtwn0: on usbus1 urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R Someone knows whats going on? Thanks a lot -Otacílio