Contribute
Register
Status
Not open for further replies.
yes, if the hardware is not easily replaced, disable the port it is on and use an external usb wifi/bluetooth

that can have an issue with sleep though using a usb wifi

but i am not "too up" on older laptop though

also as it is a Dell laptop, make sure that the DellSMBIOS patch is enabled in config.plist
@UtterDisbelief @Feartech Thanks for your reply. I'll do.
Also, Should i enable USB inject, FixOwnership & Fix ClockID in clover config as well while using USBInjectAll+SSDT?
 
@UtterDisbelief @Feartech Thanks for your reply. I'll do.
Also, Should i enable USB inject, FixOwnership & Fix ClockID in clover config as well while using USBInjectAll+SSDT?

The USB Inject option depends on where you are installing your kexts. I recommend EFI/CLOVER/kexts/Other. From here kexts are automatically injected anyway, so I do not use FixOwneship or USBInject - and do not need them - BUT your mileage may vary, as they say.

No harm in doing some testing of your own as long as you keep a bootable UniBeast installer USB handy in case of accidents. Your particular Dell laptop might need different settings. :thumbup:
 
The USB Inject option depends on where you are installing your kexts. I recommend EFI/CLOVER/kexts/Other. From here kexts are automatically injected anyway, so I do not use FixOwneship or USBInject - and do not need them - BUT your mileage may vary, as they say.

No harm in doing some testing of your own as long as you keep a bootable UniBeast installer USB handy in case of accidents. Your particular Dell laptop might need different settings. :thumbup:
@UtterDisbelief I disabled them and everything is working fine. Still having Shutdown/Sleep issue tho. but thank you for helping with USBs

One last question, Would adding Texas TUSB73x0 PCI to clover config device properties make it appear in Hackintool's USB tap?
Code:
<key>PciRoot(0x0)/Pci(0x1C,0x4)/Pci(0x0,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,28,4/0,0</string>
                <key>device_type</key>
                <string>USB controller</string>
                <key>model</key>
                <string>TUSB73x0 SuperSpeed USB 3.0 xHCI Host Controller</string>

@Feartech Looks like you're right. I think that Bluetooth is preventing my laptop from sleeping and shutting down properly, i'm not willing to replace them tho so i think i'll stick with these problems.
I enabled DellSMBIOS patch. Thank you.
 
One last question, Would adding Texas TUSB73x0 PCI to clover config device properties make it appear in Hackintool's USB tap?
Code:
<key>PciRoot(0x0)/Pci(0x1C,0x4)/Pci(0x0,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,28,4/0,0</string>
                <key>device_type</key>
                <string>USB controller</string>
                <key>model</key>
                <string>TUSB73x0 SuperSpeed USB 3.0 xHCI Host Controller</string>


As far as I know you would need the Device ID pair in the config before Hackintool will recognise it. I'm leaning towards thinking it will not work, but I'll be happy to be proved wrong. :thumbup:
 
Status
Not open for further replies.
Back
Top