please send the output of "dmesg" and "lspci -nn" to 613755@bugs.debian.org
cheers,
Holger
On Donnerstag, 17. Februar 2011, Jorge Ramos wrote:
> Package: base
> Severity: important
>
> The laptop is configured so that it will suspend when closing the lid. It
> does suspend as expected but when the lid is open again, the system wont
> recover. Instead it shows a black screen (as if X didn't recover and went
> to a terminal) but I can't do anything. The only thing that the displays
> shows is these 3 lines:
>
> [118.502991] btusb_intr_complete: hci0 usb ffff88015e415300 failed to
> resubmit(1)
> [118.503981] btusb_intr_complete: hci0 usb ffff88015e415480 failed to
> resubmit(1)
> [118.504986] btusb_intr_complete: hci0 usb ffff88015e4153c0 failed to
> resubmit(1)
>
>
> I have to restart ctrl-alt-delete 'ing it to take cotrol of the system
> again. It restarts normally and behaves as if nothing happened afterwards.
>
>
>
> -- System Information:
> Debian Release: 6.0
> APT prefers squeeze-updates
> APT policy: (500, 'squeeze-updates'), (500, 'stable')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
> Locale: LANG=es_MX.utf8, LC_CTYPE=es_MX.utf8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
02-17-2011, 03:37 PM
Jorge Ramos
Bug#613755: base: Laptop does not recover after suspend
Hello:
How do I unload the nvidia driver and return to the driver that
originally came with Debian? And, how do I reload the nvidia driver
back again?
thanks
On Thu, Feb 17, 2011 at 09:23:02 -0600, Jorge Ramos wrote:
> Hi:
>
> Attached you will find the requested output files of "dmesg" and "lspci -nn"
>
Is the bug reproducible if you don't load the nvidia driver?
Cheers,
Julien
>
> ---------- Forwarded message ----------
> From: Holger Levsen <holger@layer-acht.org>
> Date: Thu, Feb 17, 2011 at 3:57 AM
> Subject: Re: Bug#613755: base: Laptop does not recover after suspend
> To: Jorge Ramos <neyuru@gmail.com>, control@bugs.debian.org
> Cc: linux-2.6@packages.debian.org
>
>
> reassign 613755 linux-2.6
> tags 613755 + moreinfo
> thanks
>
> Hi Jorge,
>
> please send the output of "dmesg" and "lspci -nn" to 613755@bugs.debian.org
>
>
> cheers,
>
> * * * *Holger
>
> On Donnerstag, 17. Februar 2011, Jorge Ramos wrote:
>> Package: base
>> Severity: important
>>
>> The laptop is configured so that it will suspend when closing the lid. It
>> does suspend as expected but when the lid is open again, the system wont
>> recover. Instead it shows a black screen (as if X didn't recover and went
>> to a terminal) but I can't do anything. The only thing that the displays
>> shows is these 3 lines:
>>
>> [118.502991] btusb_intr_complete: hci0 usb ffff88015e415300 failed to
>> resubmit(1)
>> [118.503981] btusb_intr_complete: hci0 usb ffff88015e415480 failed to
>> resubmit(1)
>> [118.504986] btusb_intr_complete: hci0 usb ffff88015e4153c0 failed to
>> resubmit(1)
>>
>>
>> I have to restart ctrl-alt-delete 'ing it to take cotrol of the system
>> again. It restarts normally and behaves as if nothing happened afterwards.
>>
>>
>>
>> -- System Information:
>> Debian Release: 6.0
>> * APT prefers squeeze-updates
>> * APT policy: (500, 'squeeze-updates'), (500, 'stable')
>> Architecture: amd64 (x86_64)
>>
>> Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
>> Locale: LANG=es_MX.utf8, LC_CTYPE=es_MX.utf8 (charmap=UTF-8)
>> Shell: /bin/sh linked to /bin/dash
>
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: AANLkTin9NSvmHwowtXb5yfPeuqStZZD6D+a5HZN3V635@mail .gmail.com">http://lists.debian.org/AANLkTin9NSvmHwowtXb5yfPeuqStZZD6D+a5HZN3V635@mail .gmail.com
02-18-2011, 02:59 AM
Jorge Ramos
Bug#613755: base: Laptop does not recover after suspend
> Is the bug reproducible if you don't load the nvidia driver?
>
> Cheers,
> Julien
Hi: the bug is reproducible... I've changed xorg.conf from
Section "Device"
Driver "nvidia"
EndSection
to:
Section "Device"
Driver "vesa"
EndSection
and restarted. the problem persists. Even after suspend, the screen
will not turn on with the vesa driver, with the nvidia driver at least
there were the 3 lines displayed as described before.
cheers,
Jorge.
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: AANLkTik5c9ZmDcN2M+TE0N4u+BZB=tSPmnV_R2H4+8zO@mail .gmail.com">http://lists.debian.org/AANLkTik5c9ZmDcN2M+TE0N4u+BZB=tSPmnV_R2H4+8zO@mail .gmail.com
07-28-2011, 01:40 AM
Jonathan Nieder
Bug#613755: base: Laptop does not recover after suspend
Hi Jorge,
Jorge Ramos wrote:
> Julien Cristau wrote:
>> Is the bug reproducible if you don't load the nvidia driver?
[...]
> Hi: the bug is reproducible... I've changed xorg.conf from
I assume Julien was talking about the kernel module. One way to test
without it would be to remove any nvidia-kernel-* packages you have
installed, in addition to making the change
you mentioned and restarting. Alternatively you can try blacklisting
the module in /etc/modprobe.d and regenerating your initramfs, though
that's not as simple. You can tell whether the NVIDIA driver is
loaded by checking for the line
nvidia: module license 'NVIDIA' taints kernel
in dmesg.
Later, to reinstall the NVIDIA driver, all that should be needed is to
install the nvidia-kernel-* packages you removed before (or remove the
entry in /etc/modprobe.d and regenerate your initramfs, if you chose
that route).
If you find time to do this, please attach full "dmesg" output from
booting with and without the nvidia driver.
Thanks and hope that helps,
Jonathan
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20110728014007.GA32646@elie">http://lists.debian.org/20110728014007.GA32646@elie
08-09-2011, 11:37 PM
Jonathan Nieder
Bug#613755: base: Laptop does not recover after suspend
found 613755 linux-2.6/2.6.32-30
quit
Hi Jorge,
Another quick thought.
Julien Cristau wrote:
> Is the bug reproducible if you don't load the nvidia driver?
It would also be interesting to know whether you can reproduce this
with version 3.0.0-1 sid. (If version 3.0 works, then we would look
for the version that fixed it to backport the fix to squeeze.)
Thanks again.
Jonathan
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20110809233749.GA1997@elie.gateway.2wire.net">http ://lists.debian.org/20110809233749.GA1997@elie.gateway.2wire.net