From owner-freebsd-current@freebsd.org Wed Aug 3 15:44:33 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 9DAAFBAEF47 for ; Wed, 3 Aug 2016 15:44:33 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66FFC1E59 for ; Wed, 3 Aug 2016 15:44:33 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1bUyLO-0004YT-LJ for freebsd-current@freebsd.org; Wed, 03 Aug 2016 17:44:31 +0200 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-current@freebsd.org Subject: Re: Wierd issues with wifi in hostap mode in FreeBSD 11 References: Date: Wed, 03 Aug 2016 17:44:30 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.0 X-Scan-Signature: e6bdf1242ae0fe6211617ef395c8efe5 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Wed, 03 Aug 2016 15:44:33 -0000 On Wed, 03 Aug 2016 10:05:57 +0200, Stefan Lambrev wrote: > Greetings, > > > I've just installed FreeBSD 11 on Soekris net5501 with the following wifi > card: > > > root@soekris:~ # dmesg |grep ath0 > ath0: mem 0xa0010000-0xa001ffff irq 15 at device 17.0 on > pci0 > ath0: AR5413 mac 10.5 RF5413 phy 6.1 > ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0063 > > ath0@pci0:0:17:0: class=0x020000 card=0x110719b6 chip=0x001b168c > rev=0x01 hdr=0x00 > vendor = 'Qualcomm Atheros' > device = 'AR5413/AR5414 Wireless Network Adapter [AR5006X(S) > 802.11abg]' > class = network > subclass = ethernet > > > But wat is very strange for me is that I do not see ath0 device on > ifconfig: > > > root@soekris:~ # ifconfig ath0 > ifconfig: interface ath0 does not exist > > At the same time if I crate wlan0 to list caps it works: > > root@soekris:~ # ifconfig wlan0 create wlandev ath0 > root@soekris:~ # ifconfig wlan0 list caps > drivercaps=4f8defc1 > LE,MONITOR,MBSS,WPA1,WPA2,BURST,WME,WDS,TXFRAG> > cryptocaps=1f > root@soekris:~ # > > > The issues is that when I try to start wlan0 in hostap mode - FreeBSD > freezes, unfortunatelly I cannot find my serial port cable atm and cannot > see what exactly is displayed on the console but it's a hard freeze and > the > device do not reboot after it e.g. power cycle is required. > > > When configured from rc.conf it boots and do not freeze but still says > status: no carrier and hostapd complains that the device is not > configured. > > snippet from rc.conf: > > cloned_interfaces="bridge0" > wlans_ath0="wlan0" > create_args_wlan0="wlanmod hostap" > ifconfig_wlan0="ssid cheffo country bg up" Hi, I don't know how people should know, but after some mails in the past (when 11 was still CURRENT) I learned that the 'country' statement is moved to create_args_wlan0 too. I don't know about ssid. Oh!!! Cheer! The man page of ifconfig says 'The following parameters are specific to cloning IEEE 802.11 wireless interfaces with the create request:' and than has a very long list of parameters. Cheers, Ronald. > ifconfig_bridge0="addm vr0 addm vr1 addm vr2 addm vr3 addm wlan0 up" > ifconfig_bridge0_alias0="inet 10.1.1.2 netmask 255.255.255.0" > > I'm still with GENERIC kernel and there are no changes or custom cpu > optimizations done so far: > > root@soekris:~ # uname -a > FreeBSD soekris.ziops-security.org 11.0-BETA3 FreeBSD 11.0-BETA3 #0 > r303469: Fri Jul 29 04:28:58 UTC 2016 > root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC > i386 > > root@soekris:~ # cat /boot/loader.conf > dcons_load="YES" > dcons_crom="YES" > crypto_load="YES" > cryptodev_load="YES" > glxsb_load="YES" > if_bridge_load="YES" > wlan_xauth_load="YES" > > > root@soekris:~ # kldstat > Id Refs Address Size Name > 1 19 0xc0400000 1a9313c kernel > 2 1 0xc1e95000 80d4 geom_label.ko > 3 1 0xc1e9e000 bc80 if_bridge.ko > 4 2 0xc1eaa000 6ce0 bridgestp.ko > 5 1 0xc1eb1000 3a70 dcons.ko > 6 1 0xc1eb5000 5978 cryptodev.ko > 7 1 0xc1ebb000 548c glxsb.ko > 8 1 0xc1ec1000 1d6c wlan_xauth.ko > > > I have to mention that I've tried with 11-BETA2 first and there were the > same behaviour, and also I have used this soekris setup for few years > with > FreeBSD 7 and 8 for a home wifi router so I do know that the hardware is > supported and OK, as it worked rock solid just before reinstalling it > with > FreeBSD 11. > > Any advice on how to get wifi working again? > > Thanks! > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org"