Contribute
Register

New RehabMan kexts/builds/binaries for Yosemite

Status
Not open for further replies.
Hi, I just patch GenericUSBXHCI.kext but still not work.
This time I think have not power out from usb port (USB Drive LED not blink).

My setup is Probook 4230s + Clover install (2b) + PB CI.
 

Attachments

  • Screen Shot 2014-10-19 at 12.16.47.png
    Screen Shot 2014-10-19 at 12.16.47.png
    220.5 KB · Views: 151
Does all the Kexts in this post/thread, included in the PBI clover edition?

According to nguyenmac, yes. I have not personally checked.
 
Oh, I try to plug USB Drive then reboot, This time all USB ports are working properly.
 
Oh, I try to plug USB Drive then reboot, This time all USB ports are working properly.

All the USB ports are working fine, just noticed that i am not able to connect my iPhone through the USB 3 port.
Is this normal...In Mavericks i was able to.
 
Rehabman-

I have installed voodoops2controller.kext and I still can't get the touchpad working on my Dell xt3. Keyboard functionality does work now. I can only connect mouse through usb. Any suggestions? I do believe the trackpad on the xt3 is dell and not synaptic. I install Yosemite with unibeast 5.0.1 and chose laptop support. Device is defined as macbook pro 8.1. Please assist. Thank you.
 
All the USB ports are working fine, just noticed that i am not able to connect my iPhone through the USB 3 port.
Is this normal...In Mavericks i was able to.

Are you using -gux_defer_usb2 kernel flag?
 
Rehabman-

I have installed voodoops2controller.kext and I still can't get the touchpad working on my Dell xt3. Keyboard functionality does work now. I can only connect mouse through usb. Any suggestions? I do believe the trackpad on the xt3 is dell and not synaptic. I install Yosemite with unibeast 5.0.1 and chose laptop support. Device is defined as macbook pro 8.1. Please assist. Thank you.

Dell does not make trackpads. It is probably ALPS.

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.
 
Excuse me as this is my first time attaching a file to a post. I hope you can see what's going on. I really appreciate your help.

I also want to add that I did some research and did find a site that offered assistance with a similar setup/laptop and got the touchpad to work until I rebooted. It does seem that the touchpad is ALPS. Here is the link http://forum.osxlatitude.com/index.php?/topic/2545-new-touchpad-driver-for-e6520-alps/ it seems to be based on your work. I used the release folder. I added the voodoops2controller.kext with kext wizard. Then I double clicked on both voodoops2daemon and synapticsconfigload. After doing this, the touchpad started working. But after a reboot, it stopped. Then I tried going through the sequence again and now when I run synapticsconfigload, it says no supported touchpad found. I'm confused on how to load the daemon and synaptic terminal files. Thank you again.



View attachment Paul’s MacBook Pro.ioreg
 
Excuse me as this is my first time attaching a file to a post. I hope you can see what's going on. I really appreciate your help.

I also want to add that I did some research and did find a site that offered assistance with a similar setup/laptop and got the touchpad to work until I rebooted. It does seem that the touchpad is ALPS. Here is the link http://forum.osxlatitude.com/index.php?/topic/2545-new-touchpad-driver-for-e6520-alps/ it seems to be based on your work. I used the release folder. I added the voodoops2controller.kext with kext wizard. Then I double clicked on both voodoops2daemon and synapticsconfigload. After doing this, the touchpad started working. But after a reboot, it stopped. Then I tried going through the sequence again and now when I run synapticsconfigload, it says no supported touchpad found. I'm confused on how to load the daemon and synaptic terminal files. Thank you again.



View attachment 108014

I don't support any ALPS version. It is not my code, and I have no ALPS hardware to test with.
 
Are you using -gux_defer_usb2 kernel flag?

Where is this flag how can i change it? I was not able to find the anything like guy_defer_usb2 flag in config.plist

I have this setting in Config.plist
Code:
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Graphics</key>
	<dict>
			<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<false/>
			<key>NVidia</key>
			<false/>
		</dict>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>BoardType</key>
		<integer>10</integer>
		<key>ChassisType</key>
		<integer>8</integer>
		<key>BiosReleaseDate</key>
		<string>04/22/11</string>
		<key>Version</key>
		<string>1.0</string>
		<key>SerialNumber</key>
		<string>C02JJ6NDDH2G</string>
		<key>Manufacturer</key>
		<string>Apple Inc.</string>
		<key>BoardManufacturer</key>
		<string>Apple Inc.</string>
		<key>ChassisAssetTag</key>
		<string>MacBook-Aluminum</string>
		<key>BiosVendor</key>
		<string>Apple Inc.</string>
		<key>ChassisManufacturer</key>
		<string>Apple Inc.</string>
		<key>BiosVersion</key>
		<string>MBP81.88Z.0047.B0E.1104221557</string>
		<key>Board-ID</key>
		<string>Mac-94245B3640C91C81</string>
		<key>Family</key>
		<string>MacBook Pro</string>
		<key>ProductName</key>
		<string>MacBookPro8,1</string>
		<key>BoardSerialNumber</key>
		<string>I9QHZP9YG7PFXO7WF</string>
		<key>Mobile</key>
		<true/>
		<key>Trust</key>
		<false/>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string>kext-dev-mode=1</string>
		<key>Legacy</key>
		<string>LegacyBiosDefault</string>
		<key>Log</key>
		<false/>
		<key>NeverHibernate</key>
		<true/>
		<key>Timeout</key>
		<integer>5</integer>
		<key>XMPDetection</key>
		<string>Yes</string>
		<key>Secure</key>
		<false/>
	</dict>
	<key>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Debug</key>
			<false/>
			<key>ReuseFFFF</key>
			<false/>
			<key>DropOEM_DSM</key>
			<false/>
		</dict>
		<key>DropTables</key>
		<array>
			<dict>
				<key>Signature</key>
				<string>DMAR</string>
			</dict>
		</array>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<true/>
			<key>Generate</key>
			<dict>
				<key>PStates</key>
				<false/>
				<key>CStates</key>
				<false/>
			</dict>
		</dict>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<true/>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Name</key>
				<string>IOAHCIBlockStorage</string>
				<key>Find</key>
				<data>
				QVBQTEUgU1NE
				</data>
				<key>Replace</key>
				<data>
				AAAAAAAAAAAA
				</data>
				<key>Comment</key>
				<string>Enable Trim on SSD</string>
			</dict>
			<dict>
				<key>Name</key>
				<string>IOGraphicsFamily</string>
				<key>Find</key>
				<data>
				hcB0XUg=
				</data>
				<key>Replace</key>
				<data>
				McB0W0g=
				</data>
				<key>Comment</key>
				<string>Second Stage patch 1 10.10</string>
			</dict>
			<dict>
				<key>Name</key>
				<string>IOGraphicsFamily</string>
				<key>Find</key>
				<data>
				QYjE6wM=
				</data>
				<key>Replace</key>
				<data>
				QYjE6yM=
				</data>
				<key>Comment</key>
				<string>Second Stage patch 2 10.10</string>
			</dict>
			<dict>
				<key>Name</key>
				<string>IOBluetoothHostControllerUSBTransport</string>
				<key>Find</key>
				<data>
				AAAAD4UHAQAA
				</data>
				<key>Replace</key>
				<data>
				AAAAD4QHAQAA
				</data>
				<key>Comment</key>
				<string>Fix Bluetooth 30 seconds delay 10.9</string>
			</dict>
			<dict>
				<key>Name</key>
				<string>AppleIntelSNBGraphicsFB</string>
				<key>Find</key>
				<data>
				AQIEABAHAAAQBwAABQMAAAIAAAAwAAAAAgUAAAAEAAAHAAAAAwQAAAAEAAAJAAAABAYAAAAEAAAJAAAA
				</data>
				<key>Replace</key>
				<data>
				AQIDABAHAAAQBwAABgIAAAABAAAJAAAABQMAAAIAAAAwAAAABAYAAAAIAAAJAAAAAAAAAAAAAAAAAAAA
				</data>
				<key>Comment</key>
				<string>Patch VGA port HD3000</string>
			</dict>
			<dict>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Find</key>
				<data>
				hBnUEQ==
				</data>
				<key>Replace</key>
				<data>
				0XYdEQ==
				</data>
				<key>Comment</key>
				<string>IDT 76D1</string>
			</dict>
		</array>
	</dict>
	<key>GUI</key>
	<dict>
		<key>ScreenResolution</key>
		<string>1366x768</string>
		<key>Theme</key>
		<string>Yosemite</string>
		<key>Mouse</key>
		<dict>
			<key>Enabled</key>
			<false/>
		</dict>
		<key>Scan</key>
		<dict>
			<key>Entries</key>
			<true/>
			<key>Tool</key>
			<true/>
			<key>Legacy</key>
			<false/>
		</dict>
		<key>Custom</key>
		<dict>
			<key>Entries</key>
			<array>
				<dict>
				<key>FullTitle</key>
				<string>UEFI Internal</string>
				<key>Hidden</key>
				<string>Always</string>
				<key>Disabled</key>
				<false/>
				<key>Type</key>
				<string>Other</string>
				</dict>
			</array>
		</dict>
	</dict>
	<key>Devices</key>
	<dict>
		<key>USB</key>
		<dict>
			<key>Inject</key>
			<false/>
			<key>FixOwnership</key>
			<false/>
			<key>AddClockID</key>
			<false/>
		</dict>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Detect</string>
	</dict>
	</dict>
	</plist>
 
Status
Not open for further replies.
Back
Top