Hi Nicolas,<br><br>I don&#39;t have reason to use PAE Kernel in my system because I don&#39;t have more than 4GB memory in my notebook.<br><br>Answering your doubt:<br><br>I think that installation default of RHEL is to using PAE kernel in installation process, because it&#39;s a Enterprise distro used for Servers. I didn&#39;t choose this kind of kernel in my installation, it was choose by the installation script less my participation.<br>
<br>Now I&#39;ll read information in &quot;CentOS wiki&quot; about wirelles card (<a href="http://wiki.centos.org/HowTos/Laptops/Wireless">http://wiki.centos.org/HowTos/Laptops/Wireless</a>) to solve my problem about the installation Broadcom BCM4328 Wirelles card in my OS.<br>
<br><br>Best Regards.<br><br><div class="gmail_quote">2009/10/22 Nicolas Thierry-Mieg <span dir="ltr">&lt;<a href="mailto:Nicolas.Thierry-Mieg@imag.fr">Nicolas.Thierry-Mieg@imag.fr</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
<br>
Wagner Silva Vieira wrote:<br>
&gt; [root@musashi ~]# yum install kmod-ndiswrapper-PAE<br>
</div>&lt;snip&gt;<br>
<div class="im">&gt; Installed: kmod-ndiswrapper-PAE.i686 0:1.54-3.el5.elrepo<br>
&gt; Complete!<br>
<br>
</div><div class="im">&gt; So if I understand exactly what you thow explained for me, if I put &quot;yum<br>
&gt; install kmod-ndiswrapper&quot; after create the file &quot;.rpmmacros&quot; in my home<br>
&gt; directory I&#39;ll get success too, because the yum software will identify<br>
&gt; the correct package for the corrent arch of the system and will install<br>
&gt; &quot;kmod-ndiswrapper-PAE-1.54-3.el5.elrepo.i686.rpm&quot;. Ok?<br>
<br>
</div>no.<br>
the .rpmmacros just improves the information provided by rpm queries<br>
(&quot;rpm -q&quot; commands), by adding the packages&#39; arches.<br>
This is often useful on x86_64 systems where you can have two rpms<br>
installed with the same name (one i386 and one x86_64).<br>
Since you&#39;re running i386 it&#39;s not so useful, but doesn&#39;t hurt either.<br>
<br>
But &quot;yum install kmod-ndiswrapper&quot; will still fail, it&#39;s got no<br>
connection with rpm -q.<br>
The correct solution to your problem is that since you are running a PAE<br>
kernel, you must install kmod-ndiswrapper-PAE instead of<br>
kmod-ndiswrapper - it&#39;s a different package specifically for PAE kernels<br>
such as the one you use. I didn&#39;t know about this because I don&#39;t use<br>
PAE kernels.<br>
And to know that this was the solution, we had to know which kernel you<br>
were running. My initial suggestion &quot;uname -a&quot; provided the answer to that.<br>
<br>
Now, concerning your particular wireless card, I have no idea. There&#39;s a<br>
page about wireless cards on the centos wiki, did you check it out?<br>
<br>
Good luck.<br>
<br>
Regards,<br>
<font color="#888888">Nicolas<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
elrepo mailing list<br>
<a href="mailto:elrepo@lists.elrepo.org">elrepo@lists.elrepo.org</a><br>
<a href="http://lists.elrepo.org/mailman/listinfo/elrepo" target="_blank">http://lists.elrepo.org/mailman/listinfo/elrepo</a><br>
</div></div></blockquote></div><br>