kfix / ddcctl

DDC monitor controls (brightness) for Mac OSX command line
GNU General Public License v3.0
1.85k stars 151 forks source link

Silly question - is there anything in 10.14 that would prevent IOI2CSendRequests from going through? #105

Closed pavelmalik closed 3 years ago

pavelmalik commented 3 years ago

I seem to be getting return value of 64 on IOI2CRequest->result for IOI2CSendRequests to set brightness/power etc. What's the usual procedure for debuggin this type of stuff?

Edit: Looks like I'm getting 0x0040 error code, doesn't look like there's much documentation for it: https://www.osstatus.com/search/results?platform=all&framework=all&search=0x0040

kfix commented 3 years ago

I'd have suggested make debug which makes it print more stuff.

but it looks like that target was broken - maybe the Xcode debug build still works :-/

kfix commented 3 years ago

I'm gonna close for lack of info, but feel free to reopen if you find something out.