Launchpad has imported 9 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=63701.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2013-04-19T01:44:17+00:00 Evawang wrote:

It can't enter to OS with latest kernel 3.9.0-rc7 on intel new haswell graphics 
[8086:0a2e]
Where can we get the driver for this graphics card?
Thanks!!

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1175533/comments/0

------------------------------------------------------------------------
On 2013-04-19T02:38:53+00:00 Evawang wrote:

Hardware is Core i5-4258U(5100, GT3)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1175533/comments/1

------------------------------------------------------------------------
On 2013-04-19T06:56:19+00:00 Ben-chgtaa3qpp0 wrote:

That PCI ID is new to me, and I cannot find details about the actual
part so I am hesitant to write a real patch. Paulo have you seen that
one?

Since very limited people have access to HSW hardware at this point, you
should be working through Intel or whatever vendor provided the HW to
you for the proper fix. Also, as far as I can tell, the Haswell model
you specify doesn't exist in any official Intel documentation. For that
reason, I would again recommend you through whichever vendor provided
the hardware to you (and close this bug)

With all that disclaimer above... If you'd like to fix it yourself,
patches are welcome. In drivers/gpu/drm/i915/i915_drv.c, copy one and
modify with your PCI ID.

        INTEL_VGA_DEVICE(0x0D02, &intel_haswell_d_info), /* CRW GT1 desktop */
        INTEL_VGA_DEVICE(0x0D12, &intel_haswell_d_info), /* CRW GT2 desktop */
        INTEL_VGA_DEVICE(0x0D22, &intel_haswell_d_info), /* CRW GT2 desktop */
        INTEL_VGA_DEVICE(0x0D0A, &intel_haswell_d_info), /* CRW GT1 server */
        INTEL_VGA_DEVICE(0x0D1A, &intel_haswell_d_info), /* CRW GT2 server */
        INTEL_VGA_DEVICE(0x0D2A, &intel_haswell_d_info), /* CRW GT2 server */
        INTEL_VGA_DEVICE(0x0D06, &intel_haswell_m_info), /* CRW GT1 mobile */
        INTEL_VGA_DEVICE(0x0D16, &intel_haswell_m_info), /* CRW GT2 mobile */
        INTEL_VGA_DEVICE(0x0D26, &intel_haswell_m_info), /* CRW GT2 mobile */


Keep in mind, just about every graphics component which needs PCI ids will have 
the same problem.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1175533/comments/2

------------------------------------------------------------------------
On 2013-04-20T06:32:33+00:00 Chris Wilson wrote:

Let's start with a dmesg and Xorg.0.log to verify the basics.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1175533/comments/3

------------------------------------------------------------------------
On 2013-04-22T08:59:09+00:00 Evawang wrote:

Created attachment 78322
dmesg and Xorg.0.log

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1175533/comments/4

------------------------------------------------------------------------
On 2013-04-22T09:00:26+00:00 Evawang wrote:

 Atachment dnesg_and_Xorg.0.log is dmesg and Xorg.0.log. In legacy mode,
i915 doesn't load and system is started by vesa. In UEFI mode, the
system can not be started by vesa.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1175533/comments/5

------------------------------------------------------------------------
On 2013-04-22T09:05:11+00:00 Daniel-ffwll wrote:

One for Paulo to figure out what we should do with this pc id.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1175533/comments/6

------------------------------------------------------------------------
On 2013-04-24T03:29:32+00:00 Evawang wrote:

Created attachment 78407
Add 0ade dmesg and xorg.0.log

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1175533/comments/7

------------------------------------------------------------------------
On 2013-04-26T17:08:36+00:00 Paulo Zanoni wrote:

Yeah, I'll obtain information on what's special about these IDs.

When we have patches on the mailing list I'll update the bug report.

Thanks,
Paulo

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1175533/comments/8


** Changed in: linux
       Status: Unknown => In Progress

** Changed in: linux
   Importance: Unknown => Critical

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1175533

Title:
  [HSW] intel VGA driver i915 doesn't support new haswell graphics
  [8086:0a2e]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1175533/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to