You are not logged in.

#26 2012-03-26 20:56:37

uastasi
Member
From: Salento - Italy
Registered: 2007-11-27
Posts: 247

Re: Kernel (3.2.9-1-ck & 3.2.6-1-pf) panic on boot. Edit: also 3.2.9-1

Miche wrote:

i think i have the same problem too. In my system boot process stops while "Loading udev events" and then a kernel trace is printed. Tha trace is a bit different though. I made a picture of it.
In the last days (just before all the problem started) linux and nvidia was updated respectively to 3.2.9-1 e 295.20-3.
I tried disabling (via chroot) nvidia in favor of nouveau but that didn't solve.
would you suggest to downgrade as andreagi did?

It seems that we both have a Dell Studio XPS and the issue looks the same too.
3.2.13 fails for me, anyone else?


Till the last battle, till the last bottle.
aur - twitter

Offline

#27 2012-03-26 21:04:12

bryogenic
Member
Registered: 2012-03-13
Posts: 2

Re: Kernel (3.2.9-1-ck & 3.2.6-1-pf) panic on boot. Edit: also 3.2.9-1

uastasi wrote:
Miche wrote:

i think i have the same problem too. In my system boot process stops while "Loading udev events" and then a kernel trace is printed. Tha trace is a bit different though. I made a picture of it.
In the last days (just before all the problem started) linux and nvidia was updated respectively to 3.2.9-1 e 295.20-3.
I tried disabling (via chroot) nvidia in favor of nouveau but that didn't solve.
would you suggest to downgrade as andreagi did?

It seems that we both have a Dell Studio XPS and the issue looks the same too.
3.2.13 fails for me, anyone else?

I have the same: Dell Studio XPS here.

Has anyone taken the leap to 3.3 and had any success?

Last edited by bryogenic (2012-03-26 21:05:02)

Offline

#28 2012-03-28 00:15:55

Cowsrcool
Member
Registered: 2012-03-28
Posts: 1

Re: Kernel (3.2.9-1-ck & 3.2.6-1-pf) panic on boot. Edit: also 3.2.9-1

uastasi wrote:
Miche wrote:

i think i have the same problem too. In my system boot process stops while "Loading udev events" and then a kernel trace is printed. Tha trace is a bit different though. I made a picture of it.
In the last days (just before all the problem started) linux and nvidia was updated respectively to 3.2.9-1 e 295.20-3.
I tried disabling (via chroot) nvidia in favor of nouveau but that didn't solve.
would you suggest to downgrade as andreagi did?

It seems that we both have a Dell Studio XPS and the issue looks the same too.
3.2.13 fails for me, anyone else?

Just did a fresh netinstall on my Studio XPS. Same issue for me.

Offline

#29 2012-03-28 10:24:56

king.flasher.dave
Member
From: Berlin
Registered: 2008-11-25
Posts: 140
Website

Re: Kernel (3.2.9-1-ck & 3.2.6-1-pf) panic on boot. Edit: also 3.2.9-1

Same problem with my XPS1340. Instant death on kernel 3.2.8 to 3.2.13. Will have to revert to 3.2.7 again.
Anyone tried 3.3 from testing with this hardware?

Oh... and is there a bug report? Smells like kernel fuck up.

[EDIT]
Had to chroot and revert some packages... my current stable setup is:
linux 3.2.7-1
nvidia 290.10-3
xorg-server 1.11.4-1
xorg-server-common 1.11.4-1
xf86-input-synaptics 1.5.0-1
xf86-input-evdev 2.6.0-4
xf86-video-vesa 2.3.0-7

Anything above and all breaks to little pieces. Though the latest nvidia driver can be installed it actually screws up with xorg-server.
Something is very broken... and I'm asking myself if it's only the kernel....

The only bug reports I could find so far that seem to describe a similiar problem are listed below:
https://bugs.archlinux.org/task/29063

We should definitely file a bug report on kernel.org for this. Can't be that we're ignoring lots of core packages because of a recession like this...
I'm not quite sure though if it's a kernel problem only....
[/EDIT]

Last edited by king.flasher.dave (2012-03-28 15:38:38)


Speak when you are angry and you will make the best speech you'll ever regret.

Offline

#30 2012-04-02 20:25:39

OBLiQUE
Member
Registered: 2008-12-04
Posts: 107
Website

Re: Kernel (3.2.9-1-ck & 3.2.6-1-pf) panic on boot. Edit: also 3.2.9-1

unset CONFIG_IRQ_REMAP from config.x86_64

https://bugs.archlinux.org/task/29240

Offline

#31 2012-04-03 16:55:44

Olson
Member
From: New Mexico
Registered: 2011-02-14
Posts: 32

Re: Kernel (3.2.9-1-ck & 3.2.6-1-pf) panic on boot. Edit: also 3.2.9-1

OBLiQUE wrote:

unset CONFIG_IRQ_REMAP from config.x86_64

https://bugs.archlinux.org/task/29240

Could any experienced users please provide more detailed instructions for how to do this?

EDIT: Problem resolved on latest kernel with pcie_aspm=force parameter.

Last edited by Olson (2012-04-03 17:19:38)


who needs a de?
last.fm

Offline

#32 2012-04-08 16:01:49

uastasi
Member
From: Salento - Italy
Registered: 2007-11-27
Posts: 247

Re: Kernel (3.2.9-1-ck & 3.2.6-1-pf) panic on boot. Edit: also 3.2.9-1

Updated situation:
Kernel 3.3.1 with pcie_aspm=force go on crashing.

Kernel 3.3.1 with acpi=off boots properly but now I have a problem with Nvidia Card, Reading Xorg.0.log I see:

(EE) NVIDIA(0): The interrupt for NVIDIA graphics device PCI:3:0:0
(EE) NVIDIA(0):      appears to be edge-triggered. Please see the COMMON
(EE) NVIDIA(0):      PROBLEMS section in the README for additional information.

After googling I saw I had to add irqpoll parameter to kernel boot, but I hadn't any good result.

Last edited by uastasi (2012-04-08 16:02:59)


Till the last battle, till the last bottle.
aur - twitter

Offline

#33 2012-04-10 22:40:03

king.flasher.dave
Member
From: Berlin
Registered: 2008-11-25
Posts: 140
Website

Re: Kernel (3.2.9-1-ck & 3.2.6-1-pf) panic on boot. Edit: also 3.2.9-1

uastasi wrote:

Updated situation:
Kernel 3.3.1 with pcie_aspm=force go on crashing.

Kernel 3.3.1 with acpi=off boots properly but now I have a problem with Nvidia Card, Reading Xorg.0.log I see:

(EE) NVIDIA(0): The interrupt for NVIDIA graphics device PCI:3:0:0
(EE) NVIDIA(0):      appears to be edge-triggered. Please see the COMMON
(EE) NVIDIA(0):      PROBLEMS section in the README for additional information.

After googling I saw I had to add irqpoll parameter to kernel boot, but I hadn't any good result.


wow, that's a letdown hmm
was looking forward to 3.3.1 magically solving my problems.

Might test my setup with no opt-outs over the weekend, but it'll get messy, as I have a lot of ignored packages by now.
Reverting them all in case boot of death  will be painful.

So, latest nvidia driver failed to load... did you try any older versions (if possible at all, depency wise)?

edit: Well... just looked it up... would have to stick with nvidia 295.33.... I'm still on 290.10! So I guess I'll skip updating and wasting my time over the weekend sad
edit2: hm... might as well test 295.40 over the weekend now... lol. I love you open source
edit3: haha, and now this https://bugs.archlinux.org/task/29340
edit4: kernel 3.3.2 is in core. Any luck with that? Ath9k bug seems to be fixed now, but I got 15 ignores... would take me half a day to up and downgrade my system....

Last edited by king.flasher.dave (2012-04-15 13:32:22)


Speak when you are angry and you will make the best speech you'll ever regret.

Offline

#34 2012-04-17 09:27:41

uastasi
Member
From: Salento - Italy
Registered: 2007-11-27
Posts: 247

Re: Kernel (3.2.9-1-ck & 3.2.6-1-pf) panic on boot. Edit: also 3.2.9-1

linux-ck 3.3.2 with nvidia 295.40-2 still goes crashing.
Has anyone tried with stock kernel?


Till the last battle, till the last bottle.
aur - twitter

Offline

#35 2012-04-17 15:18:47

king.flasher.dave
Member
From: Berlin
Registered: 2008-11-25
Posts: 140
Website

Re: Kernel (3.2.9-1-ck & 3.2.6-1-pf) panic on boot. Edit: also 3.2.9-1

Not yet. Might do that over the weekend. Need a running system before that. :>
I don't expect great things from it though. If linux-ck isn't working stock kernel most likely is not going to work either.

So, booting with acpi=off is working, but Nvidia driver is still crashing on load?

It's funny we're all in the same boat. Can't be that it's all XPS related. Current kernel (3.2.7) isn't that stable either... get some random system freezes from time to time... sad

[edit]
I'm just coming back from testing stock linux-3.3.2-1. It failed.... same kernel panic upon loading modules.
Worked with acpi=off though... then there was nvidia-295.40-2 dying as you can observe in my Xorg.0.log:

[    26.443] 
X.Org X Server 1.12.1
Release Date: 2012-04-13
[    26.443] X Protocol Version 11, Revision 0
[    26.443] Build Operating System: Linux 3.3.1-1-ARCH x86_64 
[    26.443] Current Operating System: Linux davelab 3.3.2-1-ARCH #1 SMP PREEMPT Sat Apr 14 09:48:37 CEST 2012 x86_64
[    26.443] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/disk/by-uuid/6b47f7be-a416-45cd-9300-5af616c5a5e5 resume=/dev/disk/by-uuid/2d74a47c-5e6f-46d7-ba2b-90c510a3ea11 ro quiet init=/bin/systemd acpi=off
[    26.443] Build Date: 14 April 2012  07:09:45AM
[    26.443]  
[    26.443] Current version of pixman: 0.24.4
[    26.443] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    26.443] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    26.443] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 18 23:31:39 2012
[    26.443] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    26.443] (==) No Layout section.  Using the first Screen section.
[    26.443] (**) |-->Screen "Screen0" (0)
[    26.443] (**) |   |-->Monitor "<default monitor>"
[    26.443] (**) |   |-->Device "Device0"
[    26.443] (==) No monitor specified for screen "Screen0".
	Using a default monitor configuration.
[    26.443] (==) Automatically adding devices
[    26.443] (==) Automatically enabling devices
[    26.443] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[    26.443] (==) ModulePath set to "/usr/lib/xorg/modules"
[    26.443] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    26.443] (II) Loader magic: 0x7c7ae0
[    26.443] (II) Module ABI versions:
[    26.443] 	X.Org ANSI C Emulation: 0.4
[    26.443] 	X.Org Video Driver: 12.0
[    26.443] 	X.Org XInput driver : 16.0
[    26.443] 	X.Org Server Extension : 6.0
[    26.445] (--) PCI: (0:2:0:0) 10de:06e8:1028:0271 rev 161, Mem @ 0xae000000/16777216, 0xd0000000/268435456, 0xac000000/33554432, I/O @ 0x00004000/128
[    26.445] (--) PCI:*(0:3:0:0) 10de:0866:1028:0271 rev 177, Mem @ 0xaa000000/16777216, 0xb0000000/268435456, 0xcc000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/131072
[    26.445] (II) Open ACPI successful (/var/run/acpid.socket)
[    26.445] (II) LoadModule: "extmod"
[    26.445] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    26.445] (II) Module extmod: vendor="X.Org Foundation"
[    26.445] 	compiled for 1.12.1, module version = 1.0.0
[    26.445] 	Module class: X.Org Server Extension
[    26.445] 	ABI class: X.Org Server Extension, version 6.0
[    26.445] (II) Loading extension MIT-SCREEN-SAVER
[    26.445] (II) Loading extension XFree86-VidModeExtension
[    26.445] (II) Loading extension XFree86-DGA
[    26.445] (II) Loading extension DPMS
[    26.445] (II) Loading extension XVideo
[    26.445] (II) Loading extension XVideo-MotionCompensation
[    26.445] (II) Loading extension X-Resource
[    26.445] (II) LoadModule: "dbe"
[    26.445] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    26.446] (II) Module dbe: vendor="X.Org Foundation"
[    26.446] 	compiled for 1.12.1, module version = 1.0.0
[    26.446] 	Module class: X.Org Server Extension
[    26.446] 	ABI class: X.Org Server Extension, version 6.0
[    26.446] (II) Loading extension DOUBLE-BUFFER
[    26.446] (II) LoadModule: "glx"
[    26.446] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    26.458] (II) Module glx: vendor="NVIDIA Corporation"
[    26.458] 	compiled for 4.0.2, module version = 1.0.0
[    26.458] 	Module class: X.Org Server Extension
[    26.458] (II) NVIDIA GLX Module  295.40  Thu Apr  5 21:57:38 PDT 2012
[    26.458] (II) Loading extension GLX
[    26.458] (II) LoadModule: "record"
[    26.458] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    26.458] (II) Module record: vendor="X.Org Foundation"
[    26.458] 	compiled for 1.12.1, module version = 1.13.0
[    26.458] 	Module class: X.Org Server Extension
[    26.458] 	ABI class: X.Org Server Extension, version 6.0
[    26.458] (II) Loading extension RECORD
[    26.458] (II) LoadModule: "dri"
[    26.458] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    26.459] (II) Module dri: vendor="X.Org Foundation"
[    26.459] 	compiled for 1.12.1, module version = 1.0.0
[    26.459] 	ABI class: X.Org Server Extension, version 6.0
[    26.459] (II) Loading extension XFree86-DRI
[    26.459] (II) LoadModule: "dri2"
[    26.459] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    26.459] (II) Module dri2: vendor="X.Org Foundation"
[    26.459] 	compiled for 1.12.1, module version = 1.2.0
[    26.459] 	ABI class: X.Org Server Extension, version 6.0
[    26.459] (II) Loading extension DRI2
[    26.459] (II) LoadModule: "nvidia"
[    26.459] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    26.459] (II) Module nvidia: vendor="NVIDIA Corporation"
[    26.459] 	compiled for 4.0.2, module version = 1.0.0
[    26.459] 	Module class: X.Org Video Driver
[    26.460] (II) NVIDIA dlloader X Driver  295.40  Thu Apr  5 21:38:35 PDT 2012
[    26.460] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    26.460] (II) NVIDIA X compatibility module for ABI 12.0 built from xorg-server-1.11.99.901
[    26.460] (II) X log verbosity: 7
[    26.460] (++) using VT number 7

[    26.666] (II) Loading sub module "fb"
[    26.666] (II) LoadModule: "fb"
[    26.666] (II) Loading /usr/lib/xorg/modules/libfb.so
[    26.666] (II) Module fb: vendor="X.Org Foundation"
[    26.666] 	compiled for 1.12.1, module version = 1.0.0
[    26.666] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    26.666] (II) Loading sub module "wfb"
[    26.666] (II) LoadModule: "wfb"
[    26.666] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    26.666] (II) Module wfb: vendor="X.Org Foundation"
[    26.666] 	compiled for 1.12.1, module version = 1.0.0
[    26.666] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    26.666] (II) Loading sub module "ramdac"
[    26.666] (II) LoadModule: "ramdac"
[    26.666] (II) Module "ramdac" already built-in
[    26.666] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[    26.666] (==) NVIDIA(0): RGB weight 888
[    26.666] (==) NVIDIA(0): Default visual is TrueColor
[    26.666] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    26.666] (**) NVIDIA(0): Option "NoLogo" "1"
[    26.666] (**) NVIDIA(0): Option "TwinView" "0"
[    26.666] (**) NVIDIA(0): Option "MetaModes" "DFP-0: 1280x800_60 +0+0; DFP-0: nvidia-auto-select +0+0"
[    26.666] (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "DFP-0"
[    26.666] (**) NVIDIA(0): Option "NoPowerConnectorCheck" "True"
[    26.667] (**) NVIDIA(0): Option "RandRRotation" "True"
[    26.667] (**) NVIDIA(0): Option "OnDemandVBlankInterrupts" "1"
[    26.667] (==) NVIDIA(0): Using HW cursor
[    26.667] (==) NVIDIA(0): Video key set to default value of 0x101fe
[    26.667] (==) NVIDIA(0): Not mapping the primary surface by default.
[    26.667] (**) NVIDIA(0): Enabling 2D acceleration
[    27.137] (EE) NVIDIA(0): The interrupt for the NVIDIA GPU at PCI:3:0:0 appears to be
[    27.137] (EE) NVIDIA(0):     edge-triggered.  Please see Chapter 8: Common Problems in
[    27.137] (EE) NVIDIA(0):     the README for additional information.
[    27.137] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
[    27.137] (II) UnloadModule: "nvidia"
[    27.137] (II) UnloadSubModule: "wfb"
[    27.137] (II) UnloadSubModule: "fb"
[    27.137] (EE) Screen(s) found, but none have a usable configuration.
[    27.137] 
Fatal server error:
[    27.137] no screens found
[    27.137] 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    27.137] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    27.137] 
[    27.737] Server terminated with error (1). Closing log file.

I'm now back on linux-3.2.7-3, nvidia-290.10-3, older xorg-server, some xf86 drivers and what not...

Quite an annoying experience to say the least.
[/edit]

Last edited by king.flasher.dave (2012-04-23 09:36:17)


Speak when you are angry and you will make the best speech you'll ever regret.

Offline

#36 2012-04-23 09:38:51

king.flasher.dave
Member
From: Berlin
Registered: 2008-11-25
Posts: 140
Website

Re: Kernel (3.2.9-1-ck & 3.2.6-1-pf) panic on boot. Edit: also 3.2.9-1

OBLiQUE wrote:

unset CONFIG_IRQ_REMAP from config.x86_64

https://bugs.archlinux.org/task/29240

This did not work for me and after all is not the source of the problem in my case.
I found it to be the ite_cir module.

So blacklisting the ite_cir module in /etc/modprobe.d/*.conf helped!
If you don't need the infrared stuff, just disable it!

Hope this could be of any help and you might be able to mark this as SOLVED.


Speak when you are angry and you will make the best speech you'll ever regret.

Offline

#37 2012-04-23 09:40:15

uastasi
Member
From: Salento - Italy
Registered: 2007-11-27
Posts: 247

Re: Kernel (3.2.9-1-ck & 3.2.6-1-pf) panic on boot. Edit: also 3.2.9-1

I'm gonna try patching 3.3.2 with memblock-zero-len-fix.patch (https://bugzilla.kernel.org/attachment.cgi?id=72983)


Till the last battle, till the last bottle.
aur - twitter

Offline

#38 2012-04-23 10:33:36

king.flasher.dave
Member
From: Berlin
Registered: 2008-11-25
Posts: 140
Website

Re: Kernel (3.2.9-1-ck & 3.2.6-1-pf) panic on boot. Edit: also 3.2.9-1

@uastasi: If this is actually the problem for you, try it. I found it to be irrelevant in my case and the module ite_cir being the black sheep messing things up.
Good luck patching! smile


Speak when you are angry and you will make the best speech you'll ever regret.

Offline

#39 2012-04-23 17:15:13

uastasi
Member
From: Salento - Italy
Registered: 2007-11-27
Posts: 247

Re: Kernel (3.2.9-1-ck & 3.2.6-1-pf) panic on boot. Edit: also 3.2.9-1

king.flasher.dave wrote:
OBLiQUE wrote:

unset CONFIG_IRQ_REMAP from config.x86_64

https://bugs.archlinux.org/task/29240

This did not work for me and after all is not the source of the problem in my case.
I found it to be the ite_cir module.

So blacklisting the ite_cir module in /etc/modprobe.d/*.conf helped!
If you don't need the infrared stuff, just disable it!

Hope this could be of any help and you might be able to mark this as SOLVED.

Works for me too with stock kernel 3.3.2-1.
Thank you king.flasher.dave!


Till the last battle, till the last bottle.
aur - twitter

Offline

#40 2012-04-28 21:41:19

Deathcoltd
Member
Registered: 2012-04-28
Posts: 3

Re: Kernel (3.2.9-1-ck & 3.2.6-1-pf) panic on boot. Edit: also 3.2.9-1

The blacklisting ITE_CIR module works for me too (Dell XPS 1340), I do not need the IR. So thank you.
I have used kernel 3.2.8, which was the latest functional.

I found an Ubuntu forum, where this is discussed: http://ubuntu.5.n6.nabble.com/Precise-S … 95392.html
According to information there it is due to "an early registration of an ISR during the device probe process.".

Offline

#41 2012-04-30 16:12:20

Layus
Member
Registered: 2012-04-30
Posts: 12

Re: Kernel (3.2.9-1-ck & 3.2.6-1-pf) panic on boot. Edit: also 3.2.9-1

Disabling ite_cir worked for me too !

Thanks !

Offline

Board footer

Powered by FluxBB