Contribute
Register

New VoodooPS2Controller, Keyboard, Trackpad

Status
Not open for further replies.
Hello RehabMan,

Sorry to bother you, but I installed kext (Rehabmanmerge.zip) for my ALPS trackpad from this thread: http://forum.osxlatitude.com/index.php?/topic/2545-new-touchpad-driver-for-e6520-alps/

Did the installation following your instructions but still my trackpad isn't recognized in SystemPreferences, therefore multitouch does not work. In system.log I found this line: Aug 6 18:13:24 localhost kernel[0]: Unknown ALPS touchpad, does not match any known identifiers: E7=0x73 0x03 0x0a, EC=0x88 0xb6 0x07

And now I'm wondering if I can fix this by myself by adding the ID to some .plist file, or something. I'd be glad If you could explain to me what I can do in this situation.

Thanks ;)

Post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.
 
Here you are

I'm pretty sure AUI1629 is ALPS, but I don't maintain the ALPS version as I have no ALPS hardware.

The detection code is not driven from Info.plist, but rather in the code itself.
 
Someone has an idea?

Touchpad multi touch, gestures, etc won't work.
Also Fn keys wont work...

Code:
[FONT=Menlo]Aug 20 17:32:39 localhost kernel[0]: VoodooPS2SynapticsTouchPad Version 1.8.15 loaded...
[/FONT][FONT=Menlo]Aug 20 17:32:39 localhost kernel[0]: VoodooPS2Trackpad: Identify TouchPad command failed[/FONT]
[FONT=Menlo]Aug 20 17:32:39 localhost kernel[0]: VoodooPS2Mouse Version 1.8.15 loaded...[/FONT]



Code:
[FONT=Menlo]33    1 0xffffff7f8211c000 0xb000     0xb000     org.rehabman.voodoo.driver.PS2Controller (1.8.15) <11 7 5 4 3 1>[/FONT]
[FONT=Menlo]55    0 0xffffff7f82175000 0x6000     0x6000     org.rehabman.voodoo.driver.PS2Keyboard (1.8.15) <34 33 7 6 5 4 3 1>[/FONT]

 
@touchpad Hm...


to my sorry I didn't find much information about this touchpad on the internet.
It's just called "precision touch pad" in an manual and the website offers Synaptics drivers. Also Linux tells me Vendor=06cb which would be Synaptics.


But I also found a forum where someone said it's from Microsoft.
So I'm not sure. I can ask the support tomorrow.

It's a "Acer Aspire V Nitro VN7-591G-770E".

Code:
[    5.934985] hid-multitouch 0003:06CB:2970.0001: input,hiddev0,hidraw0: USB HID v1.11 Mouse [   ] on usb-0000:00:14.0-7/input0

grep -B 5 mouse /proc/bus/input/devices 
I: Bus=0003 Vendor=06cb Product=2970 Version=0111
N: Name="    UNKNOWN"
P: Phys=usb-0000:00:14.0-7/input0
S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:06CB:2970.0001/input/input12
U: Uniq=
H: Handlers=mouse0 event12

But I did made some progress...

Code:
Aug 21 05:59:40 localhost kernel[0]: VoodooPS2SynapticsTouchPad Version 1.8.15 loaded...
Aug 21 05:59:40 localhost kernel[0]: VoodooPS2Trackpad: Identify TouchPad command failed
Aug 21 05:59:40 localhost kernel[0]: VoodooPS2Mouse Version 1.8.15 loaded...

kextstat|grep -y ps2
   32    3 0xffffff7f80ee4000 0xe000     0xe000     org.rehabman.voodoo.driver.PS2Controller (1.8.15) <11 7 5 4 3 1>
   55    0 0xffffff7f80f07000 0x6000     0x6000     org.rehabman.voodoo.driver.PS2Keyboard (1.8.15) <33 32 7 6 5 4 3 1>
   56    0 0xffffff7f80ef2000 0xb000     0xb000     org.rehabman.voodoo.driver.PS2Trackpad (1.8.15) <33 32 7 6 5 4 3 1>
   57    0 0xffffff7f80f01000 0x4000     0x4000     org.rehabman.voodoo.driver.PS2Mouse (1.8.15) <33 32 5 4 3>

Same issue? :-| Would really love to use multitouch gestures.

@Fn, as I saw they are working, but the functions don't fit to the keyboard Layout. Not that big deal. E.g. brighter is F12 but should be left cursor.
 
@touchpad Hm...


to my sorry I didn't find much information about this touchpad on the internet.
It's just called "precision touch pad" in an manual and the website offers Synaptics drivers. Also Linux tells me Vendor=06cb which would be Synaptics.


But I also found a forum where someone said it's from Microsoft.
So I'm not sure. I can ask the support tomorrow.

It's a "Acer Aspire V Nitro VN7-591G-770E".

Code:
[    5.934985] hid-multitouch 0003:06CB:2970.0001: input,hiddev0,hidraw0: USB HID v1.11 Mouse [   ] on usb-0000:00:14.0-7/input0

grep -B 5 mouse /proc/bus/input/devices 
I: Bus=0003 Vendor=06cb Product=2970 Version=0111
N: Name="    UNKNOWN"
P: Phys=usb-0000:00:14.0-7/input0
S: Sysfs=/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:06CB:2970.0001/input/input12
U: Uniq=
H: Handlers=mouse0 event12


Post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.


But I did made some progress...

Code:
Aug 21 05:59:40 localhost kernel[0]: VoodooPS2SynapticsTouchPad Version 1.8.15 loaded...
Aug 21 05:59:40 localhost kernel[0]: VoodooPS2Trackpad: Identify TouchPad command failed
Aug 21 05:59:40 localhost kernel[0]: VoodooPS2Mouse Version 1.8.15 loaded...

kextstat|grep -y ps2
   32    3 0xffffff7f80ee4000 0xe000     0xe000     org.rehabman.voodoo.driver.PS2Controller (1.8.15) <11 7 5 4 3 1>
   55    0 0xffffff7f80f07000 0x6000     0x6000     org.rehabman.voodoo.driver.PS2Keyboard (1.8.15) <33 32 7 6 5 4 3 1>
   56    0 0xffffff7f80ef2000 0xb000     0xb000     org.rehabman.voodoo.driver.PS2Trackpad (1.8.15) <33 32 7 6 5 4 3 1>
   57    0 0xffffff7f80f01000 0x4000     0x4000     org.rehabman.voodoo.driver.PS2Mouse (1.8.15) <33 32 5 4 3>

No progress that I see.

@Fn, as I saw they are working, but the functions don't fit to the keyboard Layout. Not that big deal. E.g. brighter is F12 but should be left cursor.

http://www.tonymacx86.com/yosemite-...ching-dsdt-ssdt-laptop-backlight-control.html
 
@Fn Thank you for the link.
@touchpad thx, see attachment.
 

Attachments

  • acer.ioreg
    3 MB · Views: 123
@Fn Thank you for the link.
@touchpad thx, see attachment.

According to ioreg, no PS2 trackpad is present. Seems likely your trackpad is USB.
 
Status
Not open for further replies.
Back
Top