<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'>I want to configure a hotspot on my laptop using hostapd and I have the following configuration:-<br>http://nims11.wordpress.com/2012/04/27/hostapd-the-linux-way-to-create-virtual-wifi-access-point/<br><br>1) 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><br>2) modinfo iwlwifi | grep depend<br>depends:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cfg80211<br><br>3) uname -r<br>3.8.6-203.fc18.x86_64<br>&nbsp;- Fedora does not have the kernel or header files to support hostapd v2.0, without the netlink header files.<br>=========<br>&nbsp; CC&nbsp; ../src/drivers/driver_hostap.c<br>../src/drivers/driver_nl80211.c:19:31: fatal error: netlink/genl/genl.h: No such file or directory<br>compilation terminated.<br>make: *** [../src/drivers/driver_nl80211.o] Error 1<br>=========<br><br>4) 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>5) rpm -qa | grep hostapd<br>hostapd-1.0-3.fc18.x86_64<br><br>When I run the command:-<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>I was quite surprised to see that other users have gotten this device to work.<br><br>Can anyone point out what I am doing wrong.<br><br>&nbsp; ~~0~0~0~~<br>                                               </div></body>
</html>