Found New Hardware: ISSCEDRBTA

User Rating: / 6
PoorBest 

I've just acquired a MINI BLUETOOTH DONGLE produced by Gembird. As expected my Windows XP Pro x64 has no built-in drivers for it and neither the producer.

So what's next? The device identifies itself as ISSCEDRBTA. After a small Google search I've come with this solution:

  1. Go to Device Manager and find the "unknown" USB Device. It has a question mark icon.
  2. Double-click to raise the properties window and go to Details tab.
  3. Select the Device Instance Id and identify the VID and PID (vendor and product IDs). For me was VID_1131 and PID_1004
  4. Open the file %windir%/inf/bth.inf for editing.
  5. Add a new device using your own VID and PID within the section Cambridge.NTamd64 as shown in the file extract below:
[Cambridge.NTamd64]
Generic Bluetooth Radio=                         BthUsb, USB\Vid_0a12&Pid_0001
CSR Nanosira=                                    BthUsb, USB\Vid_0a12&Pid_0003
CSR Nanosira WHQL Reference Radio=               BthUsb, USB\Vid_0a12&Pid_0004
CSR Nanosira-Multimedia=                         BthUsb, USB\Vid_0a12&Pid_0005
CSR Nanosira-Multimedia WHQL Reference Radio=    BthUsb, USB\Vid_0a12&Pid_0006
Generic Bluetooth Radio=                         BthUsb, USB\Vid_1131&Pid_1004

And that's it!

Add comment


Security code
Refresh