View previous topic :: View next topic |
Author |
Message |
vlow n00b
Joined: 27 Jan 2005 Posts: 67 Location: Munich, Germany
|
Posted: Fri Dec 09, 2005 8:57 am Post subject: kernel segfaults when starting x (nvidia) |
|
|
hi guys,
funky problem... when loading x, my screen gets just black, xorg.0.log shows no error messages, but just stops after registering:
Code: |
(...)
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xE4000000
|
so the problem seems to be the kernel, after this freaky stuff is what dmesg gives me:
Code: |
(...)
NVRM: loading NVIDIA Linux x86 NVIDIA Kernel Module 1.0-8174 Tue Nov 22 17:48:37 PST 2005
kjournald starting. Commit interval 5 seconds
EXT3 FS on hdb1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 9
ACPI: PCI Interrupt 0000:02:07.0[A] -> Link [LNKE] -> GSI 9 (level, low) -> IRQ 9
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Unable to handle kernel NULL pointer dereference at virtual address 00000094
printing eip:
e0e12f79
*pde = 00000000
Oops: 0000 [#1]
PREEMPT
Modules linked in: snd_cmipci snd_opl3_lib snd_hwdep snd_mpu401_uart snd_rawmidi nvidia
CPU: 0
EIP: 0060:[<e0e12f79>] Tainted: P VLI
EFLAGS: 00013287 (2.6.14-gentoo-r4)
EIP is at _nv002387rm+0x89/0x33c [nvidia]
eax: 00000000 ebx: 00000002 ecx: 00000000 edx: df0c9000
esi: 00000002 edi: 00000002 ebp: dda5dbb8 esp: dda5db70
ds: 007b es: 007b ss: 0068
Process X (pid: 5281, threadinfo=dda5c000 task=df59c0b0)
Stack: 00000000 00000040 dda5dbb8 e0e12f70 df0c9000 00000007 00000000 e0e13388
00000024 df0c9000 dda5dc78 e0e0f07d dc8dd000 0000001b 00000001 df0c9128
df9e6c00 00000000 dda5dc28 e0df6677 dc8dd000 df0c9000 00000002 00000002
Call Trace:
[<e0e12f70>] _nv002387rm+0x80/0x33c [nvidia]
[<e0e13388>] _nv002372rm+0x60/0x6c [nvidia]
[<e0e0f07d>] _nv006395rm+0xe5/0x180 [nvidia]
[<e0df6677>] _nv000583rm+0x20f/0x52c [nvidia]
[<e0df6c58>] _nv000488rm+0x120/0x14c [nvidia]
[<e0df6c79>] _nv000488rm+0x141/0x14c [nvidia]
[<e0df75dc>] _nv000501rm+0xec/0x1c0 [nvidia]
[<e0df75c8>] _nv000501rm+0xd8/0x1c0 [nvidia]
[<e0d27506>] _nv002418rm+0x26/0x2c [nvidia]
[<e0e187ec>] _nv000389rm+0x24/0x28 [nvidia]
[<e0df3c86>] _nv003912rm+0xde/0xe8 [nvidia]
[<e0df28ee>] _nv000564rm+0x4a/0xac [nvidia]
[<e0df28fe>] _nv000564rm+0x5a/0xac [nvidia]
[<e0d38a88>] _nv002293rm+0x54/0x6c [nvidia]
[<e0d38d9b>] _nv001655rm+0x12f/0x16c [nvidia]
[<e0d38d81>] _nv001655rm+0x115/0x16c [nvidia]
[<e0d39691>] _nv001662rm+0x139/0x41c [nvidia]
[<e0d396d7>] _nv001662rm+0x17f/0x41c [nvidia]
[<e0d3db92>] rm_init_adapter+0x5e/0x8c [nvidia]
[<e0d3db86>] rm_init_adapter+0x52/0x8c [nvidia]
[<e0f5e7d4>] nv_kern_open+0x1b6/0x242 [nvidia]
[<e0f5f33a>] nv_kern_isr+0x0/0x73 [nvidia]
[<e0f5e61e>] nv_kern_open+0x0/0x242 [nvidia]
[<c0164a6a>] chrdev_open+0xea/0x1d0
[<c0159b7a>] __dentry_open+0x14a/0x230
[<c0159cda>] filp_open+0x7a/0xa0
[<c0169465>] path_release+0x15/0x50
[<c0159da1>] get_unused_fd+0x61/0xd0
[<c0159f0f>] do_sys_open+0x4f/0xe0
[<c0103165>] syscall_call+0x7/0xb
Code: 00 00 8b 45 0c 39 b0 38 01 00 00 74 06 8b b0 38 01 00 00 83 c4 f4 8b 55 0c 52 8b 82 94 00 00 00 ff d0 89 45 fc 83 c4 f4 50 89 c1 <8b> 81 94 00 00 00 ff d0 83 c4 20 3b 45 24 74 03 89 45 24 8b 45
|
any suggestions, please ? |
|
Back to top |
|
|
tuxmin l33t
Joined: 24 Apr 2004 Posts: 838 Location: Heidelberg
|
Posted: Fri Dec 09, 2005 2:47 pm Post subject: |
|
|
You are using a masked version of nvidia-kernel -- give the stable release a try.
Hth, Alex!!! _________________ ALT-F4 |
|
Back to top |
|
|
vlow n00b
Joined: 27 Jan 2005 Posts: 67 Location: Munich, Germany
|
Posted: Sat Dec 10, 2005 4:39 pm Post subject: |
|
|
stable didn't work either, 7676 and so on produced the same error. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|