Bug 66771
Summary: | System freeze when plugging/unplugging the VGA connector - Sony laptop VGN-SR19XN | ||
---|---|---|---|
Product: | ACPI | Reporter: | Lionel Duriez (lionelduriez) |
Component: | BIOS | Assignee: | Chen Yu (yu.c.chen) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | aaron.lu, intel-gfx-bugs, lenb, rui.zhang |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.freedesktop.org/show_bug.cgi?id=58436 | ||
Kernel Version: | 3.11.0-14 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
uname -a
lspci -vvnn dmesg acpidump Do nothing in acpi_video_bus_notify to debug patch to blacklist vista on this laptop |
Description
Lionel Duriez
2013-12-08 09:32:28 UTC
Created attachment 117821 [details]
uname -a
Created attachment 117831 [details]
lspci -vvnn
Created attachment 117841 [details]
dmesg
acpidump please: # acpidump > acpidump.txt After a normal boot, do you see the video module get loaded? # lsmod |grep video If so, please remove it and then test plugging/unplugging VGA connector again see if system still freezes. Created attachment 118101 [details]
acpidump
After a normal boot the video modile is loaded : video 19318 1 i915 After removing video module (by blacklisting relevant modules in /etc/modprobe.d/blacklist.conf and sudo modprobe -r video) the system still freezes when plugging/unplugging VGA connector. Created attachment 119121 [details]
Do nothing in acpi_video_bus_notify to debug
Please apply this one line debug patch, you do not need to blacklist video module or remove it with this patch, let's see if it makes any difference.
No difference after patching acpi_video_bus_notify, still crashing when plugging or unplugging VGA connector. Looks like a firmware issue to me. More information : I have tested FreeBSD and OpenBSD with the same result : system freezes. So far, only Windows vista and seven have survived the VGA plugging/unplugging. Please blacklist i915 driver and check if the problem still exists. I couldn't get rid of i915 driver by blacklisting it so I started in VESA and rmmoded i915 just to be sure. The problem still exists. please check if the problem still exists if you boot with acpi_osi="!Windows 2006" or acpi_osi=!. Problem disappears with both parameters. Created attachment 170371 [details]
patch to blacklist vista on this laptop
Please apply the patch attached comment #15 to see if the problem disappears or not. Thanks! I have applied the patch on 3.16.0-31. Everything is OK, problem solved. Thanks a lot ! shipped in Linux 4.1-rc1: commit 8a5de52afc5f9a20a356e49351292d098cc455b2 Author: Chen Yu <yu.c.chen@intel.com> Date: Mon Mar 16 17:35:18 2015 +0800 ACPI / blacklist: Disable Vista compatibility for Sony VGN-SR19XN. |