gregb wrote: 
> Yes, I am seeking to disable the WiFi software, make the interface
> inactive, disable the WiFi transceiver hardware, ...

Triode sent me a kernel patch to stop the wi-fi module being initialised
but I haven't had time to package it as yet.

For the moment you could prevent the module from being loaded.

Create a file /etc/modprobe.d/brcmfmac-ignore.conf

Code:
--------------------
    
  install brcmfmac /bin/false
  
--------------------


Disable the bluetooth firmware loader as well....

Code:
--------------------
    
  sudo systemctl disable bcm4329.service
  
--------------------


And reboot....


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to