[Bug 600096] Re: No headphone jack output on T400s

2019-02-22 Thread Paul White
No reply from reporter, others say fixed so closing now.

** Changed in: alsa-driver (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/600096

Title:
  No headphone jack output on T400s

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/600096/+subscriptions

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

[Bug 600096] Re: No headphone jack output on T400s

2011-03-10 Thread Julian Wiedmann
William,
the patch ("ALSA: hda - Add quirk for Lenovo T400s") landed in Maverick with 
2.6.35-23.40 - is this still an issue?

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

Title:
  No headphone jack output on T400s

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


[Bug 600096] Re: No headphone jack output on T400s

2010-10-25 Thread Student
I had the same problem, doing a fresh install of 10.10 amd64 (keeping /home 
partition). 
The described fix helped.

-- 
No headphone jack output on T400s 
https://bugs.launchpad.net/bugs/600096
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 600096] Re: No headphone jack output on T400s

2010-10-18 Thread Mathieu Simon
Well, to report: The described module configuration fixes the problem.

Still it's not that great to still see it in both maverick.
I didn't realize it since i passed from 9.10 to a fresh install of 10.10 amd64 
on my main machine.
Hope a proper fix get's released soon.

-- 
No headphone jack output on T400s 
https://bugs.launchpad.net/bugs/600096
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 600096] Re: No headphone jack output on T400s

2010-10-13 Thread Bernd Petersohn
@inode77: The workaround alien8 gave in #3 and #5 works in Maverick.
Just create a file /etc/modprobe.d/alsa-intel.conf with the content
'options snd-hda-intel model="thinkpad"' and restart the system.
Headphones and internal microphones are then working again.

-- 
No headphone jack output on T400s 
https://bugs.launchpad.net/bugs/600096
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 600096] Re: No headphone jack output on T400s

2010-10-11 Thread inode77
Is there a ETA for .5 patch availability in maverick?

Other than add the patch and compile manually, there's no way around
this issue right?

-- 
No headphone jack output on T400s 
https://bugs.launchpad.net/bugs/600096
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 600096] Re: No headphone jack output on T400s

2010-09-21 Thread alien8
Just for the records: It's in LK 2.6.35.5

- a8

-- 
No headphone jack output on T400s 
https://bugs.launchpad.net/bugs/600096
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 600096] Re: No headphone jack output on T400s

2010-09-16 Thread alien8
Thanks Luke,

It's also in the 2.6.35-stable git tree:
http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git;a=commit;h=1f5f58d3c1a52f9f4e9ea7a30207a4927cfe6bbd

- a8

-- 
No headphone jack output on T400s 
https://bugs.launchpad.net/bugs/600096
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


Re: [Bug 600096] Re: No headphone jack output on T400s

2010-09-07 Thread Luke Yelavich
That patch should certainly make it into maverick, if not by the final
release, then certainly within a month or so of the final release.

 affects ubuntu/alsa-driver
 status fixcommitted


** Changed in: alsa-driver (Ubuntu)
   Status: In Progress => Fix Committed

-- 
No headphone jack output on T400s 
https://bugs.launchpad.net/bugs/600096
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 600096] Re: No headphone jack output on T400s

2010-09-07 Thread alien8
With or without the model="thinkpad" parameter? I had this problem even
with the Maverick beta.

Takashi Iwai fixed that problem in the sound git tree commit id 4d15564.
Took 'em one day. I assume that will go into 2.6.36 and I hope Canonical
adds this one-liner to their Maverick kernel too.

I add the patch here:

more:/usr/src/sound-2.6# git show 4d155641c81203440da64c4633b4efaab75f63b3
commit 4d155641c81203440da64c4633b4efaab75f63b3
Author: Takashi Iwai 
Date:   Tue Sep 7 11:58:30 2010 +0200

ALSA: hda - Add quirk for Lenovo T400s

Lenovo T400s requires the quirk to make automatic HP/mic switching working.

Reported-by: Frank Becker 
Cc: 
Signed-off-by: Takashi Iwai 

diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index 4f06199..71f9d64 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -3094,6 +3094,7 @@ static struct snd_pci_quirk cxt5066_cfg_tbl[] = {
SND_PCI_QUIRK(0x103c, 0x360b, "HP G60", CXT5066_HP_LAPTOP),
SND_PCI_QUIRK(0x1179, 0xff50, "Toshiba Satellite P500-PSPGSC-01800T", 
CXT5066_OLPC_XO_1_5),
SND_PCI_QUIRK(0x1179, 0xffe0, "Toshiba Satellite Pro T130-15F", 
CXT5066_OLPC_XO_1_5),
+   SND_PCI_QUIRK(0x17aa, 0x20f2, "Lenovo T400s", CXT5066_THINKPAD),
SND_PCI_QUIRK(0x17aa, 0x21b2, "Thinkpad X100e", CXT5066_IDEAPAD),
SND_PCI_QUIRK(0x17aa, 0x21b3, "Thinkpad Edge 13 (197)", 
CXT5066_IDEAPAD),
SND_PCI_QUIRK(0x17aa, 0x21b4, "Thinkpad Edge", CXT5066_IDEAPAD),

- a8

-- 
No headphone jack output on T400s 
https://bugs.launchpad.net/bugs/600096
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 600096] Re: No headphone jack output on T400s

2010-09-07 Thread William Bohn
Thanks alien8. Yeah, I was having that problem upstream. Things seem to
be working with the Ubuntu kernels, though.

-- 
No headphone jack output on T400s 
https://bugs.launchpad.net/bugs/600096
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 600096] Re: No headphone jack output on T400s

2010-09-07 Thread alien8
It's better to add model="thinkpad". The bug is reported to be fixed in
the sound git tree.

- a8

-- 
No headphone jack output on T400s 
https://bugs.launchpad.net/bugs/600096
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 600096] Re: No headphone jack output on T400s

2010-09-06 Thread alien8
Sorry, forgot to mention the internal mic doesn't work as well.

-- 
No headphone jack output on T400s 
https://bugs.launchpad.net/bugs/600096
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 600096] Re: No headphone jack output on T400s

2010-09-06 Thread alien8
That will affect Ubuntu 10.10. I had the same problem while testing the
latest beta.

Please try to load the sound module like that: snd-hda-intel model="ideapad"
Or, just create a file named something like /etc/modprobe.d/alsa-intel.conf and 
put the line 

options snd-hda-intel model="ideapad"

I bisected that issue and found out that git commit 7b2bfdb kind of
broke it.

I just reported this issue upstream to the linux-kernel and alsa-devel
mailing lists. I don't expect Canonical to fix this issue.

To me the bug is very valid. ;)

- a8

** Changed in: alsa-driver (Ubuntu)
   Status: Invalid => In Progress

-- 
No headphone jack output on T400s 
https://bugs.launchpad.net/bugs/600096
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 600096] Re: No headphone jack output on T400s

2010-07-14 Thread William Bohn
I think this only affects me on the newer kernel. Using the older,
supported Lucid kernel seems to work, so I've marked this as "invalid."

** Changed in: alsa-driver (Ubuntu)
   Status: New => Invalid

-- 
No headphone jack output on T400s 
https://bugs.launchpad.net/bugs/600096
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 600096] Re: No headphone jack output on T400s

2010-06-30 Thread William Bohn

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/51151187/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/51151188/AplayDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/51151189/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/51151190/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/51151191/Card0.Codecs.codec.0.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/51151192/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/51151193/Dependencies.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/51151194/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/51151195/ProcCpuinfo.txt

-- 
No headphone jack output on T400s 
https://bugs.launchpad.net/bugs/600096
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