<?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 Re: Wireless fails on NC8000 under Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289160#M88435</link>
    <description>I had to boot with the kernel options:&lt;BR /&gt;acpi=on apm=off &lt;BR /&gt;before it worked... Be sure to use the latest madwifi from CVS! I assume that your "nc8000" was a typo for "nw8000"? Else we may be comparing apples and pears here :)&lt;BR /&gt;&lt;BR /&gt;Soeren</description>
    <pubDate>Sat, 05 Jun 2004 08:22:18 GMT</pubDate>
    <dc:creator>Soeren Staun-Pedersen</dc:creator>
    <dc:date>2004-06-05T08:22:18Z</dc:date>
    <item>
      <title>Wireless fails on NC8000 under Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289154#M88429</link>
      <description>Using the latest CVS madwifi drivers under 2.6.5 in Gentoo (also fails with earlier versions of the drivers) on a brand new NC8000 with the Atheros 5212 chipset integrated 802.11a/b/g wireless.&lt;BR /&gt;&lt;BR /&gt;The madwifi drivers compile and install cleanly. They detect one card, assigned to the interface ath0.&lt;BR /&gt;&lt;BR /&gt;ath0 can be brought up and configured with iwconfig, however it fails to establish a link to any access points, all of which are known to be working with other cards. After booting, it will spend a period of time scanning the a/b/g spectrums at high speed, yet no packets are ever received by the device.&lt;BR /&gt;&lt;BR /&gt;I have set the transmit power to the maximum, and the receive power management off. I have used iwpriv to force it into the correct radio mode, and left it in the default multi-purpose mode. I have disabled WEP encryption and enabled SSID broadcast on the access point for testing purposes. I have set the SSID manually anyway. Most test have been conducted within 6 feet of the access point. None of these have any effect.&lt;BR /&gt;&lt;BR /&gt;Attached are the only messages that appear in the syslog, the output of ifconfig and iwconfig, and of iwlist scanning and iwlist ap.</description>
      <pubDate>Thu, 27 May 2004 13:23:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289154#M88429</guid>
      <dc:creator>derf_1</dc:creator>
      <dc:date>2004-05-27T13:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless fails on NC8000 under Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289155#M88430</link>
      <description>I have the exact same problem on my Compaq NW8000 Mobile workstation. I am really interested in a fix for this.&lt;BR /&gt;&lt;BR /&gt;Soeren</description>
      <pubDate>Wed, 02 Jun 2004 14:40:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289155#M88430</guid>
      <dc:creator>Soeren Staun-Pedersen</dc:creator>
      <dc:date>2004-06-02T14:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless fails on NC8000 under Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289156#M88431</link>
      <description>I tried using both the MADWIFI drivers as well as the ndiswrapper, and the effect is pretty much the same. I think that perhaps the problem is somehow connected to not being able to turn the card on.&lt;BR /&gt;Have you ever seen the blue led turned on in Linux? (I haven't)&lt;BR /&gt;&lt;BR /&gt;Soeren</description>
      <pubDate>Thu, 03 Jun 2004 03:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289156#M88431</guid>
      <dc:creator>Soeren Staun-Pedersen</dc:creator>
      <dc:date>2004-06-03T03:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless fails on NC8000 under Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289157#M88432</link>
      <description>Got it! My Wireless card now works on my NW8000! This report is written without over wlan0 and not eth0. The trick is that you need a 2.6.x kernel. I know that 2.6.6 works.&lt;BR /&gt;&lt;BR /&gt;I made it work using the ndiswrapper provided at ndiswrapper.sourceforge.net, and installed the Windows drivers from the HP Website. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h18007.www1.hp.com/support/files/hpcpqnk/us/locate/64_5839.html" target="_blank"&gt;http://h18007.www1.hp.com/support/files/hpcpqnk/us/locate/64_5839.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Just get the files unpacked and do:&lt;BR /&gt;&lt;BR /&gt;#cd SP27732A&lt;BR /&gt;#ndiswrapper -i net5211.inf &lt;BR /&gt;#ndiswrapper -m&lt;BR /&gt;#modprobe ndiswrapper&lt;BR /&gt;#ifconfig wlan0 up&lt;BR /&gt;#iwconfig wlan0 essid &lt;YOUR ssid=""&gt;&lt;BR /&gt;#iwconfig wlan0 &lt;KEYS etc=""&gt;&lt;BR /&gt;#dhclient wlan0 &lt;BR /&gt;&lt;BR /&gt;(dhclient is on Debian, perhaps you can do ifup wlan0 or similar)&lt;BR /&gt;&lt;BR /&gt;Remember to watch your 'dmesg' for errors.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Soeren&lt;BR /&gt;&lt;/KEYS&gt;&lt;/YOUR&gt;</description>
      <pubDate>Thu, 03 Jun 2004 07:53:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289157#M88432</guid>
      <dc:creator>Soeren Staun-Pedersen</dc:creator>
      <dc:date>2004-06-03T07:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless fails on NC8000 under Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289158#M88433</link>
      <description>The madwifi driver from CVS works as well. Just use the 2.6 kernel.</description>
      <pubDate>Fri, 04 Jun 2004 12:59:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289158#M88433</guid>
      <dc:creator>Soeren Staun-Pedersen</dc:creator>
      <dc:date>2004-06-04T12:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless fails on NC8000 under Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289159#M88434</link>
      <description>Did you not see that I am using 2.6.5? Perhaps 2.6.6 will work, but I suspect this is some kind of ACPI conflict, i.e., the card is never getting turned on, and I can't find any way to do it manually.</description>
      <pubDate>Fri, 04 Jun 2004 14:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289159#M88434</guid>
      <dc:creator>derf_1</dc:creator>
      <dc:date>2004-06-04T14:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless fails on NC8000 under Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289160#M88435</link>
      <description>I had to boot with the kernel options:&lt;BR /&gt;acpi=on apm=off &lt;BR /&gt;before it worked... Be sure to use the latest madwifi from CVS! I assume that your "nc8000" was a typo for "nw8000"? Else we may be comparing apples and pears here :)&lt;BR /&gt;&lt;BR /&gt;Soeren</description>
      <pubDate>Sat, 05 Jun 2004 08:22:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289160#M88435</guid>
      <dc:creator>Soeren Staun-Pedersen</dc:creator>
      <dc:date>2004-06-05T08:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless fails on NC8000 under Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289161#M88436</link>
      <description>Hmm, I have not tried explicitly disabling apm on startup. However, NC8000 is not a typo, it is a separate machine. I don't think there is a lot of difference between the two models, however, besides the graphics card.</description>
      <pubDate>Sat, 05 Jun 2004 08:44:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289161#M88436</guid>
      <dc:creator>derf_1</dc:creator>
      <dc:date>2004-06-05T08:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless fails on NC8000 under Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289162#M88437</link>
      <description>No, adding apm=off to the boot parameters did not fix anything.</description>
      <pubDate>Sat, 05 Jun 2004 08:58:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289162#M88437</guid>
      <dc:creator>derf_1</dc:creator>
      <dc:date>2004-06-05T08:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Wireless fails on NC8000 under Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289163#M88438</link>
      <description>Did you try the Ndiswrappers? Both drivers work for me (both ndiswrappers and madwifi). You should see if your chipset is supported here: &lt;A href="http://ndiswrapper.sourceforge.net/supported_chipsets.html" target="_blank"&gt;http://ndiswrapper.sourceforge.net/supported_chipsets.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can find your chipset by doing a &lt;BR /&gt;#lspci -n&lt;BR /&gt;to get the PCI id.&lt;BR /&gt;&lt;BR /&gt;Soeren</description>
      <pubDate>Mon, 07 Jun 2004 02:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/wireless-fails-on-nc8000-under-linux/m-p/3289163#M88438</guid>
      <dc:creator>Soeren Staun-Pedersen</dc:creator>
      <dc:date>2004-06-07T02:07:15Z</dc:date>
    </item>
  </channel>
</rss>

