Code: Select all
Unable to handle kernel paging request at virtual address 30353631
printing eip:
b019e953
*pde = 00000000
Oops: 0000 [#1]
PREEMPT SMP
Modules linked in: atxp1 ppp_synctty ppp_async crc_ccitt ppp_generic slhc w83781d i2c_sensor i2c_isa cpufreq_nforce2 i2c_nforce2 spca5xx budget_av saa7146_vv video_buf v4l1_compat v4l2_common videodev budget_core dvb_core saa7146 ttpci_eeprom stv0299 tda10021 tda1004x firmware_class nvidia shfs
CPU: 0
EIP: 0060:[<b019e953>] Tainted: P VLI
EFLAGS: 00210246 (2.6.13.2-nitro1)
EIP is at sysfs_readdir+0xb3/0x230
eax: 00000000 ebx: ea189d5c ecx: ffffffff edx: ea189d58
esi: ea189d58 edi: 30353631 ebp: 30353631 esp: de449f30
ds: 007b es: 007b ss: 0068
Process bash (pid: 8682, threadinfo=de448000 task=da0d1aa0)
Stack: ea189d58 b04f2b02 00000002 00000001 00000000 000027b9 00000004 ea189bd4
00000000 ea189d0c d4bdb7e8 cdcad4c0 fffffffe cdcad4c0 b0175909 cdcad4c0
de449fa0 b0175bf0 00001000 08127f0c fffffff7 b0175d62 cdcad4c0 b0175bf0
Call Trace:
[<b0175909>] vfs_readdir+0x79/0xa0
[<b0175bf0>] filldir64+0x0/0xf0
[<b0175d62>] sys_getdents64+0x82/0xe2
[<b0175bf0>] filldir64+0x0/0xf0
[<b01031ab>] sysenter_past_esp+0x54/0x75
Code: 75 16 8b 1b 39 5c 24 1c 75 ee 83 c4 28 31 c0 5b 5e 5f 5d c3 8d 74 26 00 89 34 24 e8 28 e5 ff ff 89 c5 b9 ff ff ff ff 31 c0 89 ef <f2> ae f7 d1 49 89 4c 24 20 8b 46 20 85 c0 0f 84 42 01 00 00 8b
Code: Select all
make -C /lib/modules/2.6.13.2-nitro1/build SUBDIRS=/usr/src/atxp1-0.6 modules
make[1]: Entering directory `/usr/src/linux-2.6.13.2-nitro1'
CC [M] /usr/src/atxp1-0.6/atxp1.o
/usr/src/atxp1-0.6/atxp1.c:169: warning: initialization from incompatible pointer type
/usr/src/atxp1-0.6/atxp1.c:169: warning: initialization from incompatible pointer type
/usr/src/atxp1-0.6/atxp1.c:211: warning: initialization from incompatible pointer type
/usr/src/atxp1-0.6/atxp1.c:211: warning: initialization from incompatible pointer type
/usr/src/atxp1-0.6/atxp1.c:251: warning: initialization from incompatible pointer type
/usr/src/atxp1-0.6/atxp1.c:251: warning: initialization from incompatible pointer type
Building modules, stage 2.
MODPOST
CC /usr/src/atxp1-0.6/atxp1.mod.o
LD [M] /usr/src/atxp1-0.6/atxp1.ko
make[1]: Leaving directory `/usr/src/linux-2.6.13.2-nitro1'
Code: Select all
# I2C support
CONFIG_I2C=y
CONFIG_I2C_CHARDEV=y
# I2C Algorithms
CONFIG_I2C_ALGOBIT=m
CONFIG_I2C_ALGOPCF=m
CONFIG_I2C_ALGOPCA=m
# I2C Hardware Bus support
CONFIG_I2C_ISA=m
CONFIG_I2C_NFORCE2=m
CONFIG_I2C_SENSOR=m
# Hardware Monitoring support
CONFIG_HWMON=y
CONFIG_SENSORS_EEPROM=m
CONFIG_SENSORS_ATXP1=m
CONFIG_SENSORS_IT87=m
CONFIG_SENSORS_W83781D=m
CONFIG_SENSORS_W83627HF=m
CONFIG_SENSORS_W83627EHF=m




wow that was fast, thank you!PrakashP wrote:2.6.14 doesn't need patching.
Code: Select all
# patch -Np1 < atxp1-0.6.patch
patching file drivers/i2c/chips/Kconfig
Hunk #1 succeeded at 74 (offset -319 lines). 
micmac wrote:Btw without C1 Disconnect my system doesn't freeze with atxp1/cpufreq_nforce2 (well, until now at least). Furthermore C1 Disconnect seems redundant while using atxp1/cpufreq_nforce2, the analog out of my soundcard sounds much better without it and my system doesn't feel laggy anymore while running at low speed (1.1V & 770MHz here).
Code: Select all
Query Athlon powersaving mode...
[b]athcool version 0.3.11[/b] - control power-saving mode on AMD Athlon/Duron CPUs
nVIDIA nForce2 (10de 01e0) found
'Halt Disconnect and Stop Grant Disconnect' bit is enabled.That would be really good... I had all this working perfectly on my 8rda+ but have since replaced it with an abit nf7s-v2 which it won't work with (crashes when increasing voltage after lowering...)Hasw wrote:8rdavcore 0.5.5 was a userspace ATXP1 driver. Since there's now a ATXP1 module for the kernel the old cold isn't required any more. Maybe when I get the time I'll finish the successor of 8rdavcore, which will run on linux.
Code: Select all
root@pcluisfe linux # cat /sys/bus/i2c/devices/9191-0290/driver/9191-0290/cpu0_vid
1850Code: Select all
root@pcluisfe linux # echo 1750 > /sys/bus/i2c/devices/9191-0290/driver/9191-0290/cpu0_vid
bash: /sys/bus/i2c/devices/9191-0290/driver/9191-0290/cpu0_vid: Permiso denegadoDid you ever figure thisout? I have the same issue. 9191-0290 and cpu0_vid shows 1750 but I cannot modify it. This is a NF7-S2.luisfeser wrote:this is the error:
i can see the vcore:(it's correct because overclocking)Code: Select all
root@pcluisfe linux # cat /sys/bus/i2c/devices/9191-0290/driver/9191-0290/cpu0_vid 1850
but i can't change itAny idea?Code: Select all
root@pcluisfe linux # echo 1750 > /sys/bus/i2c/devices/9191-0290/driver/9191-0290/cpu0_vid bash: /sys/bus/i2c/devices/9191-0290/driver/9191-0290/cpu0_vid: Permiso denegado
Mi pc is an athlon xp barton mobile 2500+ @ 2000Mhz in an Abit an7, with fsb 400
I've had similiar problem. I couldn't change Vcore through /sys/bus/i2c/devices/9191-0290/cpu0_vid but it is possible to do that thorugh /sys/bus/i2c/devices/0-004e/cpu0_vid. I have nf7-s board but i think it doesn't matters.luisfeser wrote:this is the error:
i can see the vcore:(it's correct because overclocking)Code: Select all
root@pcluisfe linux # cat /sys/bus/i2c/devices/9191-0290/driver/9191-0290/cpu0_vid 1850
but i can't change itAny idea?Code: Select all
root@pcluisfe linux # echo 1750 > /sys/bus/i2c/devices/9191-0290/driver/9191-0290/cpu0_vid bash: /sys/bus/i2c/devices/9191-0290/driver/9191-0290/cpu0_vid: Permiso denegado
Mi pc is an athlon xp barton mobile 2500+ @ 2000Mhz in an Abit an7, with fsb 400