User Tools

Site Tools


wifi_rpi

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
wifi_rpi [2022/02/07 13:29] – external edit 127.0.0.1wifi_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}}
wifi_rpi.1644236959.txt.gz · Last modified: by 127.0.0.1