Contribute
Register

Dell DW 1560 Bluetooth help

Status
Not open for further replies.
Hi @RehabMan I'm hoping you could help me I installed my DW1560 card and tested it in windows, wifi + bluetooth on the card does work in Windows, however I have used the kexts recommended and I can't get Bluetooth to work, could you please help me
you can see from your kextcache output you have an issue@

Code:
kxld[com.no-one.BrcmPatchRAM]: The following symbols are unresolved for this kext:
kxld[com.no-one.BrcmPatchRAM]:     IOCatalogue::addDrivers(OSArray*, bool)
kxld[com.no-one.BrcmPatchRAM]:     IOCatalogue::removeDrivers(OSDictionary*, bool)
kxld[com.no-one.BrcmPatchRAM]:     IOCatalogue::startMatching(OSDictionary*)
kxld[com.no-one.BrcmPatchRAM]:     IOCatalogue::terminateDriversForModule(OSString*, bool)
Link failed (error code 5).
Prelink failed for com.no-one.BrcmPatchRAM; omitting from prelinked kernel.

config.plist:

you want to enable these as well:

Code:
<key>Fixes</key>
            <dict>
                <key>Comment-IRQ Fix</key>
                <string>The following fixes may be needed for onboard audio/USB/etc</string>
                <key>FixHPET</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixTMR</key>
                <false/>
            </dict>
 
you can see from your kextcache output you have an issue@
how do I go about resolving the error from my kextcache? I tried both BrcmPatchRAM.kext and BrcmPatchRAM2.kext files and get the same error

config.plist - fixes enabled
 
how do I go about resolving the error from my kextcache? I tried both BrcmPatchRAM.kext and BrcmPatchRAM2.kext files and get the same error

config.plist - fixes enabled
try deleting it and reinstalling

How and where to install kexts:
 
@Feartech the issue is with MacOS 10.15 beta, going to revert to 10.14.6
 
to be honest I didn't notice, I searched for a forum for my wifi + bluetooth card and it was the first one to come up. sorry didn't realise it was the wrong OS version
 
Status
Not open for further replies.
Back
Top