zearp / OptiHack

Dell OptiPlex 7020/9020 Hackintosh Stuff
https://zearp.github.io/OptiHack/
155 stars 53 forks source link

Dell 9020 - Audio Line in - not working and Bluetooth dongle connected - Refusing to turn ON #65

Closed apsathyan closed 2 years ago

apsathyan commented 2 years ago

Thanks for this wonderful work. I have installed Monterey on my Dell 9020 without any issue. Everything works except Audio Line in for Siri stuff and USB Bluetooth dongle shows with a cross and refuses to turn ON. I was using this Bluetooth dongle till Big Sur. Is there any fix to rectify the above said issues. If you can send any link I can follow and I will be happy to learn and do it. Thanks again for this effort you have taken. Cheers.

zearp commented 2 years ago

The bluetooth issues are on Apple's part. Most 3rd party bluetooth devices are broken in Monterey and some even in Big Sur latest updates. Try adding this kext. It might help, or not. We have to wait for the final Monterey before a proper fix will come form the community. But it is a known issue.

As for the line-in, you'd have to try different layout-id's listed in the guide and see which ones make it work for you. Some of them require you to manually select the in and outputs.

mgrimace commented 2 years ago

@apsathyan Not sure if this helps you, but for bluetooth I can confirm that the Fenvi HB1200 (internal card, not a dongle) works flawlessly on this build (e.g., handoff/continuity, Apple Watch unlock, etc.) on Monterey (on Beta 10) and Catalina.

apsathyan commented 2 years ago

Thanks for the advice and swift reply. Thanks.

On 17-Oct-2021, at 9:53 PM, mgrimace @.***> wrote:

@apsathyan https://github.com/apsathyan Not sure if this helps you, but for bluetooth I can confirm that the Fenvi HB1200 (internal card, not a dongle) works flawlessly on this build (e.g., handoff/continuity, Apple Watch unlock, etc.) on Monterey (on Beta 10) and Catalina.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zearp/OptiHack/issues/65#issuecomment-945153531, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHN3V3OZ3LCNF2TSQE3XOWLUHLZ6TANCNFSM5GDV6UXQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

apsathyan commented 2 years ago

Thanks. I have tried this kext but couldn’t get blootooth to work. Any how I will wait till someone reports positively. Thanks a lot.

On 17-Oct-2021, at 8:53 PM, zearp @.***> wrote:

The bluetooth issues are on Apple's part. Most 3rd party bluetooth devices are broken in Monterey and some even in Big Sur latest updates. Try adding this https://github.com/zearp/Nucintosh/raw/master/Stuff/BlueToolFixup.kext.zip kext. It might help, or not. We have to wait for the final Monterey before a proper fix will come form the community. But it is a known issue.

As for the line-in, you'd have to try different layout-id's listed in the guide and see which ones make it work for you. Some of them require you to manually select the in and outputs.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/zearp/OptiHack/issues/65#issuecomment-945144134, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHN3V3PSST6N5VG3DKPI7Q3UHLS5JANCNFSM5GDV6UXQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

zearp commented 2 years ago

You might have edit a plist file inside whichever bluetooth kext your stick was using when it worked and add the device/vendor id if its missing.

These are post install things I can't really start supporting or I might get lots of people opening tickets. Some stuff must be sorted by the end user. I just provide a working EFI for how the machine in unmodified state.

I hope Apple will fix it in the final release and if not, surely the community will come up with something. Many people's dongles stopped working.

Also make sure that you set the USB port you connect the dongle to as internal. Edit the plist inside USBPorts.kext and set the port it's connected to 255. This will also prevent any sleep issues caused by the bluetooth stick.

Good luck and feel free to update this issue if you have any updates!

apsathyan commented 2 years ago

Thanks for this much tips and guidance. I appreciate it and I am a learner and find this community very useful.I will try it out.

Thanks for the help and support. Sathya

On Mon, Oct 18, 2021 at 11:47 AM zearp @.***> wrote:

You might have edit a plist file inside whichever bluetooth kext your stick was using when it worked and add the device/vendor id if its missing.

These are post install things I can't really start supporting or I might get lots of people opening tickets. Some stuff must be sorted by the end user. I just provide a working EFI for how the machine in unmodified state.

I hope Apple will fix it in the final release and if not, surely the community will come up with something. Many people's dongles stopped working.

Also make sure that you set the USB port you connect the dongle to as internal. Edit the plist inside USBPorts.kext and set the port it's connected to 255. This will also prevent any sleep issues caused by the bluetooth stick.

Good luck and feel free to update this issue if you have any updates!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zearp/OptiHack/issues/65#issuecomment-945400321, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHN3V3OLRUUU6V7FLCPHEWDUHO3XZANCNFSM5GDV6UXQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Regards,

Sathya.

Om Sakthi Electricals Mobile: 9841172837.

apsathyan commented 2 years ago

Thanks, As per your direction I could add bluetooth functions and I am happy for it.

Thanks for the helping hand. Cheers.

Sathya

On 18-Oct-2021, at 11:47 AM, zearp @.***> wrote:

You might have edit a plist file inside whichever bluetooth kext your stick was using when it worked and add the device/vendor id if its missing.

These are post install things I can't really start supporting or I might get lots of people opening tickets. Some stuff must be sorted by the end user. I just provide a working EFI for how the machine in unmodified state.

I hope Apple will fix it in the final release and if not, surely the community will come up with something. Many people's dongles stopped working.

Also make sure that you set the USB port you connect the dongle to as internal. Edit the plist inside USBPorts.kext and set the port it's connected to 255. This will also prevent any sleep issues caused by the bluetooth stick.

Good luck and feel free to update this issue if you have any updates!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zearp/OptiHack/issues/65#issuecomment-945400321, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHN3V3OLRUUU6V7FLCPHEWDUHO3XZANCNFSM5GDV6UXQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.