<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Dan,<br><br>Thanks for your advice on how to compile the hostapd v2.0. I did install<br><ol><li>Package libnl3-devel.x86_64 0:3.2.21-1.fc18 will be installed</li><li>I did add the line for CONFIG_LIBNL20=y in the .config to build the hostapd<br></li></ol><br>$ which hostapd<br>/sbin/hostapd<br><br>I copied the following to /sbin&nbsp;&nbsp; , after backing up the original two files.<br>&nbsp;&nbsp; hostapd<br>&nbsp;&nbsp; hostapd_cli<br><br>I have seen other users stating other issues using 'iwlwifi', but I cannot seem to get<br>invoking hostapd<br><br>Results:-<br>===========================<br><br>sudo hostapd ~/hostapd-naipsHotSpot.conf<br>Configuration file: /home/nojar/hostapd-naipsHotSpot.conf<br>Line 3: invalid/unknown driver 'iwlwifi'<br>1 errors found in configuration file '/home/nojar/hostapd-naipsHotSpot.conf'<br><br><br><br>$ lspci -k | grep -A 3 -i "network"<br>00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)<br>&nbsp;&nbsp;&nbsp; Subsystem: Lenovo Device 21ce<br>&nbsp;&nbsp;&nbsp; Kernel driver in use: e1000e<br>00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)<br>--<br>03:00.0 Network controller: Intel Corporation Centrino Ultimate-N 6300 (rev 35)<br>&nbsp;&nbsp;&nbsp; Subsystem: Intel Corporation Centrino Ultimate-N 6300 3x3 AGN<br>&nbsp;&nbsp;&nbsp; Kernel driver in use: iwlwifi<br>0d:00.0 System peripheral: Ricoh Co Ltd MMC/SD Host Controller (rev 08)<br><br>$ hostapd -v<br>hostapd v2.0<br>User space daemon for IEEE 802.11 AP management,<br>IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator<br>Copyright (c) 2002-2012, Jouni Malinen &lt;j@w1.fi&gt; and contributors<br>[nojar@naipaulpc ~]$ modinfo iwlwifi | grep depend<br>depends:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cfg80211<br><br>$ cat hostapd-naipsHotSpot.conf<br>#change wlan0 to your wireless device<br>interface=wlan0<br>driver=iwlwifi<br>#driver=cfg80211<br>ssid=naipsHotSpot<br>channel=1<br><br>$ ifconfig -a | egrep "Link|inet|: flag|^$"<br>em1: flags=4163&lt;UP,BROADCAST,RUNNING,MULTICAST&gt;&nbsp; mtu 1500<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet 192.168.0.65&nbsp; netmask 255.255.255.0&nbsp; broadcast 192.168.0.255<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet6 fe80::f2de:f1ff:fe67:8474&nbsp; prefixlen 64&nbsp; scopeid 0x20&lt;link&gt;<br><br>lo: flags=73&lt;UP,LOOPBACK,RUNNING&gt;&nbsp; mtu 65536<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet 127.0.0.1&nbsp; netmask 255.0.0.0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet6 ::1&nbsp; prefixlen 128&nbsp; scopeid 0x10&lt;host&gt;<br><br>virbr0: flags=4099&lt;UP,BROADCAST,MULTICAST&gt;&nbsp; mtu 1500<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet 192.168.122.1&nbsp; netmask 255.255.255.0&nbsp; broadcast 192.168.122.255<br><br>virbr0-nic: flags=4098&lt;BROADCAST,MULTICAST&gt;&nbsp; mtu 1500<br><br>vmnet1: flags=4163&lt;UP,BROADCAST,RUNNING,MULTICAST&gt;&nbsp; mtu 1500<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet 192.168.96.1&nbsp; netmask 255.255.255.0&nbsp; broadcast 192.168.96.255<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet6 fe80::250:56ff:fec0:1&nbsp; prefixlen 64&nbsp; scopeid 0x20&lt;link&gt;<br><br>vmnet8: flags=4163&lt;UP,BROADCAST,RUNNING,MULTICAST&gt;&nbsp; mtu 1500<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet 192.168.100.1&nbsp; netmask 255.255.255.0&nbsp; broadcast 192.168.100.255<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet6 fe80::250:56ff:fec0:8&nbsp; prefixlen 64&nbsp; scopeid 0x20&lt;link&gt;<br><br>wc0: flags=4305&lt;UP,POINTOPOINT,RUNNING,NOARP,MULTICAST&gt;&nbsp; mtu 1348<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet 9.167.243.31&nbsp; netmask 255.255.252.0&nbsp; destination 9.167.243.31<br><br>wlan0: flags=4098&lt;BROADCAST,MULTICAST&gt;&nbsp; mtu 1500<br><br><br><br>Best Regards<br>
Naipaul Ojar<br>
&nbsp;<br>
&nbsp; ~~0~0~0~~<br>                                               </div></body>
</html>