iw list → nl80211 not found.
wget http://www.daveconroy.com/wp3/wp-content/uploads/2013/07/hostapd.zip unzip hostapd.zip sudo mv /usr/sbin/hostapd /usr/sbin/hostapd.bak sudo mv hostapd /usr/sbin/hostapd.edimax sudo ln -sf /usr/sbin/hostapd.edimax /usr/sbin/hostapd sudo chown root.root /usr/sbin/hostapd sudo chmod 755 /usr/sbin/hostapd
/etc/network/interfaces
#loopback adapter auto lo iface lo inet loopback #wired adapter, nicht mehr nötig bt0 übernimmt #auto eth0 #iface eth0 inet dhcp #bridge auto br0 iface br0 inet dhcp bridge_ports eth0 wlan0
/etc/hostapd/hostapd.conf, SSID und Key (gleichen Werte wie in der fritz.box) anpassen, Channel einen leeren suchen
interface=wlan0 driver=rtl871xdrv bridge=br0 ssid=DaveConroyPi channel=1 wmm_enabled=0 wpa=1 wpa_passphrase=ConroyPi wpa_key_mgmt=WPA-PSK wpa_pairwise=TKIP rsn_pairwise=CCMP auth_algs=1 macaddr_acl=0
/etc/default/hostapd, für Autostart beim Booten
DAEMON_CONF="/etc/hostapd/hostapd.conf"