<?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 configure wireless WL110 under linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/configure-wireless-wl110-under-linux/m-p/4847640#M85387</link>
    <description>Could someone help me to configure wireless network under linux with a wireless WL110 ?&lt;BR /&gt;&lt;BR /&gt;the network interface seems to be OK on eth1 with wlan_cs module&lt;BR /&gt;iwconfig says:&lt;BR /&gt;eth1 IEEE 802.11-DS (seems good...)&lt;BR /&gt;etc.&lt;BR /&gt;&lt;BR /&gt;but I don't know how to configure the interface and it does not ping the network.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On windows client, I only configure:&lt;BR /&gt;access via access point&lt;BR /&gt;the name of access&lt;BR /&gt;the encryption key&lt;BR /&gt;&lt;BR /&gt;and that's all&lt;BR /&gt;&lt;BR /&gt;Under linux, what to do ?&lt;BR /&gt;&lt;BR /&gt;I got ESSID: "not specified"&lt;BR /&gt;Nickname "HERMES I"&lt;BR /&gt;Mode: Managed&lt;BR /&gt;Freq: 2,457Ghz&lt;BR /&gt;Accesspoint 44:44:44:44:44:44&lt;BR /&gt;(seems to be a non recognised arp adress, no ?)&lt;BR /&gt;Encryption key: off&lt;BR /&gt;etc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Let's say, my access point name is 3d1234&lt;BR /&gt;and my encryption key is: d1234&lt;BR /&gt;&lt;BR /&gt;so, what to set for the iwconfig parameters ?&lt;BR /&gt;(or /etc/pcmcia/wireless.opt)&lt;BR /&gt;</description>
    <pubDate>Fri, 21 Feb 2003 13:57:41 GMT</pubDate>
    <dc:creator>Louis Coilliot</dc:creator>
    <dc:date>2003-02-21T13:57:41Z</dc:date>
    <item>
      <title>configure wireless WL110 under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-wireless-wl110-under-linux/m-p/4847640#M85387</link>
      <description>Could someone help me to configure wireless network under linux with a wireless WL110 ?&lt;BR /&gt;&lt;BR /&gt;the network interface seems to be OK on eth1 with wlan_cs module&lt;BR /&gt;iwconfig says:&lt;BR /&gt;eth1 IEEE 802.11-DS (seems good...)&lt;BR /&gt;etc.&lt;BR /&gt;&lt;BR /&gt;but I don't know how to configure the interface and it does not ping the network.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On windows client, I only configure:&lt;BR /&gt;access via access point&lt;BR /&gt;the name of access&lt;BR /&gt;the encryption key&lt;BR /&gt;&lt;BR /&gt;and that's all&lt;BR /&gt;&lt;BR /&gt;Under linux, what to do ?&lt;BR /&gt;&lt;BR /&gt;I got ESSID: "not specified"&lt;BR /&gt;Nickname "HERMES I"&lt;BR /&gt;Mode: Managed&lt;BR /&gt;Freq: 2,457Ghz&lt;BR /&gt;Accesspoint 44:44:44:44:44:44&lt;BR /&gt;(seems to be a non recognised arp adress, no ?)&lt;BR /&gt;Encryption key: off&lt;BR /&gt;etc.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Let's say, my access point name is 3d1234&lt;BR /&gt;and my encryption key is: d1234&lt;BR /&gt;&lt;BR /&gt;so, what to set for the iwconfig parameters ?&lt;BR /&gt;(or /etc/pcmcia/wireless.opt)&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Feb 2003 13:57:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-wireless-wl110-under-linux/m-p/4847640#M85387</guid>
      <dc:creator>Louis Coilliot</dc:creator>
      <dc:date>2003-02-21T13:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: configure wireless WL110 under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-wireless-wl110-under-linux/m-p/4847641#M85388</link>
      <description>It depends on your flavour of linux.&lt;BR /&gt;In RedHat (8.0) /etc/pcmcia/wireless.opts is ignored.&lt;BR /&gt;I've configured my wireless card directly through /etc/sysconfig/network-scripts/ifup-wireless&lt;BR /&gt;&lt;BR /&gt;(you define a couple of variables in the beginning of the shell script, like:&lt;BR /&gt;MODE="Managed"&lt;BR /&gt;ENCRYPTION="open", etc)&lt;BR /&gt;You can hack the file to your needs, it's just a set of iwconfig calls.&lt;BR /&gt;&lt;BR /&gt;You can configure directly via iwconfig to check your settings before entering them in the script:&lt;BR /&gt;iwconfig eth1 mode Managed&lt;BR /&gt;iwconfig eth1 key open&lt;BR /&gt;iwconfig eth1 key "xxxx-xxxx-xx"&lt;BR /&gt;iwconfig eth1 essid "myessid"&lt;BR /&gt;[whatever else you need]&lt;BR /&gt;&lt;BR /&gt;then you bring up the interface&lt;BR /&gt;ifconfig eth1 up&lt;BR /&gt;and you should get an IP (assuming you use DHCP).&lt;BR /&gt;&lt;BR /&gt;Once you modify ifup-wireless you can check via&lt;BR /&gt;service network restart&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;c</description>
      <pubDate>Sat, 22 Feb 2003 11:49:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-wireless-wl110-under-linux/m-p/4847641#M85388</guid>
      <dc:creator>Cristian Draghici</dc:creator>
      <dc:date>2003-02-22T11:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: configure wireless WL110 under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-wireless-wl110-under-linux/m-p/4847642#M85389</link>
      <description>Yes, many thanks&lt;BR /&gt;I managed to do it with iwconfig by making a new  /etc/rc.d script, but your way is better&lt;BR /&gt;&lt;BR /&gt;Finally, I've found another way:&lt;BR /&gt;you can specify wireless configuration directly in ifcfg-ethX:&lt;BR /&gt;&lt;BR /&gt;wireless_essid xyz&lt;BR /&gt;wireless_key s:enckeyxyz&lt;BR /&gt;etc.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Feb 2003 19:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-wireless-wl110-under-linux/m-p/4847642#M85389</guid>
      <dc:creator>Louis Coilliot</dc:creator>
      <dc:date>2003-02-22T19:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: configure wireless WL110 under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-wireless-wl110-under-linux/m-p/4847643#M85390</link>
      <description>I made a mistake&lt;BR /&gt;It's like that :&lt;BR /&gt;&lt;BR /&gt;DEVICE=ethX&lt;BR /&gt;IPADDR= (...)&lt;BR /&gt;(...)&lt;BR /&gt;MODE=Managed&lt;BR /&gt;ESSID="network_name"&lt;BR /&gt;KEY="s:mykey"&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Feb 2003 22:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-wireless-wl110-under-linux/m-p/4847643#M85390</guid>
      <dc:creator>Louis Coilliot</dc:creator>
      <dc:date>2003-02-25T22:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: configure wireless WL110 under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configure-wireless-wl110-under-linux/m-p/4847644#M85391</link>
      <description>See upper responses</description>
      <pubDate>Wed, 19 Oct 2005 16:29:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configure-wireless-wl110-under-linux/m-p/4847644#M85391</guid>
      <dc:creator>Louis Coilliot</dc:creator>
      <dc:date>2005-10-19T16:29:10Z</dc:date>
    </item>
  </channel>
</rss>

