Contribute
Register

Potential Hackintosh Core M Tablet

Status
Not open for further replies.
View attachment ioreg.tiff
if the kext is loaded correctly it should appear under i2c1 in ioreg as in screen shot

How to check if i2c device is available? What is the device name in ioreg?. I did merge i2c-related DSDT-changes to my DSDT-file, added "INT3433" to VoodooI2C.kext and tried ahmednoori94's HIDSample.

Audio and battery info is working for mee too. Thanks for the good work
 
Cool, thanks! Kext should be ok so there must be something wrong with my DSDT.

if it is like my ioreg photo you only need run the hid sample
 
if it is like my ioreg photo you only need run the hid sample

No. I'm still not able to see I2C1 device under AppleACPIPlatform. I have tried different combinations and bios settings but nothing helps. (There was PEP I2C1 setting disabled in bios but that setting does not seem to do anything)

Here is a compare of my and Ahmed's DSDT. I did leave all i2c-related addons out of my DSDT so that you can see the difference.
 

Attachments

  • dsdt_i2c_addons.html.zip
    3.2 KB · Views: 160
No. I'm still not able to see I2C1 device under AppleACPIPlatform. I have tried different combinations and bios settings but nothing helps. (There was PEP I2C1 setting disabled in bios but that setting does not seem to do anything)

Here is a compare of my and Ahmed's DSDT. I did leave all i2c-related addons out of my DSDT so that you can see the difference.

Is the problem that you cannot load the kext?
 
Is the problem that you cannot load the kext?

I don't know yet what is the problem. Should there be some touchscreen configured there in UEFI LPSS part? I mean that could it be that 5.7 BIOS update did restore settings to default. Too bad that I don't remember that did I test the touch screen in Windows 10 after bios update.
 

Attachments

  • lpss_bios.jpg
    lpss_bios.jpg
    172.2 KB · Views: 190
I don't know yet what is the problem. Should there be some touchscreen configured there in UEFI LPSS part? I mean that could it be that 5.7 BIOS update did restore settings to default. Too bad that I don't remember that did I test the touch screen in Windows 10 after bios update.

in DSDT you only need to change this
Code:
[TABLE="class: fc"]
[TR="class: SectionAll"]
[TD="class: TextItemSigMod"][/TD]
 [TD="class: AlignCenter"][/TD]
 [TD="class: TextItemSigMod"]                If (_OSI ("Windows 2015"))[/TD]
[/TR]
[/TABLE]

to this
Code:
[TABLE="class: fc"]
[TR="class: px"SectionAll""]
[TD="class: TextItemSigMod"]                If (LOr (_OSI ("Darwin"), _OSI ("Windows 2015")))
[/TD]
[/TR]
[/TABLE]

or apply this patch https://github.com/RehabMan/Laptop-DSDT-Patch/blob/master/system/system_OSYS_win8.txt
 
Does anyone know if the Cube i7 stylus keyboard dock with the touchpad and USB ports work in OSX?
 
Does anyone know if the Cube i7 stylus keyboard dock with the touchpad and USB ports work in OSX?
unfortunately i don't has the dock but i think it ll work as it recognised as usb device
 
Status
Not open for further replies.
Back
Top