Print this page and how many following pages?

 


 

RaspberryPi TP-LINK TL-WDN3200

Making a TP-LINK TL-WDN3200 WiFi Dongle work with RT5572 drivers


Connect from Mac to USB serial connected to RPi


screen /dev/tty.usbserial-FTGC9B77 115200

$ sudo vi /etc/network/interfaces
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp


Use a WiPi

$ sudo vi /etc/network/interfaces
auto wlan0
iface wlan0 inet dhcp
wpa-ssid "ssid"
wpa-psk "password"


If you want to create a WiPi hotspot

$ sudo vi /etc/network/interfaces
allow-hotplug wlan0
iface wlan0 inet static
address 10.64.115.254
network 10.64.115.0
netmask 255.255.255.0


$ sudo vi /etc/hostapd/hostapd.conf
interface=wlan0
driver=nl80211

ssid=<SSID>
hw_mode=g
channel=1

macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
wpa=2
wpa_passphrase=<PASSPHRASE>
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP

VeryQuickWiki Version 2.8.1 | Admin

All contents copyright mdsh.com (C) 2011-2023.