Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Default microphone problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Default microphone problem

    Hello.

    How can I set the default microphone to use? I have a keyboard which usb dongle, in addition to mause and keyboard, is also recognized as a microphone and headphones, but unfortunately it does not work. I also have a webcam with a microphone that does work. Unfortunately, when I imito start is selected microphone of usb dongle. I have all the time to set up my webcam. Is there a way to do this automatically?

    Thank you.

    #2
    Resolvedeeeeeeeeeeeeeeeeeeeeeeed, Reeeeeeeeeeeeeeeeeeeeesolved

    I am happy to report that I have solved the problem.

    Here's how:

    1) From a shell, run the following command: cat /proc/asound/cards
    You will be back to you the list of devices compliant alsa recognized by the system.
    2) Make a note of the number of the device you are interested.

    3) Assuming that the number of your device is 3, when the system run the following command:
    setprop persist.audio.currentcapture 3

    To run on boot your script scritp, you can use the folder init.d created in last Realise of the dear bob
    or install SManager and configure it properly

    I hope I have been helpful.

    Hello

    Comment


      #3
      Originally posted by prova100 View Post
      I am happy to report that I have solved the problem.

      Here's how:

      1) From a shell, run the following command: cat /proc/asound/cards
      You will be back to you the list of devices compliant alsa recognized by the system.
      2) Make a note of the number of the device you are interested.

      3) Assuming that the number of your device is 3, when the system run the following command:
      setprop persist.audio.currentcapture 3

      To run on boot your script scritp, you can use the folder init.d created in last Realise of the dear bob
      or install SManager and configure it properly

      I hope I have been helpful.

      Hello
      Could this work for the use of a bluetooth microphone, if so how? "If Different"

      Comment

      Working...
      X