Bill Davidsen writes:<br>
&gt;Brian Wood wrote:<br>
&gt;&gt; I&#39;m having some trouble getting internet/ssh working over<br>
&gt;&gt; a Linksys wireless usb adapter -- model WUSB54GSC.<br>
&gt;&gt;<br>
&gt;&gt; I did get it working one time, but don&#39;t know why or if<br>
&gt;&gt; I did something to make it work.  I see the access<br>
&gt;&gt; point I want to use and connect to it.  That seems to work.<br>
&gt;&gt; Then iwconfig reports<br>
&gt;&gt;<br>
&gt;&gt; lo        no wireless extensions.<br>
&gt;&gt;<br>
&gt;&gt; eth0      no wireless extensions.<br>
&gt;&gt;<br>
&gt;&gt; wlan2     IEEE 802.11bg  ESSID:&quot;brian&quot;<br>
&gt;&gt;           Mode:Managed  Frequency:2.432 GHz  Access Point: 00:1C:10:3B:06:97<br>
&gt;&gt;           Bit Rate=36 Mb/s   Tx-Power=14 dBm<br>
&gt;&gt;           RTS thr=2347 B   Fragment thr=2346 B<br>
&gt;&gt;           Link Quality=57/100  Signal level=57/100<br>
&gt;&gt;           Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0<br>
&gt;&gt;           Tx excessive retries:0  Invalid misc:0   Missed beacon:0<br>
&gt;&gt;<br>
&gt;&gt; But bringing up a URL or ssh&#39;ing to another machine doesn&#39;t work.<br>
&gt;&gt; I&#39;m using Fedora 12.  If I use an ethernet cable instead of the<br>
&gt;&gt; wireless, everything works fine.  Any ideas on what to check<br>
&gt;&gt; or do?<br>
&gt;&gt;<br>&gt; I see two things here, one is that there is no IP on that wlan2, indicating that<br>
&gt; it is connected but not routed. The other is that it&#39;s wlan2 insteadl of wlan0,<br>
&gt; indicating that something is going on, since even with the built-in (802.11g)<br>
&gt; and plug-in (802.11n) NICs, I have wlan0 and wlan1, so they always do start and<br>
&gt; zero and go consecutively.<br>
&gt;<br>
&gt; Try:<br>
&gt; - <span>dhclient</span> wlan2<br>
&gt; - <span>netstat</span> -r<br>
&gt; and post the results. I would expect you will get connections after that.<br><br>Hi, Bill,<br><br>Unfortunately I&#39;ve not been able to get it working yet. dhclient<br>didn&#39;t output anything.  The netstat -r output:<br>
Kernel IP routing table<br>Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface<br>192.168.50.0    *               255.255.255.0   U         0 0          0 wlan2<br>default         192.168.50.1    0.0.0.0         UG        0 0          0 wlan2<br>
<br><br>
&gt; Your dmesg output should have information of why that&#39;s wlan2, please read and<br>
&gt; report.<br>
<br>Here&#39;s the result of dmesg | grep wlan:<br><br>wlan0: register &#39;rndis_wlan&#39; at usb-0000:00:03.3-1, Wireless RNDIS device, BCM4320b based, 00:1e:e5:a6:98:ee<br>usbcore: registered new interface driver rndis_wlan<br>
udev: renamed network interface wlan0 to wlan2<br>
rndis_wlan 1-1:1.0: rndis media disconnect<br>ADDRCONF(NETDEV_UP): wlan2: link is not ready<br>rndis_wlan 1-1:1.0: rndis media connect<br>ADDRCONF(NETDEV_CHANGE): wlan2: link becomes ready<br>wlan2: no IPv6 routers present<br>

rndis_wlan 1-1:1.0: rndis media disconnect<br>rndis_wlan 1-1:1.0: rndis media connect<br>rndis_wlan 1-1:1.0: rndis media disconnect<br>rndis_wlan 1-1:1.0: rndis media connect<br><br clear="all"><br>Regards,<br>Brian Wood<br>
<a href="http://www.webEbenezer.net" target="_blank">http://www.webEbenezer.net</a><br>
<br><br><br><br>