powernow-k8 + Spannung ändern

K

Kim

Grünschnabel
Hallo zusammen,

ich bin Besitzer eines HP NX6135 Notebooks. Ich habe Opensuse 10.1 installiert. Leider werden beim Laden des powernow-k8 modules viel zu hohe Spannungen (vid) für die entsprechenden Stufen (fid) angezeigt. Ich will diese manuell ändern. Leider gibt es dazu recht wenig hilfreiche Informationen.

http://www.suseforums.net/index.php?act=ST&f=25&t=13893
http://www.linuxforen.de/forums/showthread.php?t=207282
http://acpi.sourceforge.net/dsdt/view.php?manufacturer=HP&name=nx6125
http://friedlandreas.de/?topic=MyLinux&sub=Installation2


Ich habe schon die DSDT extrahiert und durchgeschaut. Leider gibt es dort nicht den oftmals erwähnten Punkt mit "_PSR" in dem dann im Hexcode die Spannungswerte eingetragen sind.

Weiß jemand von Euch zufällig weiter ?

Danke

Grüße
 
Perfekt, das ist genau das was ich gesucht habe. Werde ich gleich mal ausprobieren. Danke !!!

Habe gerade verusucht ein nicht abgeändertes Modul (powernow-k8.c) nachträglich zu kompilieren. => Fehlermeldungen en masse
Die Kernelsourcen sind doch alle da. Was kann also schiefgegangen sein ?

Fehlermeldungen sind:

In file included from /usr/include/linux/cpumask.h:86,
from /usr/include/asm/smp.h:11,
from /usr/include/linux/smp.h:19,
from powernow-k8.c:35:
/usr/include/linux/bitmap.h: In function ‘bitmap_zero’:
/usr/include/linux/bitmap.h:125: error: ‘BITS_PER_LONG’ undeclared (first use in this function)
/usr/include/linux/bitmap.h:125: error: (Each undeclared identifier is reported only once
/usr/include/linux/bitmap.h:125: error: for each function it appears in.)
/usr/include/linux/bitmap.h: In function ‘bitmap_fill’:
/usr/include/linux/bitmap.h:140: error: ‘BITS_PER_LONG’ undeclared (first use in this function)
/usr/include/linux/bitmap.h: In function ‘bitmap_copy’:
/usr/include/linux/bitmap.h:146: error: ‘BITS_PER_LONG’ undeclared (first use in this function)
/usr/include/linux/bitmap.h: In function ‘bitmap_and’:
/usr/include/linux/bitmap.h:157: error: ‘BITS_PER_LONG’ undeclared (first use in this function)
/usr/include/linux/bitmap.h: In function ‘bitmap_or’:
/usr/include/linux/bitmap.h:166: error: ‘BITS_PER_LONG’ undeclared (first use in this function)
/usr/include/linux/bitmap.h: In function ‘bitmap_xor’:
/usr/include/linux/bitmap.h:175: error: ‘BITS_PER_LONG’ undeclared (first use in this function)
/usr/include/linux/bitmap.h: In function ‘bitmap_andnot’:
/usr/include/linux/bitmap.h:184: error: ‘BITS_PER_LONG’ undeclared (first use in this function)
/usr/include/linux/bitmap.h: In function ‘bitmap_complement’:
/usr/include/linux/bitmap.h:193: error: ‘BITS_PER_LONG’ undeclared (first use in this function)
/usr/include/linux/bitmap.h: In function ‘bitmap_equal’:
/usr/include/linux/bitmap.h:202: error: ‘BITS_PER_LONG’ undeclared (first use in this function)
/usr/include/linux/bitmap.h: In function ‘bitmap_intersects’:
/usr/include/linux/bitmap.h:211: error: ‘BITS_PER_LONG’ undeclared (first use in this function)
/usr/include/linux/bitmap.h: In function ‘bitmap_subset’:
/usr/include/linux/bitmap.h:220: error: ‘BITS_PER_LONG’ undeclared (first use in this function)
/usr/include/linux/bitmap.h: In function ‘bitmap_empty’:
/usr/include/linux/bitmap.h:228: error: ‘BITS_PER_LONG’ undeclared (first use in this function)
/usr/include/linux/bitmap.h: In function ‘bitmap_full’:
/usr/include/linux/bitmap.h:236: error: ‘BITS_PER_LONG’ undeclared (first use in this function)
/usr/include/linux/bitmap.h: In function ‘bitmap_shift_right’:
/usr/include/linux/bitmap.h:250: error: ‘BITS_PER_LONG’ undeclared (first use in this function)
/usr/include/linux/bitmap.h: In function ‘bitmap_shift_left’:
/usr/include/linux/bitmap.h:259: error: ‘BITS_PER_LONG’ undeclared (first use in this function)
In file included from /usr/include/asm/smp.h:11,
from /usr/include/linux/smp.h:19,
from powernow-k8.c:35:
/usr/include/linux/cpumask.h: At top level:
/usr/include/linux/cpumask.h:88: error: expected specifier-qualifier-list before ‘DECLARE_BITMAP’
/usr/include/linux/cpumask.h: In function ‘__cpu_set’:
/usr/include/linux/cpumask.h:94: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpu_clear’:
/usr/include/linux/cpumask.h:100: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpus_setall’:
/usr/include/linux/cpumask.h:106: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpus_clear’:
/usr/include/linux/cpumask.h:112: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpu_test_and_set’:
/usr/include/linux/cpumask.h:121: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpus_and’:
/usr/include/linux/cpumask.h:128: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h:128: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h:128: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpus_or’:
/usr/include/linux/cpumask.h:135: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h:135: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h:135: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpus_xor’:
/usr/include/linux/cpumask.h:142: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h:142: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h:142: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpus_andnot’:
/usr/include/linux/cpumask.h:150: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h:150: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h:150: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpus_complement’:
/usr/include/linux/cpumask.h:157: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h:157: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpus_equal’:
/usr/include/linux/cpumask.h:164: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h:164: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpus_intersects’:
/usr/include/linux/cpumask.h:171: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h:171: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpus_subset’:
/usr/include/linux/cpumask.h:178: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h:178: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpus_empty’:
/usr/include/linux/cpumask.h:184: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpus_full’:
/usr/include/linux/cpumask.h:190: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpus_weight’:
/usr/include/linux/cpumask.h:196: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpus_shift_right’:
/usr/include/linux/cpumask.h:204: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h:204: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpus_shift_left’:
/usr/include/linux/cpumask.h:212: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h:212: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__first_cpu’:
/usr/include/linux/cpumask.h:218: error: expected expression before ‘int’
/usr/include/linux/cpumask.h: In function ‘__next_cpu’:
/usr/include/linux/cpumask.h:224: error: expected expression before ‘int’
/usr/include/linux/cpumask.h: In function ‘__cpumask_scnprintf’:
/usr/include/linux/cpumask.h:275: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpumask_parse’:
/usr/include/linux/cpumask.h:283: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpulist_scnprintf’:
/usr/include/linux/cpumask.h:291: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpulist_parse’:
/usr/include/linux/cpumask.h:297: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpu_remap’:
/usr/include/linux/cpumask.h:305: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h:305: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h: In function ‘__cpus_remap’:
/usr/include/linux/cpumask.h:313: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h:313: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h:313: error: ‘cpumask_t’ has no member named ‘bits’
/usr/include/linux/cpumask.h:313: error: ‘cpumask_t’ has no member named ‘bits’
In file included from /usr/include/linux/smp.h:19,
from powernow-k8.c:35:
/usr/include/asm/smp.h: At top level:
/usr/include/asm/smp.h:46: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘x86_cpu_to_apicid’
/usr/include/asm/smp.h: In function ‘num_booting_cpus’:
/usr/include/asm/smp.h:69: error: ‘CONFIG_NR_CPUS’ undeclared (first use in this function)
In file included from /usr/include/linux/timex.h:61,
from /usr/include/linux/sched.h:11,
from /usr/include/linux/module.h:10,
from powernow-k8.c:36:
/usr/include/asm/timex.h: In function ‘get_cycles’:
/usr/include/asm/timex.h:40: error: ‘cpu_has_tsc’ undeclared (first use in this function)
In file included from /usr/include/linux/sched.h:12,
from /usr/include/linux/module.h:10,
from powernow-k8.c:36:
/usr/include/linux/jiffies.h: At top level:
/usr/include/linux/jiffies.h:75: error: expected ‘,’ or ‘;’ before ‘jiffies_64’
/usr/include/linux/jiffies.h:79: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘get_jiffies_64’
In file included from /usr/include/linux/sched.h:12,
from /usr/include/linux/module.h:10,
from powernow-k8.c:36:
/usr/include/linux/jiffies.h:250:47: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘jiffies_to_msecs’:
/usr/include/linux/jiffies.h:253: error: ‘MSEC_PER_SEC’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:261:47: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘jiffies_to_usecs’:
/usr/include/linux/jiffies.h:264: error: ‘USEC_PER_SEC’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:274:47: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘msecs_to_jiffies’:
/usr/include/linux/jiffies.h:277: error: ‘MSEC_PER_SEC’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:287:47: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘usecs_to_jiffies’:
/usr/include/linux/jiffies.h:290: error: ‘USEC_PER_SEC’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘timespec_to_jiffies’:
/usr/include/linux/jiffies.h:311: error: called object ‘u64’ is not a function
/usr/include/linux/jiffies.h:311: error: called object ‘u64’ is not a function
/usr/include/linux/jiffies.h:311: error: ‘NSEC_PER_SEC’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:312: error: called object ‘u64’ is not a function
/usr/include/linux/jiffies.h:312: error: called object ‘u64’ is not a function
/usr/include/linux/jiffies.h:315: error: expected ‘)’ before ‘sec’
/usr/include/linux/jiffies.h:316: error: expected ‘)’ before ‘nsec’
/usr/include/linux/jiffies.h: In function ‘jiffies_to_timespec’:
/usr/include/linux/jiffies.h:328: error: expected ‘;’ before ‘nsec’
/usr/include/linux/jiffies.h:329: error: ‘nsec’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:329: error: ‘NSEC_PER_SEC’ undeclared (first use in this function)
/usr/include/linux/jiffies.h: In function ‘timeval_to_jiffies’:
/usr/include/linux/jiffies.h:350: error: called object ‘u64’ is not a function
/usr/include/linux/jiffies.h:350: error: called object ‘u64’ is not a function
/usr/include/linux/jiffies.h:350: error: ‘NSEC_PER_SEC’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:351: error: called object ‘u64’ is not a function
/usr/include/linux/jiffies.h:351: error: called object ‘u64’ is not a function
/usr/include/linux/jiffies.h:354: error: expected ‘)’ before ‘sec’
/usr/include/linux/jiffies.h:355: error: expected ‘)’ before ‘usec’
/usr/include/linux/jiffies.h: In function ‘jiffies_to_timeval’:
/usr/include/linux/jiffies.h:366: error: expected ‘;’ before ‘nsec’
/usr/include/linux/jiffies.h:369: error: ‘nsec’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:369: error: ‘NSEC_PER_SEC’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:370: error: ‘NSEC_PER_USEC’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:379:41: error: division by zero in #if
/usr/include/linux/jiffies.h:379:42: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘jiffies_to_clock_t’:
/usr/include/linux/jiffies.h:382: error: expected ‘;’ before ‘tmp’
/usr/include/linux/jiffies.h:383: error: ‘NSEC_PER_SEC’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:383: error: ‘USER_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:383: error: ‘tmp’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:383: error: invalid lvalue in asm output 0
/usr/include/linux/jiffies.h:390:18: error: division by zero in #if
/usr/include/linux/jiffies.h: In function ‘clock_t_to_jiffies’:
/usr/include/linux/jiffies.h:395: error: expected ‘;’ before ‘jif’
/usr/include/linux/jiffies.h:398: error: ‘USER_HZ’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:402: error: ‘jif’ undeclared (first use in this function)
/usr/include/linux/jiffies.h:402: error: expected ‘;’ before numeric constant
/usr/include/linux/jiffies.h:403: error: invalid lvalue in asm output 0
/usr/include/linux/jiffies.h: At top level:
/usr/include/linux/jiffies.h:408: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘jiffies_64_to_clock_t’
/usr/include/linux/jiffies.h:410:41: error: division by zero in #if
/usr/include/linux/jiffies.h:410:42: error: division by zero in #if
/usr/include/linux/jiffies.h:424: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘nsec_to_clock_t’
/usr/include/linux/jiffies.h:426:28: error: division by zero in #if
In file included from /usr/include/linux/sched.h:17,
from /usr/include/linux/module.h:10,
from powernow-k8.c:36:
/usr/include/linux/nodemask.h:88: error: expected specifier-qualifier-list before ‘DECLARE_BITMAP’
/usr/include/linux/nodemask.h: In function ‘__node_set’:
/usr/include/linux/nodemask.h:94: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__node_clear’:
/usr/include/linux/nodemask.h:100: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__nodes_setall’:
/usr/include/linux/nodemask.h:106: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__nodes_clear’:
/usr/include/linux/nodemask.h:112: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__node_test_and_set’:
/usr/include/linux/nodemask.h:122: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__nodes_and’:
/usr/include/linux/nodemask.h:130: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h:130: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h:130: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__nodes_or’:
/usr/include/linux/nodemask.h:138: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h:138: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h:138: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__nodes_xor’:
/usr/include/linux/nodemask.h:146: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h:146: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h:146: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__nodes_andnot’:
/usr/include/linux/nodemask.h:154: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h:154: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h:154: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__nodes_complement’:
/usr/include/linux/nodemask.h:162: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h:162: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__nodes_equal’:
/usr/include/linux/nodemask.h:170: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h:170: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__nodes_intersects’:
/usr/include/linux/nodemask.h:178: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h:178: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__nodes_subset’:
/usr/include/linux/nodemask.h:186: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h:186: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__nodes_empty’:
/usr/include/linux/nodemask.h:192: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__nodes_full’:
/usr/include/linux/nodemask.h:198: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__nodes_weight’:
/usr/include/linux/nodemask.h:204: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__nodes_shift_right’:
/usr/include/linux/nodemask.h:212: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h:212: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__nodes_shift_left’:
/usr/include/linux/nodemask.h:220: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h:220: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__first_node’:
/usr/include/linux/nodemask.h:229: error: expected expression before ‘int’
/usr/include/linux/nodemask.h: In function ‘__next_node’:
/usr/include/linux/nodemask.h:235: error: expected expression before ‘int’
/usr/include/linux/nodemask.h: In function ‘__first_unset_node’:
/usr/include/linux/nodemask.h:253: error: expected expression before ‘int’
/usr/include/linux/nodemask.h: In function ‘__nodemask_scnprintf’:
/usr/include/linux/nodemask.h:288: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__nodemask_parse’:
/usr/include/linux/nodemask.h:296: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__nodelist_scnprintf’:
/usr/include/linux/nodemask.h:304: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__nodelist_parse’:
/usr/include/linux/nodemask.h:310: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__node_remap’:
/usr/include/linux/nodemask.h:318: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h:318: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h: In function ‘__nodes_remap’:
/usr/include/linux/nodemask.h:326: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h:326: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h:326: error: ‘nodemask_t’ has no member named ‘bits’
/usr/include/linux/nodemask.h:326: error: ‘nodemask_t’ has no member named ‘bits’
In file included from /usr/include/linux/sched.h:19,
from /usr/include/linux/module.h:10,
from powernow-k8.c:36:
/usr/include/asm/system.h: At top level:
/usr/include/asm/system.h:302: error: expected declaration specifiers or ‘...’ before ‘u8’
/usr/include/asm/system.h:302: error: expected declaration specifiers or ‘...’ before ‘u8’
/usr/include/asm/system.h:303: error: expected declaration specifiers or ‘...’ before ‘u16’
/usr/include/asm/system.h:303: error: expected declaration specifiers or ‘...’ before ‘u16’
/usr/include/asm/system.h:304: error: expected declaration specifiers or ‘...’ before ‘u32’
/usr/include/asm/system.h:304: error: expected declaration specifiers or ‘...’ before ‘u32’
/usr/include/asm/system.h: In function ‘cmpxchg_386’:
/usr/include/asm/system.h:311: error: too many arguments to function ‘cmpxchg_386_u8’
/usr/include/asm/system.h:313: error: too many arguments to function ‘cmpxchg_386_u16’
/usr/include/asm/system.h:315: error: too many arguments to function ‘cmpxchg_386_u32’
In file included from /usr/include/linux/sched.h:23,
from /usr/include/linux/module.h:10,
from powernow-k8.c:36:
/usr/include/asm/mmu.h: At top level:
/usr/include/asm/mmu.h:13: error: field ‘sem’ has incomplete type
In file included from /usr/include/asm/cputime.h:4,
from /usr/include/linux/sched.h:24,
from /usr/include/linux/module.h:10,
from powernow-k8.c:36:
/usr/include/asm-generic/cputime.h:23: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘cputime64_t’
In file included from /usr/include/linux/signal.h:4,
from /usr/include/linux/sched.h:28,
from /usr/include/linux/module.h:10,
from powernow-k8.c:36:
/usr/include/linux/list.h:814:2: warning: #warning "don't include kernel headers in userspace"
In file included from /usr/include/asm/siginfo.h:4,
from /usr/include/linux/signal.h:7,
from /usr/include/linux/sched.h:28,
from /usr/include/linux/module.h:10,
from powernow-k8.c:36:
/usr/include/asm-generic/siginfo.h:58: error: size of array ‘_pad’ is too large
In file included from /usr/include/linux/sched.h:30,
from /usr/include/linux/module.h:10,
from powernow-k8.c:36:
/usr/include/linux/fs_struct.h:9: error: expected specifier-qualifier-list before ‘rwlock_t’
In file included from /usr/include/linux/sched.h:32,
from /usr/include/linux/module.h:10,
from powernow-k8.c:36:
/usr/include/linux/completion.h:15: error: expected specifier-qualifier-list before ‘wait_queue_head_t’
/usr/include/linux/completion.h: In function ‘init_completion’:
/usr/include/linux/completion.h:27: error: ‘struct completion’ has no member named ‘wait’
In file included from /usr/include/linux/sched.h:33,
from /usr/include/linux/module.h:10,
from powernow-k8.c:36:
/usr/include/linux/pid.h: At top level:
/usr/include/linux/pid.h:17: error: field ‘pid_chain’ has incomplete type
/usr/include/linux/pid.h:19: error: field ‘pid_list’ has incomplete type
In file included from /usr/include/linux/module.h:10,
from powernow-k8.c:36:
/usr/include/linux/sched.h:98: error: expected declaration specifiers or ‘...’ before ‘process_counts’
In file included from /usr/include/linux/sched.h:107,
from /usr/include/linux/module.h:10,
from powernow-k8.c:36:
/usr/include/linux/timer.h:12: error: field ‘entry’ has incomplete type
In file included from /usr/include/linux/hrtimer.h:19,
from /usr/include/linux/sched.h:108,
from /usr/include/linux/module.h:10,
from powernow-k8.c:36:
/usr/include/linux/ktime.h:47: error: expected specifier-qualifier-list before ‘s64’
/usr/include/linux/ktime.h: In function ‘ktime_set’:
/usr/include/linux/ktime.h:145: error: unknown field ‘tv’ specified in initializer
/usr/include/linux/ktime.h:145: error: extra brace group at end of initializer
/usr/include/linux/ktime.h:145: error: (near initialization for ‘(anonymous)’)
/usr/include/linux/ktime.h: In function ‘ktime_sub’:
/usr/include/linux/ktime.h:160: error: ‘ktime_t’ has no member named ‘tv64’
/usr/include/linux/ktime.h:160: error: ‘ktime_t’ has no member named ‘tv64’
/usr/include/linux/ktime.h:160: error: ‘ktime_t’ has no member named ‘tv64’
/usr/include/linux/ktime.h:161: error: ‘ktime_t’ has no member named ‘tv’
/usr/include/linux/ktime.h:162: error: ‘ktime_t’ has no member named ‘tv’
/usr/include/linux/ktime.h:162: error: ‘NSEC_PER_SEC’ undeclared (first use in this function)
/usr/include/linux/ktime.h: In function ‘ktime_add’:
/usr/include/linux/ktime.h:179: error: ‘ktime_t’ has no member named ‘tv64’
/usr/include/linux/ktime.h:179: error: ‘ktime_t’ has no member named ‘tv64’
/usr/include/linux/ktime.h:179: error: ‘ktime_t’ has no member named ‘tv64’
/usr/include/linux/ktime.h:188: error: ‘ktime_t’ has no member named ‘tv’
/usr/include/linux/ktime.h:188: error: ‘NSEC_PER_SEC’ undeclared (first use in this function)
/usr/include/linux/ktime.h:189: error: ‘ktime_t’ has no member named ‘tv64’
/usr/include/linux/ktime.h:189: error: ‘u32’ undeclared (first use in this function)
/usr/include/linux/ktime.h: At top level:
/usr/include/linux/ktime.h:202: error: expected declaration specifiers or ‘...’ before ‘u64’
/usr/include/linux/ktime.h: In function ‘timespec_to_ktime’:
/usr/include/linux/ktime.h:213: error: unknown field ‘tv’ specified in initializer
/usr/include/linux/ktime.h:213: error: extra brace group at end of initializer
/usr/include/linux/ktime.h:213: error: (near initialization for ‘(anonymous)’)
/usr/include/linux/ktime.h:213: error: ‘s32’ undeclared (first use in this function)
/usr/include/linux/ktime.h:213: error: expected ‘}’ before ‘ts’
/usr/include/linux/ktime.h:214: confused by earlier errors, bailing out
 
Zuletzt bearbeitet:
Wie hast du das versucht zu kompilieren, welchen Kernel hast du?
flo
 
Zuletzt bearbeitet:

Ähnliche Themen

Wine Soundprobleme mit SoundMAX AD1986A unter Linux (Asus M2NPV-VM)

SuSE 10.0 & Option G3 UMTS Karte

Linuxpartition zerschossen

Zurück
Oben