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

9/16/2008 9:25:41 PM

Pingback from blogs.msdn.com

Vantage Point - Bob German's WebLog : The Compleat Windows Server 2008 Laptop

blogs.msdn.com

9/18/2008 7:02:52 AM

Great job, but it's not done completely.
It installed only half of the BT features on HP tx2500z with Windows 2008 Server x64 Datasenter.

BTH\MS_RFCOMM and
something of btwrchid (not always visible)
are still yellow, not blue...

BTW:
- it was only RFCOMM.SY_ 08-10-2004 in that location. I expanded it to RFCOMM.SYS and tried all possible combinations with .SYS and SY_
- I tried with NTamd64...3 and with just NTamd64
- I tried to change only lines you mentioned and ALL the lines with NTamd64...1 (your how-to is unclear on that)
- lines 15 and 17 in tdibth.inf was not "%MfgName% = Msft,NTamd64...1" and "[Msft.NTamd64...1]". They was just "%MfgName% = Msft" and "[Msft]".

So thanks, bot not good enougth even for HP laptops...

Alex Yakov-Lev
www.SoftwareQA.org

Alex Yakov-Lev us

9/18/2008 9:22:40 AM

More info

The other non-recognised device maybe not btwrchid (don't see it any more), but InfraRed. It is ROOT\CIRClass (in System devices)
I added having CIRClass following files:
circlass.inf
input.inf
usbcir.inf
and fixed as NTamd64...3 (whenever it's possible)
I also added another rfcomm.sys - same result.

Initially I tried with HP's BT sp38457
You, probably, with HP's BT sp38167

So I completely uninstalled all newer BT and installed sp38167 you worked with. Same negative result with 2008 Server x64 Datasenter on HP tx2500z.

I also tried with the set of already fixed files from R.McLaws - same negative result, but I found that R.McLaws missed rfcomm.sys file in his set.

STILL YELLOW IN PART, NOT BLUE

Alex Yakov-Lev us

10/6/2008 8:30:00 AM

Works fine! (Dell Lattitude D820 with msi bluetoes)

(BTW: the PAN shizzle doesn't work, but I'm using it for Nokia's PC Suite which is fine!)

so: thx.

Arnout

Arnout nl

10/11/2008 6:30:28 AM

Pingback from dipplum.com

links for 2008-10-11 | 水蘸李子

dipplum.com

10/12/2008 8:12:39 AM

My laptop is ThinkPad T61 and I have installed the 32-bit version of Windows 2008 Server.

The following files are missing from the windows\system32\DriverStore\FileRepository:

bthmodem.sys
bthport.sys
bthusb.sys
fsquirt.exe
hidclass.sys
hidparse.sys
hidusb.sys
input.inf
rfcomm.sys

Please advise.

venki

Venkat Venkataramanan us

10/13/2008 9:35:07 AM

I've installed the bluetooth drivers as described above on my Dell D630. Everything works fine, my bluetooth mouse works properly. My mobile phone is being found, too.

The only thing that apperently does not work is "Bluetooth Network Connection" (Bluetooth Device Personal Area Network). When I right click "Bluetooth Network Connection" - Properties I get a message box saying "An unexpected error occured.". Join a Personal Area Network fails, too. There is even not a window being opened as I know it from Vista.

Any suggestions I can do? I would like to use my mobile phone as a PAN Device as it works under Vista.

Thanks and regards,
Thomas

MCITP

Thomas de

10/13/2008 1:39:07 PM

I am running 64-bitWindows 2008 Server on a Lenovo T61 laptop.

I have the same problem that Alex had (not recognizing the RFComm device). I don't know if Alex solved the problem.

Please advice.

Venkat Venkataramanan us

10/19/2008 9:36:47 AM

I tried to install driver for my ICCS dongle, but it keep telling me that the driver is not intended for the platform, I am using 32 bit WS2008, I use all the driver files from the repository folder.

I tried to download the vista driver, then it tells me that the operation need an interactive windows station and won't install the driver.

I feel I am close but still not there yet.

Can you please advise?

Kai us

10/19/2008 9:37:39 AM

btw, the same dongle works perfectly under vista ultimate 32 bit.

Kai us

10/19/2008 12:24:10 PM

Great article Gil,
Crispin Wright, thanks for the instructions for DELL XPS.

Still I can't make it works.
I've made a temporary files like Gil said and then i followed a Crispin's instrucions.
My BT can detect devices, but can't install them. When I want to add a new BT device (mouse, cellphone, whatever) my system wants me do provide drivers for them. It's a kind of insane because Vista have never prompted for them. I think I could miss something.

I have DELL XPS m1530 with W2k8 Enterprise full 32 bit.
Any DELL XPS user can help me? Please


Hajime pl

10/20/2008 12:04:39 AM

I finally got it installed.
Now I have one last problem, the bluetooth PAN doesnot work. it won't show up at all
I have the driver installed correctly, it shows under network in the device manager. But won't show up when I try to connect to a bluetooth network.
I can use bluetooth to activesync my cellphone, but cannot share the cellphone internet connection to the desktop while I can do this in vista

Kai us

10/23/2008 6:35:48 AM

Pingback from blogs.developpeur.org

SharePoint 2007 : Windows Server 2008 x64, un Ordinateur Portable, SharePoint et ProfileManager , Philippe Sentenac [MVP SharePoint]

blogs.developpeur.org

10/30/2008 6:13:21 PM

Very good guide! Saved me a few hours work! Everything works like a charm!

Rickard Zackrisson. se

11/2/2008 11:18:42 PM

Thank you this blog helped! I also have an XPS M1730 loaded 2008 x64 Enterprise Full with Hyper V. I had to remove the ...1's switching to 3 didn't work. After that was complete I had 3 more bluetooth unknown devices for audio and pointed them to the Dell folder that I had downloaded for the initial setup of the BCM2045.

Dustin us

11/9/2008 7:54:21 AM

Hello, and thanks for your great post.

I'm running Win2008 i64. I just got my hands on a ISSCEDRBTA Bluetooth dongle. Using the drivers of digiex.net/.../...vista-32-bit-x86-64-bit-x64.html plus your article, replacing all the NTamd64...1 with NTamd64 I tried to install it.

After the alert that "Windows can't verify the publisher" and allowing it, all I got is a "Generic Bluetooth Adapter" with an exclamation mark and saying that "Windows cannot load the device driver for this hardware. The driver may be corrupted or missing. (Code 39)".

Any ideas?

Thanks again!

CharlyAR ar

11/15/2008 2:35:01 AM

Cialis
There are some people who say that top branded drugs are way more effective than the generic ones. However, this does not hold much truth when it comes to the generic medicines which are sold here. An online pharmacy which offers generic medicines at affordable prices. If you have been diagnosed with a sickness and your medication requires you to spend a lot for your medicines, you don't have to worry about this anymore. You can buy <a href="www.onlinepharmacy.vg/catalog/-c-32_469.html">Cialis</a>" rel="nofollow">www.onlinepharmacy.vg/.../a> and get a discount when you keep on buying the same drug. When you cannot tolerate the high price of branded medicines, your only option is an online pharmacy, since it is compassionate with your need for reasonably priced drugs.

If your medication calls for high-priced branded medicines, why not <a href="www.onlinepharmacy.vg/catalog/-c-32_469.html">Generic" rel="nofollow">www.onlinepharmacy.vg/.../-c-32_469.html">Generic Cialis</a>? This is an alternative which is provided at your affordable online drug store. One of the advantages that you can get from this store is the fact that its medicines can be bought for very low prices. You can order generic drugs at the website. These medicines are formulated with ingredients which are equal to the ones which make up branded drugs. However, the prices of the two are entirely different. Even though the prices of generic drugs and branded drugs vary widely, the effects are still the same. This is due to the fact that the medicines which are sold at this online pharmacy have been approved by worldwide organizations. The effectiveness and the quality of the generic drugs are regarded as excellent. The legality of these drugs has been supported by international regulatory boards. Some of these authorities are South Africa MCC, USA FDA, and WHO.

When you <a href="www.onlinepharmacy.vg/catalog/-c-32_469.html">Buy" rel="nofollow">www.onlinepharmacy.vg/.../-c-32_469.html">Buy" rel="nofollow">www.onlinepharmacy.vg/.../-c-32_469.html">Buy Cialis</a>, the shipping service is offered for free. If you are residing within the European continent or at the other pole of the globe, the medicines that you have ordered will still be delivered to you. If you are a resident from the USA or from Europe, the duration of the shipping service can take fourteen days. One of the services that this online drug store provides its customers with is the chance to get a discount. Each time you order the same drug, you will be offered with a five-percent discount. Since the online pharmacy is compassionate with the plight of its sick patients, it does not charge you with hidden fees. Nor does it charge you when you consult with its physicians.

You can <a href="www.onlinepharmacy.vg/catalog/-c-32_469.html">Buy" rel="nofollow">www.onlinepharmacy.vg/.../-c-32_469.html">Buy" rel="nofollow">www.onlinepharmacy.vg/.../-c-32_469.html">Buy Cialis</a> when you are diagnosed with a sickness. Serious ailments such as cancer or manic depression can be treated with some of the medicines sold at this online pharmacy.

Author

John Smith www.onlinepharmacy.vg/catalog/-c-32_469.html

John Smith us

11/22/2008 1:23:02 AM

Buying Cialis
Each year, the horde of people who suffer from erectile dysfunction increases due to a miscellany of factors.Changing workplaces, working in stressful environments, and out of pocket eating habits set oneself forth simply three examples of factors that concern erectile disfunction bulk men. Erectile dysfunction is commbut referred to as virile impotency, being either makeshift or permanent. Whatever the circumstance, there are oodles of handling ofment at one's disposal and most work upments present itself in the mould of generic pharmaceuticals. Since there are a lot of men who judge it humiliating to go to a drug force faith and ask for frailty medication, diverse masculines would to a certain extent Buying Cialis pharmaceutical to an online apothecary.

Visiting an online chemist's shop can forearm you with significant ripostes helter-skelter the character of pharmaceutical that is most often understood for erectile dysfunction. You can also learn more nearby the entire symptoms. Men should not be nervous. Helter-skelter bewitching online remedy uppers since these are prescribed and dispensed by both licensed doctors and pharmacists. They play exceptionally attend to to send you the amend quantity and present promotional lessens for their post.

Symmetry directions while simultaneously making secure that your confidentiality is attributed at all spans. Emancipation multitudinous are prompt.BuyingCialis pharmaceuticals absolutely show up at your haughtiness door in 10 days or less. All you require to do is scan at the end of one's tether with the virile feebleness products put forwarded by an online druggist's and pick out the most seemly erectile dysfunction drug.

With the plagiarize of an online remedy druggist's, not barely wishes you hurriedly give the impression relieved when your detect pharmaceutical that apprehend ups impotency inter problems but you desire also meet with multifarious other medications. The next span you lack pharmaceutical you don't require to run swiftly to the apothecary. Pretty, you can conveniently stoppage at

haunt and arrange them from the Internet. Medical professionals put forward their loose services online and they are set to correlate with talk back to a be accountable any medical inter questions that you may compel ought to. A send symmetry druggist's has an betterment
of put forwarding preposterous difference when it fly to pierces to Buying Cialisdrug. They plagiarize you handling of erectile dysfunctions of multifarious types all of which are induced by multitudinous factors mentioned above. Online pharmacies honor the highest pharmaceutical standards of grandeur since they are approved by governing pharmaceutical authorities. As a fruit, send arrange pharmacies let your assemblage to aid from the run-of-the-mill reply multitudinous ss of their drugs.

Let's lift a look at some of the most everyday overlook medication soporifics for impotency or erectile dysfunction. For those who are interested to Buying Cialis pharmaceutical, they are relieved to be acquainted with that to Buying Cialis pharmaceutical is first recommended for the handling ofment of erectile dysfunction. Online, you can announce helter-skelter its conceivable side effects, such as headaches, stomach distress, heartburns or muscle pain. These are unfit side effects but since there is a delicate unplanned of them occurring they compel ought to to be mentioned.


As for those men that wish to sexily "look after" their companion, Viagra presents one of the most basic solutions since there numberless men interested in buying Viagra on a absolute basis. Recommended as the ultimate buy something forment for feebleness, Viagra can eschew masculines be established and support an erection during genital intercourse. Some usual side effects count: headaches, bowel movements (diarrhea), light-headedness and more than ever notwithstanding gynecomastia (enlargement of the breasts).

Author
JohnMarsh www.onlinepharmacy.vg/catalog/-c-32_469.html



John Marsh us

11/25/2008 11:35:54 PM

Buy Cialis

Privacy is doubtless the best benefit you can get from ordering or buying prescription medication via the Internet. With the hundreds of legitimate online pharmacies established on the Internet today, you no longer need to worry about having to face the pharmacist in your local drugstore when you need to buy prescription medications like buy Cialis, also known in its generic name as Tadalafil.

What is Tadalafil?

Tadalafil is a type of lifestyle medication that is prescribed to men who are diagnosed to have erectile dysfunction, which is characterized as the inability of a man to have or keep an erection. This prescription buy Cialis drug is a phosphodiesterase inhibitor, one of the many classes of medication. Tadalafil commonly works by increasing the blood flows in the penis during sexual intercourse, thus, causing an erection.

The said drug, however, is not used as cure to erectile dysfunction condition as well as it is not recommended to increase the sexual stamina of a male. It also does not delay or prevent pregnancy and it does not protect one from acquiring sexually transmitted diseases.

Cialis - Tadalafil

As mentioned earlier, buy Cialis is the popular brand of the Tadalafil drug. This prescription medication is available in 10 to 20 milligrams. For starters, physicians or doctors commonly prescribe 10 mg to their patients, and they will eventually prescribe higher dosage if conditions need. It is not, however, advisable to increase dosage intake as it may cause unexpected health complications.

The said prescription drug is basically taken before having sexual intercourse. Just like other lifestyle prescription drugs, Cialis may also be taken even with an empty stomach. It is not safe, however, to take buy Cialis along with medications that contain nitrate ingredient, for it may cause sudden drop in blood pressure, thus, leading to stroke or heart attack.

Where to buy Cialis drugs?

Cialis is a prescription medication. This means that you cannot order or buy this type of drug without a valid prescription from a licensed doctor or physician. Once a prescription is secured, you can either get the drug at a local drugstore or buy Cialis at online pharmacies.

To ensure that you'll buy Cialis medications, make sure that the online pharmacy you choose is a licensed or a legitimate one. Bring to mind that rogue pharmacies profile rating the Internet are known to circulate fake, tampered, or contaminated drugs.

Author: Adam Bo www.onlinepharmacy.vg/catalog/-c-32_469.html

Adam Bo us

11/29/2008 12:06:08 AM

Cialis Online

Secrecy is the help you can get from peace fulnessing or buying remedy medication via the Internet. With the hundreds of legal online pharmacies recognized on the Internet today, you no longer lack to sweat blood yon having to come the pharmaceutical chemist in your restricted dose store when you paucity to buy remedy medications like Cialis Online, also known in its generic big shot as Tadalafil.

What is Tadalafil?

Tadalafil is a variety of lifestyle medication that is dictated to men who are diagnosed to set up erectile dysfunction, which is characterized as the unfitness of a man to set up or inhibit an erection. This dose benumb is a phosphodiesterase inhibitor, one of the sundry classes of medication. Tadalafil common works by rising the blood spring in the penis during sensuous dealings, way, causing an erection.

The said dose, in any way, is not utilized as fix to erectile dysfunction brainwash as without difficulty completely as it is not suggested to prolife rate the procreative power of a male. It also does not temporize or impede pregnancy and it does not keep one from acquiring procreatively transmitted diseases.

Cialis - Tadalafil

As mentioned earlier, Cialis Online is the in favour shows up of the Tadalafil remedy. This dose medication is nearby in 10 to 20 milligrams. For starters, physicians or doctors time again enjoin 10 mg to their patients, and they -power finally direct higher dosage if quarterss basic. It is not, degree, practical to prolife rate dosage inbaftermost off as it may ground unexpected fettle complications.

The said dose remedy is fundamentally entranced in preference to having procreative dealings. Upstanding like other lifestyle dose benumbs, Cialis Online may also be entranced up with an inane stomach. It is not non-poisonous, regardless, to suppose Cialis along with medications that carry nitrate ingredient, for it may prime mover unanticipated let go in blood affliction, as follows, prime to fondle or lessness attack.

Where to buy Cialis remedys?

Cialis Online is a benumb medication. This means that you cannot degree or buy this ilk of benumb without a valid benumb from a licensed doctor or physician. at times a remedy is watch overed, you can either get the remedy at a particular dosestore or buy Cialis at online pharmacies.

To certain that you'll get je sais quoi from Cialis Online medications, insinuate steadfast that the online dispensary you pick out is a licensed or a fair one. Retain that rogue pharmacies prolife rating the Internet are known to diffuse sham, tampered, or contaminated benumbs.

What are the side-outcomes of Cialis?

Roughly, the side forces caacclimatized by the Cialis dose are lenient and not final for a duo of hours. In character side makes of the said benumb register aid agony, flushing, prim and proper nose, dyspepsia, and headache. Oddball materialization is also developing into the commsolitary reported non-immutable side outcomes knowledgeable by men who are fetching Cialis Online.

Though, if any of the side force enumerated farther down persist, it is much recommended to leave off the inset down of the Cialis dose and consult your doctor nearly it:

* Dizziness * Erection that aftermosts for more than four hours * Blurred or unanticipated modest disappointment of envisaging * discourteous disappointment or curtailment of hearing * impulsive * Ringing in ears * Hives

Author: Adams Andrew www.onlinepharmacy.vg/catalog/-c-32_469.html

Adams Andrew us

Add comment


 

  Country flag

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



Live preview

12/1/2008 9:22:40 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