<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 07/26/2009 04:23 PM, derek starr wrote:
<blockquote
 cite="mid:54d3b08e0907261323r7e7359aaxa520cf943c54e26@mail.gmail.com"
 type="cite">To Brian Morrison and Steven F. LeBrun,<br>
  <br>
Steven F. LeBrun, I appreciate your suggestions.&nbsp; I hope what I tell
Brian below, is in keeping with what you suggest.&nbsp; Your quote:<br>
"There are 10 types of people in this world, those that understand
binary and those who don't." <br>
with it's quirky humor, is great!&nbsp; I have a mathematics degree from the
University of California.&nbsp; I am familiar with binary,octal,decimal and
hexadecimal number bases.<br>
  <br>
Brian, you are correct, I should have subscribed to the Fedora
NetworkManager list, instead of the laptop list. My mistake!&nbsp; I will
probably subscribe to that list tomorrow and document my wireless
problem.<br>
  <br>
I went to 'System -&gt; Administration -&gt; Add/Remove Software' and
hopefully downloaded<br>
'Firmware for Intel Corporation PRO/Wireless 3945ABG'<br>
  <br>
I have never used the 'Add/Remove Software' administrative tool before,
so I did not what to expect.&nbsp; I am not sure I downloaded the driver to
my computer. <br>
  <br>
This was my last message on the '/var/log/messages' you told me to
check.<br>
'Jul 26 12:49:07 localhost yum: Installed:
iwl3945-firmware-15.32.2.9-1.fc11.noarch'<br>
  <br>
Immediately after reading that message, I went to 'System -&gt;
Administration -&gt; Network', but when under the 'Devices' tab, when I
clicked on the 'wlan1' entry, the 'Activate' , on the menu bar above,
was grayed out.&nbsp; I could find no way to activate 'wlan1', which had my
Intel Corporation PRO/Wireless 3945ABG card.<br>
  <br>
Any further suggestions or comments?&nbsp; I definitely appreciate the help
that both of you have given me so far.<br>
  <br>
Derek Starr<br>
  <br>
  <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>
Hi Derek,<br>
<br>
If your network device is controlled by NetworkManager, you will no be
able to activate or deactivate it using system-config-network (the
command you reached through the System menu).<br>
<br>
Run system-config-network, select your wireless card and then click on
the edit icon.&nbsp; In the dialog page/General tab that appears, the first
checkbox item is "Controlled by NetworkManager".&nbsp;&nbsp; If you deselect that
checkbox, you can activate the wireless card back in the main
system-config-network dialog (devices tab).<br>
<br>
Also, did you reboot your laptop after installing iwl3945?&nbsp; I am not
sure if it is necessary but I always do it after installing new
drivers, especially if they do not work after install before a reboot.<br>
<br>
Are you familiar with the /etc/sysconfig directory?&nbsp; There are two
subdirectories, networking and network-scripts that are related to
running networking.&nbsp; I do not advise editing any of these files
directly unless you are sure of what you are doing.&nbsp; There are applets
like system-config-network that will do the modifications safely and
correctly since changing one parameter may require changes in multiple
files and even the creation of new files.<br>
<br>
You may want to look at the files there to see if the data looks
correct.&nbsp; Your system should have a file ifcfg-wlan1 (in multiple
places in /etc/systconfig/network-scripts and
/etc/sysconfig/networking/devices).&nbsp; There should be an ifcfg-* file
for each of your network devices.&nbsp; That fact that your wireless card is
named wlan1 instead of wlan0 suggests to me that there is something
different between our configurations.&nbsp; If you notice values in these
files that does not look correct, find out how to change the values
correctly (probably with system-config-network or a similar tool).<br>
<br>
Do you know why your wireless adapter is wlan1 instead of wlan0?&nbsp; Was
this an option you selected somewhere?&nbsp; Is there also a wlan0?<br>
<br>
Your other source of information is your boot log and messages.log.&nbsp;
During each rebooting of my laptop, my wlan0 fails to initializes and
an error message is reported.&nbsp; If you post the section of you messages
log file and boot.log (if your boot.log is not empty) relating to
starting/activating your wlan1, it would help.<br>
<br>
>From my boot.log:<br>
<blockquote>Bringing up interface eth0:&nbsp; <br>
Determining IP information for eth0... failed; no link present.&nbsp; Check
cable?<br>
[FAILED]
<br>
Bringing up interface wlan0:&nbsp; Error for wireless request "Set Mode"
(8B06) :<br>
&nbsp;&nbsp;&nbsp; SET failed on device wlan0 ; Invalid argument.<br>
  <br>
Determining IP information for wlan0... failed.<br>
[FAILED]
<br>
</blockquote>
There is no cable connected to eth0 so its failure is expected.&nbsp; The
"Set Mode" error for wlan0 is a problem with one of the statements in
one of the ifup-XXX scripts and appears to be harmless in this case.&nbsp;
When NetworkManager starts up, it successfully starts my wlan0
connection to my intranet, getting an IP address from my DHCP server.&nbsp;
This all appears during a reboot.<br>
<br>
Let me know if this helps or you still need or want more help.&nbsp; It is
after midnight and I am not sure how coherent I am at the moment. :-)<br>
<br>
BTW.&nbsp; I like the "10 types of people" quote; I first saw it on a
t-shirt somewhere.<br>
<br>
BTW2.&nbsp; When I run "lsmod | grep iwl", I get the following:<br>
<br>
<blockquote>[root@tardis default]# lsmod | grep iwl<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; 164720&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; 30604&nbsp; 2 iwl3945,mac80211<br>
</blockquote>
The first column are modules that are loaded and the last column is the
modules that use that module.&nbsp; Are all four of these modules loaded on
your laptop?<br>
<br>
<div class="moz-signature">-- <br>
<div>&nbsp;&nbsp;Steven F. LeBrun<br>
<p>
Quote: <em>"The objection to fairy stories is that they tell children
there are dragons. But children have always known there are dragons.
Fairy stories tell children that dragons can be killed."</em><br>
&nbsp;&nbsp;&nbsp;&nbsp; -- G.K. Chesterton</p>
</div>
</div>
</body>
</html>