|
2012-03-05
, 14:52
|
Posts: 2,290 |
Thanked: 4,134 times |
Joined on Apr 2010
@ UK
|
#1342
|
/sbin/ifconfig wlan0 | awk -F "[: ]" ' /Bc/ {print $13}' ; echo "iwconfig wlan0" | sudo gainroot | grep ESSID | sed "s/.*ESSID:\"//;s/\".*//"; awk -F "[. ]" '/0/ {print $6" %"}' /proc/net/wireless ; echo "/sbin/iwconfig wlan0" | sudo gainroot | grep Point | sed "s/.*Point: //;s/ //g" ;
|
2012-03-06
, 06:41
|
|
Posts: 165 |
Thanked: 18 times |
Joined on Jun 2010
|
#1343
|
I currently have this on my desktop.
This outputsCode:/sbin/ifconfig wlan0 | awk -F "[: ]" ' /Bc/ {print $13}' ; echo "iwconfig wlan0" | sudo gainroot | grep ESSID | sed "s/.*ESSID:\"//;s/\".*//"; awk -F "[. ]" '/0/ {print $6" %"}' /proc/net/wireless ; echo "/sbin/iwconfig wlan0" | sudo gainroot | grep Point | sed "s/.*Point: //;s/ //g" ;
- Internal IP
- SSID
- Signal Quality
- MAC
As for channel, "iwconfig wlan0" doesn't show a channel so I am not sure.
Will have a go later.
Possibly try "iwlist scan" | grep channel
|
2012-03-12
, 16:47
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#1344
|
The Following 2 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
|
2012-03-24
, 14:19
|
|
Posts: 165 |
Thanked: 18 times |
Joined on Jun 2010
|
#1345
|
|
2012-03-24
, 18:48
|
|
Posts: 700 |
Thanked: 846 times |
Joined on Nov 2009
|
#1346
|
hey guys the qbw is giving me this error when i want to ussdquery.py *220#
QBW Warning! Possible Pango Markup Language inconsistent/unterminated Tag!
that's because the result of ussdquery.py contains the (&) character, how can this be fixed ??
i saw it in http://wiki.maemo.org/Queen_BeeCon_W...minated_Tag.21
how can i fix it please.
Nokia-N900-51-1:~# echo "pippo & pluto" | sed "s/&/&/g"
pippo & pluto
Nokia-N900-51-1:~#
The Following User Says Thank You to No!No!No!Yes! For This Useful Post: | ||
|
2012-05-19
, 15:51
|
|
Posts: 165 |
Thanked: 18 times |
Joined on Jun 2010
|
#1348
|
i think its possable check the wiki about halfway down just after advnce setting section you will see a picture test hot spot im sure thats it ..
http://wiki.maemo.org/Queen_BeeCon_Widget
|
2012-05-24
, 00:04
|
Posts: 71 |
Thanked: 54 times |
Joined on Dec 2010
|
#1349
|
|
2012-05-24
, 04:30
|
Posts: 9 |
Thanked: 1 time |
Joined on May 2012
|
#1350
|
yes i know that script, but i need the iwlist scan command will give me the result JUST for SSID and MAC and Channel and quality , the other information like encryption key and other info i dont need them, can i grep just these info to my script ???