<br><br><p><DEFANGED_div><DEFANGED_span class="gmail_quote">On 8/30/06, <b class="gmail_sendername">Michael Mol</b> &lt;<a href="mailto:mikemol@gmail.com">mikemol@gmail.com</a>&gt; wrote:</DEFANGED_span><blockquote class="gmail_quote" DEFANGED_style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
That's normal for modprobe.&nbsp;&nbsp;Type lsmod, and you should see the module loaded.</blockquote><p><DEFANGED_div>And so it is. But I still need somehow to detect the wireless card, right?<br>If you know of a good place where I can learn some of this stuff, and thereby keep a little of my dignity as an IT professional, that wood be good to. I took the grcc unix classes about 5+ years ago, and that was about it for what I know, other than what's in the gui. Synaptic says I have the wireless tools installed, but the network interface doesn't show the wlan0.
<br>&nbsp;</p><DEFANGED_div><br><blockquote class="gmail_quote" DEFANGED_style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
On 8/30/06, Bill Creswell &lt;<a href="mailto:billcreswell@gmail.com">billcreswell@gmail.com</a>&gt; wrote:<br>&gt; modprobe airo seems to have executed, but there is no output.<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; On 8/30/06, Godwin &lt;
<a href="mailto:geektoyz@gmail.com">geektoyz@gmail.com</a>&gt; wrote:<br>&gt; &gt; Use &quot;modprobe&quot; as it will do some param stuff *automagically*.&nbsp;&nbsp;One<br>&gt; &gt; thing I've learned about Ubuntu and wifi cards, there exists a
<br>&gt; &gt; directory &quot;/lib/hotplug&quot; or &quot;/lib/firmwares&quot; or<br>&gt; &gt; &quot;/lib/hotplug/firmwares&quot; (I don't have access to my box right now),<br>&gt; &gt; which contains a plethora of wifi card firmwares under a directory
<br>&gt; &gt; named &quot;2.6.15...&quot; or whatever kernel version you have.<br>&gt; &gt;<br>&gt; &gt; I've always kept a tar'ed up copy of that dir as it tends to disapear<br>&gt; &gt; after kernel upgrades.&nbsp;&nbsp;I simply untar my copy, rename it to match the
<br>&gt; &gt; kernel and reboot.&nbsp;&nbsp;Magically, the firmware for my Intel 2200bg wifi<br>&gt; &gt; card gets downloaded onto the card and it works like a charm with WPA.<br>&gt; &gt;<br>&gt; &gt; I recall having to do that with Warty a while ago.&nbsp;&nbsp;It's now embedded
<br>&gt; &gt; in my ubuntu brain...&nbsp;&nbsp;:-)&nbsp;&nbsp;On a diff topic, Novell (gnome) SuSE 10<br>&gt; &gt; rocks!!!&nbsp;&nbsp;;-)<br>&gt; &gt;<br>&gt; &gt; flames &gt; /dev/null<br>&gt; &gt;<br>&gt; &gt; G-<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; On 8/29/06, Michael Mol &lt;
<a href="mailto:mikemol@gmail.com">mikemol@gmail.com</a> &gt; wrote:<br>&gt; &gt; &gt; &quot;insmod (module file)&quot; or &quot;modprobe (module)&quot;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I tend to use modprobe.<br>&gt; &gt; &gt;
<br>&gt; &gt; &gt; On 8/28/06, Bill Creswell &lt;<a href="mailto:billcreswell@gmail.com">billcreswell@gmail.com</a> &gt; wrote:<br>&gt; &gt; &gt; &gt; I would suppose that the module would be &quot;airo&quot; since it is an aironet
<br>&gt; card.<br>&gt; &gt; &gt; &gt; (lsmod)<br>&gt; &gt; &gt; &gt; I goolged &quot;insert module into running kernel&quot; and realised that I am<br>&gt; not<br>&gt; &gt; &gt; &gt; much of a geek.<br>&gt; &gt; &gt; &gt; Obviously it is not in lib/modules or it would be there.
<br>&gt; &gt; &gt; &gt; How do I get this module onto the drive?<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; On 8/26/06, john-thomas richards &lt; <a href="mailto:jtr@jrichards.org">
jtr@jrichards.org</a>&gt; wrote:<br>&gt; &gt; &gt; &gt; &gt; On Sat, Aug 26, 2006 at 03:42:13PM -0400, Bill Creswell wrote:<br>&gt; &gt; &gt; &gt; &gt; &gt; I was tickled, when I ran the ubuntu live CD and my wireless card
<br>&gt; just<br>&gt; &gt; &gt; &gt; &gt; &gt; worked.<br>&gt; &gt; &gt; &gt; &gt; &gt; Now, it is installed, and it doesn't appear to be detecting the<br>&gt; card.<br>&gt; &gt; &gt; &gt; &gt; &gt; My understanding is that an install removes the hardware
<br>&gt; detection. Is<br>&gt; &gt; &gt; &gt; there<br>&gt; &gt; &gt; &gt; &gt; &gt; a way to re-run it?<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; I suspect you may simply need to insert the module into the running
<br>&gt; &gt; &gt; &gt; &gt; kernel.&nbsp;&nbsp;If you do not know which module to insert, a bit of<br>&gt; &gt; &gt; &gt; &gt; experimentation may be necessary.&nbsp;&nbsp;Apart from googling for the<br>&gt; answer,<br>&gt; &gt; &gt; &gt; &gt; you could boot from the LiveCD and run 'lsmod' as root and write
<br>&gt; down<br>&gt; &gt; &gt; &gt; &gt; the modules listed.&nbsp;&nbsp;Scratch off those you recognize.&nbsp;&nbsp;Reboot into<br>&gt; the<br>&gt; &gt; &gt; &gt; &gt; installed Kubuntu and run lsmod again.&nbsp;&nbsp;Scratch off the modules that<br>
&gt; &gt; &gt; &gt; &gt; are currently running.&nbsp;&nbsp;Hopefully the remaining list is short.<br>&gt; &gt; &gt; &gt; &gt; Insert/remove them one by one until your wireless card works.<br>&gt; &gt; &gt; &gt; &gt; --<br>&gt; &gt; &gt; &gt; &gt; john-thomas
<br>&gt; &gt; &gt; &gt; &gt; ------<br>&gt; &gt; &gt; &gt; &gt; Necessity is the plea for every infringement of human freedom. It is<br>&gt; the<br>&gt; &gt; &gt; &gt; &gt; argument of tyrants; it is the creed of slaves.<br>
&gt; &gt; &gt; &gt; &gt; William Pitt, British prime-minister (1759-1806)<br>&gt; &gt; &gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; &gt; &gt; grlug mailing list<br>&gt; &gt; &gt; &gt; &gt; 
<a href="mailto:grlug@grlug.org">grlug@grlug.org</a><br>&gt; &gt; &gt; &gt; &gt;<br>&gt; <a href="http://shinobu.grlug.org/cgi">http://shinobu.grlug.org/cgi</a>-bin/mailman/listinfo/grlug<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; --<br>&gt; &gt; &gt; &gt; <a href="http://www.billcreswell.com">www.billcreswell.com</a> - family news, notes and writings
<br>&gt; &gt; &gt; &gt; <a href="http://grComputerWorks.blogspo">http://grComputerWorks.blogspo</a><a href="http://t.com">t.com</a> - web and<br>&gt; computer<br>&gt; &gt; &gt; &gt; related topics<br>&gt; &gt; &gt; &gt; <a href="http://www.grcomputerworks.com">
http://www.grcomputerworks.com</a><br>&gt; &gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; &gt; grlug mailing list<br>&gt; &gt; &gt; &gt; <a href="mailto:grlug@grlug.org">grlug@grlug.org</a>
<br>&gt; &gt; &gt; &gt;<br>&gt; <a href="http://shinobu.grlug.org/cgi">http://shinobu.grlug.org/cgi</a>-bin/mailman/listinfo/grlug<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; --
<br>&gt; &gt; &gt; :wq<br>&gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; grlug mailing list<br>&gt; &gt; &gt; <a href="mailto:grlug@grlug.org">grlug@grlug.org</a><br>&gt; &gt; &gt; <a href="http://shinobu.grlug.org/cgi">
http://shinobu.grlug.org/cgi</a>-bin/mailman/listinfo/grlug<br>&gt; &gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; --<br>&gt; &gt;<br>&gt; &gt; Ubber::Geek<br>&gt; &gt; <a href="http://grlug.org/">http://grlug.org/</a><br>
&gt; &gt; _______________________________________________<br>&gt; &gt; grlug mailing list<br>&gt; &gt; <a href="mailto:grlug@grlug.org">grlug@grlug.org</a><br>&gt; &gt; <a href="http://shinobu.grlug.org/cgi">http://shinobu.grlug.org/cgi
</a>-bin/mailman/listinfo/grlug<br>&gt; &gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; --<br>&gt;<br>&gt; <a href="http://www.billcreswell.com">www.billcreswell.com</a> - family news, notes and writings<br>&gt; <a href="http://grComputerWorks.blogspo">
http://grComputerWorks.blogspo</a><a href="http://t.com">t.com</a> - web and computer<br>&gt; related topics<br>&gt; <a href="http://www.grcomputerworks.com">http://www.grcomputerworks.com</a><br>&gt; ______________________________
_________________<br>&gt; grlug mailing list<br>&gt; <a href="mailto:grlug@grlug.org">grlug@grlug.org</a><br>&gt; <a href="http://shinobu.grlug.org/cgi">http://shinobu.grlug.org/cgi</a>-bin/mailman/listinfo/grlug<br>&gt;<br>
&gt;<br><br><br>--<br>:wq<br>_______________________________________________<br>grlug mailing list<br><a href="mailto:grlug@grlug.org">grlug@grlug.org</a><br><a href="http://shinobu.grlug.org/cgi">http://shinobu.grlug.org/cgi
</a>-bin/mailman/listinfo/grlug<br></blockquote></p><DEFANGED_div><br><br clear="all"><br>-- <br><a href="http://www.billcreswell.com">www.billcreswell.com</a> - family news, notes and writings<br><a href="http://grComputerWorks.blogspot.com">
http://grComputerWorks.blogspot.com</a> - web and computer related topics<br><a href="http://www.grcomputerworks.com">http://www.grcomputerworks.com</a>