-
Notifications
You must be signed in to change notification settings - Fork 4
AP with old hostapd
strahlex edited this page Dec 18, 2014
·
1 revision
First we need to install a suitable build environment
sudo apt-get install build-essential linux-headers-$(uname -r)
git clone https://github.com/lwfinger/rtl8188eu.git
cd rtl8188eu
make
sudo make install
cd hostapd-0.8
cp defconfig .config
make
sudo make install
git clone https://github.com/pvaret/rtl8192cu-fixes.git
sudo dkms add ./rtl8192cu-fixes
sudo dkms install 8192cu/1.9
apt-get source hostapd sudo apt-get build-dep hostapd git clone https://github.com/pritambaral/hostapd-rtl871xdrv.git cd wpa-1.0
patch -Np1 -i ../hostapd-rtl871xdrv/rtlxdrv.patch cp ../hostapd-rtl871xdrv/driver_rt* src/drivers/ cp ../hostapd-rtl871xdrv/.config hostapd/