Re: run0 USB NIC doesn't create the network interface on 11

2016-10-22 Thread Michael Zhilin
Hi, Since 11- there is no network interface for wireless devices. To list wireless devices, please use: "sysctl net.wlan.devices". To create network interface, use: "ifconfig wlan0 create wlandev run0" (or via /etc/rc.conf, but I don't remember exact command). Thanks! On Sun, Oct 23, 2016 at 9:2

Re: BCM4312 DMA problem on FreeBSD 11

2017-01-13 Thread Michael Zhilin
Hi, I don't see such fatal error. :/ Could you please give output of ifconfig wlan0? Thanks! On Thu, Jan 12, 2017 at 2:42 AM, Vladimir V. Krylov < volodimir.kry...@gmail.com> wrote: > Hello, team, > > On a new release (FreeBSD 11.0) with Broadcom Wifi chip (BCM4312) I have > the next problem: o

Re: Advice for writing wireless drivers?

2017-03-25 Thread Michael Zhilin
Hi Try IRC chat #freebsd-wifi (AFAIK on efnet). There is bhnd framework for broadcom chips, but still need love to adapt bwn to this framework. Best contacts - landonf@ and adrian@. Best regards, Michael. 25 марта 2017 г. 3:08 AM пользователь "Kiernan Hager" < kah.listaddr...@gmail.com> написа

Re: BCM4321 wireless card

2017-05-26 Thread Michael Zhilin
Hi, Starting with freebsd 11.0-release, please use "sysctl net.wlan.devices" to list active wifi devices. To connect to WiFi network, you still can "ifconfig wlan0 create wlandev bwn0" and proceed further steps with wpa_supplicant. Thanks, Michael. On Sat, May 27, 2017 at 6:27 AM, Richard Yang

Re: Adding wifi source code

2017-09-02 Thread Michael Zhilin
Hi, May be it not best material, but blog of adrian@ is really helpful: http://adrianchadd.blogspot.com.tr/?m=1 Best regards, Michael 2 сент. 2017 г. 11:11 ДП пользователь "Thomas Mueller" написал: > > Here's a pdf giving a decent overview: > > https://www.bsdcan.org/2006/papers/freebsd.device

iwn panic from Wireless-N 2200

2018-11-01 Thread Michael Zhilin
Hi, Since yesterday I see constant errors from wireless card Wireless-N 2200 on FreeBSD 12-ALPHA3 (sorry, not yet updated to 13-CURRENT): iwn0: iwn_panicked: controller panicked, iv_state = 0; restarting iwn0: iwn_intr: fatal firmware error firmware error log: error type = "UNKNOWN" (0x

Re: atheros 5223 issue on FreeBSD 12?

2019-05-15 Thread Michael Zhilin
Hi, Did you raise PR? I suppose it's new issue. Thanks! On Wed, May 15, 2019 at 3:36 PM Sreenath Battalahalli via freebsd-wireless < freebsd-wireless@freebsd.org> wrote: > Hi all, > > I have an Intellinet USB wifi adapter that has a Atheros 5223 chip. > It was working with Freebsd 10. I recentl