[HDA-Intel - HDA Intel PCH, recording] External microphone not recognized
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | linux (Ubuntu) |
Undecided
|
David Henningsson | ||
| | Precise |
Undecided
|
David Henningsson | ||
| | Trusty |
Undecided
|
David Henningsson | ||
| | Utopic |
Undecided
|
David Henningsson | ||
Bug Description
With my Fujitsu U904 laptop with the headset jack (an icon with a headset next to it) and Ubuntu 14.04, external microphone is not detected when attached to the headset jack (through a TRRS splitter I have).
I had to override pin 0x19 with hda-jack-retask from alsa-tools-gui to get my external microphone to work, when it was autodetected. I've also tried with a random Nokia headset I had around (from N900 or N9), and overriding pin 0x19 made it work properly as well.
Before overriding, I had "Microphone (internal)" and "Analog input (internal)" shown as input devices, yet my laptop only has a single headset jack.
Judging from other bugs, it's David Henningsson (diwic) who usually handles these so I'll subscribe him directly.
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: pulseaudio 1:4.0-0ubuntu11
ProcVersionSign
Uname: Linux 3.13.0-29-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
AudioDevicesInUse:
КОРИСНИК НАРЕДБА ПРИСТУПА ПИБ-у
/dev/snd/pcmC1D0c: danilo 5803 F...m pulseaudio
/dev/snd/
/dev/snd/
CurrentDesktop: Unity
Date: Tue Jun 10 17:35:35 2014
EcryptfsInUse: Yes
SourcePackage: pulseaudio
Symptom: audio
Symptom_Card: HDA-Intel - HDA Intel PCH
Title: [HDA-Intel - HDA Intel PCH, recording] Pulseaudio fails to detect card
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/11/2013
dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
dmi.bios.version: Version 1.07
dmi.board.name: FJNB27D
dmi.board.vendor: FUJITSU
dmi.board.version: D2
dmi.chassis.type: 10
dmi.chassis.vendor: FUJITSU
dmi.chassis.
dmi.modalias: dmi:bvnFUJITSU/
dmi.product.name: LIFEBOOK U904
dmi.product.
dmi.sys.vendor: FUJITSU
| Данило Шеган (danilo) wrote : | #1 |
| Данило Шеган (danilo) wrote : | #2 |
| David Henningsson (diwic) wrote : [PATCH] ALSA: hda - Add quirk for external mic on Lifebook U904 | #3 |
According to the bug reporter (Данило Шеган), the external mic
starts to work and has proper jack detection if only pin 0x19
is marked properly as an external headset mic.
AlsaInfo at https:/
Cc: <email address hidden>
BugLink: https:/
Signed-off-by: David Henningsson <email address hidden>
---
sound/
1 file changed, 9 insertions(+)
diff --git a/sound/
index 9c095fa..89af62f 100644
--- a/sound/
+++ b/sound/
@@ -4246,6 +4246,7 @@ enum {
ALC269_
ALC269_
ALC269_
+ ALC269_
ALC269_
ALC269_
ALC269VB_
@@ -4383,6 +4384,13 @@ static const struct hda_fixup alc269_fixups[] = {
.chained = true,
.chain_id = ALC269_
},
+ [ALC269_
+ .type = HDA_FIXUP_PINS,
+ .v.pins = (const struct hda_pintbl[]) {
+ { 0x19, 0x01a1903c }, /* headset mic, with jack detect */
+ { }
+ },
+ },
[ALC269_
.type = HDA_FIXUP_PINS,
.v.pins = (const struct hda_pintbl[]) {
@@ -4844,6 +4852,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
SND_PCI_
SND_PCI_
SND_PCI_
+ SND_PCI_
SND_PCI_
SND_PCI_
SND_PCI_
--
1.9.1
| affects: | pulseaudio (Ubuntu) → linux (Ubuntu) |
| Changed in linux (Ubuntu): | |
| assignee: | nobody → David Henningsson (diwic) |
| status: | New → In Progress |
| Takashi Iwai (tiwai) wrote : | #4 |
At Fri, 13 Jun 2014 11:15:44 +0200,
David Henningsson wrote:
>
> According to the bug reporter (Данило Шеган), the external mic
> starts to work and has proper jack detection if only pin 0x19
> is marked properly as an external headset mic.
>
> AlsaInfo at https:/
>
> Cc: <email address hidden>
> BugLink: https:/
> Signed-off-by: David Henningsson <email address hidden>
Thanks, applied.
Takashi
> ---
> sound/pci/
> 1 file changed, 9 insertions(+)
>
> diff --git a/sound/
> index 9c095fa..89af62f 100644
> --- a/sound/
> +++ b/sound/
> @@ -4246,6 +4246,7 @@ enum {
> ALC269_
> ALC269_
> ALC269_
> + ALC269_
> ALC269_FIXUP_AMIC,
> ALC269_FIXUP_DMIC,
> ALC269VB_
> @@ -4383,6 +4384,13 @@ static const struct hda_fixup alc269_fixups[] = {
> .chained = true,
> .chain_id = ALC269_
> },
> + [ALC269_
> + .type = HDA_FIXUP_PINS,
> + .v.pins = (const struct hda_pintbl[]) {
> + { 0x19, 0x01a1903c }, /* headset mic, with jack detect */
> + { }
> + },
> + },
> [ALC269_FIXUP_AMIC] = {
> .type = HDA_FIXUP_PINS,
> .v.pins = (const struct hda_pintbl[]) {
> @@ -4844,6 +4852,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
> SND_PCI_
> SND_PCI_
> SND_PCI_
> + SND_PCI_
> SND_PCI_
> SND_PCI_
> SND_PCI_
> --
> 1.9.1
>
| Данило Шеган (danilo) wrote : | #5 |
Thanks for the quick fix! I'd be happy to try out a new kernel package once it's available if you need confirmation.
| David Henningsson (diwic) wrote : | #6 |
As of tomorrow or the day after that, it will be available through this channel: https:/
| Changed in linux (Ubuntu): | |
| status: | In Progress → Fix Committed |
| Данило Шеган (danilo) wrote : | #7 |
FWIW, still haven't had a chance to test this, but it's on my list for one of the evenings this week.
| Launchpad Janitor (janitor) wrote : | #8 |
This bug was fixed in the package linux - 3.16.0-3.8
---------------
linux (3.16.0-3.8) utopic; urgency=low
[ Tim Gardner ]
* Release Tracking Bug
- LP: #1340091
-- Tim Gardner <email address hidden> Thu, 10 Jul 2014 10:06:47 +0100
| Changed in linux (Ubuntu): | |
| status: | Fix Committed → Fix Released |
| Brad Figg (brad-figg) wrote : | #9 |
This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-
If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.
See https:/
| tags: | added: verification-needed-precise |
| tags: | added: verification-needed-trusty |
| Brad Figg (brad-figg) wrote : | #10 |
This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-
If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed.
See https:/
| Changed in linux (Ubuntu Precise): | |
| assignee: | nobody → David Henningsson (diwic) |
| Changed in linux (Ubuntu Trusty): | |
| assignee: | nobody → David Henningsson (diwic) |
| Changed in linux (Ubuntu Precise): | |
| status: | New → Fix Committed |
| Changed in linux (Ubuntu Trusty): | |
| status: | New → Fix Committed |
| Brad Figg (brad-figg) wrote : | #11 |
The quirk is device specific and so has a very low chance of regression.
| tags: |
added: verification-done-precise verification-done-trusty removed: verification-needed-precise verification-needed-trusty |
| Launchpad Janitor (janitor) wrote : | #12 |
This bug was fixed in the package linux - 3.13.0-35.62
---------------
linux (3.13.0-35.62) trusty; urgency=low
[ Joseph Salisbury ]
* Release Tracking Bug
- LP: #1357148
[ Brad Figg ]
* Start new release
[ dann frazier ]
* SAUCE: (no-up) Fix build failure on arm64
- LP: #1353657
* [debian] Allow for package revisions condusive for branching
[ David Henningsson ]
* SAUCE: Call broadwell specific functions from the hda driver
- LP: #1317865
[ Edward Lin ]
* SAUCE: (no-up) Add use native backlight quirk for Dell Inspiron
5547/5447
- LP: #1332437
[ Imre Deak ]
* SAUCE: drm/i915: move power domain init earlier during system resume
- LP: #1353405
[ Jani Nikula ]
* SAUCE: drm/i915: use lane count and link rate from VBT as minimums for
eDP
- LP: #1338582
* SAUCE: drm/i915/dp: force eDP lane count to max available lanes on BDW
- LP: #1338582
* SAUCE: drm/i915: provide interface for audio driver to query cdclk
- LP: #1188091
* SAUCE: drm/i915: demote opregion excessive timeout WARN_ONCE to
DRM_INFO_ONCE
- LP: #1351014
[ Joseph Salisbury ]
* [Config] updateconfigs after Linux 3.13.11.6 updates
[ Luis Henriques ]
* Revert "[Packaging] linux-udeb-flavour -- standardise on linux prefix"
[ Ming Lei ]
* Revert "SAUCE: (no-up) ata: Fix the dma state machine lockup for the
IDENTIFY DEVICE PIO mode command."
- LP: #1335645
[ Paulo Zanoni ]
* SAUCE: drm/i915: consider the source max DP lane count too
- LP: #1338582
[ Tim Gardner ]
* [Config] CONFIG_GPIO_SYSFS=y
- LP: #1342153
* [Config] CONFIG_
- LP: #1344405
* [Config] updateconfigs
* [Config] CONFIG_
- LP: #1343109
* [Config] CONFIG_
- LP: #1349028
[ Timo Aaltonen ]
* SAUCE: Fix a typo in hda i915_bdw support.
- LP: #1343140
[ Upstream Kernel Changes ]
* Revert "net/mlx4_en: Fix bad use of dev_id"
- LP: #1347012
* Revert "ACPI / AC: Remove AC's proc directory."
- LP: #1356913
* Revert "mac80211: move "bufferable MMPDU" check to fix AP mode scan"
- LP: #1356913
* mm, pcp: allow restoring percpu_
- LP: #1347088
* net: Fix permission check in netlink_connect()
- LP: #1312989
* netlink: Rename netlink_capable netlink_allowed
- LP: #1312989
* net: Move the permission check in sock_diag_
packet_
- LP: #1312989
* net: Add variants of capable for use on on sockets
- LP: #1312989
* net: Add variants of capable for use on netlink messages
- LP: #1312989
* net: Use netlink_ns_capable to verify the permisions of netlink
messages
- LP: #1312989
* netlink: Only check file credentials for implicit destinations
- LP: #1312989
* igb: fix stats for i210 rx_fifo_errors
- LP: #1338893
* HID: use multi input quirk for 22b9:2968
- LP: #1339567
* crypto/nx: disable NX on little endian builds
- LP: #1338666
* ACPI / video: Add Dell Inspiron 5737 to the blacklist
- LP: #1250401
* Input: elantech - deal with clickpads reportin...
| Changed in linux (Ubuntu Trusty): | |
| status: | Fix Committed → Fix Released |
| Launchpad Janitor (janitor) wrote : | #13 |
This bug was fixed in the package linux - 3.2.0-68.102
---------------
linux (3.2.0-68.102) precise; urgency=low
[ Joseph Salisbury ]
* Release Tracking Bug
- LP: #1355387
[ Joseph Salisbury ]
* [Config] updateconfigs after Linux 3.2.62 update
[ Upstream Kernel Changes ]
* Revert "net: ipv4: ip_forward: fix inverted local_df test"
- LP: #1337281
* Revert "net: ip, ipv6: handle gso skbs in forwarding path"
- LP: #1337281
* Yama: handle 32-bit userspace prctl
- LP: #1338883
* mm: highmem: don't treat PKMAP_ADDR(
- LP: #1348572
* bluetooth: hci_ldisc: fix deadlock condition
- LP: #1348572
* genirq: Sanitize spurious interrupt detection of threaded irqs
- LP: #1348572
* UBIFS: fix an mmap and fsync race condition
- LP: #1348572
* Input: synaptics - add min/max quirk for the ThinkPad W540
- LP: #1348572
* ACPI: Fix conflict between customized DSDT and DSDT local copy
- LP: #1348572
* HID: core: fix validation of report id 0
- LP: #1348572
* IB/srp: Fix a sporadic crash triggered by cable pulling
- LP: #1348572
* reiserfs: drop vmtruncate
- LP: #1348572
* reiserfs: call truncate_setsize under tailpack mutex
- LP: #1348572
* ARM: imx: fix error handling in ipu device registration
- LP: #1348572
* matroxfb: perform a dummy read of M_STATUS
- LP: #1348572
* USB: Avoid runtime suspend loops for HCDs that can't handle
suspend/resume
- LP: #1348572
* ARM: 8051/1: put_user: fix possible data corruption in put_user
- LP: #1348572
* Input: synaptics - T540p - unify with other LEN0034 models
- LP: #1348572
* mac80211: fix IBSS join by initializing last_scan_completed
- LP: #1348572
* drm/i915: s/DRM_ERROR/
- LP: #1348572
* drm/i915: Only copy back the modified fields to userspace from
execbuffer
- LP: #1348572
* ahci: add PCI ID for Marvell 88SE91A0 SATA Controller
- LP: #1348572
* ext4: fix zeroing of page during writeback
- LP: #1348572
* ext4: fix wrong assert in ext4_mb_
- LP: #1348572
* IB/qib: Fix port in pkey change event
- LP: #1348572
* IB/ipath: Translate legacy diagpkt into newer extended diagpkt
- LP: #1348572
* USB: sierra: fix AA deadlock in open error path
- LP: #1348572
* USB: sierra: fix urb and memory leak in resume error path
- LP: #1348572
* USB: sierra: fix urb and memory leak on disconnect
- LP: #1348572
* USB: sierra: fix remote wakeup
- LP: #1348572
* USB: option: fix runtime PM handling
- LP: #1348572
* USB: usb_wwan: fix urb leak in write error path
- LP: #1348572
* USB: usb_wwan: fix race between write and resume
- LP: #1348572
* USB: usb_wwan: fix write and suspend race
- LP: #1348572
* USB: usb_wwan: fix urb leak at shutdown
- LP: #1348572
* USB: usb_wwan: fix potential blocked I/O after resume
- LP: #1348572
* USB: cdc-acm: fix write and suspend race
- LP: #1348572
* USB: cdc-acm: fix write and resume race
- LP: #1348572
* USB: cdc-acm: fix broken runtime suspend
- LP: #1348572
* USB: ...
| Changed in linux (Ubuntu Precise): | |
| status: | Fix Committed → Fix Released |
| status: | Fix Committed → Fix Released |


FWIW, I used "ubuntu-bug -s sound" to collect data and it put the bug into pulseaudio, though I believe it's more likely to be a "linux" bug. I'll leave that to triagers who know better than I do.