[Bug 680810] Re: pulseaudio should handle additional mixer element name for internal mic

2013-01-29 Thread David Henningsson
Assuming fixed since a long time ago.

** Changed in: pulseaudio (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/680810

Title:
  pulseaudio should handle additional mixer element name for internal
  mic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/680810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 680810] Re: pulseaudio should handle additional mixer element name for internal mic

2012-03-26 Thread João Miguel Lopes Moreira
The only solution to make microphone work is to install linux-backports-
modules-alsa-generic...

Just go to:

Menu / System / Administration / Synaptic Package Manager

And search and mark for installation:

linux-backports-modules-alsa-generic

tip: if you have multiple versions click on the first and read the
description which should inform what name to install...

If after the reboot and mic mute is off, still does not work, just go to
terminal and type:

sudo nano /etc/modprobe.d/alsa-base.conf

and add or change the following:

options snd-hda-intel model=auto enable=yes

Then Ctrl+X, type Y to write and exit, reboot and mic will work.

Bye and have lots of fun with Ubuntu (the best).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/680810

Title:
  pulseaudio should handle additional mixer element name for internal
  mic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/680810/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 680810] Re: pulseaudio should handle additional mixer element name for internal mic

2011-02-09 Thread Alexandre Demers
Even with the fix applied, it's not working on both my computers.
However, using a previous kernel (2.6.35 or 2.6.36) does enumerate the
input devices correctly. Am I right to think that

amixer ->
Simple mixer control 'Input Source',2
  Capabilities: cenum
  Items: 'Rear Mic' 'Front Mic' 'Line'
  Item0: 'Rear Mic'

would need to add in pulseaudio file ->
[Option Input Source:Rear Mic]
name = input-microphone
priority = 19

[Option Input Source:Front Mic]
name = input-microphone
priority = 19

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/680810

Title:
  pulseaudio should handle additional mixer element name for internal
  mic

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 680810] Re: pulseaudio should handle additional mixer element name for internal mic

2010-11-30 Thread Raymond
but there are three capture subdevices which allow user to capture from
three input sources independently

 List of CAPTURE Hardware Devices 
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
  Subdevices: 3/3
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1
  Subdevice #2: subdevice #2

Simple mixer control 'Input Source',0
  Capabilities: cenum
  Items: 'Internal Mic' 'Mic' 'Internal Mic 1'
  Item0: 'Mic'
Simple mixer control 'Input Source',1
  Capabilities: cenum
  Items: 'Internal Mic' 'Mic' 'Internal Mic 1'
  Item0: 'Mic'
Simple mixer control 'Input Source',2
  Capabilities: cenum
  Items: 'Internal Mic' 'Mic' 'Internal Mic 1'
  Item0: 'Mic'


Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch penum
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 14
  Front Left: Capture 12 [86%] [18.00dB] [on]
  Front Right: Capture 12 [86%] [18.00dB] [on]
Simple mixer control 'Capture',1
  Capabilities: cvolume cswitch penum
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 14
  Front Left: Capture 14 [100%] [21.00dB] [off]
  Front Right: Capture 14 [100%] [21.00dB] [off]
Simple mixer control 'Capture',2
  Capabilities: cvolume cswitch penum
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 14
  Front Left: Capture 14 [100%] [21.00dB] [off]
  Front Right: Capture 14 [100%] [21.00dB] [off]


pulseaudio does support multiple sinks/sources (e.g. audio 4J which has 2 
playback and 2 capture subdevices )


ARECORD

card 1: Audio4DJ [Audio 4 DJ], device 0: Audio 4 DJ [Audio 4 DJ]
  Subdevices: 2/2
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1


http://git.0pointer.de/?p=pulseaudio.git;a=blob;f=src/modules/alsa/mixer/profile-sets/native-instruments-audio4dj.conf


[Mapping analog-stereo-a]
description = Analog Stereo Channel A
device-strings = hw:%f,0,0
channel-map = left,right

[Mapping analog-stereo-b-input]
description = Analog Stereo Channel B
device-strings = hw:%f,0,1
channel-map = left,right
direction = input

[Profile output:analog-stereo-all+input:analog-stereo-all]
description = Analog Stereo Duplex Channels A, B (Headphones)
output-mappings = analog-stereo-a analog-stereo-b-output
input-mappings = analog-stereo-a analog-stereo-b-input

-- 
pulseaudio should handle additional mixer element name for internal mic
https://bugs.launchpad.net/bugs/680810
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 680810] Re: pulseaudio should handle additional mixer element name for internal mic

2010-11-25 Thread Daniel T Chen
https://tango.0pointer.de/pipermail/pulseaudio-
discuss/2010-November/008283.html

** Changed in: pulseaudio (Ubuntu)
   Status: In Progress => Fix Committed

** Tags added: patch-accepted-upstream
** Tags removed: patch-forwarded-upstream

-- 
pulseaudio should handle additional mixer element name for internal mic
https://bugs.launchpad.net/bugs/680810
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs