jloisel / t440p

Thinkpad T440p Hackintosh (macOS Mojave 10.14.x / Catalina 10.15.x) - Clover config.plist + kexts
244 stars 57 forks source link

Can't use dw1560 bluetooth. #7

Closed sure15 closed 5 years ago

sure15 commented 5 years ago

I removed the bios whitelist and add some kext into the efi/clover and /L/E ,the wlan is OK, but the bluetooth is disabled.

jloisel commented 5 years ago

Apparently a USB problem, (see https://www.tonymacx86.com/threads/dell-dw-1560-bluetooth-help.185638/):

I generated a USBPorts.kext without the bluetooth DW1560 card, so I can't make the proper configuration to make it work.

sure15 commented 5 years ago

Apparently a USB problem, (see https://www.tonymacx86.com/threads/dell-dw-1560-bluetooth-help.185638/):

  • Remove USBPorts.kext from Clover /L/E, and put USBInjectAll.kext instead,
  • Reboot,
  • regenerate the USBPorts.kext using Hackintool. Make sure to remove USB ports not being used. and put it back in Clover/kexts (or /L/E if installed there),
  • Reboot,
  • Bluetooth should work.

I generated a USBPorts.kext without the bluetooth DW1560 card, so I can't make the proper configuration to make it work.

Thanks for your reply, I tried, but no use.

jloisel commented 5 years ago

Since I haven't this card, I can't help much. I don't use bluetooth and have a usb wifi card which works well. If you find the answer on InsanelyMac or tonyx86 forums, post it back here. I'll update the configuration accordingly.

Cheers,

sure15 commented 5 years ago

Since I haven't this card, I can't help much. I don't use bluetooth and have a usb wifi card which works well. If you find the answer on InsanelyMac or tonyx86 forums, post it back here. I'll update the configuration accordingly.

Cheers,

Thanks. It may be a usb problem ,because this card work smoothly on windows. Using aida64 ,I find that Bluetooth is working on usb 3.0 port .I will try to troubleshoot this issue,but I am a newbie that has few knowledge on hackintosh,so it may cost a long period time for me to find the information and learn the tutorial to solve this problem.

jloisel commented 5 years ago

Remove USBPorts.kext and put USBInjectAll instead. It should work in that case.

sure15 commented 5 years ago

Remove USBPorts.kext and put USBInjectAll instead. It should work in that case.

No, it didn't work. The bluetooth is working on HS11 usb port on windows, but it can't be found on mojave, I am thinking whether it may not be the issue of USB, because other usb port are working smoothly. So, it may be the kext is out of the date ,it can't have effect on mojave.

sure15 commented 5 years ago

I use bluetooth for audio output, it is really a good thing that can liberate you from laptop when listening to audios.

jloisel commented 5 years ago

Have you checked if bluetooth is enabled in bios? Does it work in Windows?

sure15 commented 5 years ago

Have you checked if bluetooth is enabled in bios? Does it work in Windows?

Yes, bluetooth works well in Windows.It worked on HS11 port. https://imgur.com/XZ50nh3

sure15 commented 5 years ago

It may be a problem of whitelist removal.Not perfect whitelist removal may cause this problem.I will try to make a better whitelist removal when I get my ch341a later.

jloisel commented 5 years ago

In that case, it won't work on Windows either.

sure15 commented 5 years ago

In that case, it won't work on Windows either.

It's strange.The bluetooth can be found on Windows when boot from shutdown, but can't be found on Windows when boot from restart.So I think it's perhaps a problem of whitelist removal.

sure15 commented 5 years ago

Hi there, A Chinese man tell me the way to solve this problem.Just add 'LPC->LPCB' to config.plist.Everything will be ok. And I found the following code by Google, it did work!!

Comment: change LPC to LPCB
Find: 4c50435f
Replace: 4c504342
jloisel commented 5 years ago

Can you provide me the XML from your config.plist?

sure15 commented 5 years ago

Can you provide me the XML from your config.plist?

Yes,of course!I forked your repository ,you could find all the code at my github public repository.

jloisel commented 5 years ago

Make a pull request with changes then please, i'm not actively looking at every fork :)

sure15 commented 5 years ago

Make a pull request with changes then please, i'm not actively looking at every fork :)

Oh,I did it just now, I don't know this function before you told me. Sorry, for some privacy consideration, I closed the pull request and deleted the forked repository. And could you please delete the two issues I started in this repository?