Jump to content

EMlyDinEsH

Retired
  • Posts

    1102
  • Joined

  • Last visited

  • Days Won

    195

Posts posted by EMlyDinEsH

  1. hello, sorry for my poor english :)

     

    Pls can u make a kext for AR3011:

    VID: 0489  PID: e03d ?

     

    Note: I fix it :) but cant turn off bluetooth, its grey :(

     

    Did you add device ids to plist ? Can you PM me so i can give new version to test ? You cant turn off bluetooth for atheros like i said in first post and its possible only if you have Fn key to control WiFi/BT from Lenovo and Asus.

  2. Thank you!!!

    Shift + Caps + ESC works! Now I can easily get working touchpad!

    Regarding scrolling: I changed speed many times before, and I can't say scrolling completely doesn't work.

    It works, but sometimes I have to swipe 3-5 times before a page is scrolled down or up, so I prefer do not use 2F-scrolling.

     

    Seems strange with your scroll, can you PM me for beta test so i can debug to fix this ?

  3. The script worked for me "Ga-Z97X-UD5H" I was using CodecCommander previously, which gave me sound after sleep 1 out of 10 times the rest of the times it was like a "loose jack sound"

     My computer did crash during sleep last night, but hasnt crashed when i turn the sleep off. If it crash's again I will post my systemLog and my codec dump.

     

     Thanks for the coding   :)

     

    PM me for beta testing new version please as i've improved support for Desktop codec in that.

  4. Thanks for the information. I don't think I'm having problems, but I'll mimic the behavior of your patch more closely.

     

    You can skip the rest of this post; it's just for background information.

     

    Instead of replacing the ACPI tables, I'm using RehabMan's "hotpatch" technique. This uses Clover's ACPI binary patching in combination with newly created SSDTs.  For example, you can supply your own GPRW, as long as there is no conflict with an existing GPRW method. If you examine the Lenovo Z50 ACPI tables in Hex Fiend, you can get rid of the existing one with a binary patch of "GPRW\x02" to "XPRW\x02". Disassembly of the binary-patched AML files shows that the only "Method(GPRW, 2)" has been renamed to "Method(XPRW, 2)". So our own GPRW will now load successfully.

     

    Why would you use hotpatches instead of text-based MaciASL patches?

    1. It is more likely to survive BIOS updates; if the ACPI tables have been fixed elsewhere, hotpatching will keep the fixes.
    2. It is simpler for users. They can't miss a step in patching. All they need are the new SSDT files and a config.plist. (However, it is more work to create the patches in the first place.)
    3. It is possible the patches may work directly on other models in the same product line. The ACPI tables for the ASUS UX305FA are different than the UX303LA, but the parts of DSDT that we want to patch are identical.

    Anyway, it can be a fun puzzle too. :-)

     

    (I see jhawk on this thread. His guide for the UX305FA was really, really helpful.)

     

    Your hotpatching sounds interesting and good one too, but need skills in order to make them at first. Please PM me for discussing this more in detail as we might me able to use your work in help users in our EDP app if you are interested, so we can work along to keep this updated for everyone as a simple solution.

  5. Hello. I did not understand as I do . Now I'm using a new DSDT ; this works with everything except the "stop " (sleep mode ) that works with another DSDT now attach too. Could you please put the two DSDT to create a fully functional ? thank you

     

    I need your unpatched DSDT from your dump also. Also give me your system specs and ioreg file (save using IORegExplorer app v2.1)

    • Like 1
  6. Hi!

     

    Thank you for great work! Finally, touchpad doesn't freeze after system sleep!!!

     

    But I don't like keyboard driver included into SmartTouchPad driver :( For example, key commands with custom keyboard driver not always works properly. And I don't know why, zooming like "command+mouse wheel" in Logic Pro X doesn't work :( But touchpad working fine!

     

    Is there any way to disable custom keyboard driver at get back legacy driver?

    Thank you. Sorry for my bad English..

     

    Sorry for late reply. Legacy driver ? could you please explain your problem in PM so i can help you fixing these issues. Also which version used ?

  7. Hi, @EMlyDinEsH

     

    Thank you for your great work!

    Everything works fine, but touchpad behavior is little strange. When I move finger straight from top to down (or from left to right), pointer doesn't goes straight. It moves like a sine with a small amplitude. On Ubuntu touchpad works fine: if I move finger straight, pointer moves straight too.

     

    I have tried to change smoother samples count and resolution values, but it doesn't helps me anyhow.

     

    And one more thing. On Ubuntu I can start dragging, leave one finger ANYWHERE on touchpad and continue dragging with other finger (it is very helpful when dragging on a long distances), but in OS X I can only drag with two fingers when one finger is on buttons zone. So, is there any way to get dragging work like on Ubuntu (and Windows)?

     

    If it helps, my laptop is Asus UX32A (it has Elan v4 touchpad).

     

    PM me as i need to debug  debug your case to help you.

  8. Hello everybody!

     

    Acer Aspire E1-572 (Elan, Hardware version 3 (Firmware version 0x454f00), driver v. 4.5):

    Two fingers scrolling doesn't work, I use Edge Scrolling.

     

    Sometime (not often) something strange happens with touch pad (or a driver):

    any touches/movements/swipes stop work, I can see only random press/release events (looks like the right touch pad button is pressed/released).

    Sleep/Wake solves this issue (I suppose some initialization is happened after wake) .

     

    It would be nice if keyboard shortcut for enabling touch pad could reinitialize it.

     

    Anyway, thank you for the possibility to use this touch pad!

     

    Did you change scroll speed after installing my driver ? its must for scroll to work. I have shortcut to reset touchpad (Shift + Caps + ESC, press one after another and dont release anything. You can check system log for touchpad reconnect messages). Please PM me so i can debug your case if you can help me with logs by reproducing your bug.

    • Like 1
  9. Hi,

    This driver is made for PS2 devices, I have the kyb and trackpad USB connected for my device (as they are on the docking keyboard). I have a Ativ Tab 7 (Samsung) XE700T1C (whatever the model, it's still the same) and it got ELAN USB "Smart Keyboard" with a bundle of TrackPad and kyb as I mentioned before. How can I make this driver work with my device, as I don't have two finger scrolling or anything? (I should change some stuff on the info.plist or rebuild the whole thing or just give up?)

    Thanks

     

    Sorry, my driver does not support USB touchpads. I could have tried to add support but I dont have hardware to debug.

  10. Upgraded from 4.2 to 4.5 Final X64:

     

    Biggest issues are:

    1. cannot drag with two fingers anymore as it triggers two finger press / "right mouse click". On MAC you can drag items very intuitively using three finger press and move! Wish that could be implemented.

    2. change in scroll inertia handling - it used to be better.

     

    Thanks for supporting Hackintosh!

     

    Sorry for late reply. Two fingers drag is working, so i need to know more details about your gesture and might need debug logs. So please PM me to help me with beta test, so i can improve. Inertia handling has so many tweaks in plist compared to before, so try to play with plist option and see.

  11. Hi, 

    Ive got anoying bug with volume controll via function keys. In macs when you use fn keys, volume indicator goes left or right by one dot? square?, i mean there is about 17? points of volume. If something is not clear just tell. Now, when i use fn keys to pass one square? dot? i need to click 3 or 4 times, it looks like in the picture. (picture http://postimg.org/image/om3d8t2yb/) After reboot it fix but in short time issue shows up again.

    Ive got OSX El Capitan, on Samsung NP730u3e, driver: Smart Touchpad 4.5, ive made only changes about gestures on touchpad, ive got Elan Touchpad. 

    Sorry for my bad english.

     

    Disable Finer Volume control feature (which makes 16 to 64 levels) from keyboard plist. 

  12. Hello. I have an Asus R557LA.

    When i want to double-click i need tripple-click to open anything..

    A picture of my setting and the log and the other file is in my onedrive: http://1drv.ms/21tFsyM

     

    I did not get you exactly. If you want to open some app then read the features thread for creating a keyboard shortcut as Extended Function key             #6             and assign that to gesture you want accordingly             #1             .

  13. hello

    i am using the last ApplePS2SmartTouchPad.kext and patched my DSDT with this guide 

    https://osxlatitude.com/index.php?/topic/7890-how-to-fix-your-acpi-brightness-keys-using-smart-touchpad-driver/?p=57099

    for me the key are Q1C and Q1D

    but now if i push only tne FN key , it increase the backlight

    and the sleep combinaison not always work (FN F4)

    if you can help me

    my laptop is a ACER 7741zg OS X 10.10.5, clover r3330

    here are all needed files

     http://www.mediafire.com/download/2vbpa59g4vaatsg/7741zg.zip

    thank you for the work

     

    Try to set Vendor layout to Acer by editing keyboard plist according to keyboard features thread and see. If you have still issue then PM me.

  14. Hi!

    I have exactly the same problem like in the post above! Cursor starts to move, when i place finger on the touchpad. And the same problem with scrolling. Any others features works perfectly.

     

    Thanks for your work, hope you can fix it. It's the best driver for touchpad!

     

    HP Envy DV6 7377er, El Capitan 10.11.3, Clover v2.3 r3333, Synaptics touchpad, Driver v4.5

     

    I have to debug, so please PM me if you can help me with beta tests.

  15. Hi.

     

    I've got 2 problems with your driver for my touchpad. I recorded a video for your convenience. The first one is when you touch a trackpad with your finger, the cursor starts to move with trembling (you can see this happening from the sixth to the tenth of a second). The other is when you scroll using 2 finger gesture and then stop, but your fingers are on the trackpad, scrolling starts to move with trembling again (13-40). Probably, these are bugs, but I don't know.

     

    Dell Inspiron 3521, OS X Yosemite 10.10.5 (14F1509), Clover v2.3 r3300, Synaptics touchpad, Driver v4.5

     

    attachicon.gifTouchpad.mp4.zip

     

    I have to debug, so please PM me if you can help me with beta tests.

  16. Thank you for this driver.

     

    Three finger left/right swiping doesn't work on my Asus UX32LN, with ELAN touchpad v4 (firmware version 0x361f02).

    Three finger swipe up/down works, and shows the launchpad or the app switcher.

     

    OS X 10.11.2, Clover, driver from ELAN_v4.0.5.zip.

     

    attachicon.gifsyslog+ioreg.zip

     

    EDIT:

    Looks like I may have to edit Keyboard Type ID in ApplePS2ElanTouchpad.kext/Contents/PlugIns/ApplePS2Keyboard.kext/Contents/Info.plist

    As described here: https://osxlatitude.com/index.php?/topic/5969-details-about-the-enhanced-keyboard-for-smart-touchpad-driver

     

    Is there an ID for Danish?

     

    Let me see your keyboard picture and choose your layout from here: http://gate2home.comthen let me know. 

  17. hi EMlyDinEsH , i get some issue with smart touchpad kext,,  my touchpad is synaptic, 

    i get my touchpad doesnt work correctly, sometimes it auto click and i need usb mouse to stop that, and multitouch doesnt work,, i try to scroll using multitap but doesn't work.. sometimes clickpad doesnt work,, but touchpad work,, my notebook is toshiba c840,,,

     

    EL capitan 10.11.2

    Clover bootloader

    Touchpad driver 4.5

     

    sorry for my bad english EMlyDinEsH

    here my ioreg and system log,,

    attachicon.gifArchive.zip

     

    Sorry for late reply. You have v7.2 hardware (supports only v7.5+) which is not supported by my driver yet, so if you want support and serious in helping me with beta tests during weekend then PM me.

×
×
  • Create New...