|
2008-01-22
, 15:58
|
|
Posts: 356 |
Thanked: 27 times |
Joined on Jun 2006
@ Madrid, Spain
|
#2
|
|
2008-01-22
, 16:04
|
|
Posts: 282 |
Thanked: 69 times |
Joined on Dec 2007
@ Penniless Park, Fla.
|
#3
|
|
2008-01-22
, 16:27
|
Posts: 30 |
Thanked: 1 time |
Joined on Dec 2007
@ Minneapolis
|
#4
|
|
2008-01-22
, 16:50
|
|
Posts: 282 |
Thanked: 69 times |
Joined on Dec 2007
@ Penniless Park, Fla.
|
#5
|
|
2008-01-22
, 18:01
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#6
|
|
2008-01-22
, 19:29
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#7
|
Interface lo I P is :127 dot 0 dot 0 dot 1 Interface wlan0 I P is :10 dot 48 dot 55 dot 183
|sed s/wlan/w-lan/
|
2008-01-24
, 00:08
|
Posts: 57 |
Thanked: 0 times |
Joined on Dec 2007
|
#8
|
|
2008-01-24
, 11:32
|
|
Posts: 282 |
Thanked: 69 times |
Joined on Dec 2007
@ Penniless Park, Fla.
|
#9
|
|
2008-01-24
, 13:31
|
Posts: 57 |
Thanked: 0 times |
Joined on Dec 2007
|
#10
|
- it bothers me that the graphical network connection tools (under either os2007 or os2008 - correct me if i'm wrong) do not display the assigned IP address
(edit: the info *is* available; see following post)
- i found myself having to open a terminal then use /sbin/ifconfig to get this information - not an insurmountable problem, but still slightly annoying...
- one utility that does report the assigned IP is WifiInfo, which also provides an adjustable polling interval and signal strength meter...
- however, i just need the IP address, so here's a tiny script (don't forget to rename to IPTalk.sh) that speaks your N8x0's assigned IP address using ifconfig, grep, cut, and awk (all in the OEM root filesystem), and the flite artificial speech package, which you'll need to download and install...
- i also created a short desktop menu item, named IPTalk.desktop, which like all others, is stored under /usr/share/applications/hildon:
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=IPTalk
Exec=/home/user/apps/IPTalk.sh
Icon=qgn_list_gene_default_app
- note that the script is stored under /home/user/apps as IPTalk.sh
hope this helps someone...
happy hacking!
Last edited by linux_author; 2008-01-22 at 18:15.