Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


raspberry_pi_headless_install_ssh_wifi

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
Next revisionBoth sides next revision
raspberry_pi_headless_install_ssh_wifi [2018/03/18 11:03] – [Disable HDMI] adminraspberry_pi_headless_install_ssh_wifi [2019/01/22 09:16] admin
Line 13: Line 13:
 [  477.503750]  mmcblk0: p1</code> [  477.503750]  mmcblk0: p1</code>
   * Unmount if automounted:<code>$ umount /dev/mmcblk0p{1,2}</code>   * Unmount if automounted:<code>$ umount /dev/mmcblk0p{1,2}</code>
-  * Write image to SD card:<code>$ sudo dd bs=4M if=2018-03-13-raspbian-stretch-lite.zip of=/dev/mmcblk0 conv=fsync oflag=direct status=progress</code>+  * Write image to SD card:<code>$ sudo dd bs=4M if=2018-03-13-raspbian-stretch-lite.img of=/dev/mmcblk0 conv=fsync oflag=direct status=progress</code>
   * Mount SD card (reinsert card, or mount manually), find partitions:<code>$ sudo fdisk -l /dev/mmcblk0   * Mount SD card (reinsert card, or mount manually), find partitions:<code>$ sudo fdisk -l /dev/mmcblk0
  
Line 61: Line 61:
  
 ====Disable HDMI==== ====Disable HDMI====
- 
 <code>Add lines below to /etc/rc.local, above exit 0 <code>Add lines below to /etc/rc.local, above exit 0
 # Disable HDMI # Disable HDMI
Line 67: Line 66:
  
 {{tag>[hardware rpi raspberry pi linux]}} {{tag>[hardware rpi raspberry pi linux]}}
 +====Disable Other wifi adapters====
 +  * Recent Raspbian distributions use dhcpcd5 for connectivity. You can deny configuration of an interface by configuring ''/etc/dhcpcd.conf''<code>denyinterfaces wlan1</code>
raspberry_pi_headless_install_ssh_wifi.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1