Looks like a little troubleshooting has determined there's nothing wrong with the setup--I disabled the key and it works!  But the last thing I want is an unsecured wireless connection.  Basically, I have a WEP 64-bit hex key for my wireless net. Any ideas?
<br><br>Thanks,<br>Alex<br><br>PS Thanks for the help<br><br><div><span class="gmail_quote">On 1/17/06, <b class="gmail_sendername">Alexander Sukhodolsky</b> <<a href="mailto:umdsasha@gmail.com">umdsasha@gmail.com</a>> wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">not really sure--but my eth0 (wired ethernet) is disconnected anyway.  I tried to down eth0 and eth1 and the up eth1, but with no luck.  
<br><br>Alex<div><span class="e" id="q_108d96ca7d676281_1"><br><br><div><span class="gmail_quote">On 1/17/06, <b class="gmail_sendername">
Justin Conover</b> <<a href="mailto:justin.conover@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">justin.conover@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br><br><div><span><span class="gmail_quote">On 1/17/06, <b class="gmail_sendername">Alexander Sukhodolsky</b> <<a href="mailto:umdsasha@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

umdsasha@gmail.com</a>> wrote:</span></span><span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I wish I could tell you it worked, but even though I followed what you
said and created wireless.sh and so on, still nothing--it runs and
shows up in iwconfig as connected to that, but still can't ping. 
Also, just for info, Network Configuration gets stuck on trying to get
IP and then says it's unable to connect--any ideas?
<br><br>Thanks,<br>Alex</blockquote></span><div><br>
<br>
Does ifconfig eth1 get an ip?  Does eth0 still have an ip too?  If both of those are true, you might disable eth0<br>
<br>
/sbin/ifconfig eth0 down <br>
</div><div><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><span><div><span class="gmail_quote">
On 1/17/06, 
<b class="gmail_sendername">Justin Conover</b> <<a href="mailto:justin.conover@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
justin.conover@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div><div><span><span class="gmail_quote">On 1/17/06, <b class="gmail_sendername">Justin Conover</b> <<a href="mailto:justin.conover@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">




justin.conover@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div><div><span><span class="gmail_quote">On 1/17/06, <b class="gmail_sendername">Alexander Sukhodolsky</b> <<a href="mailto:umdsasha@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">





umdsasha@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
So I followed Justin Conover's ipw2200 how-to (very easy) and got my<br>wireless adapter to be recognized under the new fc5 test2 (i used the<br>newest firmware, though).  But now I'm having problems actually<br>connecting.  Basically, I went with what I know--kwifimanager and also
<br>system-config-network.  The system-config-network shows my wireless card<br>and I try to set up a connection but nothing.  Now with kwifimanager, it<br>shows all the ssid's of networks around and I set up in the<br>configuration my network, and its corresponding password, and it does
<br>connect, but firefox shows nothing.  Any ideas?<br><br>Also--I tried networkmanager, including running the services<br>(serviceconf) and running it, but to no avail--/usr/bin doesnt seem to<br>have NetworkManagerInfo or something.  Any ideas?  Anyone else have
<br>these problems in the new fc5 test2?<br><br>Thanks,<br>Alex<br><br>--<br>fedora-test-list mailing list<br><a href="mailto:fedora-test-list@redhat.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">





fedora-test-list@redhat.com</a><br>To unsubscribe:<br><a href="https://www.redhat.com/mailman/listinfo/fedora-test-list" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
https://www.redhat.com/mailman/listinfo/fedora-test-list</a></blockquote></span></div><div><br>
<br>
If you see the device from /sbin/iwconfig<br>
<br>
/sbin/iwconfig <br>
lo        no wireless extensions.<br>
<br>
eth0      no wireless extensions.<br>
<br>
eth1      unassociated  ESSID:off/any  <br>
         
Mode:Managed  Channel=0  Access Point:
00:00:00:00:00:00   <br>
          Bit Rate=0 kb/s   Tx-Power=20 dBm   <br>
          Retry limit:7   RTS thr:off   Fragment thr:off<br>
          Power Management:off<br>
          Link Quality:0  Signal level:0  Noise level:0<br>
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0<br>
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0<br>
<br>
For example I just have a little script in my users $HOME<br>
<br>
$ cat wireless.sh <br>
#!/bin/bash<br>
/bin/su -c "/sbin/iwconfig eth1 essid YOURACCESSPOINT key YOURKEY && /sbin/dhclient eth1 && /sbin/ifconfig eth1"<br>
<br>
just chmod +x and sh wireless.sh as your user and should be up.</div></div></blockquote></span></div><div><br>
<br>
Just realized I should test out NetworkManager when I get home tonight :) <br>
</div><br></div><br>

</blockquote></div><br>


</span></div></blockquote></span></div></div><br>

</blockquote></div><br>

</span></div></blockquote></div><br>