Opened 14 years ago
Closed 14 years ago
#6690 closed bug (duplicate)
Intel Extreme driver does not work
Reported by: | diger | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Drivers/Graphics/intel_extreme | Version: | R1/Development |
Keywords: | intel_extreme | Cc: | |
Blocked By: | #6559 | Blocking: | |
Platform: | x86 |
Description
haiku-nightly-hrev38871-x86gcc4hybrid
Аsus Eee Pc 701. After loading, the screen goes gray. If during boot to select VESA mode, everything is fine. If during boot to select 8, 16 or 32 bits, nothing changes, - the screen is gray. Also incorrectly identifies the screen resolution. In the list of available only 640X480
Acer Aspire One A110 freezes during startup. Loaded only in VESA mode.
Both netbooks are working well with haiku-nightly-hrev37324.
Attachments (3)
Change History (10)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
follow-up: 5 comment:3 by , 14 years ago
Diger, can you test hrev38723?
note: hrev38724 applied a patch from #6641. See ticket:6641#comment:4 too
comment:4 by , 14 years ago
Problem could relate to this change hrev38329 which affects intel_extreme accelerant.
Either way, ticket is only good with syslog attached to it. Listdev for graphics cards would be nice too but this information should show in syslog anyways. Tickets without syslog (or crash info) are very unlikely to get fixed.
comment:6 by , 14 years ago
Your ticket is same as #6559 except he gets white screen instead of gray.
Both of you have: a) i915 graphics b) EDID issue
hrev38329 is the problem for you. You can try hrev38328 & then hrev38329 to be sure yourself and confirm it. Would guess that code does not work right on i915 (mobile?) graphics chipset.
Interesting part from your syslog.old below:
69 KERN: intel_extremeintel_extreme_init() completed successfully! 70 KERN: intel_extreme: accelerant: intel_extreme.accelerant 71 KERN: intel_init_accelerant() 72 KERN: PLL limits, min: p 5 (p1 1, p2 10), n 5, m 70 (m1 12, m2 7) 73 KERN: PLL limits, max: p 80 (p1 8, p2 5), n 10, m 120 (m1 22, m2 11) 74 KERN: head detected: 0xa 75 KERN: adpa: 40008c18, dova: 00000000, dovb: 00480000, lvds: c0000300 76 KERN: DDC: ddc2_read(): DDC information read failure 77 KERN: Last message repeated 3 times. 78 KERN: intel_extreme: getting EDID failed! 5422 KERN: head detected: 0xa 5423 KERN: adpa: 40008c18, dova: 00000000, dovb: 00480000, lvds: c0000300 5424 KERN: DDC: ddc2_read(): DDC information read failure 5425 KERN: Last message repeated 3 times. 5426 KERN: intel_extreme: getting EDID on port A (analog) failed : No Error (8). Trying on port C (lvds) 5427 KERN: DDC: ddc2_read(): DDC information read failure 5428 KERN: Last message repeated 3 times. 5429 KERN: intel_extreme: getting EDID on port C failed : No Error (8)
comment:7 by , 14 years ago
Blocked By: | 6559 added |
---|---|
Resolution: | → duplicate |
Status: | assigned → closed |
This is exactly the same as #6559. The old code was broken for other people, the new one is broken for you.
It should be possible to mix both to get something working for everyone.
I replaced intel_extreme.accelerant an older version, - works fine.