<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">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 class="e" id="q_108d9425b9f9a477_1"><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><div><br>
<br>
Just realized I should test out NetworkManager when I get home tonight :) <br>
</div><br></div><br>