User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wifi_rpi [2021/03/23 13:17] ssm2017wifi_rpi [2022/03/10 08:27] (current) ssm2017
Line 1: Line 1:
 ====== wifi rpi ====== ====== wifi rpi ======
 +
 +===== configure key =====
 Using the WNA3100M netgear adapter Using the WNA3100M netgear adapter
 <sxh bash>nano /etc/wpa_supplicant/wpa_supplicant.conf</sxh> <sxh bash>nano /etc/wpa_supplicant/wpa_supplicant.conf</sxh>
Line 31: Line 33:
 [[http://www.raspberrypi.org/phpBB3/viewtopic.php?f=28&amp;t=30348]] [[http://www.raspberrypi.org/phpBB3/viewtopic.php?f=28&amp;t=30348]]
 [[http://databoyz.wordpress.com/tag/how-to-setup-network-and-wpa_supplicant-conf-file-on-raspberry-pi/]] [[http://databoyz.wordpress.com/tag/how-to-setup-network-and-wpa_supplicant-conf-file-on-raspberry-pi/]]
 +
 +===== disable wifi =====
 +Open the config.txt file with nano:
 +<sxh bash>sudo nano /boot/config.txt</sxh>
 +Find the following line:
 +<sxh bash># Additional overlays and parameters are documented /boot/overlays/README</sxh>
 +And add these two lines under it:
 +<sxh bash>
 +dtoverlay=disable-wifi
 +dtoverlay=disable-bt
 +</sxh>
 +==== source ====
 +[[https://raspberrytips.com/disable-wifi-raspberry-pi/]]
  
 {{tag>rpi bash wifi}} {{tag>rpi bash wifi}}

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information