Re: Can't get BCM4313 ndis driver to work

2016-07-19 Thread Yuri
On 07/18/2016 22:13, Felix Friedlander wrote: Does this mean that NDIS drivers are working again? I thought they were broken… It works for me on 10.3. But I also see crashes because of ndis. I am going to post in a separate thread. Yuri ___

Re: Can't get BCM4313 ndis driver to work

2016-07-18 Thread Felix Friedlander
> On 19 Jul. 2016, at 10:41, Yuri wrote: > >> On 07/17/2016 16:02, Yuri wrote: >> This post https://forums.freebsd.org/threads/33728/ says that BCM4313 should >> work. >> >> But ndis driver when loaded doesn't create the ndis0 interface. >> >> I think only bcmwl564_sys.ko

Re: Can't get BCM4313 ndis driver to work

2016-07-18 Thread Yuri
On 07/17/2016 16:02, Yuri wrote: This post https://forums.freebsd.org/threads/33728/ says that BCM4313 should work. But ndis driver when loaded doesn't create the ndis0 interface. I think only bcmwl564_sys.ko should suffice, though I also tried with 3 .ko files too like this guy suggested.

Re: Can't get BCM4313 ndis driver to work

2016-07-17 Thread Yuri
On 07/17/2016 19:56, Adrian Chadd wrote: What's in dmesg? Nothing is written to dmesg when the kernel module is loaded. I wonder if this is maybe a wrong bcmwl5.inf/bcmwl564.sys. I don't think there is a standard location for these. Yuri ___

Re: Can't get BCM4313 ndis driver to work

2016-07-17 Thread Adrian Chadd
What's in dmesg? A On Jul 17, 2016 7:01 PM, "Yuri" wrote: > On 07/17/2016 17:26, Adrian Chadd wrote: > >> ifconfig wlan0 create wlandev ndis0 >> > > > It doesn't work: > > # ifconfig wlan0 create wlandev ndis0 > ifconfig: SIOCIFCREATE2: Device not configured > > # kldstat > Id

Re: Can't get BCM4313 ndis driver to work

2016-07-17 Thread Yuri
On 07/17/2016 17:26, Adrian Chadd wrote: ifconfig wlan0 create wlandev ndis0 It doesn't work: # ifconfig wlan0 create wlandev ndis0 ifconfig: SIOCIFCREATE2: Device not configured # kldstat Id Refs AddressSize Name 1 22 0x8020 17d6c60 kernel 21

Re: Can't get BCM4313 ndis driver to work

2016-07-17 Thread Adrian Chadd
Try ifconfig wlan0 create wlandev ndis0 On Jul 17, 2016 4:20 PM, "Yuri" wrote: > This post https://forums.freebsd.org/threads/33728/ says that BCM4313 > should work. > > But ndis driver when loaded doesn't create the ndis0 interface. > > I think only bcmwl564_sys.ko should