<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 have just found this link <br><a href="http://xpressrazor.wordpress.com/2013/04/21/use-your-laptop-as-a-wifi-router-under-linux/" target="_blank">http://xpressrazor.wordpress.com/2013/04/21/use-your-laptop-as-a-wifi-router-under-linux/</a><br><br>That shows that my wifi device with driver iwlwifi, and <br><pre>modinfo iwlwifi | grep 'depend'
depends: cfg80211<br><br>does work, but I do not get the driver nl80211 to work.<br><br>The link goes on to describe a start-up script:-<br>#!/bin/bash
rmmod iwlwifi
modprobe iwlwifi
iwconfig wlan0 mode Master freq 2.42G essid testhostapd<br><br></pre><br>Best Regards<br>
Naipaul Ojar<br>
<br>&nbsp; ~~0~0~0~~<br><br><br><div><div id="SkyDrivePlaceholder"></div>&gt; From: chaitanya.mgit@gmail.com<br>&gt; Date: Mon, 22 Apr 2013 12:33:15 +0530<br>&gt; Subject: Re: Fedora 18, how do I get nl80211 or cfg80211 driver ?<br>&gt; To: naipaul_ojar@hotmail.com<br>&gt; CC: hostap@lists.shmoo.com; dcbw@redhat.com<br>&gt; <br>&gt; On Fri, Apr 19, 2013 at 4:45 AM, Naipaul Ojar &lt;naipaul_ojar@hotmail.com&gt; wrote:<br>&gt; &gt; I think that I am missing something in trying to get the nl80211 driver.<br>&gt; &gt;<br>&gt; &gt; 1. I have looked at :-<br>&gt; &gt; http://linuxwireless.org/en/developers/Documentation/nl80211<br>&gt; &gt;   - Is cfg80211 to replace nl80211 ?<br>&gt; &gt;<br>&gt; <br>&gt; nl80211 is not  a kernel module, its part of cfg80211 kernel module.<br>&gt; &gt; 2. From:-<br>&gt; &gt; http://forums.fedoraforum.org/showthread.php?t=277190<br>&gt; &gt;   - This thread suggests installing kmod_staging - which I did, but no<br>&gt; &gt; change.<br>&gt; &gt;   - I cannot see how this thread is any way related ..<br>&gt; &gt;<br>&gt; &gt; Re: F16 and no wireless... "nl80211 not found" (help, thnx)<br>&gt; &gt; ________________________________<br>&gt; &gt; The driver should be in kmod-staging install the rpmfusion software<br>&gt; &gt; repositories first. Also see this thread, it has some recent issues near the<br>&gt; &gt; end.<br>&gt; &gt;<br>&gt; &gt; http://forums.fedoraforum.org/showthread.php?p=1559624<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; 3. I have iw, and this dumps a ton of stuff.<br>&gt; &gt;<br>&gt; &gt; 4. I have a basic Fedora hotspot running in ad-hoc mode, which is of little<br>&gt; &gt; use to my Android<br>&gt; &gt;    devices, so I know that the wifi device can operate as a hotspot. I can<br>&gt; &gt; confirm its presence using<br>&gt; &gt;    a wifi detector app. Android just does not allow me to connect to it.<br>&gt; &gt;<br>&gt; &gt; 5. $ modinfo iwlwifi | grep -A 3 -B 2 depend<br>&gt; &gt; alias:          pci:v00008086d00004232sv*sd00001301bc*sc*i*<br>&gt; &gt; alias:          pci:v00008086d00004232sv*sd00001201bc*sc*i*<br>&gt; &gt; depends:        cfg80211<br>&gt; &gt; intree:         Y<br>&gt; &gt; vermagic:       3.8.7-201.fc18.x86_64 SMP mod_unload<br>&gt; &gt; parm:           debug:debug output mask (uint)<br>&gt; &gt;<br>&gt; &gt;     $ uname -r<br>&gt; &gt; 3.8.7-201.fc18.x86_64<br>&gt; i dont have a FC18, so can  you share the lspci and dmesg outputs.<br>&gt; Is the modules there (or) it fails to load?<br></div>                                               </div></body>
</html>