The Following User Says Thank You to Bundyo For This Useful Post: | ||
![]() |
2008-06-27
, 06:53
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#22
|
Ah, OK; I thought it was a reference to setting up an ad-hoc connection (to nothing) so the browser etc. knew there was an internet connection.
(As far as I know, PAN probably works; the problem seems to be only with the dummy connection; switching to links2 might make it work... I haven't had the opportunity to try that stuff out yet, but that was the case with USB-ethernet on pseuDiablo.)
The Following User Says Thank You to fanoush For This Useful Post: | ||
![]() |
2008-06-27
, 15:22
|
Posts: 607 |
Thanked: 296 times |
Joined on Jun 2008
@ Finland
|
#23
|
![]() |
2008-06-27
, 16:58
|
Posts: 83 |
Thanked: 27 times |
Joined on Jun 2008
|
#24
|
![]() |
2008-06-27
, 19:38
|
Posts: 83 |
Thanked: 27 times |
Joined on Jun 2008
|
#25
|
#!/bin/sh # use gainroot to become root and relaunch itself if [ `id -u` != 0 ] ; then #if not already root, call itself as root exec sudo gainroot <<EOF exec $0 $* EOF exit $? fi /usr/lib/maemo-pan/pan-control connect
#!/bin/sh # use gainroot to become root and relaunch itself if [ `id -u` != 0 ] ; then #if not already root, call itself as root exec sudo gainroot <<EOF exec $0 $* EOF exit $? fi route del default gw ifconfig wan0 down # Not sure this is necessary? I don't think I'm using it now. #route add default gw 192.168.0.1
chmod 755 /home/user/bin/*
![]() |
2008-06-27
, 20:27
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#26
|
The Following User Says Thank You to Matan For This Useful Post: | ||
![]() |
2008-06-28
, 07:20
|
Posts: 607 |
Thanked: 296 times |
Joined on Jun 2008
@ Finland
|
#27
|
![]() |
2008-06-28
, 08:22
|
Posts: 607 |
Thanked: 296 times |
Joined on Jun 2008
@ Finland
|
#28
|
![]() |
2008-06-28
, 09:02
|
Posts: 83 |
Thanked: 27 times |
Joined on Jun 2008
|
#29
|
![]() |
2008-06-28
, 09:26
|
Posts: 607 |
Thanked: 296 times |
Joined on Jun 2008
@ Finland
|
#30
|
I really have a ppc, but i'm using DUN for it
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
Last edited by Bundyo; 2008-06-27 at 06:30.