Raspberry Pi as Access Point: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
(Created page with "= About = I was out of access points with external antennas, so I tried to use a Raspberry Pi 3 with an USB-Wifi-Stick as an access point. = Setup = = Tweaks = - https://www.thingiverse.com/thing:19548 Category:RaspberryPi Category:Linux")
 
Line 3: Line 3:


= Setup =
= Setup =
* Download the latest OS for your Pi: https://www.raspberrypi.com/software/
* Insert your SD-Card while watching <code>dmesg -w</code> or use <code>fdisk -l</code> to find your device. In my case it's <code>/dev/sda</code>
* Copy the image to the SD-card: <code>dd if=2024-03-15-raspios-bookworm-arm64-lite.img of=/dev/sda bs=1M</code>
* Insert into the pi, power it up


= Tweaks =
= Tweaks =

Revision as of 16:09, 19 May 2024

About

I was out of access points with external antennas, so I tried to use a Raspberry Pi 3 with an USB-Wifi-Stick as an access point.

Setup

  • Download the latest OS for your Pi: https://www.raspberrypi.com/software/
  • Insert your SD-Card while watching dmesg -w or use fdisk -l to find your device. In my case it's /dev/sda
  • Copy the image to the SD-card: dd if=2024-03-15-raspios-bookworm-arm64-lite.img of=/dev/sda bs=1M
  • Insert into the pi, power it up

Tweaks

- https://www.thingiverse.com/thing:19548