Results 1 to 10 of 20
Code:
eth2 IEEE 802.11-DS ESSID:"NETGEAR" Nickname:"Prism I"
Mode:Managed Access Point: 00:00:00:00:00:00 Bit Rate:11 Mb/s
Tx-Power=15 dBm Sensitivity:1/3
Retry min limit:8 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=0/92 ...
- 08-09-2005 #1Linux Newbie
- Join Date
- Jun 2005
- Location
- Yorktown, VA
- Posts
- 215
I'm going nuts! (wireless/ndiswrapper/blah!)
When I run iwconfig I get this. But What else do I need to do to get it running?Code:eth2 IEEE 802.11-DS ESSID:"NETGEAR" Nickname:"Prism I" Mode:Managed Access Point: 00:00:00:00:00:00 Bit Rate:11 Mb/s Tx-Power=15 dBm Sensitivity:1/3 Retry min limit:8 RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality=0/92 Signal level=-68 dBm Noise level=-122 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0MCP | Network+
- 08-09-2005 #2This basicially says that the card is not associating with the AP. Since im not at my linux box right now, I don't know the exact parameters required for the command, but try an:Access Point: 00:00:00:00:00:00
and from this the card should scan for AP's then you can pass a parameter and the card should associate with your AP. (Im sorry that I can't remember the exact command)Code:iwlist
Life is complex, it has a real part and an imaginary part.
- 08-09-2005 #3Linux Newbie
- Join Date
- Jun 2005
- Location
- Yorktown, VA
- Posts
- 215
Was that right?Code:# iwlist scanning lo Interface doesn't support scanning. eth0 Interface doesn't support scanning. eth1 Interface doesn't support scanning. sit0 Interface doesn't support scanning. eth2 Interface doesn't support scanning : Operation not supported
MCP | Network+
- 08-09-2005 #4Just Joined!
- Join Date
- Nov 2004
- Location
- Iowa
- Posts
- 43
What is your ssid and your channel?
Try this...
ThenCode:iwconfig eth2 mode managed essid yourssid channel yourchannel
and if neededCode:ifup eth2
Post back with results / output / errorsCode:dhclient eth2
All of this as root or with sudo of course.
- 08-09-2005 #5Linux Newbie
- Join Date
- Jun 2005
- Location
- Yorktown, VA
- Posts
- 215
I missed this before I went to bed last night, but so I can do this when I get home, how do I find my channel?
Originally Posted by Kingedgar MCP | Network+
- 08-09-2005 #6Just Joined!
- Join Date
- Nov 2004
- Location
- Iowa
- Posts
- 43
Should be the channel your accespoint is broadcasting on, default is 6, however if you cannot find the channel just omit that part of the line.
- 08-09-2005 #7Linux Newbie
- Join Date
- Jun 2005
- Location
- Yorktown, VA
- Posts
- 215
Code:# iwconfig eth2 mode managed essid NETGEAR channel 11 Error for wireless request "Set Frequency" (8B04) : SET failed on device eth2 ; Operation not supported.MCP | Network+
- 08-09-2005 #8Just Joined!
- Join Date
- Nov 2004
- Location
- Iowa
- Posts
- 43
How about without the channel?
- 08-09-2005 #9Linux Newbie
- Join Date
- Jun 2005
- Location
- Yorktown, VA
- Posts
- 215
It went to the next line, I assume it worked?Code:laptop:/home/cokecan# iwconfig eth2 mode managed essid NETGEAR laptop:/home/cokecan#
MCP | Network+
- 08-09-2005 #10Linux Newbie
- Join Date
- Jun 2005
- Location
- Yorktown, VA
- Posts
- 215
Code:# ifup eth2 Ignoring unknown interface eth2=eth2.
Code:# dhclient eth2 bash: dhclient: command not found
MCP | Network+


Reply With Quote
