Open terminal and type sequentiallysudo lshw | less
sudo apt-get install hostapd dnsmasq
sudo service hostapd stop
sudo service dnsmasq stop
sudo update-rc.d hostapd disable
sudo update-rc.d dnsmasq disableNow set up config filesudo gedit /etc/dnsmasq.conf
or
sudo kate /etc/dnsmasq.conf ADD those lines to config file#...