Microphone no longer works error: 'wired microphone muted ".

Hello

Please keep us updated on the status of the issue.

Please answer these questions to better understand the issue:

What is the brand and model of the microphone?

Please respond with the requested information, in order to help you solve the problem.

Thank you

Hello

Please keep us updated on the status of the issue.

Please answer these questions to better understand the issue:

What is the brand and model of the microphone?

Please respond with the requested information, in order to help you solve the problem.

Thank you

The microphone carries a label of Compaq and no info on the model. (a microphone simple stand alone). My speakers are Altec Lansing $15 or so, PnP I guess). Make a pnputil EI I see the following result:

Microsoft PnP utility

Published name: oem0.inf
Driver package provider: Microsoft
Class: printers
Version and driver date: 21/06/2006 6.1.7600.16385
The name of the signer: Microsoft Windows

Published name: oem1.inf
Driver package provider: Microsoft
Class: printers
Version and driver date: 21/06/2006 6.1.7601.17514
The name of the signer: Microsoft Windows

Published name: oem2.inf
Driver package provider: Logitech
Class: Imaging devices
The driver date and version: 11/10/2007 11.5.0.1145
The name of the signer: Microsoft Windows Hardware Compatibility Publisher

Published name: oem3.inf
Driver package provider: NVIDIA
Class: Display adapters
The driver date and version: 31/01/2013 9.18.13.0783
The name of the signer: Microsoft Windows Hardware Compatibility Publisher

Published name: oem4.inf
Driver package provider: Samsung
Class: printers
The driver date and version: 06/11/2013 3.12.13.03
The name of the signer: Microsoft Windows Hardware Compatibility Publisher

Published name: oem5.inf
Driver package provider: Samsung
Class: Imaging devices
The driver date and version: 06/04/2012 1.7.5.0
The name of the signer: Microsoft Windows Hardware Compatibility Publisher
--------------------

I think the removal of the package from Logitech, but do not know if it will cause problems.

Tags: Windows

Similar Questions

  • "documents.library - ms" is no longer work error message displayed when you try to access files via the file browser, why?

    I bought a computer window 8 in February of this year.  I use a lot of Word and Excel documents.  I don't know how I got hurt, but now I get the above error message.  Please someone know how to fix this?

    Hello

    I understand that you are getting the error documents. Library-ms' no longer works, when you try to access the files in the file Explorer.

    You can try the following method and check if that helps resolve the issue.

    Method 1: delete the document library.

    a. press the Windows key + E from the start screen.

    b. click on document library.

    c. Select Remove.

    d. click on Yes when it asks confirmation.

    Note: deleting of a library does not delete the contents of the included folders. However, you need to add or include your folders manually, if necessary.

    Method 2: you can follow the procedure to restore libraries.

    a. press the Windows key + E.

    b. right-click on the library.

    c. click on restore default library.

    You can check the link for more information.

    Libraries: Frequently asked questions

    http://Windows.Microsoft.com/en-in/Windows-8/libraries-FAQ

    Libraries: How to add or delete a folder

    http://Windows.Microsoft.com/en-in/Windows-8/Add-folders-library

    If please get back to us and let us know if this helps to resolve the issue.

  • ASUS no longer works, error 80240016

    Recently, I have re-formatted old Asus laptop with Windows Vista and service pack 2 32-bit.

    I installed the updates of the charges, and everything seems to work properly. I use this laptop on a daily basis, as I have an Acer I use, from where I'm typing to you now.

    When I wanted to make the Windows update last week, this Asus just stopped working. I've been away for a few days and decided yesterday suddenly look.

    I got an error code 80240016. It was suggested that that start the pc in safe mode and analyze this laptop. But I can't get anything done, the pc continues on me dying, it stops just to work. It stops working in normal mode and safe mode with internet connection with internet.

    The pc is plugged into a fan, so he can not be overheating, not sure what to do now.

    I need help please, thank you.

    [Original title: Mrs Brodie]

    Thank you Bill Smithers. I'll try the link you gave me.

    Is there anyway that I can check if it's a hardware problem myself, or I have to take it to someone who can?

    Best regards and thank you.

    Freda

  • Windows Media Player no longer works, error reading CD drive in digital mode

    My WMP has suddenly stopped working, he can see a CD in the drive but does not play. The message is "WMP encountered an error when reading the CD drive in digital mode. Click OK to switch to analog mode. Click Cancel to start playing in digital mode.

    When I click OK nothing happens for a while, then the error message repeats itself. I searched this forum for a problem similar and tried the solution given here, but it did not work as when I go to the dialog box properties on WMP digital option is already in use, not analog.

    I can play music from the library perfectly ok.

    Help please, thank you very much.

    Fortunately, I can tell you that he decided spontaneously to work again, I have absolutely nothing to him and was thinking about getting my courage to try the boot minimum, but try one of the CD I had problems with just one last time, and Oh surprise, it was perfectly ok. What a mystery. Thanks for your help.

  • Servererror trigger no longer works after copy/clone db

    Hello
    We have a dev server, where it has been activated the trigger next under the user with dba/admin rights
    create or replace
    trigger 
       log_errors_trig
    after servererror on database
    
    declare
     --  VAR_USER      varchar2(30);
       var_osuser    varchar2(30);
       var_machine   varchar2(64);
       var_process   varchar2(12);
       var_program   varchar2(64);
          sql_text ora_name_list_t;
       msg_     varchar2(2000) := null;
       stmt_    varchar2(2000) := null;
          
    begin
    
    if ORA_LOGIN_USER != 'DBSNMP' and  ORA_LOGIN_USER != 'DBSNMP' and  ORA_LOGIN_USER != 'SYSMAN' and ORA_LOGIN_USER != 'OWBREPOS_OWNER' and ORA_LOGIN_USER != 'OWF_MGR'
    THEN
    
    
    for depth in 1 .. ora_server_error_depth loop
        msg_ := msg_ || ora_server_error_msg(depth);
      end loop;
    
      for i in 1 .. ora_sql_txt(sql_text) loop
         stmt_ := stmt_ || sql_text(i);
      end loop;
    
       select 
       --   username,
          osuser,
          machine,
          process,
          program
       into 
        --  var_user,
          var_osuser,
          var_machine,
          var_process,
          var_program
       from 
          v$session
       where 
          audsid=userenv('sessionid');
                   
       insert into 
          SERVERERROR_LOG
       values(
          DBMS_STANDARD.SERVER_ERROR(1),
                   DBMS_STANDARD.SERVER_ERROR_MSG(1),
          systimestamp,
          ora_login_user,
          var_osuser,
          var_machine,
          var_process,
          var_program,
                   stmt_);
         END IF;
    end;
    to my knowledge, there was some admin tasks i.e. copy this server to the new environment with a new IP, to create a new copy and possibly a new full install one, perhaps with cloning.
    Anway: since these operations admin, this trigger on the original server no longer works;
    errors are also thrown in a different way, and the trigger does not capture the most

    that is on my local machine if I "select * x", where x is an existing no table i recevie the error:
    ORA-00942: table or view does not exist
    00942. 00000 -  "table or view does not exist"
    *Cause:    
    *Action:
    Error at Line: 42 Column: 14
    the error is stored in the error with the following entry table
    INFO     ERROR_MSG     TIME_ERROR     USER_NAME     OSUSER     MACHINE     PROCESS     PROG     SQL_TEXT
    942     ORA-00942: table or view does not exist     16:20,7     ADMIN     XXX    XXX     4320     SQL Developer     select * X
    the dev server after having issued the same statemtne error the error message I get now is:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01536: space quota exceeded for tablespace 'USERS'
    ORA-06512: at line 42
    ORA-00942: table or view does not exist
    00604. 00000 -  "error occurred at recursive SQL level %s"
    *Cause:    An error occurred while processing a recursive SQL statement
               (a statement applying to internal dictionary tables).
    *Action:   If the situation described in the next error on the stack
               can be corrected, do so; otherwise contact Oracle Support.
    Error at Line: 42 Column: 14
    the error message does not become caputured in the error table or;

    I'd appreciate advice on where to find the source of this change and this error in the treatment;
    Thank you very much
    Rgds

    The user who owns the trigger has no quota or quota on the tablespace users so impossible to insert a row.

    That shows this query?

    select tablespace_name, bytes, max_bytes
    from dba_ts_quotas
    where username = 'TRIGGER_OWNER'
    

    John

  • Microphone no longer works for Skype on Fedora 21 4.3

    Microphone is no longer recognized by Skype 4.3 after the latest updates for Fedora 21.

    I already had to move from i586 RPM to dynamic package to get Skype to work at all - but he ultimately everything works including mic.

    After the last update of Fedora 21, which included alsa and pulseaudio fixes, microphone no longer works in Skype. I tested several other applications that are configured to use pulseaudio like Audacity and Linphone, and the microphone works in each of them.

    Answered my own question. On one of my machines the problem proved that Skype could use my microphone only if it was the only input device activated under PulseAudio. While other applications use fortunately some audio available, Skype seems to have been confused in the face of any kind of choice. The solution is to disable all other audio inputs and speficially to configure my external USB mic as the sole entry. In addition I had to change the Audio setting integrated full-duplex stereo analog stereo output analog.

    I wasn't so lucky with my laptop, where I use the internal mic and therefore can't change Audio settings integrated (it must be defined as a Duplex for the microphone and speakers/headphones to work). For this reason, I am now unable to use Skype on my laptop. Accordingly, I am now exploring the possibility of using the SIP/XMPP voice and video with a client open source, which was too bad I was a customer/user of Skype for many years.

  • My internal microphone no longer works after that was plugged in a mic

    Hey guys!

    I bought the HP Envy 13 spectrum (13-2113TU) earlier, and everything was smooth and functional until yesterday when I plugged it in one of these headphones with the MIC designed for phones in the 3.5 mm plug. For a second, that it did not work, but after that the external microphone worked fine. However, I find that after using the earphone, the internal microphone no longer works on Skype or any where else and it seems there is no way to test whether it is functional or not.

    In the audio Panel, there is only the stereo mix and microphone option external availible under recording devices. I checked the boxes that says see the disabled and disconnected devices but there seems to be no way to activate the interal peak. All audio drivers are up to date and nothing is cut.

    Nobody knows what is happening and what are the steps I could take to solve this problem. Thank you.

    Hi Shabab,

    I understand that your internal microphone no longer works after that a microphone is plugged into your HP Envy 13 of spectrum. If you follow this document on the microphone does not work after a webcam or a microphone USB is installed, it should solve your problem.

    http://support.HP.com/us-en/document/c01926155

    I hope this helps.

    Thank you

  • Gmail account login no longer works. Error message

    Gmail account login no longer works. Error message is: 'no riuscito per della through the [email protected] account. He Server di posta pop.gmail.com ha better: Internet connection required: https://support.google.com/mail/answer/78754.

    Received an email from Gmail, saying: they have blocked access to my account. They suggest to allow less secure apps... but I don't want to!
    I will be able to continue using Thunderbird?
    Or should I move on? I hope that this issue is resolved soon!

    Upgrade to Version 38. He supports this false "less safe" junk composed by Google.

  • How to download MicrosoftFixit50202.msi of the flash player for my not more long computer work - error 0 x 80070002

    How to download MicrosoftFixit50202.msi of the flash player for my not more long computer work - error 0 x 80070002.   I found the site for download fixit, but I have no desktop feature other than the startup repair options.  I thot I could download fixit from my flash drive solution, but I can't find a command prompt to access.  It is the only page from command prompt I can find... I'm in x:\windows\system32\cmd.exe trying to find the good order for my location flashdrive G:

    I used to go G and get G but it says only that go and get are not internal or external commands and not an executable program or batch file

    HELLLLLLLPPPPPPP!   Thank you!

    x:\ I do not think it is a 'valid' for what you intend. I used a 2nd computer and the original disk, I don't remember tho if I used windows file transfer or just copy, but I had the disc copied to the flash drive and reinstalled windows 7. I have still no working dvd rom (x 2) they open and close (sometimes), but the drivers need to be mounted to something incomplete. repair is absent as well. some other problems too but its been executed in this way for months (apx5). here and there, I get an email from answers, that's how I arived here really (enroute) hope this helps (a bit)

  • My mouse no longer works 2 days ago... I restored my pc on the eve, it works... but that did not help my mouse. This mouse works on another pc... I am getting error usb? I removed & charged all under the usb tab__

    My mouse no longer works 2 days ago... I restored my pc on the eve, it works... but that did not help my mouse.   This mouse works on another pc... I am getting error usb?  I removed & charged all the usb tab

    Hello

    You may need assistance from a real store tech computer (no leeks and glances at a BestBuy or)
    other BigBox stores) or the manufacturer of your system Support.

    What is the error of USB?

    Follow these steps to remove corruption and missing/damaged file system repair or replacement.

    Start - type in the search box - find command top - RIGHT CLICK – RUN AS ADMIN

    sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe)
    program generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Then, run checkdisk - schedule it to run at next boot, then apply OK your way out, then restart.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    -----------------------------------------------

    Please make these now even though you might have tried this before:

    Remove the mouse if indicated in the Manager of devices - devices of score - click right on - UNINSTALL.

    Then lets refresh the USB stack

    Control Panel right CLICK on EVERYTHING - Serial USB controllers - device configuration-manager and
    UNINSTALL all but the category itself - REBOOT - it refreshes the drive and battery USB

    This KB shows XP how to and the method of Vista is identical
    http://support.Microsoft.com/kb/310575

    ----------------------------------------------

    If necessary try these two:

    Tips for solving problems of USB devices - and a Mr Fixit
    http://windowshelp.Microsoft.com/Windows/en-us/help/c39bd203-f729-47a4-8351-83291e13c8a81033.mspx#EGB

    Hardware devices not detected or not working - Mr. Fixit
    http://support.Microsoft.com/GP/hardware_device_problems

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • Error: ' Pictures.library - ms no longer works. " This library can be removed safely from your computer. Records that have been added will not suffer' while accessing the image library.

    Title: Picures library no longer works?

    Whenever I try to open my library of images, I get the error message "Pictures.library - ms no longer works." This library can be removed safely from your computer. Records that have been added will not suffer. "It allows me to take pictures with my webcam or anything like that.

    Hi Love_atomic,

    Thanks for choosing Windows 8.
     
    I understand that you receive error message when trying to access the image library. I'll be happy to help you with this problem.
     
    (1) did you do changes on the computer before this problem?
    (2) is the issue limited only with the specific folder?
     
    I suggest you to follow the steps and check if the problem persists.
    (a) open Windows Explorer .
    (b) with the right button on image library , and select Remove.
    (c) click Yes to confirm.
    (d) then right click on libraries in the navigation pane.
    (e) select restore default libraries.

    Note: Deleting of a library does not delete the contents of the included folders. However, you need to add or include your folders manually, if necessary.
     
    I hope it helps. If you have problems in the future, please let us know. We will be happy to help you.
  • Error message: Picture.library.ms no longer works. Tried to remove the library as suggested but does not ask for confirmation delete a few deletions without asking for confirmation.

    Error message: Picture.library.ms no longer works. Tried to remove the library as suggested but does not ask for confirmation delete a few deletions without asking for confirmation. Also don't undersatnd how then restore you the other context using the trash of the library? Don't understand that your instructions please the ventilation in portions of beginner. Is - this recurring issue is sought in microsoft?

    Hello

    You solved the problem with the photo library?

    You have been informed that the question about the image library is fixed in the next thread.

    http://answers.Microsoft.com/en-us/IE/Forum/ie11-iewindows8_1/you-tube-videos-do-not-play-after-updating-to/ce05a70a-3548-44e7-b5ed-2602df641dca

    If you are now facing problems with videos from YouTube on Internet Explorer 11, try the steps in the above thread link and check.

    Let us know if you need help with Windows related issues. We will be happy to help you.

  • Error of libraries ' Documents.libraries - ms no longer works.

    Original title: Windows 8 libraries

    I can't access any of my documents or photos that I get the message ' Documents.libraries - ms no longer works. How can I find my files?

    Hello

    File Explorer - access

    User name 'C:\Users\"Your \Documents\Pictures.

    Search for the file Explorer, or it is available from the taskbar on the desktop - small file
    on the left.

    ==================================

    Try these to erase corruption and missing/damaged file system repair or replacement.

    Windows key + X (or right click in the lower left corner) - (Admin) command prompt

    C:\Windows\System32\ >

    At the prompt, type in SFC/scannow above
    (There is a space between C and /)

    How to run the command "SFC/scannow" at startup or in Windows 8
    http://www.eightforums.com/tutorials/3047-sfc-scannow-command-run-Windows-8-a.html

    -----

    Then run CheckDisk (chkfdsk/f/r)

    File (formerly Windows Explorer)

    Right click on drive C: - Properties - tab tools - error checking - Check

    Windows 8 - improve performance by optimizing your hard drive - see "to repair a drive:
    http://Windows.Microsoft.com/en-us/Windows-8/improve-performance-optimizing-hard-drive

    How to check a drive for errors with "chkdsk" in Windows 8
    http://www.eightforums.com/tutorials/6221-chkdsk-check-drive-errors-Windows-8-a.html

    ------------

    You "May" have to run SHELL for Documents, images, or other system commands
    concerned files (perhaps all records of system under Documents such as images,)
    (Music, videos, Favorites, and other). It does not hurt to enter one if you are not sure
    It is needed. Separately enter the folder and the library if order and sequence

    do not import.

    List of Windows 8 and 8.1 Shell commands
    http://www.eightforums.com/tutorials/6050-shell-commands-Windows-8-a.html

    Open a command prompt (Admin) - Windows key + X - then issue orders required Shell
    one at a time and press on entry after each - you can copy and paste then in, and then press ENTER.

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • my copy of CS4 is not allowing me to open it, whenever I have it try state that the license is no longer works and gives an error code: 6. this problem occurs on my laptop works fine my office copy [from the same CD, etc.]

    my copy of CS4 is not allowing me to open it, whenever I have it try state that the license is no longer works and gives an error code: 6. this problem occurs on my laptop works fine my office copy [from the same CD, etc.]

    Exit code: 6, Exit Code: 7 Installation error - http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html

    The problems with the Setup logs. CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html for more information on how to review your Setup logs

  • I try to capture a Web page using the Acrobat "Convert" icon, but this no longer works. I get an error message: "no access to Acrobat WebCapture. Acrobat is posibly busy or waiting for input. »

    I try to capture a Web page using the Acrobat "Convert" icon, but this no longer works. I get an error message: "no access to Acrobat WebCapture. Acrobat is posibly busy or waiting for input. »

    Thanks Abhishek,

    already, this option was unckecked. But miraculously it works now (after spending hours trying...).

    Beste, Geert

Maybe you are looking for