-
Posts
14365 -
Joined
-
Last visited
-
Days Won
871
Content Type
Profiles
Articles, News and Tips
Forums
Everything posted by Jake Lo
-
V7Alpha1 test: 8/26/15 1:18:44.000 PM kernel[0]: VoodooPS2 ALPS TouchPad Driver loaded... 8/26/15 1:18:44.000 PM kernel[0]: Found an ALPS V7 TouchPad...VoodooPS2Mouse Version 2.8.15 loaded... 8/26/15 1:18:44.000 PM kernel[0]: Found an ALPS V7 TouchPad...ApplePS2ALPSGlidePoint: Device initialization failed. Touchpad probably won't work Keyboard/Trackstick/Trackpad all works even though log shows it's not initialized Tracksticks works fine but NO scrolling - default speed is not very fast but could be adjusted. Trackpad works - no Inertia, no side scrolling
-
No need to revert to Mavericks. HDMI works just fine in Yosemite with proper patching. Just replace Config.plist and SSDT-1.aml I have attached. Thanks for the info Dmitry21. If anyone confirm having this issue on the Dell Inspiron, I'll update the dummy file with Mirone's change. config-HDMI.zip
-
Can you confirm if headphone is working well and audio working after sleep? Do you have SD Card reader? Does it work?
-
Just verified that your DSDT has HDEF layout-id set to "56" according to the guide. The layout-id I set for the patched AppleHDA_ALC283 is "1". Replace your DSDT with this. DSDT.aml.zip
-
Confirmed Wern's findings. Would add that side scrolling works well when you place finger flatter to the surface instead of just the finger tip.
-
That said it's for Mavericks. I've created a dummy file for Clover, original patch by Mirone. Added the patch to your config.plist. Restore the default AppleHDA and install the attached to /S/L/E, and replace with this config file. ALC283.zip
-
You definitely don't have QE/CI. The modded Config file I send you is not reflecting in your Screenshot. Did you place it in the correct location? Check to see if these 2 files are in /S/L/E AppleIntelFramebufferAzul AppleIntelHD5000Graphics
-
Yeah, that's the same as mine. Try this patch by Joe82. Install both to /S/L/E Add this to your Config.plist under KextToPatch <dict> <key>Comment</key> <string>AppleHDA ALC 293 #1</string> <key>Find</key> <data> hBnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> kwLsEA== </data> </dict> <dict> <key>Comment</key> <string>AppleHDA ALC 293 #2</string> <key>Find</key> <data> hAjsEA== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAAAAA== </data> </dict> <dict> <key>Comment</key> <string>AppleHDA ALC 293 #3</string> <key>Find</key> <data> hQjsEA== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAAAAA== </data> </dict> <dict> <key>Comment</key> <string>AppleHDA#4</string> <key>Find</key> <data> gxnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAAAAA== </data> </dict> ALC293.zip
-
@sroman, sorry for the late response. What you need to do is remove or uncheck SkipNvidiaGfx in org.chameleon.boot.plist. That option is meant for Optimus enabled for system without Nvidia.
-
Sound should be the same on E7240 as the E7440 as I have tested on both models.
-
That's the file for HDMI, not audio Try the following. It should read something like Codec: Realtek ALCxxxx on the header. cat /proc/asound/card1/codec#0 > ~/Desktop/codec_dump.txt or cat /proc/asound/card0/codec#1 > ~/Desktop/codec_dump.txt
-
Seriously? If you installed it incorrectly before, mean you have the files somewhere right? See my previous post to you here.
-
Download kextWizard, if you haven't already. Launch it. Click on Installation tab. Drag and drop the 2 files into the open area. Select System/Library/Extensions as the Destination. Click Install
-
these are not install correctly and therefore not running. FakePCIID_HD4600_HD4400.kext has incorrect permissions; omitting. FakePCIID.kext has incorrect permissions; omitting. Reinstall them with Kextwizard.app.
-
How can I make BCM94352HMB run properly on Mavericks?
Jake Lo replied to nareto's topic in The Archive
See here. Your card is supported. -
run from terminal sudo touch /S*/L*/E* sudo kextcache -Boot -U / List the output here, it'll show what was added or modded
-
Confirmed Test1 on E6230 (Touchpad only) /E6430/E6530 - V3 id E7=0x73 0x03 0x0a, EC=0x88 0x08 0x1d -Keyboard/Touchpad/Trackstick works as described in earlier post Test2 on E6230 (Touchpad only) /E6430/E6530 - V3 id E7=0x73 0x03 0x0a, EC=0x88 0x08 0x1d -Touchpad stopped working -Trackstick cursor jumped when finger lifted R2RC1 with modded plist on E6430/E6530 - V3 id E7=0x73 0x03 0x0a, EC=0x88 0x08 0x1d -Keyboard working Trackstick is working -Touchpad is working again! -Side scrolling working -2 finger also working, but using Wern's way (middle + ring finger) scrolling works way better. Actually works better than side scrolling (LOL) E7240 (Touchpad only)/E7440 - V3 id E7=0x73 0x03 0x0a, EC=0x88 0x08 0x22 -Same result as E6430 with modded kexts Note: Not tested on E6230 without the trackstick. Will test when I get back to the office. Note2: Installed on V7, Keyboard/Trackpad/Trackstick works as regular mouse, no scrolling.
-
Did you install any modded AppleIntelHD*?
-
-Under CPU type of Config.plist add 0x0606, use Clover Configuration to add it, it's easier. -Realtek alc3234 is ALC293 I think. You could verify by dumping the codec from linux or use DPCIManager, show under Status. Kext is not available in HVT. -USB 3.0 should be supported but not 100%. It's patched with the DSDT I attached. -Does the SD card reader work? Send me the ioregistry -Free fall sensor I think is for mechanical drives only, no need for SSD or micro SSD You'll need to install these kexts to /S/L/E FakePCIID_BCM94352Z_as_BCM94360CS2 FakePCIID BTFirmwareUploader v2.8.5. Only works up to 10.10.5. Need to sort out USB ports to fix the bluetooth on 10.11... Off topic, but see here. Bootpack in post #4. Make sure to use the MBR patch and format disk with MBR
-
Right, I forgot. Install this to /S/L/E
-
Sorry for the long delay and thanks for the updates. Here's my observation: Tested both Test3 and R2RC1. R2RC1 is a better version, fixed the scrolling speed, I believe is the only difference between the two. So the following findings are based on R2RC1. E6220 (touchpad only) /E6420/E6520 - V3 id E7=0x73 0x02 0x64, EC=0x88 0x07 0x9d - Keyboard/Touchpad/Trackstick works - Side Scrolling works on touchpad - Trackstick movement is still a bit fast (example. it take a little effort to hit the target with the cursor, it over shoots it by very little, but manageable) - 2 finger scrolling is still hard to manage, still right click more than scrolling, I pretty much give up on that and use the side scrolling which works great! E6230 (Touchpad only) /E6430/E6530 - V3 id E7=0x73 0x03 0x0a, EC=0x88 0x08 0x1d Both test3 and R2RC1 , Touchpad not working, but the touchpad left and right mouse is working. -Trackstick is working E7240 (Touchpad only)/E7440 - V3 id E7=0x73 0x03 0x0a, EC=0x88 0x08 0x22 - Keyboard/Trackstick works - Touchpad is not working, but the left and mouse is working. - Trackstick movement is still a bit fast (example. it take a little effort to hit the target with the cursor, it over shoots it by very little, but manageable) Not sure what changed since Test1, but touchpad/trackstick was working on all the models mentioned above. Thanks for your effort thus far. Note: not tested on V7 Note2: Wern, no issue with Battery Status Note3: I think this is Sontrg's source.
-
Install this to /System/Library/Extensions. Remove GenericUSBXHCI from /Extra/Extensions
-
Yes, files need to be compress before it can be attach. Here, try this config. config.plist.zip
-
Config.plist = /EFI/Clover SSDT/DSDT = /EFI/Clover/ACPI/Patched If they're not patched, then there at EFI/Clover/ACPI/Origin.