[Bug 198839] Re: alsa unmutes the mic channel when resuming from suspend

2009-07-21 Thread Andy Whitcroft
@Adrien -- as you are reporting this against Jaunty could you file a new
bug report

As there has been no feedback on the testing request I am going to
assume that the Intrepid kernel has fixed this issue for you.  If not
please move it back to New.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Fix Released

-- 
alsa unmutes the mic channel when resuming from suspend
https://bugs.launchpad.net/bugs/198839
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 198839] Re: alsa unmutes the mic channel when resuming from suspend

2009-04-20 Thread Adrien Massy
alsa-info :

http://www.alsa-
project.org/db/?f=3c4f44f19906fb0c2e0e2cbbb4c8895cb69fc386

-- 
alsa unmutes the mic channel when resuming from suspend
https://bugs.launchpad.net/bugs/198839
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 198839] Re: alsa unmutes the mic channel when resuming from suspend

2009-04-20 Thread Adrien Massy
I'm using the same laptop with Jaunty and the last updates at this date,
but the problem is still there.

I don't really know where to look for further testing but I'm willing to
try what's needed.

-- 
alsa unmutes the mic channel when resuming from suspend
https://bugs.launchpad.net/bugs/198839
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 198839] Re: alsa unmutes the mic channel when resuming from suspend

2009-01-20 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
   Status: In Progress => Incomplete

-- 
alsa unmutes the mic channel when resuming from suspend
https://bugs.launchpad.net/bugs/198839
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 198839] Re: alsa unmutes the mic channel when resuming from suspend

2009-01-20 Thread Andy Whitcroft
>From the included alsa info this system is seems to be using two
subsystem ids, 0x17aa:0x384e and 0x17aa:0x1867.

Subsystem: 17aa:384e
Subsystem Id: 0x17aa1867

Looking at the quirk table as it is right now with the current Intrepid
-proposed kernel it appears that this machine is already quirked using
the first one:

SND_PCI_QUIRK(0x17aa, 0x384e, "Lenovo 3000 N200", ALC861VD_LENOVO),

So I would expect this machine to work with the default kernels in
-proposed (2.6.27-11.24).  If you could first test with that kernel and
report back here. Please see
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.

I have also built some test kernels with an additional quirk as
suggested by Daniel, if the kernel above does _not_ work for you could
you also test the kernels at the URL below and report back here (it is
not necesary to test those if the -proposed kernel works):

http://people.ubuntu.com/~apw/lp198839-intrepid/

-- 
alsa unmutes the mic channel when resuming from suspend
https://bugs.launchpad.net/bugs/198839
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 198839] Re: alsa unmutes the mic channel when resuming from suspend

2009-01-20 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
   Importance: Wishlist => Low
 Assignee: (unassigned) => Andy Whitcroft (apw)
   Status: Triaged => In Progress

-- 
alsa unmutes the mic channel when resuming from suspend
https://bugs.launchpad.net/bugs/198839
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 198839] Re: alsa unmutes the mic channel when resuming from suspend

2008-10-23 Thread ArheoN
Well,I've got Intrepid beta right now... Upgraded from Hardy because of 3945ABG 
issue... Anyways,if you're saying they're going to correct that in final 
release it's ok.But still there are no updates for 8.10b at this moment.
If the fix will be included in final release I'll be able to update this 
"thing" and get everything corrected,right? Sorry for asking newbies questions 
=)

-- 
alsa unmutes the mic channel when resuming from suspend
https://bugs.launchpad.net/bugs/198839
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 198839] Re: alsa unmutes the mic channel when resuming from suspend

2008-10-23 Thread Jim Braux-Zin
That line has to be added in a source file by a developer. The problem
is fixed for me in the new version (Intrepid) so you can upgrade to the
beta or just wait a few weeks until the release is out.

-- 
alsa unmutes the mic channel when resuming from suspend
https://bugs.launchpad.net/bugs/198839
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 198839] Re: alsa unmutes the mic channel when resuming from suspend

2008-10-22 Thread ArheoN
Hi guys. I'm new to Ubuntu and got same problem as well. =(
Daniel T Chen,where exactly should I add the line ? I will really appreciate 
"how to", mate.

-- 
alsa unmutes the mic channel when resuming from suspend
https://bugs.launchpad.net/bugs/198839
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 198839] Re: alsa unmutes the mic channel when resuming from suspend

2008-09-21 Thread Daniel T Chen
For the reporter, the following entry needs to be added to
patch_realtek.c::alc861vd_cfg_tbl[]:

SND_PCI_QUIRK(0x17aa, 0x1867, "Lenovo 3000 N200", ALC861VD_LENOVO),

** Changed in: linux (Ubuntu)
Sourcepackagename: alsa-driver => linux
   Importance: Undecided => Wishlist
   Status: New => Triaged

-- 
alsa unmutes the mic channel when resuming from suspend
https://bugs.launchpad.net/bugs/198839
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 198839] Re: alsa unmutes the mic channel when resuming from suspend

2008-04-11 Thread Jim Braux-Zin
Erf, scratch that I am still getting this problem. I had lowered the
speakers power so I didn't notice the mic noise, sorry.

-- 
alsa unmutes the mic channel when resuming from suspend
https://bugs.launchpad.net/bugs/198839
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 198839] Re: alsa unmutes the mic channel when resuming from suspend

2008-04-07 Thread Jim Braux-Zin
Hi,

The problem is fixed in Hardy. Actually the channel is still unmuted on
resume, but the sliders stay at the bottom and so there is no more
microphone sound from the speakers, greatly reducing the annoyment.

Thank you!

Jim.

-- 
alsa unmutes the mic channel when resuming from suspend
https://bugs.launchpad.net/bugs/198839
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 198839] Re: alsa unmutes the mic channel when resuming from suspend

2008-03-06 Thread Jim Braux-Zin
Sorry, here it is.

** Attachment added: "alsa-info.txt"
   http://launchpadlibrarian.net/12457885/alsa-info.txt

-- 
alsa unmutes the mic channel when resuming from suspend
https://bugs.launchpad.net/bugs/198839
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 198839] Re: alsa unmutes the mic channel when resuming from suspend

2008-03-06 Thread Alessio Igor Bogani
Hi Jim,

Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately we can't fix it, because your description
didn't include enough information.

Please include the information requested from the "Reporting Sound Bugs"
section of [WWW] https://wiki.ubuntu.com/DebuggingSoundProblems as
separate attachments.

Thanks!

-- 
alsa unmutes the mic channel when resuming from suspend
https://bugs.launchpad.net/bugs/198839
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