- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Wireless fails on NC8000 under Linux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 06:23 AM
05-27-2004 06:23 AM
Wireless fails on NC8000 under Linux
The madwifi drivers compile and install cleanly. They detect one card, assigned to the interface ath0.
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.
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.
Attached are the only messages that appear in the syslog, the output of ifconfig and iwconfig, and of iwlist scanning and iwlist ap.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 07:40 AM
06-02-2004 07:40 AM
Re: Wireless fails on NC8000 under Linux
Soeren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 08:30 PM
06-02-2004 08:30 PM
Re: Wireless fails on NC8000 under Linux
Have you ever seen the blue led turned on in Linux? (I haven't)
Soeren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 12:53 AM
06-03-2004 12:53 AM
Re: Wireless fails on NC8000 under Linux
I made it work using the ndiswrapper provided at ndiswrapper.sourceforge.net, and installed the Windows drivers from the HP Website.
http://h18007.www1.hp.com/support/files/hpcpqnk/us/locate/64_5839.html
Just get the files unpacked and do:
#cd SP27732A
#ndiswrapper -i net5211.inf
#ndiswrapper -m
#modprobe ndiswrapper
#ifconfig wlan0 up
#iwconfig wlan0 essid
#iwconfig wlan0
#dhclient wlan0
(dhclient is on Debian, perhaps you can do ifup wlan0 or similar)
Remember to watch your 'dmesg' for errors.
Best regards,
Soeren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 05:59 AM
06-04-2004 05:59 AM
Re: Wireless fails on NC8000 under Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 07:05 AM
06-04-2004 07:05 AM
Re: Wireless fails on NC8000 under Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2004 01:22 AM
06-05-2004 01:22 AM
Re: Wireless fails on NC8000 under Linux
acpi=on apm=off
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 :)
Soeren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2004 01:44 AM
06-05-2004 01:44 AM
Re: Wireless fails on NC8000 under Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2004 01:58 AM
06-05-2004 01:58 AM
Re: Wireless fails on NC8000 under Linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2004 07:07 PM
06-06-2004 07:07 PM
Re: Wireless fails on NC8000 under Linux
You can find your chipset by doing a
#lspci -n
to get the PCI id.
Soeren