![]() |
2010-04-11
, 09:42
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#201
|
![]() |
2010-04-11
, 09:57
|
Posts: 40 |
Thanked: 8 times |
Joined on Apr 2010
|
#202
|
the netfilter modules for it are included. On PPTP Linux is implemented not in the kernel but in user space.
![]() |
2010-04-11
, 10:19
|
Posts: 40 |
Thanked: 8 times |
Joined on Apr 2010
|
#203
|
![]() |
2010-04-11
, 10:57
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#204
|
when i use PR1.1 or PR1.1.1 stock kernel, i can use fanoush's kernel modules and toolkit from this thread:
and successfully setup pptp dial-up.
but with your ULV kernel, I doesn't work again, here comes some log:
I guess his kernel modules is incompatible with your kernel, please help, thanks.
![]() |
2010-04-11
, 11:06
|
Posts: 40 |
Thanked: 8 times |
Joined on Apr 2010
|
#205
|
yes, his kernel modules are incompatible.
but try my latest experimental kernels http://wiki.maemo.org/Overclocking#I...mental_kernels
they have all necessary modules enabled.
just modprobe them.
![]() |
2010-04-11
, 11:08
|
Posts: 40 |
Thanked: 8 times |
Joined on Apr 2010
|
#206
|
![]() |
2010-04-11
, 11:20
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#207
|
yes, his kernel modules are incompatible.
but try my latest experimental kernels http://wiki.maemo.org/Overclocking#I...mental_kernels
they have all necessary modules enabled.
just modprobe them.
![]() |
2010-04-11
, 11:26
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#208
|
I hope your ppp_async.ko module includes this patch:
http://talk.maemo.org/showpost.php?p=434772&postcount=4
![]() |
2010-04-11
, 11:55
|
Posts: 40 |
Thanked: 8 times |
Joined on Apr 2010
|
#209
|
yes, his kernel modules are incompatible.
but try my latest experimental kernels http://wiki.maemo.org/Overclocking#I...mental_kernels
they have all necessary modules enabled.
just modprobe them.
![]() |
2010-04-11
, 12:44
|
Posts: 53 |
Thanked: 8 times |
Joined on Apr 2010
@ Switzerland
|
#210
|
In addition I recommend you to run this commands and test it again:
echo "1" > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/ignore_nice_load
renice 1 `cat /syspart/applications/standby/background/tasks`
renice 1 `ps | grep modest | cut -c1-5`
It should save you a lot of battery over standby. I have increase more then 50%.
(Note: modest renice would work until you call e-mail GUI, after that it reverts back. I am working on it)