Skip to main content
the referenced answer is no longer "below"
Source Link
Seamus
  • 23.7k
  • 6
  • 45
  • 88

See Ludovic Ronsin's answer belowLudovic Ronsin's answer above about using dtoverlay, a method added in January 2017.

This post seems to be talking about this. The answer talks about disabling the drivers by editing the file /etc/modprobe.d/raspi-blacklist.conf and adding:

blacklist brcmfmac blacklist brcmutil 

Alternatively, you could use crontab -e and add:

@reboot sudo ifdown wlan0 

So that command runs at each boot.

Hope this helps, I'm still waiting for my Pi 3 to arrive.

See Ludovic Ronsin's answer below about using dtoverlay, a method added in January 2017.

This post seems to be talking about this. The answer talks about disabling the drivers by editing the file /etc/modprobe.d/raspi-blacklist.conf and adding:

blacklist brcmfmac blacklist brcmutil 

Alternatively, you could use crontab -e and add:

@reboot sudo ifdown wlan0 

So that command runs at each boot.

Hope this helps, I'm still waiting for my Pi 3 to arrive.

See Ludovic Ronsin's answer above about using dtoverlay, a method added in January 2017.

This post seems to be talking about this. The answer talks about disabling the drivers by editing the file /etc/modprobe.d/raspi-blacklist.conf and adding:

blacklist brcmfmac blacklist brcmutil 

Alternatively, you could use crontab -e and add:

@reboot sudo ifdown wlan0 

So that command runs at each boot.

Hope this helps, I'm still waiting for my Pi 3 to arrive.

Commonmark migration
Source Link

#See Ludovic Ronsin's answer below about using dtoverlay, a method added in January 2017.

See Ludovic Ronsin's answer below about using dtoverlay, a method added in January 2017.

This post seems to be talking about this. The answer talks about disabling the drivers by editing the file /etc/modprobe.d/raspi-blacklist.conf and adding:

blacklist brcmfmac blacklist brcmutil 

Alternatively, you could use crontab -e and add:

@reboot sudo ifdown wlan0 

So that command runs at each boot.

Hope this helps, I'm still waiting for my Pi 3 to arrive.

#See Ludovic Ronsin's answer below about using dtoverlay, a method added in January 2017.

This post seems to be talking about this. The answer talks about disabling the drivers by editing the file /etc/modprobe.d/raspi-blacklist.conf and adding:

blacklist brcmfmac blacklist brcmutil 

Alternatively, you could use crontab -e and add:

@reboot sudo ifdown wlan0 

So that command runs at each boot.

Hope this helps, I'm still waiting for my Pi 3 to arrive.

See Ludovic Ronsin's answer below about using dtoverlay, a method added in January 2017.

This post seems to be talking about this. The answer talks about disabling the drivers by editing the file /etc/modprobe.d/raspi-blacklist.conf and adding:

blacklist brcmfmac blacklist brcmutil 

Alternatively, you could use crontab -e and add:

@reboot sudo ifdown wlan0 

So that command runs at each boot.

Hope this helps, I'm still waiting for my Pi 3 to arrive.

added 100 characters in body
Source Link
Patrick Cook
  • 6.4k
  • 8
  • 39
  • 63

#See Ludovic Ronsin's answer below about using dtoverlay, a method added in January 2017.

This post seems to be talking about this. The answer talks about disabling the drivers by editing the file /etc/modprobe.d/raspi-blacklist.conf and adding:

blacklist brcmfmac blacklist brcmutil 

Alternatively, you could use crontab -e and add:

@reboot sudo ifdown wlan0 

So that command runs at each boot.

Hope this helps, I'm still waiting for my Pi 3 to arrive.

This post seems to be talking about this. The answer talks about disabling the drivers by editing the file /etc/modprobe.d/raspi-blacklist.conf and adding:

blacklist brcmfmac blacklist brcmutil 

Alternatively, you could use crontab -e and add:

@reboot sudo ifdown wlan0 

So that command runs at each boot.

Hope this helps, I'm still waiting for my Pi 3 to arrive.

#See Ludovic Ronsin's answer below about using dtoverlay, a method added in January 2017.

This post seems to be talking about this. The answer talks about disabling the drivers by editing the file /etc/modprobe.d/raspi-blacklist.conf and adding:

blacklist brcmfmac blacklist brcmutil 

Alternatively, you could use crontab -e and add:

@reboot sudo ifdown wlan0 

So that command runs at each boot.

Hope this helps, I'm still waiting for my Pi 3 to arrive.

Source Link
Patrick Cook
  • 6.4k
  • 8
  • 39
  • 63
Loading