hoanglong vonguyen Posted March 28, 2022 Posted March 28, 2022 i am trying to install using ioio tool in bigsur but when i enter the command ioio -s ApplePS2Keyboard LogScanCodes 1 i get the terminal screen but when i view the console the keycode still does not appear
Administrators MaLd0n Posted March 28, 2022 Administrators Posted March 28, 2022 why u need it very old 1 -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
hoanglong vonguyen Posted March 28, 2022 Author Posted March 28, 2022 i want to fix hotkey by ps2 to ps2 or ps2 to adb method but i cant find the code in console do you have any way 39 minutes ago, MaLd0n said: why u need it very old
Administrators MaLd0n Posted March 28, 2022 Administrators Posted March 28, 2022 check ur dsdt inside _Qxx Methods -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
hoanglong vonguyen Posted March 28, 2022 Author Posted March 28, 2022 2 minutes ago, MaLd0n said: check ur dsdt inside _Qxx Methods My Qxx method calls via BRTN method but when I search 0x86 and 0x87 I get Q80 and Q81 but when I apply patch the brightness hotkey doesn't work
Administrators MaLd0n Posted March 28, 2022 Administrators Posted March 28, 2022 in this case use it https://github.com/acidanthera/BrightnessKeys -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
hoanglong vonguyen Posted March 28, 2022 Author Posted March 28, 2022 1 minute ago, MaLd0n said: in this case use it https://github.com/acidanthera/BrightnessKeys i tried it but its not what i expected it turns fn + f11 and fn + f12 into brightness hotkey but i need fn + f5 and fn + f6 do you have any solution
Administrators MaLd0n Posted March 28, 2022 Administrators Posted March 28, 2022 post ur dsdt here -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
hoanglong vonguyen Posted March 28, 2022 Author Posted March 28, 2022 5 minutes ago, MaLd0n said: post ur dsdt here DSDT.aml.zipthis is my Original DSDT it looks like the brightness hotkey is being called via brtn right? Please take a look
Administrators MaLd0n Posted March 28, 2022 Administrators Posted March 28, 2022 u need test apply windows patch too Quote into_all method code_regex If\s+\([\\]?_OSI\s+\(\"Windows\s2012\"\)\) replace_matched begin If(LOr(_OSI("Darwin"),_OSI("Windows 2012"))) end; into_all method code_regex If\s+\([\\]?_OSI\s+\(WIN8\)\) replace_matched begin If(LOr(_OSI("Darwin"),_OSI(WIN8))) end -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
hoanglong vonguyen Posted March 28, 2022 Author Posted March 28, 2022 1 minute ago, MaLd0n said: u need test apply windows patch too do i need to apply patch method Q80 and Q81
Administrators MaLd0n Posted March 28, 2022 Administrators Posted March 28, 2022 try DSDT.aml.zip -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
hoanglong vonguyen Posted March 28, 2022 Author Posted March 28, 2022 17 minutes ago, MaLd0n said: try DSDT.aml.zip 18.57 kB · 2 downloads it doesn't work :(((
Administrators MaLd0n Posted March 28, 2022 Administrators Posted March 28, 2022 try direct into BRTN -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
hoanglong vonguyen Posted March 28, 2022 Author Posted March 28, 2022 12 minutes ago, MaLd0n said: try direct into BRTN how?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now