<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Can't DHCP Wireless Connect in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-t-dhcp-wireless-connect/m-p/4566390#M82491</link>
    <description>What's Up?&lt;BR /&gt;&lt;BR /&gt;From a previous thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1400663" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1400663&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is a Edimax Wireless USB 2.0 Adaptor&lt;BR /&gt;Model = EW7718Un&lt;BR /&gt;&lt;BR /&gt;Has greater signal reception than my Netgear under Vista.&lt;BR /&gt;&lt;BR /&gt;Error message from console:&lt;BR /&gt;&lt;BR /&gt;ERROR for wireless request Set encode [8B2A]&lt;BR /&gt;Set failed on device ra0:  Network is down&lt;BR /&gt;&lt;BR /&gt;When I ifconfig ra0 inet up, up comes the NIC, it broadcasts for a IP, and fails.&lt;BR /&gt;&lt;BR /&gt;There is no authentication or encryption currently set.  Nor any be broadcast from the router.&lt;BR /&gt;&lt;BR /&gt;Help Please - :-)</description>
    <pubDate>Tue, 19 Jan 2010 03:10:56 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2010-01-19T03:10:56Z</dc:date>
    <item>
      <title>Can't DHCP Wireless Connect</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-dhcp-wireless-connect/m-p/4566390#M82491</link>
      <description>What's Up?&lt;BR /&gt;&lt;BR /&gt;From a previous thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1400663" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1400663&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is a Edimax Wireless USB 2.0 Adaptor&lt;BR /&gt;Model = EW7718Un&lt;BR /&gt;&lt;BR /&gt;Has greater signal reception than my Netgear under Vista.&lt;BR /&gt;&lt;BR /&gt;Error message from console:&lt;BR /&gt;&lt;BR /&gt;ERROR for wireless request Set encode [8B2A]&lt;BR /&gt;Set failed on device ra0:  Network is down&lt;BR /&gt;&lt;BR /&gt;When I ifconfig ra0 inet up, up comes the NIC, it broadcasts for a IP, and fails.&lt;BR /&gt;&lt;BR /&gt;There is no authentication or encryption currently set.  Nor any be broadcast from the router.&lt;BR /&gt;&lt;BR /&gt;Help Please - :-)</description>
      <pubDate>Tue, 19 Jan 2010 03:10:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-dhcp-wireless-connect/m-p/4566390#M82491</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-01-19T03:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can't DHCP Wireless Connect</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-dhcp-wireless-connect/m-p/4566391#M82492</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;How about setting up a non DHCP environment? Can you assign static IP and see if the wireless adapter works as expected?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Horia.</description>
      <pubDate>Tue, 19 Jan 2010 08:29:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-dhcp-wireless-connect/m-p/4566391#M82492</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-01-19T08:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can't DHCP Wireless Connect</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-dhcp-wireless-connect/m-p/4566392#M82493</link>
      <description>&lt;!--!*#--&gt;Have you set the network name (ESSID) using iwconfig?&lt;BR /&gt;&lt;BR /&gt;Have you copied the RT2870STA.dat configuration file to /etc/Wireless/RT2870STA/RT2870STA.dat and made the appropriate modifications (SSID, Country settings, AuthMode=OPEN, EncrypType=NONE, etc.)?&lt;BR /&gt;&lt;BR /&gt;In a wireless network, the DHCP request can succeed only after the NIC has associated with the AP, so that's the first thing to check.&lt;BR /&gt;&lt;BR /&gt;My laptop has an integrated Intel WLAN chip (using the iwlagn driver). When the wireless NIC is not associated, "iwconfig wlan0" displays:&lt;BR /&gt;&lt;BR /&gt;wlan0     IEEE 802.11abgn  Mode:Managed  Access Point: Not-Associated   &lt;BR /&gt;          Tx-Power=15 dBm   &lt;BR /&gt;          Retry  long limit:7   RTS thr:off   Fragment thr:off&lt;BR /&gt;          Encryption key:off&lt;BR /&gt;          Power Management:off&lt;BR /&gt;&lt;BR /&gt;When a network is available, the same command displays more information:&lt;BR /&gt;&lt;BR /&gt;wlan0     IEEE 802.11abgn  ESSID:"&lt;NETWORK-NAME&gt;"  &lt;BR /&gt;          Mode:Managed  Frequency:&lt;FREQ&gt; GHz  Access Point: &lt;AP mac="" address=""&gt;  &lt;BR /&gt;          Bit Rate=1 Mb/s   Tx-Power=15 dBm   &lt;BR /&gt;          Retry  long limit:7   RTS thr:off   Fragment thr:off&lt;BR /&gt;          Encryption key:off&lt;BR /&gt;          Power Management:off&lt;BR /&gt;          Link Quality=50/70  Signal level=-60 dBm  &lt;BR /&gt;          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0&lt;BR /&gt;          Tx excessive retries:0  Invalid misc:0   Missed beacon:0&lt;BR /&gt;&lt;BR /&gt;MK&lt;/AP&gt;&lt;/FREQ&gt;&lt;/NETWORK-NAME&gt;</description>
      <pubDate>Tue, 19 Jan 2010 09:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-dhcp-wireless-connect/m-p/4566392#M82493</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-01-19T09:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can't DHCP Wireless Connect</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-dhcp-wireless-connect/m-p/4566393#M82494</link>
      <description>Joria&lt;BR /&gt;&lt;BR /&gt;If the router is DCHP then how can I use a static IP configuration?&lt;BR /&gt;&lt;BR /&gt;Matti:&lt;BR /&gt;&lt;BR /&gt;a)  What is a AP?&lt;BR /&gt;&lt;BR /&gt;b)  I've set the SSID - I don't think the ESSID is relevant.  I forget the definition of hand so I'll have to look it up.&lt;BR /&gt;&lt;BR /&gt;c)  I have made the appropriate settings rt2870sta.dat file.  I have not checked the rt2870sta(?) file.&lt;BR /&gt;&lt;BR /&gt;d)  Did not know the 'iwconfig' command - thanks!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jan 2010 14:10:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-dhcp-wireless-connect/m-p/4566393#M82494</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-01-19T14:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can't DHCP Wireless Connect</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-dhcp-wireless-connect/m-p/4566394#M82495</link>
      <description>Even if the router assigns IP addresses through DHCP you can use a static address in that IP range and it'll work just the same.&lt;BR /&gt;&lt;BR /&gt;Worst thing that could happen is getting an IP conflict if the address has already been assigned to other device, but usually when using a high number chances of that are slim to none.</description>
      <pubDate>Tue, 19 Jan 2010 14:44:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-dhcp-wireless-connect/m-p/4566394#M82495</guid>
      <dc:creator>J. Maestre</dc:creator>
      <dc:date>2010-01-19T14:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can't DHCP Wireless Connect</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-dhcp-wireless-connect/m-p/4566395#M82496</link>
      <description>Matti:&lt;BR /&gt;&lt;BR /&gt;OK - AP = Access point.&lt;BR /&gt;&lt;BR /&gt;Found some info on different Linux forums and you all seem to be in the same ballpark.&lt;BR /&gt;&lt;BR /&gt;Question:  One of the other forums corrected the problem by downloading a larger kernel, to correct a stack size problem with the fedora version.  Commants?&lt;BR /&gt;&lt;BR /&gt;Later gator.</description>
      <pubDate>Tue, 19 Jan 2010 15:55:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-dhcp-wireless-connect/m-p/4566395#M82496</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-01-19T15:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can't DHCP Wireless Connect</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-dhcp-wireless-connect/m-p/4566396#M82497</link>
      <description>Kernel stack size shouldn't be an issue.&lt;BR /&gt;&lt;BR /&gt;4k stacks are known to give problems with windows drivers loaded through ndiswrapper, as well as some other binary drivers, but that's not your case here.&lt;BR /&gt;&lt;BR /&gt;There's already a staging 2870/3070 ralink driver in the 2.6.32 kernel, so it wouldn't make sense that it still required a &amp;gt;=8k kernel stack.</description>
      <pubDate>Tue, 19 Jan 2010 16:39:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-dhcp-wireless-connect/m-p/4566396#M82497</guid>
      <dc:creator>J. Maestre</dc:creator>
      <dc:date>2010-01-19T16:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can't DHCP Wireless Connect</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-dhcp-wireless-connect/m-p/4566397#M82498</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] but usually when using a high number&lt;BR /&gt;&amp;gt; chances of that are slim to none.&lt;BR /&gt;&lt;BR /&gt;Right.  And tracking down a problem which&lt;BR /&gt;occurs only infrequently is always easier&lt;BR /&gt;than tracking down a problem which occurs&lt;BR /&gt;frequently?&lt;BR /&gt;&lt;BR /&gt;In my limited experience, a typical DHCP&lt;BR /&gt;server offers IP addresses confined to some&lt;BR /&gt;limited range, leaving other addresses in&lt;BR /&gt;that sub-net available for static use.  If I&lt;BR /&gt;were looking for a good static address, then&lt;BR /&gt;I'd choose one of those others.</description>
      <pubDate>Wed, 20 Jan 2010 04:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-dhcp-wireless-connect/m-p/4566397#M82498</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-01-20T04:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can't DHCP Wireless Connect</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-dhcp-wireless-connect/m-p/4566398#M82499</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;If the router is DCHP then how can I use a &amp;gt;static IP configuration?&lt;BR /&gt;&lt;BR /&gt;This was only for testing purpose. What if DHCP (client or server or even the protocol is scrambled) is not working at all?&lt;BR /&gt;&lt;BR /&gt;J. Maestre is right about this issue. I would just add the fact that you should add the correct gateway in order to have a working device.&lt;BR /&gt;&lt;BR /&gt;My point was this: You must be sure that you do have a working IP link through your wireless connection. Maybe your access point requests encryption and this would not even allow IP connections. &lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Horia.</description>
      <pubDate>Wed, 20 Jan 2010 07:04:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-dhcp-wireless-connect/m-p/4566398#M82499</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-01-20T07:04:46Z</dc:date>
    </item>
  </channel>
</rss>

