[Kernel] 2.6.32.48 - OC-UV-VFP_FP (1.400GHZ) - Gtab/Zpad (Update 11/24/11)

Search This thread

acomiskey

Senior Member
Mar 13, 2008
260
37
Pls post dmesg logs.

Ensure you are inserting the module corresponding to the release version, from /system (lib/modules is a good place for it).

Here is the location of the tun.ko I am using.

\lib-2632.36\lib\modules\2.6.32.36-cyanogenmod\kernel\drivers\net\tun.ko

# uname -r
uname -r
2.6.32.36-cyanogenmod

Nothing displays in dmesg after I run the command.

<4>[ 632.383922] ------------[ cut here ]------------
<4>[ 632.388670] WARNING: at fs/sysfs/group.c:138 sysfs_remove_group+0x5c/0xf8(
)
<4>[ 632.395737] sysfs group c06daaa0 not found for kobject 'cpufreq'
<4>[ 632.401812] Modules linked in:
<4>[ 632.404891] Backtrace:
<4>[ 632.407444] [<c0042414>] (dump_backtrace+0x0/0x11c) from [<c0042564>] (dum
p_stack+0x18/0x1c)
<4>[ 632.415937] r7:dbb31e48 r6:c01a95bc r5:0000008a r4:c0629554
<4>[ 632.421864] [<c004254c>] (dump_stack+0x0/0x1c) from [<c00c7c34>] (warn_slo
wpath_common+0x58/0x68)
<4>[ 632.430883] [<c00c7bdc>] (warn_slowpath_common+0x0/0x68) from [<c00c7c90>]
(warn_slowpath_fmt+0x30/0x38)
<4>[ 632.440452] r7:00000001 r6:c06daaa0 r5:d65eb5b0 r4:00000000
<4>[ 632.446264] [<c00c7c60>] (warn_slowpath_fmt+0x0/0x38) from [<c01a95bc>] (s
ysfs_remove_group+0x5c/0xf8)
<4>[ 632.455669] r3:c06daaa0 r2:c0629568
<4>[ 632.459362] [<c01a9560>] (sysfs_remove_group+0x0/0xf8) from [<c03bd938>] (
cpufreq_stats_free_table+0x50/0x98)
<4>[ 632.469360] r6:00000001 r5:d65eb560 r4:00000000
<4>[ 632.474122] [<c03bd8e8>] (cpufreq_stats_free_table+0x0/0x98) from [<c051ab
2c>] (cpufreq_stat_cpu_callback+0x70/0xac)
<4>[ 632.484731] r7:00000001 r6:dbb31f24 r5:c06e83bc r4:00000001
<4>[ 632.490539] [<c051aabc>] (cpufreq_stat_cpu_callback+0x0/0xac) from [<c00eb
a68>] (notifier_call_chain+0x4c/0x94)
<4>[ 632.500716] r5:c06e83bc r4:fffffffe
<4>[ 632.504356] [<c00eba1c>] (notifier_call_chain+0x0/0x94) from [<c00ebaf4>]
(__raw_notifier_call_chain+0x1c/0x24)
<4>[ 632.514546] r9:10624dd3 r8:00000001 r7:00000000 r6:c06ec9f4 r5:00000001
<4>[ 632.521203] r4:00000001
<4>[ 632.523899] [<c00ebad8>] (__raw_notifier_call_chain+0x0/0x24) from [<c0514
f5c>] (_cpu_down+0xcc/0x300)
<4>[ 632.533369] [<c0514e90>] (_cpu_down+0x0/0x300) from [<c05151d8>] (cpu_down
+0x48/0x5c)
<4>[ 632.541358] [<c0515190>] (cpu_down+0x0/0x5c) from [<c0050160>] (tegra_cpuf
req_hotplug+0x120/0x148)
<4>[ 632.550435] r5:00000401 r4:c0724a74
<4>[ 632.554098] [<c0050040>] (tegra_cpufreq_hotplug+0x0/0x148) from [<c0050260
>] (tegra_cpufreq_dfsd+0xd8/0x138)
<4>[ 632.564027] r5:00000401 r4:11eeddb8
<4>[ 632.567724] [<c0050188>] (tegra_cpufreq_dfsd+0x0/0x138) from [<c00e5b24>]
(kthread+0x8c/0x94)
<4>[ 632.576334] [<c00e5a98>] (kthread+0x0/0x94) from [<c00cbc60>] (do_exit+0x0
/0x774)
<4>[ 632.583865] r7:00000000 r6:00000000 r5:00000000 r4:00000000
<4>[ 632.589686] ---[ end trace da227214a82491bc ]---
<7>[ 632.594360] CPU0 attaching NULL sched-domain.
<7>[ 632.594397] CPU1 attaching NULL sched-domain.
<7>[ 632.647742] CPU0 attaching NULL sched-domain.
<5>[ 632.649817] CPU1: clean shutdown
<3>[ 709.156538] init: untracked pid 2087 exited
<3>[ 725.812157] init: untracked pid 2112 exited
<3>[ 725.816420] init: untracked pid 2113 exited
<3>[ 736.414545] init: untracked pid 2121 exited
<3>[ 736.419432] init: untracked pid 2122 exited
<3>[ 764.205689] init: untracked pid 2127 exited
<3>[ 912.532940] init: untracked pid 2192 exited
 

pershoot

Inactive Recognized Developer
Dec 1, 2008
8,077
4,426
adb shell cat /proc/kmsg

Then in another window go in:
adb shell
ensure you are root
insmod module

Post output.

Thx
 

pershoot

Inactive Recognized Developer
Dec 1, 2008
8,077
4,426
That's strange. It should report something (usually).

Pls redload the lib file and repush from it, and try again.

Then:
dmesg | grep tun

Ill also take a look when I get home.
 
Last edited:
  • Like
Reactions: acomiskey

acomiskey

Senior Member
Mar 13, 2008
260
37
That's strange. It should report something (usually).

Pls redload the lib file and repush from it, and try again.

Then:
dmesg | grep tun

Ill also take a look when I get home.

PLease excuse me, I am an idiot....got it loaded just fine. Had the tun.ko on my desktop but wasn't cd'ing to desktop before I pushed the tun.ko file...so I was pushing the wrong one the whole time...sorry and thanks for the help. Now to try and get "vpn connections" going.
 
Last edited:

pershoot

Inactive Recognized Developer
Dec 1, 2008
8,077
4,426
here's a lil taste of things to come:

# uname -a
uname -a
Linux localhost 2.6.32.36-cyanogenmod #12 SMP PREEMPT Tue Apr 12 21:19:25 EDT 2011 armv7l GNU/Linux

# dmesg | grep 1604
dmesg | grep 1604
<4>[ 6.037923] PLLX0 clock is set to 1604000 KHz
<4>[ 6.037930] CPU clock is set to 1604000 KHz

# cat cpuinfo_max_freq; cat scaling_max_freq; pwd
cat cpuinfo_max_freq; cat scaling_max_freq; pwd
1604000
1604000
/sys/devices/system/cpu/cpu0/cpufreq

linpack, 3 times, 57.657
quadrant, ran 3 times, 3088
smartbench 2011, ran 3 times, 4443

CM7.
 
Last edited:

psychosematic

Member
Nov 29, 2007
14
0
here's a lil taste of things to come:

# uname -a
uname -a
Linux localhost 2.6.32.36-cyanogenmod #12 SMP PREEMPT Tue Apr 12 21:19:25 EDT 2011 armv7l GNU/Linux

# dmesg | grep 1604
dmesg | grep 1604
<4>[ 6.037923] PLLX0 clock is set to 1604000 KHz
<4>[ 6.037930] CPU clock is set to 1604000 KHz

# cat cpuinfo_max_freq; cat scaling_max_freq; pwd
cat cpuinfo_max_freq; cat scaling_max_freq; pwd
1604000
1604000
/sys/devices/system/cpu/cpu0/cpufreq

linpack, 3 times, 57.657
quadrant, ran 3 times, 3088
smartbench 2011, ran 3 times, 4443

CM7.

!0.0! Nice!
 

Asure

Senior Member
May 13, 2010
88
6
@pershoot: Awesome. And +100Mhz above the previous Tegra2 (Xoom) overclock as well ;) (1504 vs. 1604)

Any special reason for the +100 bonus? Was it easier to do on our boardtype? Better ram? everlasting fame on teh internetz?
 

pershoot

Inactive Recognized Developer
Dec 1, 2008
8,077
4,426
soon.

just refining some things and testing out the odd ended devices/worst case scenario devices, etc.
 
  • Like
Reactions: xmr405o

Vegasden

Senior Member
Aug 26, 2009
1,071
251
Las Vegas, NV
vegasden.net
I saw in the nightlies you were added to the Harmony CM team as maintainer. Congrats!

My question is whether the kernel(s) you have in this thread are a part of CM7 Harmony releases or do these have "extras" not found in the CM7 Harmony nightlies?
 

pershoot

Inactive Recognized Developer
Dec 1, 2008
8,077
4,426
Whatever is released here is submitted for review and merged within a few days, barring any issues.
 

Synman

Recognized Developer
here's a lil taste of things to come:

# uname -a
uname -a
Linux localhost 2.6.32.36-cyanogenmod #12 SMP PREEMPT Tue Apr 12 21:19:25 EDT 2011 armv7l GNU/Linux

# dmesg | grep 1604
dmesg | grep 1604
<4>[ 6.037923] PLLX0 clock is set to 1604000 KHz
<4>[ 6.037930] CPU clock is set to 1604000 KHz

# cat cpuinfo_max_freq; cat scaling_max_freq; pwd
cat cpuinfo_max_freq; cat scaling_max_freq; pwd
1604000
1604000
/sys/devices/system/cpu/cpu0/cpufreq

linpack, 3 times, 57.657
quadrant, ran 3 times, 3088
smartbench 2011, ran 3 times, 4443

CM7.

OooooooooOOOOOOOOOO. This is big.

Sent from my Xoom using Tapatalk
 

pershoot

Inactive Recognized Developer
Dec 1, 2008
8,077
4,426
ill try to bring down the high end a bit if i can in the next following day(s).

be aware, that if you leave it pinned to max, hammering it, it will get warm/warmer then your used to at 1GHZ, pinned.
 

xmr405o

Senior Member
Dec 31, 2008
286
11
Loaded and it's working on Vegan GB. Thanks man! So far No On Demand governor yet? Under Vegan tab settings, there's a Performance and Powersave governor will that mess with SetCpu if I activate it?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 80
    [Kernel] 2.6.32.48 - OC-UV-VFP_FP - Gtab/Zpad

    -Initial release for Viewsonic’s Gtablet/Malata Zpad

    -merge up to nvidia’s 10.9.9
    -merge up to Kernel.org’s 2.6.32.48
    -add NTFS (w./ write support (proceed with caution if writing!)),AUFS,CIFS,FUSE,TUN,HFSPlus,NFS Client v3/4 (kernel modules; pull the desired module from lib-2632.48.tar.gz and place in to /system/lib/modules/2.6.32.48-cyanogenmod/ and use insmod to insert) and EXT4 (in-built)
    -DM_CRYPT/Ciphers/Routines,Cgroups,Namespaces support,Errata’s 430973,458693,460075
    -ondemand governor default
    -tweak cpufreq_ondemand a bit (use values from vision-2632)
    -cortex-a9/vfp cc -O1 optimisations, using CodeSourcery’s 2009q1-203 ARM-EABI toolchain
    -pull in a few changes from vision-2632
    -use bcm4329, Version 4.218.248-23, FW Version 4.218.248-18
    -add MP/PPP/TP/OE and USB Serial,IPV4/6,Netfilter, and Queuing options
    -oc to 1.4GHZ; min mv: 900, max mv: 1200
    -reduce voltages

    -statically compile koush’s anykernel for use with harmony/tegra2, and add an unpackbootimg script


    http://droidbasement.com/db-blog/

    http://github.com/pershoot/gtab-2632
    9
    gtab/zpad/t8 - 2.6.32.48 - refreshed
    6
    gtab/zpad(old/new bl) - 2.6.32.42 - gingerbread/froyo - http://droidbasement.com/db-blog ; RM updated.
    5
    so do we have overclocking yet?

    not yet. its on my list (to pick apart dvfs/nvodm and backport AOSP's frequency scaling, etc.).
    4