Installing the Microsoft Bluetooth Stack on Windows Server 2008

5/21/2008 10:26:00 AM

A note of caution: Screwing around with device drivers and INF files is a good way to utterly hose your system and possibly render it unusable. Be sure you have a current backup of your entire system AND THAT YOU CAN RESTORE AN UNBOOTABLE SYSTEM FROM IT. The steps I describe here worked on my laptop, with the versions of Windows Server 2008 and drivers that I happened to have; it may or may not work on yours. I make no guarantees about the workability of any of this. You are taking your life into your own hands. Don't come crying to me if it doesn't work. If it doesn't work, restore from your backup, and you're no worse off than before. Read the Vista DDK docs regarding INF files first; they are really helpful in understanding what you are doing. Good luck.

0. Install Windows Server 2008 x64 (full, not Server Core) on your laptop. I used Standard but I suspect that Enterprise will work too.

1. Load all the appropriate Vista x64 drivers for your laptop. Obviously, everybody's system is different, and there will probably be some cases where the Vista x64 drivers won't install on WS08. In the case of the HP 8710p, all of the Vista x64 drivers installed and seemed to worked properly.

2. Create a temporary subdirectory to hold the edited INF files and related drivers and executables. I'll use C:\BT in this post.

3. Copy the following files from their respective subdirectories in C:\Windows\System32\DriverStore\FileRepository to C:\BT.

bth.inf
bthenum.sys
bthmodem.sys
bthpan.inf
bthpan.sys
bthport.sys
bthprint.inf
bthspp.inf
bthusb.sys
btwaudio.inf
btwaudio.sys
btwavdt.sys
btwrchid.sys
fsquirt.exe
hidbth.inf
hidbth.sys
hidclass.sys
hidparse.sys
hidusb.sys
input.inf
mdmbtmdm.inf
netirda.inf
rfcomm.sys
tdibth.inf

4. Copy modemui.dll from C:\Windows\System32 to C:\BT

The basic editing operation on all of the INF files is to change the string "NTamd64...1" to "NTamd64...3" where it relates to a Microsoft Bluetooth component. The "amd64" tells the driver installer to evaluate the section for x64 class systems, and the "1" indicates that it should process the section only for workstation class OS's. When you change the "1" to a "3", the driver installer evaluates the INF section only on server class systems, e.g. Windows Server 2008. You could presumably just remove the dots and the number entirely with the same effect, but I haven't tried that.

5. Edit C:\BT\bth.inf

Change line 47 from %Microsoft%=Microsoft, NTamd64...1 to %Microsoft%=Microsoft, NTamd64...3
Change line 132 from [Microsoft.NTamd64...1] to [Microsoft.NTamd64...3]

6. Edit C:\BT\bthpan.inf

Change line 29 from %MfgName%        = Msft,NTamd64...1 to %MfgName%        = Msft,NTamd64...3
Change line 31 from [Msft.NTamd64...1] to [Msft.NTamd64...3]

7. Edit C:\BT\bthprint.inf

Change line 19 from %MSFT%=Microsoft,NTamd64...1 to %MSFT%=Microsoft,NTamd64...3
Change line 21 from [Microsoft.NTamd64...1] to [Microsoft.NTamd64...3]

8. Edit C:\BT\bthspp.inf

Change line 12 from %MSFT%     = Standard,NTamd64...1 to %MSFT%     = Standard,NTamd64...3
Change line 14 from [Standard.NTamd64...1] to [Standard.NTamd64...3]

9. Edit C:\BT\hidbth.inf

Change line 29 from %MSMfg%=MicrosoftHid,NTamd64...1 to %MSMfg%=MicrosoftHid,NTamd64...3
Change line 34 from [MicrosoftHid.NTamd64...1] to [MicrosoftHid.NTamd64...3]

10. Edit C:\BT\mdmbtmdm.inf

Change line 19 from %Standard%     = Standard,NTamd64...1 to %Standard%     = Standard,NTamd64...3
Change line 27 from [Standard.NTamd64...1] to [Standard.NTamd64...3]

11. Edit C:\BT\tdibth.inf

Change line 15 from %MfgName% = Msft,NTamd64...1 to %MfgName% = Msft,NTamd64...3
Change line 17 from [Msft.NTamd64...1] to [Msft.NTamd64...3]

12. Turn on the Bluetooth transceiver. You should get the "Found New Hardware" dialog for each missing Bluetooth device. Cancel each of the dialogs.

13. Start Device Manager (from Server Manager/Diagnostics, or Computer/Properties)

14. Find the unknown Bluetooth devices. They should show up under "Other devices" with a yellow warning icon. You can identity the specific devices by right-clicking each unknown device, and looking at Details/Hardware IDs. The Bluetooth devices all start with "BTH\".

15. Find the unknown device with Hardware ID "BT\MS_BTHBRB", right-click on it, select Update Driver Software, select Browse my computer for driver software, and enter C:\BT (or whatever subdirectory you used above). You will get a dialog box that Windows can't verify the publisher because the INF file has no signature. Select Install this driver software anyway.

16. Find the unknown device with Hardware ID "BT\MS_BTHPAN" and do the same thing.

17. Find the unknown device with Hardware ID "BT\RFCOMM" and do the same thing.

18. Start the Bluetooth applet from Control Panel, go to the devices tab and select Add.

19. Make your device discoverable and click Next in the Bluetooth applet. Your device should appear.

20. If the Found New Hardware dialog appears, click Don't search online, and then click Show me other options. In the next dialog, select Browse my computer for driver software (advanced), and select C:\BT (or whatever subdirectory you used). You will get a dialog box that Windows can't verify the publisher because the INF file has no signature. Select Install this driver software anyway.

21. Lather. Rinse. Repeat.

To get your particular piece of hardware to work, you may have to enable other sections of the INF files in the C:\BT subdirectory by changing the platform designator from amd64...1 to amd64...3. What I describe here worked for me to pair two different mice (Logitech and Microsoft) and two headsets (Koss, and a no-name-o brand I got as a gift). It also seems to pair up with other PCs. I have not tried a Bluetooth modem, such as a cell phone yet.

Related posts

Comments

5/21/2008 3:40:32 PM

There's probably no good reason not to change ALL of the occurances of amd64...1 in the INF files to amd64...3. I was being conservative in just changing the entries that were needed by my hardware. I will try that and see what happens.

Gil us

5/23/2008 11:27:31 AM

Hi..
I've tried the above scenario to install Bluetooth component in Server 2008. But i'm not able to install Bluetoth component because i'm not able to find any devices in Device manager having the Hardware ID as BTH\. My Bluetooth device is showing an Hardware ID as USB/. Do i need to modify anything????

Thanks in advance

krishna Kanth in

5/23/2008 1:40:55 PM

What sort of hardware are you using? Is it a Bluetooth dongle of some sort?

Gil us

5/24/2008 11:42:14 AM

Gil,
Great instructions, i have just used them to get bluetooth working on a dell m1210 laptop running 32-bit Server 2008 by changing NTx86...1 entries to NTx86...3

Good job, it was the last bit of hardware i needed to sort out, all working now (even the logitech webcam Smile )

Andrew Haswell gb

5/24/2008 1:43:56 PM

That's outstanding, Andrew. Glad to hear it worked for you.

-g

Gil us

5/30/2008 9:59:55 PM

Pingback from h0bbel.p0ggel.org

h0bbel.p0ggel.org

6/2/2008 4:07:20 PM

Thank you very much for this guide!
Worked great with Server 2008 Enterprise x86 on my Thinkpad R60 Smile

Florian at

6/3/2008 5:25:52 PM

Trackback from CatZ Hideout

How do I install Bluetooth in Windows 2008 Server x64?

CatZ Hideout

6/6/2008 2:19:57 PM

Hi Gil,
This worked great on my D830 from Dell with the Dell Wireless 360 Module in it. It is a chipset from CSR PLC. Just had to install the Vista 64 bit drivers for the card as well. That works, but leaves three to 5 devices as unknown. Your solution fixes those with the drivers as edited. Thanks again.

Aaron Steele us

6/6/2008 4:49:04 PM

Pingback from appzdrive.com

megafileplaca » Blog Archive » Server 2008

appzdrive.com

6/6/2008 4:59:37 PM

Pingback from 5milewalk.com

» Blog Archive » Server 2008

5milewalk.com

6/6/2008 5:06:40 PM

Pingback from filehostfactory.com

3 » Server 2008

filehostfactory.com

6/6/2008 5:46:01 PM

Pingback from yourmegadepo.com

» Blog Archive » Server 2008

yourmegadepo.com

6/6/2008 5:49:59 PM

Pingback from appzdrive.com

megafileplaca » Blog Archive » Server 2008

appzdrive.com

6/6/2008 9:50:14 PM

Pingback from yourmegadepo.com

» Blog Archive » Server 2008

yourmegadepo.com

6/13/2008 4:51:05 AM

Trackback from harbar.net

Enabling Bluetooth on MacBook Pro and Windows Server 2008 x64

harbar.net

6/15/2008 12:54:51 PM

Thank you very much!
My bluetooth device now works perfectly in my thinkpad r61.

cruijff cn

6/28/2008 4:07:21 PM

This is merely an addition to your excellent post that allowed me to get the bluetooth stack working correctly on my DELL Laptop - thanks very much for the info Gil, it's helped a lot.

I run an XPS M1730 with the Dell 355 Bluetooth module, and the following install was made on Windows Server 2008 x64.

I, like Krishna Kanth (see comments on stack post)wasn't able to find any device IDs beginning BTH.

The device hardware ID is shown as USB\VID_413C&PID_8126&REV_0100, and is shown in device manager (and the found new hardware wizard) as "BCM2045"

Steps I used to make the module install and work are as follows:

1. Follow your steps in the installing the bluetooth stack post up until you have edited all the inf files.

2. Download the dell driver for the bluetooth module

3. Run the DELL driver exe - it will be extracted to your disk - note where it gets extracted to. It will then auto run and hang when it tries to find the Bluetooth device - dont worry, it will be asking you to press F2 or switch your Bluetooth radio on - kill the install process using Task Manager.

4. Open Device Manager and browse to your device and select Update Driver, then browse to the location that you extracted the DELL driver to, and then browse deeper until you find either the Win32 or Win64 folder (depending upon which flavour you are working with) Select Ok at this point - the driver should start installing.

5. When the driver has installed the core files it will find the other "devices" (Bluetooth Printing, Bluetooth PAN e.t.c), and the "Found New Hardware" Wizard will pop up.

6. At this point you need to repoint the wizard to the location in which you created the file list and modified infs using Gils' Bluetooth stack article - and NOT the DELL driver location.

7. Repeat step 6 for every subsequent "device" that is found, they should all install without issue, and your Bluetooth services should work just fine.

Crispin Wright gb

6/30/2008 9:10:41 AM

Very helpful post! Thank you!

abaum us

6/30/2008 9:39:03 AM

Thanks for the how-to, and thanks to Crispin as well. I'm running a hp/compaq nx9420 laptop, and had to use a combination of techniques to get things installed. The HP drivers needed to be scrubbed as well as the windows drivers before I could get my bluetooth stuff installed. I still have an unknown devive which looks like it's for the PAN profile, but haven't found a work around yet.

Some more details on my blog: blog.salvoz.com/.../BluetoothOnServer2008.aspx

Adam us

6/30/2008 10:26:00 AM

Are you sure you edited bthpan.inf file properly, and you copied over bthpan.sys file? Both files are present in the default install of WS08, but you may have to search for them in the driver repository.

Gil Kirkpatrick us

6/30/2008 11:16:06 AM

Argh, I missed the bthpan.inf file. Thanks, I got the driver installed now.

Adam us

7/1/2008 2:33:25 AM

You're a Genius Smile Thanks for this brilliant post.

Brendan Byrne nz

7/1/2008 8:30:47 AM

Pingback from windows-now.com

Enabling Bluetooth on Windows Server 2008 - Robert McLaws: Windows Vista Edition

windows-now.com

7/1/2008 10:20:33 PM

Pingback from tioner.cn

Simple Live » Blog Archive » 让Windows Server 2008支持蓝牙

tioner.cn

7/2/2008 1:16:36 AM

Pingback from ditii.com

Windows Server 2008: Enabling Bluetooth » D' Technology Weblog: Technology, Blogging, Tips, Tricks, Computer, Hardware, Software, Tutorials, Internet, Web, Gadgets, Fashion, LifeStyle, Entertainment, News and more by Deepak Gupta.

ditii.com

7/3/2008 1:35:38 PM

This is awesome. Thanks!

I just changed every instance of NTx86...1 to NTx86...3 in the inf files.(Using 32-bit Win08 server)

My Dell E1705 with the 350 bluetooth module seems to have installed everything correctly now.

HOWEVER, I did not locate any of the files that start with BTW. Is there something I'm missing?

hbear

Hbear us

7/3/2008 9:42:49 PM

I did a search of the whole hard drive...and nothing starting with BTW shows up. I do see those in files in the drivers for the Dell 355 bluetooth module, but not in driver setsup for the Dell 350 model.

In any case, I was able to successfully use my bluetooth headset to do VoIP calls--which is what I needed for my upcoming overseas trip.

Hbear us

7/6/2008 6:09:17 PM

Pingback from ensoft.yo2.cn

轻松让Windows Server 2008支持蓝牙 | 享受软件

ensoft.yo2.cn

7/8/2008 5:37:45 AM

I ended up having some issues with this, though I have gotten them resolved, so I thought I might share what I figured out in case others get stuck the same way I did. First off, this is a fantastic article and, as always, Gil is da man.

My configuration is a Dell Latitude D820 with Windows Server 2008 Enterprise x64 installed. In my case, neither making the changes in the indicated locations from "NTamd64...1" to "NTamd64...3". nor making this change to every entry in all indicated files had any effect...I still couldn't install the devices. The only change I made was to change "NTamd64...1" to "NTamd64" for every such entry in every file. This resolved my issue and allowed me to update the device drivers. A test allowed me to pair with my BT headset as well as my phone.

Thanks a ton Gil!!

Chris us

7/8/2008 7:55:35 PM

Pingback from tipandtrick.net

How to Enable Bluetooth in Windows Server 2008 64bit Standard Edition » Tip and Trick

tipandtrick.net

7/10/2008 11:58:16 AM

Pingback from feeds.feedburner.com

Triple Boot Goodness on the MacBook Pro

feeds.feedburner.com

7/14/2008 9:01:24 AM

Pingback from blogs.technet.com

Guillaume Bordier's blog : Quickie : Gil Kirkpatrick posted the Windows 2008 Bluetooth guide

blogs.technet.com

7/14/2008 10:28:35 AM

Thanks for the guide.

I will need some more "extended" help please.

My BT (2.0+EDR Class 1) dongle mentions that it works with normal Vista drivers (i.e. already included in a Vista system - so no Vista driver on the CD).

What can I do in this case for my WS2008x86?

NLS gr

7/16/2008 2:49:11 PM

How does this work with an older BT dongle? I can't get mine to work.

Windows Server 2008 x64 Enterprise Full.
ISSC Bluetooth Dongle USB\VID_1131&PID_1001&REV_0373
USB\VID_1131&PID_1001

To a Palm Tungsten T3.

I have tried a TRENDNET TBW-101UB and it does not work either.
The Trendnet has never worked but the ISSC only works with BlueSoleil 5.0.0.178, and only the Hot Sync works.

TIA

Bill

okaussie us

7/17/2008 5:36:34 PM

Seems like for 64 bit 2008 you need to change "NTamd64...1" to "NTamd64" for every such entry in every file. Like Chris said earlier

Håvard no

7/18/2008 7:45:33 PM

I did as you requested. Changed everything to NTamd64 (without the ...). Rebooted. I had to add the ISSC dongle to the bth setup information file. It was not there.

It now sees it. My dongle flashes like it is suppose to. the OPEX does talk to the Tungsten T3.\

Now the problems are:

1. No HotSync. No comm ports installed.
2. No PAN. It shows up but does not work.

BTW this is all I use and care about.

It does come up with a new device that my system has no drivers for, BTH\MS_RFCOMM.

I think it is looking for the file RFCOMM.SYS.

I know that BlueSoleil uses VCOMM.sys for installing and maintaining the virtual comm ports, so I figured this RFCOMM would do the same thing but I don't have this file.

Any help???

TIA

Bill

okaussie us

7/19/2008 9:14:55 PM

Hi Guys,

I have Dell XPS1530, I followed instruction above. I was able getting my laptop to discover and add my Blue Ant X5 headset.
However, after all the driver part is done, I cant see how I could get my laptop to pair with my headset.

Any help please?

Thanks,

imatrix au

7/20/2008 10:02:03 AM

Pingback from graegert.com

Steve Graegert | Windows Server 2008 & MOSS 2007 on a Dell XPS M1330

graegert.com

7/21/2008 7:59:06 PM

I just purchased an Anycom USB-250 BT dongle. Used the Aformentioned tricks.
Same problems as in my other posts.

I get "Unknown Device" in the device manager. Looked it up: "BTH\MS_RFCOMM". Can't find any drivers for it.\
Same problems as above.

Therefore, my virtual comm ports don't install and the only thing that works is the OPEX.

What's up???

Bill

okaussie us

7/22/2008 10:13:35 AM

As described in the original post, rfcomm.sys is one of the files you need to copy over to your temp directory. When you resolve the missing driver, reference tdibth.inf; that's the file that installs rfcomm.sys.

If you can't find rfcomm.sys on your machine, pull it from either a normal Windows Server 2008 image (as opposed to what you got with your machine), or from a Vista x64 image. They are the same.

Gil Kirkpatrick us

7/22/2008 10:15:33 AM

imatrix: Turn on your BT transceiver; you should see a Bluetooth applet in Control Panel. On the Device tab, select Add, and follow the instructions.

Gil Kirkpatrick us

7/22/2008 10:17:41 AM

Havard: You can use ...3 which indicates installation on a server OS or you can remove the ...1 entirely, which will cause the section to be evaluated on all platforms. If you are installing under WS2008, it works the same either way.

Gil Kirkpatrick us

7/22/2008 3:08:37 PM

I got the device driver to install but still have no comm ports. Therefore, the OPEX is still the only thing that works.
I need comm 4 and 5 for my Palm Tungsten T3 to communicate through the Hot Sync on the computer side and BlueTooth on the Bluetooth side.

I went back to the BlueSoleil version 5.0.0.178 for 64 bit and the Anycom will not work but the ISSC dongle does hot sync.

The BlueSoleil will install the comm ports needed but it has problems with the PAN.

I will try to get it all to work on a 32 bit notebook computer. If it works then maybe I can fix the Server 2008x64 problem

Bill

okaussie3 us

7/24/2008 6:27:02 AM

I installed another copy of Server 2008 x64 Enterprise Full edition to another partition on my desktop computer.
Followed all the above steps.

Only get OBJECT PUSH as a service. The comm ports install but don't work.
When I install Bluesoleil 5.0.0.178 with the ISSC Dongle. I get not only OBJECT PUSH but my Hot Sync now works.
Still have no Internet. Under Network Connections, tells me the BlueTooth connection is unplugged. However, I know it is not since Hot Sync works. It also does not show up in the Network and Sharing Center screen.

Where do I go from here???

TIA

Bill

okaussie us

7/24/2008 9:25:56 PM

Bill (okaussie): You got me. All I can guess is that your device is just not compatible with the Vista/WS08 bluetooth stack, and the additional drivers that you're adding into the mix are likewise incompatible. Can you upgrade the device to something that works with Vista?

Gil Kirkpatrick us

7/25/2008 6:33:17 AM

I purchased the Anycom USB-250 BT dongle due to the fact that all of the literature I read about it states it is VISTA
compatible.
In fact, the Anycom website has a VISTA page just for this device along with the VISTA only drivers.

Maybe I am asking for something that just does not exist.

TIA

Bill

okaussie us

7/26/2008 10:39:09 AM

Bill (okaussie): It sounds like we're thrashing here; let's go back to square one. Given that the Anycom dongle requires its own drivers (as opposed to being supported by the in-the-box driver set), we likely have to go through the same machinations I did with the Windows drivers. So start with a clean OS install, and go through the procedure I outlined above up through the point of editing all the INF files. Then copy all the Anycom driver files into the same temp folder you copied the Windows drivers into, and make the same edits to the Anycome INF files. Then go through the driver installation process again, using the INF files in the temp folder. That _should_ work; if it doesn't, we'll be in head-scratching mode.

Gil Kirkpatrick us

7/27/2008 8:46:07 AM

I will give that a shot and get back to you.

Bill

okaussie us

7/28/2008 11:52:14 AM

Here is where I am at:
Did a clean install of Server 2008 x64 Full Enterprise.

Copied all of the requested files to a folder on my desktop.

Unzipped 6.1.4700 of Anycom's latest USB-250 drivers for VISTA into
the folder on my desktop. This overwrote driver files .inf files etc. to meet the requirements of the Anycom BT dongle.

Checked all of the inf files to make sure they did not have the ... at the end. Made sure they were all gone.

Installed the latest PALM OS for my Tungsten T3 PDA, which is 4.14e.

Checked the comm ports on my Hot Sync manager for my PALM. There were none.

Now:

Plugged in the Anycom BT Dongle. Forced all the drivers to install from the folder on my desktop.

All installed and gave me comm ports 4 and 5. Great since this is what my PALM needs.

Checked Hot Sync Manager to verify the comm ports are there. They are.

Went to Network and Sharing Center screen. No BT connection.

Checked under Managed connections within above. There it is but is disconnected. Check IP address and made sure it was set correctly, 192.168.0.1.

Tried to connect it. No Good. Says my device is unplugged or not connected.

Tried to HOT SYNC. No good. PALM times out trying to make the connection.

During all of this the Anycom BT dongle light on the device is on solid, (Never flashes)

Allowed the BT software to FIND DEVICE. IT DOES. Comes up with the correct information on the screen. That's it. Never finds any services to use.

Changed BT Dongle to ISSC dongle. ( This is the one I have been using since Windows XP without any problems. Even on Vista x64 until the SP1 got installed.)

It automatically found all the drivers in the desktop folder. Installed without any problems.

BT software found the device but, it too, does not allow any serices.

Verified ports in Hot Sync Manager. They are there.

Tried to Hot Sync. Works just like it is supposed to. Hot Syncing as I type.

Went to Network and Sharing Center screen. Nothing there.

Went to Managed Connections within above. There it is.

Says it is not connected. Try to look at IP address and get this error, Unexpected error. IP address screen will not come up.

Tried to reconnect will not. Says my connection is unplugged or disconnected.

Bottom line for now:

I have HOT SYNC working with the ISSC BT dongle and am able to backup my PDA.

Still no connection to the Internet. Same problem as before with the BlueSoleil software and this dongle since Vista SP1 and Server 2008 install.

Still the Anycom and Trendnet BT Dongles don't work at all with any of the above configurations.

Any Suggestions???

More news as it becomes available. Film at 11

Bill

okaussie us

7/28/2008 5:02:21 PM

Update:

Turned on WLAN Service under Features. No help. Cont with above issues.

Bill

okaussie us

7/29/2008 8:29:22 AM

Bill, I'm sorry, but I'm out of bullets on this one. You might trying looking at the services list (and the loaded DLLs) on Vista vs. WS08... perhaps there is a hint.

Gil Kirkpatrick us

7/29/2008 7:28:47 PM

The problem is that after SP1 gets installed on VISTA, this is the problem I have. If I could use Vista or Server 2008 without SP1, there would not be these issues.

I find it interesting that my old BT dongle, ISSC, works to a point with all this, and the Anycom and Trendnet BT dongles that are supposed to work with VISTA don't.


Well, I'll just keep plugging away at it and maybe someday I can get this to work.

Thanks anyway,

Bill

okaussie us

7/30/2008 10:00:00 AM

I have a question:

1. Has anyone got these to work and if so how?

Anycom USB-250
Trendnet TBW-101UB
ISSC BT dongle

2. IF not, what is the preferred BT dongle for this?

3. Then, what would be the correct configuration that works??


Thanks for all the help out there.

Bill

okaussie us

8/1/2008 2:47:43 PM

Worked for me. Thanks!

Rich us

8/3/2008 12:09:51 PM

Everybody on here says how well it works but what is not known is what bluetooth dongle is being used.

I would be very interested if any of you out there are now using any of the three I listed above.

TIA

Bill

okaussie us

8/9/2008 9:10:46 AM

I just purchased a HP Ipaq 111 Classic Handheld PC. My Tungsten T3 is old and I needed to upgrade.
My question is, will I have the same problems as listed above with this new pocket PC?

Hopefully the drivers will work for x64 to active sync to use the mini usb cable and the WIFI gets me on the Internet.
If this is the case, I will not need to use Bluetooth.

Any thoughts???

TIA

Bill

okaussie us

8/9/2008 9:41:52 AM

I don't know. Sounds like it should work.

Gil Kirkpatrick us

8/9/2008 4:12:50 PM

It should be here next week.

More news as it becomes available
Film at 11.


Bill

okaussie us

8/11/2008 8:55:51 PM

I am attempting this on a Dell D820 laptop but I installed the 32bit Server 2008.

Most of the files are the same except for these:
btwaudio.inf
btwaudio.sys
btwavdt.sys
btwrchid.sys

Instead I see;

bthaudioHF.inf
bthaudioHF.sys
bthav.sys
bthavrcp.sys

but nothing that starts with "btw"
Should I try it with those files? Should I try it without those?

sbr0

sbr0 us

8/12/2008 8:54:27 AM

It looks like Dell has provided some Dell-specific drivers in their OEM build. You can look through the .INF files and see how they compare to the normal WS08 files, but my guess is that they are essentially clones of the original MSFT files. Assuming you have a recovery plan, I would go ahead and try to load the DELL files.

Gil Kirkpatrick us

8/17/2008 2:02:14 AM

Pingback from dawnh.net

Solo Estoy » Windows Server 2008中使用蓝牙

dawnh.net

8/20/2008 7:32:06 PM

Hi
I have a Bluetooth Logitech mouse (MX900) that came with an usb charger/bluetooth receiver. The problem is that Windows detect it as HID device and installs a driver for it without asking for it. There are 2 "USB Human Interface Device" and 2 "compliant device HID" (I don't know if these are the real name of the devices in English because I have a spanish based installation).
What can I do in order to make them work as a Bluetooth receiver+mouse? Logitech driver doesn't install the Bluetooth stuff...

Djago ar

8/21/2008 10:19:21 PM

Are you seeing the mouse appear in the Bluetooth Control Panel applet?

Gil Kirkpatrick us

8/23/2008 9:37:41 AM

I don't have the blouetooth control panel applet because I can't install it. The only 2 devices that I have are the two after mentioned: 2 "USB Human Interface Device" and 2 "compliant device HID". So in step 12 I don't get the add new hardware because windows recognize the mx900 as those devices, wich already have the built in driver (of course, not bluetooth).
Same happens in XP/Vista but when you install the setpoint software it converts the driver into bluetooth...

Fernando Suarez Ornani ar

8/23/2008 8:36:34 PM


Works great in WS2008 x32 you need to copy the same files, but in my case i don’t have the btw* files, I omitted those, then you can rename all the entries in the .inf files with NTx86…1 and replace with NTx86…3 then install the drivers.

Daniel.

Daniel Sanchez mx

8/23/2008 8:38:51 PM

I got it the files for Windows Vista 32 bits....

Daniel Sanchez mx

8/24/2008 7:18:04 PM

Thanks for all the help, however, I got my new HP IPAQ 111 to work with ACTIVE SYNC and WIFI thus eliminating the use of Bluetooth.

Works like a charm.

Bill

okaussie us

8/28/2008 1:21:11 PM

Gil, you rock!!! I was going crazy trying to figure this one out. Works perfect on Server '08 32bit). Thanks!!!

mob us

8/29/2008 5:15:07 PM

Thank you very much for the great guide, however I'm having some problems and I hope to find more help here.

First of all I'm on 32-bits and couldnt find some of the files mentioned.

More Importantly, I have a Microsoft Transceiver v.3 that came with "Wireless Entertainment Desktop 7000" and of course the driver wouldnt enable bluetooth support on server 2008, so I cant see it as a BT Dongle in the device manager thus cant update/install the drivers as the guide states.

Thank You

peachy us

9/6/2008 6:34:11 AM

Genius! works a treat on Dell XPS M1330

Ishai Sagi au

Add comment


 

  Country flag

[b][/b] - [i][/i] - [u][/u]- [quote][/quote]



Live preview

9/7/2008 8:37:29 AM

Powered by BlogEngine.NET 1.3.1.0
Theme by Mads Kristensen

Search

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008