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)

listdev (2.5 KB ) - added by diger 14 years ago.
Listdev
syslog (138.2 KB ) - added by diger 14 years ago.
Syslog
syslog.old (475.7 KB ) - added by diger 14 years ago.
Syslog.log

Download all attachments as: .zip

Change History (10)

comment:1 by diger, 14 years ago

I replaced intel_extreme.accelerant an older version, - works fine.

comment:2 by axeld, 14 years ago

Owner: changed from axeld to pulkomandy
Status: newassigned

comment:3 by mmadia, 14 years ago

Diger, can you test hrev38723?

note: hrev38724 applied a patch from #6641. See ticket:6641#comment:4 too

comment:4 by tonestone57, 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.

by diger, 14 years ago

Attachment: listdev added

Listdev

by diger, 14 years ago

Attachment: syslog added

Syslog

by diger, 14 years ago

Attachment: syslog.old added

Syslog.log

in reply to:  3 comment:5 by diger, 14 years ago

I tested hrev38723, - gray screen. :(

comment:6 by tonestone57, 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 pulkomandy, 14 years ago

Blocked By: 6559 added
Resolution: duplicate
Status: assignedclosed

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.

Note: See TracTickets for help on using tickets.