Prev: linux-next: Tree for June 9 (niu)
Next: [patch] add quirk to fix volume wheel on Toshiba U300 laptops
From: Tino Keitel on 9 Jun 2010 14:00 Hi, as of kernel 2.6.34 I sometimes get a strange hang during suspend to RAM. After echo mem > /sys/power/state, the suspend script hangs, Xorg eats 100% CPU, and the desktop is frozen. I can kill the script and the computer will then suspend and resume fine. The kernel log shows nothing interesting when the hang happens: usblp0: removed usbcore: deregistering interface driver dvb_usb_vp7045 dvb-usb: Twinhan USB2.0 DVB-T receiver (TwinhanDTV Alpha/MagicBox II) successfully deinitialized and disconnected. PM: Syncing filesystems ... done. Is this a known problem? I had rock stable suspend with 2.3.33.x. The computer is a Mac mini Core2 Duo with i945 graphics. I use KMS. I will compile a kernel with suspend debug to get more information if the hang happens next time. Regards, Tino -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Rafael J. Wysocki on 9 Jun 2010 19:50 On Wednesday, June 09, 2010, Tino Keitel wrote: > Hi, > > as of kernel 2.6.34 I sometimes get a strange hang during suspend to > RAM. After echo mem > /sys/power/state, the suspend script hangs, Xorg > eats 100% CPU, and the desktop is frozen. I can kill the script and the > computer will then suspend and resume fine. The kernel log shows > nothing interesting when the hang happens: > > usblp0: removed > usbcore: deregistering interface driver dvb_usb_vp7045 > dvb-usb: Twinhan USB2.0 DVB-T receiver (TwinhanDTV Alpha/MagicBox II) > successfully deinitialized and disconnected. > PM: Syncing filesystems ... done. > > Is this a known problem? No, it's not. > I had rock stable suspend with 2.3.33.x. The > computer is a Mac mini Core2 Duo with i945 graphics. I use KMS. I will > compile a kernel with suspend debug to get more information if the hang > happens next time. Yes, please try to get more information. Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Michael Tokarev on 10 Jun 2010 02:10 10.06.2010 03:42, Rafael J. Wysocki пишет: > On Wednesday, June 09, 2010, Tino Keitel wrote: >> Hi, >> >> as of kernel 2.6.34 I sometimes get a strange hang during suspend to >> RAM. After echo mem> /sys/power/state, the suspend script hangs, Xorg >> eats 100% CPU, and the desktop is frozen. I can kill the script and the >> computer will then suspend and resume fine. The kernel log shows >> nothing interesting when the hang happens: >> >> usblp0: removed >> usbcore: deregistering interface driver dvb_usb_vp7045 >> dvb-usb: Twinhan USB2.0 DVB-T receiver (TwinhanDTV Alpha/MagicBox II) >> successfully deinitialized and disconnected. >> PM: Syncing filesystems ... done. Sounds very much like the problem I have with 2.6.34 final. Did not happen with 2.6.34-rc7 which suspended just fine, but happens quite regularly on 2.6.34 final - not every suspend but each 2nd or 3rd attempt. I stopped doing suspend-to-ram due to this, because it's unreliable. Suspend-to-disk works just fine. >> Is this a known problem? > > No, it's not. > >> I had rock stable suspend with 2.3.33.x. The >> computer is a Mac mini Core2 Duo with i945 graphics. I use KMS. I will >> compile a kernel with suspend debug to get more information if the hang >> happens next time. It's amd780g athlon-based machine here, with radeon graphics, also with KMS. > Yes, please try to get more information. Got it ;) /mjt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Tino Keitel on 10 Jun 2010 02:10 On Thu, Jun 10, 2010 at 10:05:05 +0400, Michael Tokarev wrote: [...] > Sounds very much like the problem I have with 2.6.34 final. Did not > happen with 2.6.34-rc7 which suspended just fine, but happens quite I also had this hang before -rc7. Regards, Tino -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Rafael J. Wysocki on 10 Jun 2010 11:50 On Thursday, June 10, 2010, Michael Tokarev wrote: > 10.06.2010 03:42, Rafael J. Wysocki пишет: > > On Wednesday, June 09, 2010, Tino Keitel wrote: > >> Hi, > >> > >> as of kernel 2.6.34 I sometimes get a strange hang during suspend to > >> RAM. After echo mem> /sys/power/state, the suspend script hangs, Xorg > >> eats 100% CPU, and the desktop is frozen. I can kill the script and the > >> computer will then suspend and resume fine. The kernel log shows > >> nothing interesting when the hang happens: > >> > >> usblp0: removed > >> usbcore: deregistering interface driver dvb_usb_vp7045 > >> dvb-usb: Twinhan USB2.0 DVB-T receiver (TwinhanDTV Alpha/MagicBox II) > >> successfully deinitialized and disconnected. > >> PM: Syncing filesystems ... done. > > Sounds very much like the problem I have with 2.6.34 final. Did not > happen with 2.6.34-rc7 which suspended just fine, but happens quite > regularly on 2.6.34 final - not every suspend but each 2nd or 3rd > attempt. I stopped doing suspend-to-ram due to this, because it's > unreliable. Suspend-to-disk works just fine. Well, it would be helpful to check which commit between 2.6.34-rc7 and 2.6.34 final broke that for you (there were not too many commits between these two kernels, so it shouldn't be too much work). > >> Is this a known problem? > > > > No, it's not. > > > >> I had rock stable suspend with 2.3.33.x. The > >> computer is a Mac mini Core2 Duo with i945 graphics. I use KMS. I will > >> compile a kernel with suspend debug to get more information if the hang > >> happens next time. > > It's amd780g athlon-based machine here, with radeon graphics, also with KMS. > > > Yes, please try to get more information. > > Got it ;) That still doesn't really help to diagnose the problem. Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Next
|
Last
Pages: 1 2 3 Prev: linux-next: Tree for June 9 (niu) Next: [patch] add quirk to fix volume wheel on Toshiba U300 laptops |