]
Some time after connecting wirelessly, or sometimes right away, my wireless will become unusable spewing this message in my tty
After it happens the device will not function, I can't scan and there;s no link.
I tried destroying and remaking wlan0
But it just won't connect or even scan unless I reboot.
I have read that it's just because broadcom is shit.. while I believe this, is there any solution?
Using Freebsd 11.1 amd64.
Here is what I load that's related to wireless if it is any help..
/etc/rc.conf
[/CODE]
Some time after connecting wirelessly, or sometimes right away, my wireless will become unusable spewing this message in my tty
Code:
Aug 29 00:42:06 minger-pc kernel: bwn0: Fatal DMA error: 0x400 0 0 0 0 0
Aug 29 00:42:06 minger-pc kernel: bwn0: HW reset: DMA error
Aug 29 00:42:06 minger-pc kernel: bwn0: ucode fw: ucode15
Aug 29 00:42:06 minger-pc kernel: bwn0: firmware version (rev 478 patch 104 date 0x8701 time 0x657)
After it happens the device will not function, I can't scan and there;s no link.
I tried destroying and remaking wlan0
ifconfig wlan0 create wlandev bwn0
service netif restart and dhclient wlan0 But it just won't connect or even scan unless I reboot.
I have read that it's just because broadcom is shit.. while I believe this, is there any solution?
Using Freebsd 11.1 amd64.
Here is what I load that's related to wireless if it is any help..
/etc/rc.conf
Code:
wlans_bwn0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
[FILE]/boot/loader.conf[/FILE]
[CODE]
if_bwn_load="YES"
bwn_v4_lp_ucode_load="YES"