![]() |
2011-04-11
, 08:42
|
Posts: 26 |
Thanked: 3 times |
Joined on Apr 2010
|
#1172
|
![]() |
2011-04-11
, 08:47
|
|
Posts: 165 |
Thanked: 18 times |
Joined on Jun 2010
|
#1174
|
![]() |
2011-04-11
, 08:47
|
Posts: 26 |
Thanked: 3 times |
Joined on Apr 2010
|
#1175
|
echo "/sbin/iwconfig wlan0"|root|grep ESSID|sed "s/.*ESSID:\"//;s/\".*//"
![]() |
2011-04-11
, 08:49
|
|
Posts: 165 |
Thanked: 18 times |
Joined on Jun 2010
|
#1176
|
![]() |
2011-04-11
, 08:52
|
Posts: 26 |
Thanked: 3 times |
Joined on Apr 2010
|
#1177
|
![]() |
2011-04-11
, 08:54
|
|
Posts: 165 |
Thanked: 18 times |
Joined on Jun 2010
|
#1178
|
![]() |
2011-04-11
, 08:56
|
|
Posts: 623 |
Thanked: 289 times |
Joined on Jan 2010
@ UK
|
#1179
|
echo "/sbin/iwconfig wlan0"|root
wlan0 IEEE 802.11bg ESSID:"NETGEAR-07-B1-D6" Mode:Managed Frequency:2.427 GHz Access Point: 00:1B:2F:07:B1:D6 Bit Rate=54 Mb/s Tx-Power=10 dBm Retry min limit:7 RTS thr:off Fragment thr=2352 B Encryption key:DA1B-18EC-57BF-FDED-CFF5-56F1-85D0-0510-3118-5455-478F-20B2-DD01-1775-6CC0-313D [2] Security mode:open Power Management:on Link Quality=75/100 Signal level:-46 dBm Noise level=-92 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0
The Following User Says Thank You to JonWW For This Useful Post: | ||
![]() |
2011-04-11
, 08:58
|
|
Posts: 165 |
Thanked: 18 times |
Joined on Jun 2010
|
#1180
|
moudy91 please type in XTermand paste the rusults here.Code:echo "/sbin/iwconfig wlan0"|root
You should get something like this:Code:wlan0 IEEE 802.11bg ESSID:"NETGEAR-07-B1-D6" Mode:Managed Frequency:2.427 GHz Access Point: 00:1B:2F:07:B1:D6 Bit Rate=54 Mb/s Tx-Power=10 dBm Retry min limit:7 RTS thr:off Fragment thr=2352 B Encryption key:DA1B-18EC-57BF-FDED-CFF5-56F1-85D0-0510-3118-5455-478F-20B2-DD01-1775-6CC0-313D [2] Security mode:open Power Management:on Link Quality=75/100 Signal level:-46 dBm Noise level=-92 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0
If you are root, then you don't have iwtool installed, in which case, run 'apt-get install iw' as root.