ikarosdev / CM7_Triumph_bug_tracker

Repo dedicated solely for tracking bugs found in the CM7-Triumph project
2 stars 0 forks source link

HDMI is non-functional #3

Open ghost opened 13 years ago

ghost commented 13 years ago

HDMI is not recognized when connected. The daemon refuses to start at boot due to missing and conflicted libraries.

ghost commented 13 years ago

Provisional change that resolves the library conflict has been made. I have no cable and thus cannot test, but will include in the next provisional build.

kellertk commented 13 years ago

When plugging in a cable, the only thing that shows up in logcat is

I/dun_service( 136): The value returned from dun_getusbmodemstate_fromsys is 2

This happens immediately and every time the cable is plugged in, so it's definitely causing it. /system/bin/hdmid is running, but doesn't actually do anything.

ikarosdev commented 13 years ago

Dun is dial-up networking. That's not related to HDMI. Try running "adb shell strace /system/bin/hdmid" (without quotes of course) and see what comes back.

kellertk commented 13 years ago

strace /system/bin/hdmid: http://pastebin.com/uwRxvM6a

ikarosdev commented 13 years ago

Strace, at a glance, looks fine to me. Never dies, segfaults, whatever. It looks like it's working. Maybe the user-space doesn't support HDMI switching?

ghost commented 13 years ago

Its probably in the switch code need cable... someone said they were sending me one. -- Karl (On PDA)

Isaac reply@reply.github.com wrote:

Strace, at a glance, looks fine to me. Never dies, segfaults, whatever. It looks like it's working. Maybe the user-space doesn't support HDMI switching?

Reply to this email directly or view it on GitHub: https://github.com/ikarosdev/CM7_Triumph_bug_tracker/issues/3#issuecomment-2229769

%SPAMBLOCK-SYS: Matched [github], message ok

ghost commented 13 years ago

Investigation begun; one of the people on the forum sent me a cable. No progress to report as of yet.

ghost commented 13 years ago

Isaac is actively working this; changing assignment to him for now.