[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2020-03-03 Thread Andy Whitcroft
** Changed in: linux-backports-modules-2.6.32 (Ubuntu) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/590756 Title: Lenovo G560 autoswitch headphone + mic not working

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2011-01-30 Thread Matthew Damiano
For my system, I got kanyo's method to work automatically on every boot by reverse engineering the ioctl calls that come from HDA Analyzer when you click on the widgets to adjust the settings. Here is my pyhon script: #!/usr/bin/python # Matt Damiano's script based on hda-analyzer # to

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2011-01-21 Thread Flyboy
another workaround https://bugs.launchpad.net/ubuntu/+source/alsa- driver/+bug/701271 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/590756 Title: Lenovo G560 autoswitch headphone + mic not working

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2011-01-19 Thread Flyboy
On archlinux, kernel 2.6.36 with the latest compiled alsa-drivers and even with hda-analyzer setting Node 0x14 to max and switching to selector 0x18 still cant get internal mic working. This is my alsa-info : http://www.alsa- project.org/db/?f=0f484d7fe11baf2c59a218db83b3b1f13f46d98a . Any

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2011-01-07 Thread Raymond
There are two demux (input source selector) , The first one in [Audio Input] node 0x14 and the second one in node 0x17 There are three [audio input] 0x14, 0x15 ,0x16 and another selector 0x18 you will need to implement input source control which allow you to select any input sources Node 0x14

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2011-01-02 Thread kayno
looks like this has been fixed in newer versions of alsa - i downloaded this version: http://ftp.kernel.org/pub/linux/kernel/people/tiwai/alsa /alsa-driver/alsa-driver-20101221.tar.gz and compiled and installed (./configure; make; make install) and now my mic works all the time, even after a

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-12-31 Thread William Bouterse
Responding to my own post : Yes I still need to reactivate hd-analyzer each reboot. Not a show-stopper. One thing that persists is the difference in working shows; audio stream 1 and non-working; shows audio stream 0 (assuming this is just stating the obvious) As a reduct with lspci 00:1b.0

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-12-30 Thread William Bouterse
As of 12/30/10 with Ubuntu Natty Daily updated todays hd-analyze (12/30/10) wget -O run.py http://www.alsa-project.org/hda-analyzer.py python run.py Using the screen-shot as reference from Kayno's post #41 http://imgur.com/BvUsK The internal mic now works ! :o) Great work by the Alsa folks and

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-12-29 Thread William Bouterse
Another Ubuntu/Mint Lenovo 560 owner/user with the same problem reading @kayno and alsa-dev response tried adjusting the parameters with hd-analyser. Even using the screenshot from post #41 I have not achieved success. I notice in my display there is no audio stream 1 under converter Mine shows

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-12-20 Thread lucoli
@kayno I've read the reply to your inquiry on the alsa-devel mailing list and didn't understand what did they mean. Any hint? Cheers, Luc. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/590756 Title:

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-12-17 Thread Luc Oli
Thank you Kayno. Now the internal mic is working. We need just to find the way to make it permanent. Right? Luc. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/590756 Title: Lenovo G560

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-12-17 Thread kayno
I have emailed the alsa-devel mailing list with the hda_analyzer diff and and the output of alsa-info.sh. not sure what they will do, but the hda_analyzer tool's about button said to do that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-12-17 Thread kayno
for reference, the email i sent to the alsa-devel mailing list: http://mailman.alsa-project.org/pipermail/alsa- devel/2010-December/034895.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/590756

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-12-16 Thread kayno
this fix still works for me every time, but it doesn't save and I have to do it after every reboot. using the diff button on hda_analyzer, this is all that is changing: Diff for codec 0/1 (0x14f15069): --- +++ @@ -51,26 +51,26 @@ ControlAmp: chs=1, dir=1, idx=0, ofs=0 Control:

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-12-11 Thread Luc Oli
@Kayno I followed your suggestions about hda analyzer. I set all the things as you showed on the imagine you attached in, but unfortunately the mic is still not working. Don't know how to proceed... Thanks, Luc. -- You received this bug notification because you are a member of Ubuntu Bugs,

Re: [Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-12-07 Thread Can Goymen
I've just fixed this problem with following way; 1. I installed Alsa Driver Modules, sudo add-apt-repository ppa:ubuntu-audio-dev/ppa sudo apt-get update sudo apt-get install linux-alsa-driver-modules-$(uname -r) 2. Edit alsa-base.conf and add options snd-hda-intel model=ideapad to the end of

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-12-06 Thread kayno
i just managed to get my internal mic to work, along with my headphone jack. i installed hda_analyzer (see http://www.alsa- project.org/main/index.php/HDA_Analyzer) and used it to tweak the following setting: Node[0x14] AUD_IN, in the Connection List change to Audio Selector [0x18], and I maxed

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-12-05 Thread kayno
my lenovo g560 also suffers from this. ubuntu 10.10. added options snd- hda-intel model=auto to /etc/modprobe.d/alsa-base.conf to make the speakers switch off when headphones are plugged in, which worked, however now my internal mic doesn't work. if i can post anything from my conf to help, let

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-11-24 Thread Luc Oli
I'm just in the same situation. Lenovo G560, Ubuntu 10.10. External Microphone working, internal no. Any solution? Thanks, Luca. -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 You received this bug notification because you are a member of Ubuntu

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-10-27 Thread Alex Sudakov
+1 Lenovo G560 c...@cyga-laptop:~$ dpkg-query -l alsa-base Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-09-19 Thread Yahya Al-Hajj
Is anybody working on this bug? -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 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

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-09-12 Thread Yahya Al-Hajj
I have the same problem -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 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

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-08-16 Thread Can Goymen
I have the same problem.. -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 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

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-08-13 Thread Zolzaya Erdenebaatar
Same problem here. -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 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

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-08-08 Thread Jerone Young
@wompy Thanks for keeping trying these out, ok this confirms they are doing something a bit different with the gseries .. let me do a little bit more research and come up with a different package. -- Lenovo G560 autoswitch headphone + mic not working

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-08-06 Thread wompy
@Jerone No, nothing changed since the last .deb. mic doesn't work. -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-08-05 Thread Jerone Young
@wompy Hmm .. so I found something I missed. I'll need to create a new patch if this one works .. try out this package: ** Attachment added: alsa-hda-dell-test-dkms_1.0.23.git20100803_all.deb http://launchpadlibrarian.net/53125268/alsa-hda-dell-test-dkms_1.0.23.git20100803_all.deb

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-08-05 Thread Jerone Young
@wompy Hmm .. so I found something I missed. I'll need to create a new patch if this one works .. try out this package: ** Attachment added: alsa-hda-dell-test-dkms_1.0.23.git20100803_all.deb http://launchpadlibrarian.net/53125269/alsa-hda-dell-test-dkms_1.0.23.git20100803_all.deb

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-08-05 Thread Jerone Young
** Attachment added: alsa-hda-conexant-lenovo-g560-dkms_1.0.23.git20100803_all.deb http://launchpadlibrarian.net/53125403/alsa-hda-conexant-lenovo-g560-dkms_1.0.23.git20100803_all.deb -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 You received

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-08-04 Thread wompy
@Jerone I'm sorry, mic doesn't work. The Headphone-Jack changes automatically, but external and internal mic are muted. Is Lenovo afraid you haven't got enough work to do...? -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 You received this bug

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-08-03 Thread Jerone Young
@womy @anulanghya Hey can you guys try out this package. Let me know asap if fixes the problem. The issue looks like Lenovo wired this port to a different port we were not listening to the mic event on. Other Lenovos listen on a different port for the mic event. Make

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-08-02 Thread Jerone Young
@womy @anulanghya I actually messed up that package. Attached is a new one to try. ** Attachment added: alsa-intel-hda-conexant-lenovo-g555-dkms_1.0.23.git20100718_all.deb http://launchpadlibrarian.net/52964549/alsa-intel-hda-conexant-lenovo-g555-dkms_1.0.23.git20100718_all.deb **

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-08-02 Thread Jerone Young
@womy @anulanghya Actually this package will not fix the issue. But I will look more into this issue this week. -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-07-31 Thread anulanghya
Hi all, I also purchased Lenovo G560, and my auto switch head phone is not working. I even installed alsa-intel-hda-conexant-test- dkms_1.0.23.git20100718_all.deb and still the issue remains as it is. Please help as it is a big problem for me. If I could not get a solution for this problem

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-07-25 Thread wompy
@Jerome I made all outstanding updates,removed the package completly, made two clean reboots and get the same error as above. But there has been a kernel-update from 2.6.32-23 to -24. I've got the headers installed. -- Lenovo G560 autoswitch headphone + mic not working

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-07-24 Thread Jerone Young
@wompy Also you might have been caught between updates. Make sure before you try to get all the latest updates .. there have been a lot rolling in the last few days. -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 You received this bug

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-07-23 Thread wompy
When i try to reinstall the package, i get this problem: sudo gdebi alsa-intel-hda-conexant-test-dkms_1.0.23.git20100718_all.deb Reading package lists... Done Building dependency tree Reading state information... Done Building data structures... Done Building data structures... Done

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-07-23 Thread Jerone Young
@womy First remove the package completely ... reboot. You'll need the kernel headers for the kernel you have installed (this is usually there by default). Then try a reinstall. -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 You received

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-07-22 Thread Jerone Young
@wompy Looking over the codec .. are you sure it's not switching to the headset? It look identical to other Lenovo systems and they work...can you check one more time? -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 You received this

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-07-20 Thread Jerone Young
@wompy This is odd. Your Lenovo has the same setup as the rest ... which is what makes this odd. I'll look it over. May need another HDA VERB to fix this then. -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 You received this bug

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-07-19 Thread wompy
@Jerone Sorry, but I'm shure, that the mic does not change from internal to external, when i plug the jack in. The internal mic is used in both cases. -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 You received this bug notification because you are

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-07-18 Thread Jerone Young
@wompy Thanks for the patience. Try this new package. It turns out I messed up on the first package I gave you. Make sure it's uninstalled reboot before installing this one. Basically I put a quirk for the wrong controller. This *should* fix the microphone. Let me know as

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-07-18 Thread wompy
@Jerone Thanks for your help again. The internal mic works, but the quality is not that good, so i would like to use the external mic. I'm not able to choose which mic to use in the audio-settings and they do not record simultaneously, if this fact is important. -- Lenovo G560 autoswitch

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-07-18 Thread Jerone Young
@wompy It auto selects. So if you have mic plugged into the jack then it will use that and not the internal mic. Otherwise it will use the internal mic. It's a feature of the card and how the conexant cards work. The best thing to do is try playing with the audio settings.

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-07-18 Thread Jerone Young
@wompy Make sure to play with the input volume. You can sometimes have it to high or to low also. -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-07-18 Thread Jerone Young
Fix submitted upstream can be found here: http://mailman.alsa-project.org/pipermail/alsa-devel/2010-July/029511.html -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-07-17 Thread Jerone Young
@wompy Sorry. I got very busy. But looking to try and get something out today that you can test. -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-07-13 Thread wompy
Hi, is there still someone working on this issue? Do you need some more information? -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-06-19 Thread wompy
@Jerone Ok..the windows-test succeeded with internal+external mic. I checked every setting in the sound applet and the alsamixer (also with and without sudo). I didn't work. I hear also a loud beep when i shutdown ubuntu and i think it correlates to your patch. In the alsa-mixer is a setting

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-06-18 Thread Jerone Young
@wompy Sorry for the delay. Been traveling. Can you check that the micrphones are not muted. After looking over the codec files .. the first package I created *should* have worked. I don't (or say hope) that lenovo didn't rewire the G series. Let me know. Check the

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-06-11 Thread Jerone Young
@wompy Ok need to do a little more work. Will have something posted hopefully today. -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-06-09 Thread Jerone Young
@wompy Can you install the deb attached .. make sure to uninstall the other dkms deb from the other bug you had installed. Then reboot and let me know if things work? ** Attachment added: alsa-intel-hda-conexant-update-test-dkms_2.6.32.21_all.deb

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-06-09 Thread wompy
@Jerone headphone works. External and internal Mics do not work. sorry;) -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-06-08 Thread wompy
Ok..i havent found a codec#0-file in the card0-folder, so this is the file called codec#1. I will also upload the files from the card1-folder. ** Attachment added: card0_codec#1 http://launchpadlibrarian.net/49932503/card0_codec%231 -- Lenovo G560 autoswitch headphone + mic not working

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-06-08 Thread wompy
this is the file codex#0 from the card1-folder... ** Attachment added: card1_codec#0 http://launchpadlibrarian.net/49932574/card1_codec%230 -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 You received this bug notification because you are a member

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-06-08 Thread wompy
and for the case another codex-file is needed, here is the last one. Thanks for your help ** Attachment added: card1_codec#1 http://launchpadlibrarian.net/49932668/card1_codec%231 -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 You received this

[Bug 590756] Re: Lenovo G560 autoswitch headphone + mic not working

2010-06-07 Thread Jerone Young
** Summary changed: - Lenovo G560 autoswitch headphone + mic + Lenovo G560 autoswitch headphone + mic not working -- Lenovo G560 autoswitch headphone + mic not working https://bugs.launchpad.net/bugs/590756 You received this bug notification because you are a member of Ubuntu Bugs, which is