Disabling onboard RPi3 wifi running LibreELEC
#1
I'm running numerous RPi3's all running LibreELEC 7.0.2 and Edimax EW-7811UTC 5G dongles via wlan1 on a 5ghz wifi network. Problem is that the onboard wifi on wlan0 randomly tries to override the dongle and find its own (non existent) connection and dropping wlan1 out. Is there anyway I can disable the onboard wifi baring in mind I am solely running LibreELEC? Thank you.
Reply
#2
Try creating a blacklist.

Create the file /etc/modprobe.d/raspi3-blacklist.conf by adding the following entries:
Code:
#wifi
blacklist brcmfmac
blacklist brcmutil
#bt
blacklist btbcm
blacklist hci_uart

If you want Bluetooth, don't include the last 3 lines.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#3
Thanks Millhouse. Can I input all that at once via SSH? Or separate lines?
Reply
#4
(2016-07-02, 16:33)nickrob84 Wrote: Thanks Millhouse. Can I input all that at once via SSH? Or separate lines?

Not sure what you mean, use "nano" or "vi" to edit "/etc/modprobe.d/raspi3-blacklist.conf" then enter the lines you need. Save the file. Reboot, and your onboard WiFi (and/or BT) should be disabled.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#5
I know what you mean now, sorry am still fairly new to all this. Appreciate your help once again.
Reply
#6
Image

Apologies Millhouse - I know your dealing with an idiot here but from the point in the picture I want to (^O) write out then reboot?
Reply
#7
Or: ctrl-x, y, return
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply
#8
Thank you.
Reply

Logout Mark Read Team Forum Stats Members Help
Disabling onboard RPi3 wifi running LibreELEC0