Why wpa_supplicant doesn't start with ndis0 interface?
Warren Block
wblock at wonkity.com
Fri Sep 14 00:45:31 UTC 2012
On Thu, 13 Sep 2012, Glen Barber wrote:
> On Thu, Sep 13, 2012 at 08:34:40AM -0700, Yuri wrote:
>> On 09/12/2012 20:01, Glen Barber wrote:
>>> It would be helpful if you would at least try my cron(8) suggestion.
>>
>> So I tried adding the lines into crontab:
>> @reboot root /sbin/kldload /boot/kernel/if_ndis.ko >/dev/null 2>&1
>> @reboot root /sbin/kldload /boot/modules/bcmwl5_sys.ko >/dev/null 2>&1
>>
>> Firstly, for some reason, this method fails to load bcmwl5_sys.ko with
>> the error message:
>> KLD bcmwl5_sys.ko: depends on ndis - not available or version mismatch
>>
>
> Hmm. This should also be loading ndis.ko. If not, add that to the cron
> line as well. If that is the problem, sorry, that was my mistake.
On a fast machine, there could be a race there. Best to load them in
order in a single command:
@reboot root /sbin/kldload if_ndis.ko && /sbin/kldload bcmwl5_sys.ko
More information about the freebsd-net
mailing list