Thread
:
Connect to Internet on demand & disconnect automatically, particularly for GPRS?
View Single Post
calvin_42
2010-02-17 , 01:32
Posts: 286 | Thanked: 219 times | Joined on Feb 2010 @ France
#
136
Hi there! The application is almost finished. Need to build the .deb package now.
I made a small script in if.d :
Code:
#!/bin/sh echo "$IFACE" >> /var/log/ifup.log
-----------------------
When I connect to the Wifi, $IFACE="wlan0", but when i connect to the 3G, $IFACE is empty instead of containing "gprs0".
Any idea why ?
Thanks.
UPDATE : it appears to be a known issue :
https://bugs.maemo.org/show_bug.cgi?id=7733
. Please vote!
Last edited by calvin_42; 2010-02-17 at
13:56
. Reason: Bug found
Quote & Reply
|
The Following 3 Users Say Thank You to calvin_42 For This Useful Post:
egoshin
,
pillar
,
raily
calvin_42
View Public Profile
Send a private message to calvin_42
Visit calvin_42's homepage!
Find all posts by calvin_42