<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
On 07/28/2009 08:56 AM, derek starr wrote:
<blockquote
 cite="mid:54d3b08e0907280556m3de83935x592e4e5af172fd29@mail.gmail.com"
 type="cite">To Steven F. LeBrun, Michael Franc<br>
  <br>
Michael Frank, thanks for telling me about the 'system -&gt;
administration -&gt; add/remove' applet.&nbsp; I loaded my Intel Corporation
PRO/Wireless 3945ABG device driver with that applet.<br>
  <br>
'lsmod | grep iwl' now shows<br>
iwl3945&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 125016&nbsp; 0 <br>
mac80211&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 164704&nbsp; 1 iwl3945<br>
lib80211&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5064&nbsp; 1 iwl3945<br>
cfg80211&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 30560&nbsp; 2 iwl3945,mac80211<br>
  <br>
Steven, I must have removed my wlan0 entry from NetworkManager by
mistake.&nbsp; Only wlan1 shows in that applet at the moment.&nbsp; Before I used
NetworkManger so many times. trying by experimentation, to activate my
wireless card, wlan0 showed up in NetworkManger.&nbsp; Is there any way for
me to get wlan0 back?<br>
  <br>
now 'less /etc/sysconfig/networking/devices' only shows:<br>
drwxr-xr-x. 2 root root 4096 2009-07-27 08:42 ./<br>
drwxr-xr-x. 4 root root 4096 2009-04-14 07:25 ../<br>
-rw-r--r--. 1 root root&nbsp; 153 2009-07-27 08:47 ifcfg-eth0<br>
-rw-r--r--. 1 root root&nbsp; 198 2009-07-27 08:47 ifcfg-wlan1<br>
-rw-------. 1 root root&nbsp;&nbsp;&nbsp; 5 2009-07-27 08:47 keys-wlan1<br>
  <br>
And now, 'less /etc/sysconfig/network-scripts' only shows one ifcfg*
file:<br>
-rw-r--r--. 1 root root&nbsp;&nbsp; 254 2009-05-01 13:35 ifcfg-lo<br>
  <br>
In the NetworkManager, under the 'Devices' tab, when I click on the
'Edit' icon, the dialog page/General tab that appears, the checkbox
item for wlan1 "Controlled by NetworkManager" was definitely deselected.<br>
  <br>
But then, When I try to actviate wlan1 in NetWorkManager, I always get
an error message box, saying wlan1 cannot be activated.&nbsp; The dialog
message box never says why wlan1 cannot be selected.<br>
  <br>
I want to thank everyone for helping me so much with my problems,
trying to activate my wireless card.&nbsp; I know you put a lot of valuable
time in to preparing your answers to my problems. <br>
  <br>
But I have to admit, I am getting sort of desperate!&nbsp; What should I do
next?&nbsp; I definitely want to access my city's WiFi network.&nbsp; I am going
to study the fedora-network-manager list next, even if I do not hear
from you guys.&nbsp; <br>
  <br>
Derek Starr<br>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Fedora-laptop-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Fedora-laptop-list@redhat.com">Fedora-laptop-list@redhat.com</a>
<a class="moz-txt-link-freetext" href="http://www.redhat.com/mailman/listinfo/fedora-laptop-list">http://www.redhat.com/mailman/listinfo/fedora-laptop-list</a>
  </pre>
</blockquote>
<br>
Hi Derek,<br>
<br>
There is something else that you can try&nbsp; but it is tedious.&nbsp; You can
try running and debugging the bash scripts that attempt to bring up
your wireless adapter, starting with
/etc/sysconfig/network-scripts/ifup.<br>
<br>
What I did was make copies of the scripts involved; ifup, ifup-eth,
ifup-wireless and network-functions.&nbsp; Step one was to make sure that
your personal copies call your personal copies (ifup --&gt; ifup-eth
--&gt; ifup-wireless).&nbsp; Step two was to place many echo statements into
your personal copies to track variable values and execution path.&nbsp; Step
three was to run your personal scripts.<br>
<br>
There is a Step zero, run the original scripts (I believe you start
with "ifup wlan1") to make sure that they fail to start your wireless
adapter.&nbsp; If the scripts do not fail, there is no reason to try to
debug them.<br>
<br>
If I had a bash debugger that would have allowed me to step through the
scripts, I would have used that.&nbsp; Instead, I had to do the primitive
way of adding "print" statements, in this case, echo statements.&nbsp; I
also did&nbsp; not add all the echo statements to start with.&nbsp; I added echo
statements first to track down which script was failing, and then added
more as needed to see what variables settings were.&nbsp; The first phase
was to make sure that there was an echo statement at the beginning of
every script so that I knew what script was executing when the
activation of the wireless failed.&nbsp; Echo statements to see what
arguments were passed to different function/script/program calls helped
too.<br>
<br>
Hopefully, this will tell you what is going wrong and provide enough
information to fix it.&nbsp; One of the problems that I ran into was that
the key was being provided preceded by "s:" when it should have been
"0x".<br>
<br>
Good luck.&nbsp; Let me know if this helps.&nbsp; I will try to remember what
else I did to get my wireless adapter working back in Fedora 9.<br>
<br>
<div class="moz-signature">-- <br>
<title>Fate of the Peacock</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
&nbsp;&nbsp;&nbsp;&nbsp;Steven F. LeBrun<br>
<p>
Quote: <em>"One day a peacock. The next day a feather duster."</em><br>
&nbsp;&nbsp;&nbsp;&nbsp;&#8212;&nbsp;
Democrat Patrick Quinn, Illinois lieutenant governor
</p>
</div>
</body>
</html>