On Mon, Jun 18, 2012 at 12:26:29PM +0100, Alan Cox wrote:
On Sun, 17 Jun 2012 19:03:43 +0900 Mattia Dongili malattia@linux.it wrote:
...
Is there anything else I can provide to help debug this?
Thanks!
You should be able to just the relevant commit from 3.5.rc
(git show 7beff62 and apply it to 3.4)
yeah actually the warning part was the easy one to solve ;)
On Mon, Jun 18, 2012 at 10:04:00PM +0200, Patrik Jakobsson wrote:
On Sun, Jun 17, 2012 at 12:03 PM, Mattia Dongili malattia@linux.it wrote:
3.5-rc2 is not quite usable, I get a pile of warnings for DRM_OBJECT_MAX_PROPERTY being too small and in the end I don't get neither a console nor X.
Give 3.5-rc3 a try. There is a patch that at least silences the DRM_OBJECT_MAX_PROPERTY on i915.
If possible, add drm.debug=7 to your boot line and send a dmesg of 3.5-rc3.
attached the dmesg on rc3 with drm.debug=7. In addition I have a black screen and 3 modprobe processes stuck that udev tried to kill for a bit... then the console went blank and I can't tell if it's still trying:
359 ? R 11:08 /sbin/modprobe -b pci:v00008086d00008108sv0000104Dsd0000905Fbc03sc00i00 361 ? D 0:00 /sbin/modprobe -b pci:v00008086d0000811Bsv0000104Dsd0000905Fbc04sc03i00 422 ? D 0:00 /sbin/modprobe -b pci:v00008086d00008119sv0000104Dsd0000905Fbc06sc01i00
the aliases are respectively:
pci:v00008086d00008108sv0000104Dsd0000905Fbc03sc00i00 gma500_gfx
pci:v00008086d0000811Bsv0000104Dsd0000905Fbc04sc03i00 snd_hda_intel snd_hda_intel
pci:v00008086d00008119sv0000104Dsd0000905Fbc06sc01i00 lpc_sch
Thanks!