SL510: Fn Hotkeys not working in Windows 8.1

I upgraded my SL510 with a new SSD and installed Windows 8.1 x64. Now some of my fn keys are not working anymore.
For example: fn + Insert (=print) is still working, fn + F5 (=Wifi) is not working anymore.
The only possible fix for this I found in my research might be this link:
http://support.lenovo.com/us/en/downloads/ds029026
But the SL510 is not listed in the Supported ThinkPad Systems.
Please advise.

Try this one?
http://support.lenovo.com/us/en/downloads/migr-742​61
W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

Similar Messages

  • Z61e Hotkeys not working in Windows 7

    Upgrading all our laptops to Windows 7 this summer.  R61, R61i, SL500, and SL510 hotkeys all work fine.  R61 works out of the box, SL50x needs drivers.  The Z61e hotkeys do the following:
    Out of the box they do nothing.
    After installing the Z61e hotkey utility, they still do nothing, but the on-screen display shows up when using the windows volume control in the system tray.
    I tried installing the SL500 driver (because it has both a hotkey driver and the hotkey utility program) and it does the following:
    The volume keys modify the volume in the on-screen display, but they do not modify the actual windows volume.  
    Any help?  

    Bobo, welcome to the forum,
    it's certainly odd that only the volume function is affected, could you take a look at this driver to see if it's the same as that which you installed? It probably is, but it's nice to know. If it's not please give it a try.
    Have you tried running system update? It will usually get all the drivers you need to get a system running.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • SL510 volume buttons not working on windows 8 64

    I have updated my SL510(2847-7LG) to Windows 8 64Bit.
    - HotKeyFeatures 3.84.2000
    - Human Interface Device Access Service is running
    Sadly if I press the mute Button nothing happened.
    the volume Buttons working well.
    So I found the following behavior:
    If I press the Mute Button and then one of the volume Buttons(increase/decrease) the System will be Muted.
    But the Mute Button itself doesn't work.
    I tryed reinstall the Hotkeyfeatures several times but the Problem persists.
    Would be great if someone could help me fixing this Issue.
    Thanks in advance,

    I have the same issue with SL500 ..Although link readme says the driver is meant for win 8 64 bit, it fails to install.  "This program does not support this system" - it is what I get when running the setup.

  • Exporting Crystal Report to HTML is not working in Windows 7

    Hi Sir,
    I am trying to export Crystal Report to HTML format using VB.NET code. Functionality is working fine at Windows XP Environment (Save to Disk, Open an Application and Email Attachment). But the same functionality is not working at Windows 7 Environment (both 32-Bit as well as 64-Bit).
    Below is the code to Exporting Crystal Report to HTML in VB.NET.
    Dim CrDiskFileDestinationOptions As New DiskFileDestinationOptions
    Dim CrFormatTypeOptions          As New HTMLFormatOptions
    Dim vFormat As Integer
    Dim CrExportOptions As New ExportOptions
    Dim vRdReport As New ReportDocument
    Dim sfd As SaveFileDialog
    Dim vFileName As String = Nothing
    vRdReport = vRptSource
    sfd = New SaveFileDialog
    If Not (vRptPath = "") Then
        sfd.InitialDirectory = vRptPath
    End If
    sfd.Filter = "Webpage, Complete(.htm;.htm)|.htm|Web Archive, Single file(.mht)|.mht|Webpage, HTML only(.htm;.html)|.html"
    If sfd.ShowDialog = DialogResult.OK Then
        ' Set the disk file options.
         CrDiskFileDestinationOptions.DiskFileName = sfd.FileName.ToString()
    Else
         Return
    End If
    CrExportOptions = vRdReport.ExportOptions
    CrFormatTypeOptions.HTMLFileName = vFileName
    CrFormatTypeOptions.HTMLEnableSeparatedPages = True
    CrFormatTypeOptions.HTMLEnableSeparatedPages = True
    CrFormatTypeOptions.HTMLHasPageNavigator = True
    CrFormatTypeOptions.UsePageRange = True
    With CrExportOptions
                        .ExportDestinationType = ExportDestinationType.DiskFile
                        .ExportFormatType = ExportFormatType.HTML32
                        .DestinationOptions = CrDiskFileDestinationOptions.DiskFileName
                        .FormatOptions = CrFormatTypeOptions
    End With
    vRdReport.Export()
    Catch ex As Exception
            MsgBox(ex.ToString)
    End Try
    Code working fine at Windows XP, But it is not woking in Windows 7 environment.
    Please can anyone share your valuable thoughts or ideas reg. this.
    Thanks in Advance
    Deivanayaga Perumal D.

    user13509659 wrote:
    Run this code to reproduce the issue.Which issue?
    It looks like inheritance is broken in the component hierarchy for JFrame in Windows 7 JDK 1.6.0_23-b05. The only thing remotely related to inheritance in your code snippet is the WindowListener, which does little. See camickr's advice about built-in exit management.
    EDIT - using the post title as a clue, I realize you may be talking about the component hierarchy, and whether the contentPane's background is visible through the upper layers. Instead of guessing, I'd prefer you describe your "issue" accurately (observed vs expected behavior).
    Edited by: jduprez on Feb 10, 2011 1:01 PM

  • Web Service Client(Console App) not working on Windows Server 2008 R2 Standard Edition

    I am trying to consume an ASMX Web Service in a console app, its working fine in Windows 7,Windows Server 2012 Standard,Windows Server 2008 R2 DataCenter,Windows Server 2008 R2 Enterprise, But its not working in Windows Server 2008 R2 Standard Edition which
    is the deployment server.
    I tried consuming the ASMX web service using Web Reference and Service Reference as well but its not helping. Its throwing up the following error,
    Message:There is an error in XML document (1, 331491).
    Inner Exception : System.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 331491.
    The scenario is that i call the web service and it returns me an XML i am not able to receive the XML on Windows Server 2008 R2 Standard Edition.
    Please provide suggestions on this I need to resolve this ASAP.

    Hi,
    This question is better asked here:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=asmxandxml
    Experts here are more familiar about it and they can give you more efficient suggestion.
    Thank you.

  • APPLE mouse & keyboard not working with Windows (Bootcamp)

    I installed Leopard and Windows XP on my Mac Pro. The installation went very smoothly. Only problem I have is that my Apple wireless keyboard and mouse do not work on Windows (frozen) although they work fine on Leopard. I tried a Logitech wireless trackball and it works fine on both Windows and Leopard. Any suggestion?

    Thanks. I upgraded from Tiger and downloaded Bootcamp from Leopard Installation disc ( I did not have a beta version ). I then installed Windows XP SP2 ( brand new, just bought for that purpose ). Wonder if Mac wireless keyboard and mouse are compatible with Window. Everything else work beyond my expectation.

  • Flash player does not work in Windows 8 tiles

    Flash player does not work in Windows 8 start metro tile applications. Flash player also does not work in Windows 8 start tile internet explorer 10 1n windows 8. Flash player does work in Windows 8 desktop internet Explorer 10. I tried all of the recommended fixes suggested by adobe Flash Player Issues/windows 8 page. I have reinstalled Windows 8 operating system.  What should I try next?

    This is a known issue with Flash Pro CC - GM build.
    this crash has been fixed in the update that was released recently. Please update to 13.0.1.808 version and it should fix this.
    Please reply if it still persists after the update.
    -Sujai

  • ITunes 12.1.1 does NOT work with Windows - Fix??

    Hi everyone,
    I had issue after issue with the latest iTunes update (12.1.1) not working on my windows 7. It simply would not lunch when clicking on the shortcut to open.
    After a fair bit of searching I found this alternative version which seemed to do the trick and now it works:
    iTunes 12.1.1.4 for Windows (64-bit - for older video cards) - iTunes64Setup.exe(2015-02-18)

    The "for older video cards" installer - which, like most prior "64 bit" versions of iTunes, is actually a 32 bit application with a 64 bit installer - may be a useful fallback if the full 64 bit version does not install or run correctly.  Although 12.1.1.4 is a major improvement over 12.1.0.71, there are clearly still some lurking incompatibilities with some 64 bit Windows systems/components.  It is, however, a little misleading to say that "iTunes 12.1.1 does NOT work with Windows" - in many cases it works fine without switching to the alternative version.  I have the full 64-bit version of 12.1.1.4 running on three systems - two Windows 7 and one Windows 8.1 - no issues with either installation or operation on any of them.

  • ITunes 9 Home Sharing does not work on Windows 7 x64

    iTunes 9 Home Sharing does not work on Windows 7 x64.
    Getting the following error message:
    Home sharing could not be activated because this computer is not authorized for the account "iTunes account." Please authorize this computer and try again.
    This is a bug since my computer is authorized in iTunes and there is only 2 computer authorized for my iTunes account, so I have 3 more left till I should get this message.
    I've just upgraded my iPhone to OS 3.1 using it this morning.
    Please advise.
    Environment: Windows 7 x64, HP TouchSmart tx2-1020us Notebook
    Ivan Farkas
    <edited by host>

    I am using Windows 7 x64.
    I am running iTunes 9.0.2.25
    I am running Mcafee.
    I can see and play music from the iTunes installation on my Windows 7 machine, but I CANNOT access the library to copy songs from this computer to other computers on my network.
    YES, I have enabled "Home Sharing" using my iTunes account. NO, I have not authorized more than 5 computers on this account.
    I believe this to be a Windows 7 related issue, as Home Sharing worked as advertised when I was using Vista (before I upgraded to Windows 7).
    I CAN set up Home Sharing on two other (host) computers in my home network and it works. These computers are XP and a MacBook Pro. I CANNOT access my Windows 7 machine x64 to COPY music from one autorized library to another. Please help!!!
    P.S. - I have attempted to get this to work by turning OFF my McAfee firewall. Windows firewall is disabled.
    Message was edited by: turcott

  • HT3986 I installed windows 7 to my macbook pro, but my mousepad does not work in windows 7 and also i can not connect my windows 7 to projector, but i can use my macbook's mouse pad and i can connect my mac to projector,so please help me for windows 7 pro

    I installed windows 7 to my macbook pro, but my mousepad does not work in windows 7 and also i can not connect my windows 7 to projector, but i can use my macbook's mouse pad and i can connect my mac to projector,so please help me for windows 7 problem

    i try to download now, do you think when i download and install the windows support software, can i fix the problem?

  • MFA not working on Windows Server 2012 R2

    Been using MFA since PF days.  Deployed it successfully many times but for some reason it's not working with Windows Auth, Terminal Services on a Win 2012 R2 DataCenter box?  The machine was successfully added to my domain PhoneFactor group, I
    can see and add the machine on the master MFA.  Services are running but when I remote in I go right through without MFA stopping me?  Any ideas?
    TIA

    6.3.0 has just been released and 2012 R2 is *still* not supported. What the hell?!?
    "Version 6.3.0 of the Azure Multi-Factor Authentication Server adds the
      following additional functionality:
    * Added one-way SMS functionality for AD FS, RADIUS and User Portal
    * Added .csv file import for OATH tokens
    * Added support to parse phone numbers in E.164 format during import
      From the directory
    * Fixed problem preventing slave servers from performing MFA if the
      master server was unavailable. This problem was found to exist in
      all 6.2.x builds. All customers running 6.2.x should upgrade to 6.3.
    * Fixed directory sync issue for recursive security groups
    * Added additional logging to AD FS adapter
    * Other minor bug fixes and security improvements
    Known Issues:
    * Windows Authentication for Terminal Services is still not supported for
      Windows Server 2012 R2"
    So they added a whole stack of other functionality, but still didn't get around to taking a look at this bug. I'm stunned. Is there any sort of timeline on fixing this, or is 2012 R2 just going to remain unsupported forever?

  • HP Laserjet P1006 is not working on Windows 7 (64-bit).

    I lost my original CD-Driver and I tried to download the CD-Driver on HP website but it doesn't work when I click printing.  It seems that my HP Laserjet P1006 is not working on Windows 7 (64-bit).
    Can anyone give me a link that works for installing driver for HP Laserjet P1006 for Windows 7 (64-bit)?  
    Thanks for helping!

    Hi @achieverone ,
    I can help you with finding the drivers for the Laserjet P1006.
    Just to clarify, you were able to install the printer software, but it just isn't printing correct?
    Here are the two drivers available for Windows 7 64 bit.
    HP LaserJet P1000-P1500 Hostbased Plug and Play Basic Driver.
    HP LaserJet P1005/P1006/P1500 Printer Series Full Feature Software and Driver.
    Try and print a hardware self test on the printer to find out if it is a hardware or software issue.
    Open and close the lid five times quickly. It should print off a page with black lines on it.
    Download and run the Print and Scan Doctor. It will diagnose the issue and might automatically resolve it. Find and fix common printer problems using HP diagnostic tools for Windows?
    What were the results when you ran the Print and Scan Doctor? (did it print or scan, any error messages)
    If you need further assistance, just let me know.
    Have a great day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • CaptureDeviceManager.getDeviceList  is not working in Windows VISTA.When

    CaptureDeviceManager.getDeviceList is not working in Windows VISTA.When I run the Application from vista using a jar file.But it is running if i run it from class file without use the jar file.

    This pretty much says it all:
    No connection could be made because the target machine actively refused it.What version of Vista?
    What version of the agent? ... 10g is not a version number it is a marketing label
    Did you check to see if the agent is compatible with your operating system?
    My recommendation would be to get a real operating system: Either Oracle Linux or XP.

  • Flash 10.2 not working in Windows 7 IE8 despite 'successful' installation

    Hi there,
    I downloaded flash player to attempt to view flash media on sites such as bbc website and youtube.
    Despite the installation claiming to be successful, I still cannot view video on any sites I have tried.
    (bbc website says I don't have the correct version, youtube says I need to upgrade)
    My system details are as follows:
    Windows 7 Home Premium, 32-bit operating system
    Internet Explorer 8.0.7600.16385IC  (it makes no mention of being 64-bit)
    Flash Player 10.2.152.26
    I have tried following the troubleshooting guides on the adobe website, particularly 'Flash player does not work in Windows 7'
    but I have not managed to fix the problem.
    I've also gone through several threads on this forum, relating to similar problems, but I'm sorry I haven't been able to fix it.
    So far, the stuff I have tried is listed below, but since it has not worked, I assume I have done something incorrectly, missed something,
    or I have not yet found the right solution.
    The Flash Player does not appear on my programs list, but it does show up in the control panel/list of installed programs.
    I don't know how to get flash player to run on its own, so I can't access settings etc. for the hardware acceleration.
    The folder located at C:\Windows\System32\Macromed\Flash contains 5 files:
    Flash10m.ocx; FlashInstall.log ; FlashUtil10m_ActiveX.dll; FlashUtil10m_ActiveX.exe; install.log
    When I visit the adobe page for testing flash player, it does not show me any animation; there is a blank white rectangle with a tiny red 'X' in its top left corner, which I assume should be a box containing the version information if the player had been recognized.
    I have looked at the IE8 'tools/Manage Add-Ons - 'show' All Add Ons, and there is no listing of  'Shockwave  Flash Object'
    although there is a listing of   'shockwave activeX control' which is enabled.
    I've set my IE8 security settings to medium for the categories of 'Trusted Sites' and 'Internet' and I've made sure to set:
    'Download Signed ActiveX Controls' to 'Prompt'  and 'Run ActiveX Controls And Plug-ins' to 'Enable'
    I've tried unintalling the flash player using the specified tool, removing the adobe download tool, and manual re-installation.
    Finally, I tried (with much hesitation) to modify the registry key referred to in the Flash-Killer or 'kill-bit' guidlines.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{D27CDB6E-AE6D-11CF-96B8-444553540000}
    The key existed, with a Name: compatibility flags  ; Type: REG_DWORD  ; Data: 0x0000400 (1024)
    So I changed the value from 400 to 000 as suggested.
    This is not worked either, despite uninstalling flash player, re-booting and re-installing.
    Finally, I updated the graphics driver for my ATI RADEON HD 5670 card, but aside from scaring me by drastically altering the screen resolution and not allowing me to roll back the driver, it has unfortunately not solved the flash player problem.
    I appreciate that the people with expertise have given loads of help on this problem, I hope I haven't missed something important when following the advice, but I'm pretty stuck, so if anyone can help, I thank you very much.
    thanks,
    pad

    Hi eidnolb,
    unfortunately, the installation of FP 9.0.280 based on running flashplayer9r280_winax.exe has not worked:
    I cannot see the animation / spinning, there is no animation and no box showing the version.
    (I have included a partial screenshot in this message, file name flashplayer_test_screenshot.jpg)
    Therefore, I did not continue with the instructions.
    The control panel list of programs does show 'Adobe Flash Player ActiveX' as being installed, version 9.0.280.0
    There were no messenger utilites listed in the system tray.
    As you advised, the first thing I did was to modify the {D27CDB6E-AE6D-11CF-96B8-444553540000} registry key value from 400 to 000.
    After modifying the value by making it Zero, I re-started the computer.
    Regarding Administrator Account, I looked on ther 'User Accounts' information, and there is only one user, my dad, and he is listed as Administrator.
    Sorry, but I will need to ask for your further advice. In case it is useful, I tried to get a list of all processes that were running on the computer
    (in case some of them inhibit the installation. most of them don't mean anything to me, even when they are given a description by the windows 7 Task Manager Processes List - I have pasted the text file below in this post, since I couldnt see how to attach files.)
    thank you for your help,
    pad2001
    Image Name                     PID Session Name        Session#    Mem Usage
    ========================= ======== ================ =========== ============
    System Idle Process              0 Services                   0         24 K
    System                           4 Services                   0        956 K
    smss.exe                       312 Services                   0        880 K
    csrss.exe                      456 Services                   0      3,328 K
    wininit.exe                    528 Services                   0      3,736 K
    csrss.exe                      536 Console                    1      6,104 K
    winlogon.exe                   592 Console                    1      5,288 K
    services.exe                   632 Services                   0      7,200 K
    lsass.exe                      640 Services                   0      9,380 K
    lsm.exe                        652 Services                   0      3,436 K
    svchost.exe                    760 Services                   0      7,008 K
    svchost.exe                    856 Services                   0      5,832 K
    atiesrxx.exe                   920 Services                   0      3,376 K
    svchost.exe                    988 Services                   0     16,176 K
    svchost.exe                   1028 Services                   0     51,320 K
    svchost.exe                   1068 Services                   0     28,928 K
    audiodg.exe                   1156 Services                   0     15,976 K
    svchost.exe                   1200 Services                   0     12,432 K
    svchost.exe                   1316 Services                   0     11,852 K
    atieclxx.exe                  1408 Console                    1      4,956 K
    wisptis.exe                   1432 Console                    1      6,512 K
    AvastSvc.exe                  1552 Services                   0     22,832 K
    wisptis.exe                   1792 Console                    1      8,360 K
    TabTip.exe                    1804 Console                    1     10,448 K
    dwm.exe                       1892 Console                    1     29,420 K
    explorer.exe                  1940 Console                    1     53,728 K
    RtHDVCpl.exe                   336 Console                    1      8,688 K
    AvastUI.exe                    328 Console                    1      4,060 K
    sidebar.exe                    476 Console                    1     36,108 K
    spoolsv.exe                   2264 Services                   0      9,464 K
    taskhost.exe                  2272 Console                    1      6,072 K
    svchost.exe                   2332 Services                   0     11,252 K
    svchost.exe                   2524 Services                   0     12,836 K
    PsiService_2.exe              2572 Services                   0      3,052 K
    SeaPort.exe                   2616 Services                   0      7,908 K
    WLIDSVC.EXE                   2684 Services                   0      9,104 K
    SearchIndexer.exe             3104 Services                   0     19,096 K
    WUDFHost.exe                  3244 Services                   0      5,468 K
    WLIDSVCM.EXE                  3372 Services                   0      2,644 K
    wmpnetwk.exe                  3452 Services                   0      3,772 K
    notepad.exe                   3600 Console                    1      6,096 K
    svchost.exe                   3876 Services                   0     11,480 K
    iexplore.exe                  2936 Console                    1     29,228 K
    iexplore.exe                  3640 Console                    1     59,180 K
    wltuser.exe                   3704 Console                    1     10,016 K
    dllhost.exe                   2480 Services                   0      5,000 K
    svchost.exe                   2680 Services                   0     21,228 K
    InputPersonalization.exe      3180 Console                    1      1,440 K
    wuauclt.exe                    116 Console                    1      5,516 K
    taskmgr.exe                   3204 Console                    1      9,052 K
    iexplore.exe                  1872 Console                    1    112,188 K
    cmd.exe                       1048 Console                    1      2,936 K
    conhost.exe                   3012 Console                    1      5,200 K
    tasklist.exe                  4300 Console                    1      4,664 K
    WmiPrvSE.exe                  4340 Services                   0      5,352 K

  • SoundBlaster 5.1 not working in Windows 7

    )SoundBlaster 5. not working in Windows 7E Hello all, I installed a SoundBlaster 5. VX sound card into my system: A Fujitsu-Siemens Celsius M430, 3.4 GHz Intel processor, 2GB of RAM and a fresh installation of Windows 7 Ultimate (retail version). I initially tried to use the drivers provided on the product CD, which during installation gave me a bluescreen. After reboot, I downloaded the latest drivers for Windows 7 from the CLE website. But still, the drivers seem to not install correctly - I get a message that the SB 5. VX is ready for use, but the speaker symbol still shows a red cross and when I click on it, Windows suggests me to re-install the drivers, which gives me the same results even after rebooting. In the Device Manager, the device has a yellow exclamation mark besides it. Additonally, I may mention that the onboard sound device is a SoundMax onboard system, which I now have disabled. Anyhow, the SounbdBlaster is recognized by CLE AutoUpdate software (but needs no update according to the mesages). I'm a bit thrown up, did anybody encounter the same problems or have a solution yet? Cheers Dennis

    I have a subwoofer and 5 speakers (2 for front, 2 for rear, 1 for center)...Philips MMS460 5.1.  Connection to the on-board RealTek HD Audio is simple, orange for the subwoofer, green for front and black for rear.I have already tried downloading the latest drivers from the motherboard manufacturers website,I have tried connecting the subwoofer connectors to different jacks (reversed black and green).
    I have experimented with the settings in the RealTek HD Audio Manager and Control Panel->Sound windows.  Nothing works.
    These exact same subwoofer and speakers worked perfectly fine in vISTA Home basic
    1. Disconnect the speaker system from the pc rear audio panel
    2. Remove the on-board audio using the "Add or Remove Hardware" option in Control Panel
    3. Reboot the pc, install the driver.  Re-connect the speaker system.
    4. Using the Sound applet found in Control Panel, configure the speakers for surround sound
    5. Reboot the pc.
    And now resume all of that ...i have been on Realtek hd audio manager->Speaker configuration set on 5.1 making the test ...EVERITHING WORKS FINE but ...finally when i open for example WINAMP AND PLAY A SONG ....is only  played on front *or stereo..So on what im wrong?

Maybe you are looking for