Wireless


 
Thread Tools Search this Thread
Operating Systems HP-UX Wireless
# 1  
Old 10-17-2005
Wireless

Can someone please point me in the correct direction for setting up a wireless card using HP-UX 11iV1? I know its different depending on the type of card I have, but im looking for a direction.

Thanks!
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Debian

can't get wireless networking going

This is my first attempt at Linux, you can probably tell. OK, it appears the problem is that Debian Lenny thinks my wireless card is a wired card? The wireless network extends to my computer, that is certain. I have a Dell PIII desktop computer, with both a 3COM wired card, and a D-Link... (17 Replies)
Discussion started by: fguy
17 Replies

2. Ubuntu

Wireless problem?

I tried this Working wireless broadcom b43 hardy 8.04 - Ubuntu Forums and it worked the first time. Now there is something else because the lamp that indicates that the card is running is working.(it wasnt the first time). Now I just cant find any wireless network. I dont know how this... (3 Replies)
Discussion started by: isato
3 Replies

3. IP Networking

use one wireless card for two pc's

I'm not what this is called so I don't exactly know what to search for to do my homework.:D But I have two IBM T40's and only one wireless internet card. I don't have to money to buy another wireless card, so my question is this: Can I use the card on one system and use an ethenet cable linked... (2 Replies)
Discussion started by: Texasone
2 Replies

4. Red Hat

Wireless on RHEL 5

I have a Dell Latitude D820 loaded with RHEL 5. I am trying to get the internal wireless adapter to work on it. It recognizes that there is a wireless nic but it recognizes it as eth1 not wlan0. It's a Broadcom BCM94311MCG wlan mini-PCI. I was hoping I could be pointed in the right direction. ... (3 Replies)
Discussion started by: darren.wyatt
3 Replies

5. Linux

wireless card

Ive been fooling around on my spare laptop and put different cores of Fedora on and the computer uses an ibm a/b/g card but the os wont recognize the card and doesnt have the software fore it is there anyway to get the software for the card on the comp or should i buy a card that the os knows? (7 Replies)
Discussion started by: Texasone
7 Replies

6. BSD

OpenBSD and wireless

I've just installed OpenBSD on my laptop (IBM Thinkpad T42) and since this is my first time with wireless networking in OpenBSD I'm a bit lost. What I would like to do is connect to a wireless network using WEP or WPA. Where do I place the key and essid? (3 Replies)
Discussion started by: Timmy66
3 Replies

7. Linux

wireless USB

got a wireless usb network card. how can i make it work under redhat9?. it does not come with linux driver. (0 Replies)
Discussion started by: GJ2
0 Replies

8. Linux

Wireless on Kubuntu 5.10

Hello everybody: Can you help me, I have installed the Kubunto on my laptop, my wireless connection it is with an Linksys WPC54G adapter. I tried with several tools to use it but just do not work. Please help me!!! (2 Replies)
Discussion started by: GEIER
2 Replies

9. IP Networking

wireless connection

Hi Having a problem getting the Orinoco silver to work on Redhat 7.3. (new full install) On install it worked - sometimes - but I had to manually set the default gateway to the wireless instead of the 10/100 ethernet card. Most often I had to restart pcmcia to get it going properly. Now its... (4 Replies)
Discussion started by: caveman_piet
4 Replies
Login or Register to Ask a Question
IWLIST(8)						     Linux Programmer's Manual							 IWLIST(8)

NAME
iwlist - Get more detailed wireless information from a wireless interface SYNOPSIS
iwlist [interface] scanning iwlist [interface] frequency iwlist [interface] rate iwlist [interface] keys iwlist [interface] power iwlist [interface] txpower iwlist [interface] retry iwlist [interface] event iwlist [interface] auth iwlist [interface] wpakeys iwlist [interface] genie iwlist [interface] modulation iwlist --help iwlist --version DESCRIPTION
Iwlist is used to display some additional information from a wireless network interface that is not displayed by iwconfig(8). The main argument is used to select a category of information, iwlist displays in detailed form all information related to this category, including information already shown by iwconfig(8). PARAMETERS
scan[ning] Give the list of Access Points and Ad-Hoc cells in range, and optionally a whole bunch of information about them (ESSID, Quality, Frequency, Mode...). The type of information returned depends on what the card supports. Triggering scanning is a privileged operation (root only) and normal users can only read left-over scan results. By default, the way scanning is done (the scope of the scan) is dependant on the card and card settings. This command takes optional arguments, however most drivers will ignore those. The option essid is used to specify a scan on a spe- cific ESSID. With some card/driver, this enables to see hidden networks. The option last does not trigger a scan and read left-over scan results. freq[uency]/channel Give the list of available frequencies in the device and the number of defined channels. Please note that usually the driver returns the total number of channels and only the frequencies available in the present locale, so there is no one-to-one mapping between frequencies displayed and channel numbers. rate/bit[rate] List the bit-rates supported by the device. keys/enc[ryption] List the encryption key sizes supported and list all the encryption keys set in the device. power List the various Power Management attributes and modes of the device. txpower List the various Transmit Powers available on the device. retry List the transmit retry limits and retry lifetime on the device. ap/accesspoint/peers Give the list of Access Points in range, and optionally the quality of link to them. This feature is obsolete and now deprecated in favor of scanning support (above), and most drivers don't support it. Some drivers may use this command to return a specific list of Peers or Access Points, such as the list of Peers associated/regis- tered with the card. See your driver documentation for details. event List the wireless events supported by the device. auth List the WPA authentication parametes curently set. wpa[keys] List all the WPA encryption keys set in the device. genie List the Generic Information Elements set in the device (used for WPA support). modu[lation] List the modulations supported by the device and the modulations currently enabled. --version Display the version of the tools, as well as the recommended and current Wireless Extensions version for the tool and the various wireless interfaces. --help Display short help message. FILES
/proc/net/wireless SEE ALSO
iwconfig(8), iwspy(8). iwevent(8), iwpriv(8), wireless(7). wireless-tools 13 April 2006 IWLIST(8)