Adding BthPS3 Bluetooth Drivers

NazariGamer

Member
Messages
66
Reaction score
11
Hi Folks,

I am trying to integrate BthPS3 Bluetooth Drivers. When in the Drivers section I add the three .inf files as usual, but they are not added to the driver queue.

Normally I would run a .msi to get them installed, but I thought I could just grap the .inf files from the source code release package and add them.

Obviously I am missing the point here. Hoping for some tips!

Many thanks in advance,
 
Last edited:
You linked to DriverStore Explorer for some reason.

1. Download the BthPS3 MSI file, and extract the package files to a local folder:
Code:
msiexec /a Nefarius_BthPS3_Drivers_x64_arm64_v2.14.0.msi /qb TARGETDIR=C:\Users\GARLIN\Downloads\BLUETOOTH

2. From NTLite, add drivers from your folder's path "...\BLUETOOTH\PFiles64\Nefarius Software Solutions\BthPS3\drivers"
 
The same three you are listing in the second screenshot. Weird thing is that if I get them from the release assets, after adding them to driver section, NTLite is not showing them. The .inf files obtained via Garlin´s method do not have this problem.
 
The same three you are listing in the second screenshot. Weird thing is that if I get them from the release assets, after adding them to driver section, NTLite is not showing them. The .inf files obtained via Garlin´s method do not have this problem.
The source code only includes the .INF files, you have to actually compile it to get the missing .sys or .cat driver files. ;)
 
OK, the source code ZIP does have the compiled drivers. Most of the time dev's don't include that if they offer a separate installer.
 
Back
Top