Support in other languages: 
Reply
Fanfold Paper
rijc99
Posts: 5
Registered: ‎02-20-2008
Location: So.Cal
0

Re: No Bluetooth control in Fn+F5 Menu

Download and install Power Manager Driver. 

 

After clean installing Windows 7 on my X61, I reinstalled only the ThinkVantage applications I thought I would use.  After installing, my bluetooth wouldn't show up.  (This is how I stumbled on to this thread).  I subsequently installed Power Manager Driver (NOT Power Manager) and after restarting the Bluetooth now shows up in FN+F5.  Not sure if this will help you guys out but it's worth a try. 

 

 

Paper Tape
RobsonFlange
Posts: 7
Registered: ‎09-13-2008
Location: UK
0

Re: No Bluetooth control in Fn+F5 Menu

 rijc99.

 

Thanks for the tip, however that doesn't offer a solution in my case, assuming I got the correct driver (68kv05ww). :smileysad:

 

Ah well, worth a try.

 

Anyone else found a possible fix?

 

Flange.

 

 

Paper Tape
efbe
Posts: 2
Registered: ‎09-01-2008
Location: Budapest, HU
0

Re: No Bluetooth control in Fn+F5 Menu

rijc99, can you please link the driver we're talking about? i can't seem to find Power _Manager Driver_ only Power _Management_which i happen to have.

 

thank you in advance,

bálint 

Paper Tape
noelliu
Posts: 2
Registered: ‎01-31-2009
Location: Boston MA
0

Re: No Bluetooth control in Fn+F5 Menu

V200 Owner recently have a system crash and installed a fresh copy of Vista x64 Buniness.

 My Problem is that Bluetooth doesn't stay on when i press Fn+F5, so that I can activateoth Wi-Fi and Bluetooth at the same time. It is either or can't be both some how. It's been working b4.

What's DOS?
Kees
Posts: 1
Registered: ‎06-23-2008
Location: Utrecht, Netherlands
0

Re: No Bluetooth control in Fn+F5 Menu

Well, perhaps I can give the answer (concerning tbe BlueTooth problem) everybody seems to be looking for. It is relatively simple. The BT device uses a USB connection and the  solution is to install a small program which allows you to toggle on/off ALL the USB devices of your machine (not just the visible ones, but also the hidden ones). I use a program which I bought  from the manufacturer's website: http://safelyremove.com. Half a year ago I bought a lifetime license (for less than $10.-, you can use it on multiple machines)) and I am really happy with it. Hope this will solve the problem.
Fanfold Paper
rijc99
Posts: 5
Registered: ‎02-20-2008
Location: So.Cal
0

Re: No Bluetooth control in Fn+F5 Menu

Sorry, didn't check my forum messages...

 

Here's the link to the Power Management Driver.  Link

 

Richard.

Paper Tape
RobsonFlange
Posts: 7
Registered: ‎09-13-2008
Location: UK
0

Re: No Bluetooth control in Fn+F5 Menu

Thanks for the link Richard. Sadly I'm not as fortunate as you. Still no option to turn off BT. :smileysad:

 

I still live in hope that one day a solution will be found (that day will probably be the same one that the battery dies)

 

Flange.

What's DOS?
ketmre
Posts: 1
Registered: ‎05-02-2009
Location: Helsinki
0

Re: No Bluetooth control in Fn+F5 Menu

It is surprising that Lenovo does not want to solve this problem. Instead of waiting for Lenovo to do something I started using the devcon.exe command-line utility from Microsoft (http://support.microsoft.com/kb/311272). I made two batch files and icons for them. By clicking the corresponding icon it possible to switch bluetooth on or off.

 

The batch files look like this (devcon.exe is located at c:\util in my case):

BT_ON:

@echo off
cd c:\util
devcon enable *PID_2101

 

BT_OFF

@echo off
cd c:\util
devcon disable*PID_2101

 

Of course this is not a very elegant way of solving the problem but at least it works.

 

Fanfold Paper
rijc99
Posts: 5
Registered: ‎02-20-2008
Location: So.Cal
0

Re: No Bluetooth control in Fn+F5 Menu

I recently installed Windows 7 RC and FN+F5 no longer works. 

 

As a substitute I navigated to where the Hotkey Folder was extracted to and created a shortcut so I can toggle the wireless OSD menu.

 

In my case... C:\DRIVERS\WIN\HOTKEY\OSD\F5

In this folder, if you click on the TpFnF5, the menu will pop-up. 

 

Create a shortcut with right click send to desktop.  Then pin it to Taskbar.  From now on, you can toggle wifi and bluetooth by clicking the icon in the Taskbar.

 

Not as elegant as FN+F5 but it works.

 

Richard

Fanfold Paper
rijc99
Posts: 5
Registered: ‎02-20-2008
Location: So.Cal
0

Re: No Bluetooth control in Fn+F5 Menu

Sorry, after re-reading the posts, I realize my method is not exactly an answer to the OP's problem.