This is a solution that i found to my problem. Thought this
solution may help some people as i came accross many unsolved problem of this kind.
Problem :
I had bought a bluetooth dongle/radio which was a china make, im not sure. When i connected to the pc it showed "USb device not recognized" message even though bluetooth support is present in xp service pack 2. The reason was that the device wasnt in the verified or approved list of bluetooth devices in xp. So finally i had to try the cd that came with the dongle. It had version 1.4 of blue soleil. I installed it and every thing became fine. Bluetooth dongle worked but only through bluesoleil not the default xp bluetooth manager, that meant i had to run bluesoleil manually before connecting the device or else there was no "device connected" message by the system. Bluesoleil had the device drivers in it. After installation of bluesoleil that cd remained unused in my bag , and due to friction with other materials it got harshly damaged. One day i accidently uninstalled bluesoleil and when i tried installing it from my cd it refused as the cd was damaged. I downloaded a copy from net, both version 1.4 and 1.6 and out of my surprise it didnt work either !. I wasted 2-3 days googling for alternatives but couldnt find much help on it. Some pages gave me knowledge on where microsoft keeps the bluetooth device descriptions, but i couldnt make use of it in earlier stages. My bluetooth device also had no brand or manufacturer which made matter worse to find the driver for it. On the box pack it belonged to some local GEMINI company. The dongle was transparent blue with red LED glowing on connection. I finally found a solution to make xp recognize ur device and make use of inbuilt manager for bluetooth funtions.
Solution :
1) Go to devive manager, somewhere in between u will locate an unknown device with yellow exclaimation mark on it, right click, click properties, then go to details tab where you will find text of this kind
Device instance id
USB\VID_1CAA&PID_0001\5&45EA3A5&0&1
or
Hardware ids
USB\Vid_1caa&Pid_0001&Rev_1915
USB\Vid_1caa&Pid_0001
2)Note down the string next to vid(vendor id) and pid(product id)
In my case it is 1caa and 0001
3)Then go to c:\windows\inf\
Find these two files-> bth.inf
This file belongs to ms/xp where all list of bluetooth devices are present
4)Find [Manufacturer] tag in that file
Under it in last line add this line-> %Unknown%=Unknown, NT.5.1
I used unknown because my device had no name or manufacturer.
If your device is branded replace "Unknown" in the line above with your brand name.
5)Find " ;------------- Device section - Start ----------------------- "
Below it all device descriptions are given.
above ";------------- Device section - End -----------------------" add these lines->
[Unknown.NT.5.1]
USB Bluetooth Radio= BthUsb, USB\Vid_1caa&Pid_0001
Replace 1caa and 0001 by your vid and pid and unknown by your device make if present.
6)Save the file and plugin your bluetooth device it will be detected.
For any help contact me : tejas_vern@yahoo.com
No comments:
Post a Comment