onemanosx
Members-
Posts
1,541 -
Joined
-
Last visited
Everything posted by onemanosx
-
diskutil list <-- find out your usb stick diskutil unmountDisk /dev/diskX <--- diskX is your usb stick sudo dd if=[drag the .raw image to the terminal] of=/dev/rdiskX bs=1m
-
May sound silly, but it has happened countless times with new users, did you extract the zip file and create usb image with the .raw file? I personally prefer creating disc image in a Mac using terminal command or as recommended, using etcher. Other than the basics above, I have no idea.
-
Probably bad image write to usb
-
Check bios' boot drive order and make necessary changes.
-
upload picture where screen is stuck
-
make a copy of current dsdt for safekeeping. Yes, you can edit/ patch dsdt.aml
- 19,329 replies
-
- acpi
- acpispecification
-
(and 4 more)
Tagged with:
-
You can use the same DSDT
- 19,329 replies
-
- acpi
- acpispecification
-
(and 4 more)
Tagged with:
-
Need help! DSDT Patch on Positivo I34500AI
onemanosx replied to OzemirElion's topic in DSDT & Patch Requests
Check out the link here USB Fix https://Olarila.com/forum/viewtopic.php?p=65287#p65287 -
Help with patches for Asus ROG Srtix GL503vm-ed251t
onemanosx replied to broadw3ll's topic in DSDT & Patch Requests
No. Clover>Graphics>NVCAP -
[Guide] - SSDT with Pike's PM Script and use with CPUFriend
onemanosx replied to onemanosx's topic in Guides and Tutorials
not sure if you had replaced the DATA folder with the one I uploaded -
Help with patches for Asus ROG Srtix GL503vm-ed251t
onemanosx replied to broadw3ll's topic in DSDT & Patch Requests
Yeap, that doesnt work LOL Read here how to get NVCAP values for your laptop. Maybe it will help http://Olarila.com/forum/viewtopic.php?f=28&t=8768 -
[Guide] - SSDT with Pike's PM Script and use with CPUFriend
onemanosx replied to onemanosx's topic in Guides and Tutorials
Good. You can hit the Enter/Return key at Terminal, if you have not done so -
Help with patches for Asus ROG Srtix GL503vm-ed251t
onemanosx replied to broadw3ll's topic in DSDT & Patch Requests
Boot with this config.plist and check ioreg for AppleBacklightDisplayconfig.plist.zip -
Help with patches for Asus ROG Srtix GL503vm-ed251t
onemanosx replied to broadw3ll's topic in DSDT & Patch Requests
Great! Maybe its some kext issue. Go to dev site and make a case. Almost there! -
Help with patches for Asus ROG Srtix GL503vm-ed251t
onemanosx replied to broadw3ll's topic in DSDT & Patch Requests
try this DSDT.aml.zip Its also good to double check that the "ignore built-in trackpad" is NOT enabled -
[Guide] - SSDT with Pike's PM Script and use with CPUFriend
onemanosx replied to onemanosx's topic in Guides and Tutorials
-
MSI
-
Nvidia Pascal Users!Anyone able to do BruceX.5k in under 20 seconds?
onemanosx replied to platinumsteel's topic in Hardware
You probably did not enter your i7-8700K details in User Defined.cfg -
Help with patches for Asus ROG Srtix GL503vm-ed251t
onemanosx replied to broadw3ll's topic in DSDT & Patch Requests
I assume you are using a modded kext? What are the changes? If the latest official release works, use it. Rebuild cache using kext utility and reboot. See if trackpad works better. Also post full run_me dump. -
Nostalgic trip - Acer Aspire 4930G (macOS Mojave/Legacy)
onemanosx replied to onemanosx's topic in Guides and Tutorials
Generate SSDT for Core 2 Duo using Pike's PM script 1. Download SSDTGenerator folder SSDTGenerator.zip 2. Extract folder to desktop 3. Open Terminal 4. Type cd Desktop Press enter 5. Type cd SSDTGenerator Press enter 6. Drag the file called ssdtPRGen.sh into Terminal 7. Add CPU base clock frequency and TDP value My CPU is P7350 with base clock of 2Ghz and TDP value of 25W More info here https://ark.intel.com/products/36750/Intel-Core-2-Duo-Processor-P7350-3M-Cache-2-00-GHz-1066-MHz-FSB- So my Terminal will look like this onemanosxs-MBP:SSDTGenerator onemanosx$ /Users/onemanosx/Desktop/SSDTGenerator/ssdtPRGen.sh 2000 25 Press Enter 8. Terminal will ask a question if you want to continue, just enter Y 9. Terminal will prompt for password 10. SSDT.dsl will be created inside SSDTGenerator folder Follow the next steps from this link to create CPUfriend ssdt-data.dsl https://Olarila.com/forum/viewtopic.php?f=28&t=8268 11. This is how my final ssdt looks like. Note that I had disabled plugin-type=1 for core 2 duo support. DefinitionBlock ("ssdt.aml", "SSDT", 1, "APPLE ", "CpuPm", 0x00010500) { External (\_SB.CPU0, DeviceObj) External (\_SB.CPU1, DeviceObj) Scope (\_SB.CPU0) { Name (APLF, Zero) Name (APSN, Zero) Name (APSS, Package (0x05) { Package (0x06) { 0x07D0, 0x0061A8, 0x0A, 0x0A, 0x1400, 0x1400 }, Package (0x06) { 0x076C, 0x005B77, 0x0A, 0x0A, 0x1300, 0x1300 }, Package (0x06) { 0x0708, 0x005566, 0x0A, 0x0A, 0x1200, 0x1200 }, Package (0x06) { 0x06A4, 0x004F75, 0x0A, 0x0A, 0x1100, 0x1100 }, /* Low Frequency Mode */ Package (0x06) { 0x0640, 0x0049A1, 0x0A, 0x0A, 0x1000, 0x1000 } }) Method (_DSM, 4, NotSerialized) { If (LEqual (Arg2, Zero)) { Return (Buffer (One) { 0x03 }) } Return (Package () { // // Inject plugin-type = 0x01 to load X86*.kext // //"plugin-type", //One, // // Power management data file to replace. // "cf-frequency-data", Buffer () { 0x2F, 0x2A, 0x0A, 0x20, 0x2A, 0x20, 0x49, 0x6E, 0x74, 0x65, 0x6C, 0x20, 0x41, 0x43, 0x50, 0x49, 0x20, 0x43, 0x6F, 0x6D, 0x70, 0x6F, 0x6E, 0x65, 0x6E, 0x74, 0x20, 0x41, 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, 0x0A, 0x20, 0x2A, 0x20, 0x41, 0x4D, 0x4C, 0x20, 0x44, 0x69, 0x73, 0x61, 0x73, 0x73, 0x65, 0x6D, 0x62, 0x6C, 0x65, 0x72, 0x20, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x20, 0x32, 0x30, 0x31, 0x33, 0x30, 0x32, 0x31, 0x30, 0x2D, 0x30, 0x30, 0x20, 0x5B, 0x46, 0x65, 0x62, 0x20, 0x31, 0x30, 0x20, 0x32, 0x30, 0x31, 0x33, 0x5D, 0x0A, 0x20, 0x2A, 0x20, 0x43, 0x6F, 0x70, 0x79, 0x72, 0x69, 0x67, 0x68, 0x74, 0x20, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x30, 0x30, 0x20, 0x2D, 0x20, 0x32, 0x30, 0x31, 0x34, 0x20, 0x49, 0x6E, 0x74, 0x65, 0x6C, 0x20, 0x43, 0x6F, 0x72, 0x70, 0x6F, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x0A, 0x20, 0x2A, 0x20, 0x0A, 0x20, 0x2A, 0x20, 0x4F, 0x72, 0x69, 0x67, 0x69, 0x6E, 0x61, 0x6C, 0x20, 0x54, 0x61, 0x62, 0x6C, 0x65, 0x20, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x3A, 0x0A, 0x20, 0x2A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x53, 0x69, 0x67, 0x6E, 0x61, 0x74, 0x75, 0x72, 0x65, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, 0x53, 0x53, 0x44, 0x54, 0x22, 0x0A, 0x20, 0x2A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x4C, 0x65, 0x6E, 0x67, 0x74, 0x68, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x30, 0x78, 0x30, 0x30, 0x30, 0x30, 0x30, 0x33, 0x36, 0x41, 0x20, 0x28, 0x38, 0x37, 0x34, 0x29, 0x0A, 0x20, 0x2A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6F, 0x6E, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x30, 0x78, 0x30, 0x31, 0x0A, 0x20, 0x2A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x43, 0x68, 0x65, 0x63, 0x6B, 0x73, 0x75, 0x6D, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x30, 0x78, 0x30, 0x30, 0x0A, 0x20, 0x2A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x4F, 0x45, 0x4D, 0x20, 0x49, 0x44, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, 0x41, 0x50, 0x50, 0x4C, 0x45, 0x20, 0x22, 0x0A, 0x20, 0x2A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x4F, 0x45, 0x4D, 0x20, 0x54, 0x61, 0x62, 0x6C, 0x65, 0x20, 0x49, 0x44, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, 0x43, 0x70, 0x75, 0x50, 0x6D, 0x22, 0x0A, 0x20, 0x2A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x4F, 0x45, 0x4D, 0x20, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6F, 0x6E, 0x20, 0x20, 0x20, 0x20, 0x20, 0x30, 0x78, 0x30, 0x30, 0x30, 0x31, 0x30, 0x35, 0x30, 0x30, 0x20, 0x28, 0x36, 0x36, 0x38, 0x31, 0x36, 0x29, 0x0A, 0x20, 0x2A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x43, 0x6F, 0x6D, 0x70, 0x69, 0x6C, 0x65, 0x72, 0x20, 0x49, 0x44, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, 0x49, 0x4E, 0x54, 0x4C, 0x22, 0x0A, 0x20, 0x2A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x43, 0x6F, 0x6D, 0x70, 0x69, 0x6C, 0x65, 0x72, 0x20, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x20, 0x30, 0x78, 0x32, 0x30, 0x31, 0x33, 0x30, 0x32, 0x31, 0x30, 0x20, 0x28, 0x35, 0x33, 0x38, 0x31, 0x31, 0x36, 0x36, 0x32, 0x34, 0x29, 0x0A, 0x20, 0x2A, 0x2F, 0x0A, 0x0A, 0x44, 0x65, 0x66, 0x69, 0x6E, 0x69, 0x74, 0x69, 0x6F, 0x6E, 0x42, 0x6C, 0x6F, 0x63, 0x6B, 0x20, 0x28, 0x22, 0x73, 0x73, 0x64, 0x74, 0x2E, 0x61, 0x6D, 0x6C, 0x22, 0x2C, 0x20, 0x22, 0x53, 0x53, 0x44, 0x54, 0x22, 0x2C, 0x20, 0x31, 0x2C, 0x20, 0x22, 0x41, 0x50, 0x50, 0x4C, 0x45, 0x20, 0x22, 0x2C, 0x20, 0x22, 0x43, 0x70, 0x75, 0x50, 0x6D, 0x22, 0x2C, 0x20, 0x30, 0x78, 0x30, 0x30, 0x30, 0x31, 0x30, 0x35, 0x30, 0x30, 0x29, 0x0A, 0x7B, 0x0A, 0x20, 0x20, 0x20, 0x20, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6E, 0x61, 0x6C, 0x20, 0x28, 0x5C, 0x5F, 0x53, 0x42, 0x2E, 0x43, 0x50, 0x55, 0x30, 0x2C, 0x20, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4F, 0x62, 0x6A, 0x29, 0x0A, 0x20, 0x20, 0x20, 0x20, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6E, 0x61, 0x6C, 0x20, 0x28, 0x5C, 0x5F, 0x53, 0x42, 0x2E, 0x43, 0x50, 0x55, 0x31, 0x2C, 0x20, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4F, 0x62, 0x6A, 0x29, 0x0A, 0x0A, 0x20, 0x20, 0x20, 0x20, 0x53, 0x63, 0x6F, 0x70, 0x65, 0x20, 0x28, 0x5C, 0x5F, 0x53, 0x42, 0x2E, 0x43, 0x50, 0x55, 0x30, 0x29, 0x0A, 0x20, 0x20, 0x20, 0x20, 0x7B, 0x0A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x4E, 0x61, 0x6D, 0x65, 0x20, 0x28, 0x41, 0x50, 0x4C, 0x46, 0x2C, 0x20, 0x5A, 0x65, 0x72, 0x6F, 0x29, 0x0A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x4E, 0x61, 0x6D, 0x65, 0x20, 0x28, 0x41, 0x50, 0x53, 0x4E, 0x2C, 0x20, 0x5A, 0x65, 0x72, 0x6F, 0x29, 0x0A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x4E, 0x61, 0x6D, 0x65, 0x20, 0x28, 0x41, 0x50, 0x53, 0x53, 0x2C, 0x20, 0x50, 0x61, 0x63, 0x6B, 0x61, 0x67, 0x65, 0x20, 0x28, 0x30, 0x78, 0x30, 0x35, 0x29, 0x0A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7B, 0x0A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x50, 0x61, 0x63, 0x6B, 0x61, 0x67, 0x65, 0x20, 0x28, 0x30, 0x78, 0x30, 0x36, 0x29, 0x20, 0x7B, 0x20, 0x30, 0x78, 0x30, 0x37, 0x44, 0x30, 0x2C, 0x20, 0x30, 0x78, 0x30, 0x30, 0x36, 0x31, 0x41, 0x38, 0x2C, 0x20, 0x30, 0x78, 0x30, 0x41, 0x2C, 0x20, 0x30, 0x78, 0x30, 0x41, 0x2C, 0x20, 0x30, 0x78, 0x31, 0x34, 0x30, 0x30, 0x2C, 0x20, 0x30, 0x78, 0x31, 0x34, 0x30, 0x30, 0x20, 0x7D, 0x2C, 0x0A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x50, 0x61, 0x63, 0x6B, 0x61, 0x67, 0x65, 0x20, 0x28, 0x30, 0x78, 0x30, 0x36, 0x29, 0x20, 0x7B, 0x20, 0x30, 0x78, 0x30, 0x37, 0x36, 0x43, 0x2C, 0x20, 0x30, 0x78, 0x30, 0x30, 0x35, 0x42, 0x37, 0x37, 0x2C, 0x20, 0x30, 0x78, 0x30, 0x41, 0x2C, 0x20, 0x30, 0x78, 0x30, 0x41, 0x2C, 0x20, 0x30, 0x78, 0x31, 0x33, 0x30, 0x30, 0x2C, 0x20, 0x30, 0x78, 0x31, 0x33, 0x30, 0x30, 0x20, 0x7D, 0x2C, 0x0A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x50, 0x61, 0x63, 0x6B, 0x61, 0x67, 0x65, 0x20, 0x28, 0x30, 0x78, 0x30, 0x36, 0x29, 0x20, 0x7B, 0x20, 0x30, 0x78, 0x30, 0x37, 0x30, 0x38, 0x2C, 0x20, 0x30, 0x78, 0x30, 0x30, 0x35, 0x35, 0x36, 0x36, 0x2C, 0x20, 0x30, 0x78, 0x30, 0x41, 0x2C, 0x20, 0x30, 0x78, 0x30, 0x41, 0x2C, 0x20, 0x30, 0x78, 0x31, 0x32, 0x30, 0x30, 0x2C, 0x20, 0x30, 0x78, 0x31, 0x32, 0x30, 0x30, 0x20, 0x7D, 0x2C, 0x0A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x50, 0x61, 0x63, 0x6B, 0x61, 0x67, 0x65, 0x20, 0x28, 0x30, 0x78, 0x30, 0x36, 0x29, 0x20, 0x7B, 0x20, 0x30, 0x78, 0x30, 0x36, 0x41, 0x34, 0x2C, 0x20, 0x30, 0x78, 0x30, 0x30, 0x34, 0x46, 0x37, 0x35, 0x2C, 0x20, 0x30, 0x78, 0x30, 0x41, 0x2C, 0x20, 0x30, 0x78, 0x30, 0x41, 0x2C, 0x20, 0x30, 0x78, 0x31, 0x31, 0x30, 0x30, 0x2C, 0x20, 0x30, 0x78, 0x31, 0x31, 0x30, 0x30, 0x20, 0x7D, 0x2C, 0x0A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x2F, 0x2A, 0x20, 0x4C, 0x6F, 0x77, 0x20, 0x46, 0x72, 0x65, 0x71, 0x75, 0x65, 0x6E, 0x63, 0x79, 0x20, 0x4D, 0x6F, 0x64, 0x65, 0x20, 0x2A, 0x2F, 0x0A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x50, 0x61, 0x63, 0x6B, 0x61, 0x67, 0x65, 0x20, 0x28, 0x30, 0x78, 0x30, 0x36, 0x29, 0x20, 0x7B, 0x20, 0x30, 0x78, 0x30, 0x36, 0x34, 0x30, 0x2C, 0x20, 0x30, 0x78, 0x30, 0x30, 0x34, 0x39, 0x41, 0x31, 0x2C, 0x20, 0x30, 0x78, 0x30, 0x41, 0x2C, 0x20, 0x30, 0x78, 0x30, 0x41, 0x2C, 0x20, 0x30, 0x78, 0x31, 0x30, 0x30, 0x30, 0x2C, 0x20, 0x30, 0x78, 0x31, 0x30, 0x30, 0x30, 0x20, 0x7D, 0x0A, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7D, 0x29, 0x0A, } }) } } } -
What started as a personal joke, came to reality! An ancient laptop running OSX! Special shout out to [ref]MaLd0n[/ref] for the first round of DSDT patches! This nostalgic laptop was my first when I bought it about a decade ago and reviving the faithful gave me that bit of a nice good feeling. Of course, its barely capable of doing modern duties. But for some light office work, web browsing and watching youtube content, it is still able to do so. What works: 1. Native Graphics – GeForce 9300M GS 2. ALC888 sound – Speaker, headphones, built-in microphone (digital out and line-in not tested although detected) 3. JMicron SD card reader 4. Brightness slider and hotkeys control 5. Battery status 6. Stock Bluetooth module 7. HDMI video out 8. Night shift What doesn’t work: 1. Stock Intel wifi 2. Trackpad gestures (works as a normal mousepad) 3. HDMI audio How – to *Note: all kexts mentioned below are installed in clover/kexts/other folder Graphics[/b] a. Whatevergreen.kext b. Lilu.kext Sound[/b] a. AppleALC.kext b. Lilu.kext c. Layout id=27 JMicron card reader[/b] a. Use attached kext here Archive.zip Brightness hotkeys[/b] - https://Olarila.com/forum/viewtopic.php?f=28&t=8396 HDMI video out[/b] a. Inject NVCAP values below into clover "NVCAP", Buffer () { /* 0000 */ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, /* 0008 */ 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, /* 0010 */ 0x00, 0x00, 0x00, 0x00 } But how did I get these values? (Credits to Hervé at Insanelymac.com) Boot a Sierra USB installer with: a. Lilu + WEG injected by Clover b. Connect HDMI output to a monitor c. At the Sierra main installation screen, open up Terminal and type: ioreg -l d. Look up the NVCAP value by using the search function e. You may also save the terminal output as a .txt file unto the USB installer and use the info later Power Management[/b] - https://github.com/acidanthera/CPUFriend/blob/master/Instructions.md - https://Olarila.com/forum/viewtopic.php?f=28&t=8268 This, to me is the most interesting part. What I did was to use CPUFriend kext and Pike’s PM generated ssdt. I figured, since I am using an SMBIOS not meant for my specific CPU (I use smbios macbookpro7,1 instead of macbook5,1) I needed CPUFriend to override Apple’s ACPI_SMC_PlatformPlugin and use my generated ssdt for my CPU make instead. But why do I choose macbookpro7,1? Because all USB ports on this laptop are supported in MBP7,1 but not MB5,1. Exception: Native Power for Core 2 Duo does not load X86PlatformPlugin hence, do not use plugin-type=1 either in clover or SSDT. More info on how I created my SSDT in post 2, below. AppleGraphicsPowerManagement (AGPM) for nVidia[/b] - A gem not to be missed from this old post https://Olarila.com/forum/viewtopic.php?f=28&t=1839 - Attached is the modded kext I use for my laptop Archive.zip Battery Status - https://github.com/RehabMan/OS-X-ACPI-Battery-Driver[/color] Or SMCBatteryManager if you use VirtualSMC instead of FakeSMC - https://github.com/acidanthera/VirtualSMC/releases Nighshift mode [/b] - The challenging way https://pikeralpha.wordpress.com/2017/01/30/4398/ - The quick easy way https://www.insanelymac.com/forum/topic/323844-nightshiftunlocker-dynamically-unlock-night-shift-for-all-macs/ This laptop was also tested to run High Sierra and the current Mojave 10.14.3 (google for Mojave installer by DosDude1).
-
Congrats!
-
According to Gigabyte those 4 black ports are USB 2.0. Not sure why IOReg is not showing your plugged device though. I use IOReg v2.0, if that helps. Nothing wrong with using IOJones to proceed with the detection though I had not tried it. But, it looks ok to do so as it detects your wired device fine.
-
[Guide] - SSDT with Pike's PM Script and use with CPUFriend
onemanosx replied to onemanosx's topic in Guides and Tutorials
[ref]MaLd0n[/ref], [ref]erroruser[/ref], please do one with overclocked settings
