<br><br><div><span class="gmail_quote">On 1/17/06, <b class="gmail_sendername">Justin Conover</b> &lt;<a href="mailto:justin.conover@gmail.com">justin.conover@gmail.com</a>&gt; 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> &lt;<a href="mailto:umdsasha@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
umdsasha@gmail.com</a>&gt; 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).&nbsp;&nbsp;But now I'm having problems actually<br>connecting.&nbsp;&nbsp;Basically, I went with what I know--kwifimanager and also
<br>system-config-network.&nbsp;&nbsp;The system-config-network shows my wireless card<br>and I try to set up a connection but nothing.&nbsp;&nbsp;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.&nbsp;&nbsp;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.&nbsp;&nbsp;Any ideas?&nbsp;&nbsp;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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no wireless extensions.<br>
<br>
eth0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no wireless extensions.<br>
<br>
eth1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; unassociated&nbsp; ESSID:off/any&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Mode:Managed&nbsp; Channel=0&nbsp; Access Point:
00:00:00:00:00:00&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Bit Rate=0 kb/s&nbsp;&nbsp; Tx-Power=20 dBm&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Retry limit:7&nbsp;&nbsp; RTS thr:off&nbsp;&nbsp; Fragment thr:off<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Power Management:off<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link Quality:0&nbsp; Signal level:0&nbsp; Noise level:0<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Rx invalid nwid:0&nbsp; Rx invalid crypt:0&nbsp; Rx invalid frag:0<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tx excessive retries:0&nbsp; Invalid misc:0&nbsp;&nbsp; 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 &quot;/sbin/iwconfig eth1 essid YOURACCESSPOINT key YOURKEY &amp;&amp; /sbin/dhclient eth1 &amp;&amp; /sbin/ifconfig eth1&quot;<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>