All of lore.kernel.org
 help / color / mirror / Atom feed
* Lenovo 3000 N100 ALC861-VD quirk
@ 2008-04-25  6:10 Chris Pemberton
  2008-04-25  6:32 ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Pemberton @ 2008-04-25  6:10 UTC (permalink / raw)
  To: alsa-devel

Hello,

I'm revisiting an unresolved bug report I opened several months ago: bug 
# 0003468
The bug still exists as of ALSA v1.0.15 (Ubuntu 8.04).

A quick recap:

The following line in patch_realtek.c is my machine:

SND_PCI_QUIRK(0x17aa, 0x2066, "Lenovo", ALC861VD_LENOVO),

If I edit this line as follows, I get sound:

SND_PCI_QUIRK(0x17aa, 0x2066, "Lenovo" ALC861VD_3ST),

(or I can just pass model=3stack to get sound).

Inserting headphones doesn't mute the speakers or power the headphones.  
But I can manually unmute the headphones via alsamixer (but speakers are 
still not muted).

I do see that the special keyboard keys for speaker mute, volume up and 
volume down are working correctly; but I don't know if this is something 
ALSA is responsible for, or X, or Ubuntu.  So if this is ALSA, thanks!

Anything more I can do to help resolve this?

Thanks,

Chris

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Lenovo 3000 N100 ALC861-VD quirk
  2008-04-25  6:10 Lenovo 3000 N100 ALC861-VD quirk Chris Pemberton
@ 2008-04-25  6:32 ` Takashi Iwai
  2008-04-25  6:54   ` Chris Pemberton
  0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2008-04-25  6:32 UTC (permalink / raw)
  To: Chris Pemberton; +Cc: alsa-devel

At Fri, 25 Apr 2008 01:10:21 -0500,
Chris Pemberton wrote:
> 
> Hello,
> 
> I'm revisiting an unresolved bug report I opened several months ago: bug 
> # 0003468
> The bug still exists as of ALSA v1.0.15 (Ubuntu 8.04).

Oh, 1.0.15?  Whan an old version.  Could you check whether the
latest HG version (or at least 1.0.16) works?
Or, 2.6.25 kernel, which includes most of 1.0.16 stuff.


> A quick recap:
> 
> The following line in patch_realtek.c is my machine:
> 
> SND_PCI_QUIRK(0x17aa, 0x2066, "Lenovo", ALC861VD_LENOVO),
> 
> If I edit this line as follows, I get sound:
> 
> SND_PCI_QUIRK(0x17aa, 0x2066, "Lenovo" ALC861VD_3ST),
> 
> (or I can just pass model=3stack to get sound).
> 
> Inserting headphones doesn't mute the speakers or power the headphones.  
> But I can manually unmute the headphones via alsamixer (but speakers are 
> still not muted).
> 
> I do see that the special keyboard keys for speaker mute, volume up and 
> volume down are working correctly; but I don't know if this is something 
> ALSA is responsible for, or X, or Ubuntu.  So if this is ALSA, thanks!

Depends.  Somethings it's controlled via hd-audio but sometimes over
ACPI.  Anyway, you have to try the latest version (HG version) so that
you can test any patches over it.


thanks,

Takashi

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Lenovo 3000 N100 ALC861-VD quirk
  2008-04-25  6:32 ` Takashi Iwai
@ 2008-04-25  6:54   ` Chris Pemberton
  2008-04-25  7:02     ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Pemberton @ 2008-04-25  6:54 UTC (permalink / raw)
  To: alsa-devel

Takashi Iwai wrote:
> At Fri, 25 Apr 2008 01:10:21 -0500,
> Chris Pemberton wrote:
>   
>> Hello,
>>
>> I'm revisiting an unresolved bug report I opened several months ago: bug 
>> # 0003468
>> The bug still exists as of ALSA v1.0.15 (Ubuntu 8.04).
>>     
>
> Oh, 1.0.15?  Whan an old version.  Could you check whether the
> latest HG version (or at least 1.0.16) works?
> Or, 2.6.25 kernel, which includes most of 1.0.16 stuff.
>
>
>   
>> A quick recap:
>>
>> The following line in patch_realtek.c is my machine:
>>
>> SND_PCI_QUIRK(0x17aa, 0x2066, "Lenovo", ALC861VD_LENOVO),
>>
>> If I edit this line as follows, I get sound:
>>
>> SND_PCI_QUIRK(0x17aa, 0x2066, "Lenovo" ALC861VD_3ST),
>>
>> (or I can just pass model=3stack to get sound).
>>
>> Inserting headphones doesn't mute the speakers or power the headphones.  
>> But I can manually unmute the headphones via alsamixer (but speakers are 
>> still not muted).
>>
>> I do see that the special keyboard keys for speaker mute, volume up and 
>> volume down are working correctly; but I don't know if this is something 
>> ALSA is responsible for, or X, or Ubuntu.  So if this is ALSA, thanks!
>>     
>
> Depends.  Somethings it's controlled via hd-audio but sometimes over
> ACPI.  Anyway, you have to try the latest version (HG version) so that
> you can test any patches over it.
>
>
> thanks,
>
> Takashi
>
>   
Just downloaded the lastest HG tarball from:
ftp://ftp.suse.com/pub/projects/alsa/snapshot/driver
and patch_realtek.c, line #12684 still looks wrong, at least for me.

I'll get the latest ALSA from HG installed on this machine (Ubuntu 8.04) 
and get back to you soon.

Thanks

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Lenovo 3000 N100 ALC861-VD quirk
  2008-04-25  6:54   ` Chris Pemberton
@ 2008-04-25  7:02     ` Takashi Iwai
  2008-04-25  7:25       ` Chris Pemberton
  0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2008-04-25  7:02 UTC (permalink / raw)
  To: Chris Pemberton; +Cc: alsa-devel

At Fri, 25 Apr 2008 01:54:47 -0500,
Chris Pemberton wrote:
> 
> Takashi Iwai wrote:
> > At Fri, 25 Apr 2008 01:10:21 -0500,
> > Chris Pemberton wrote:
> >   
> >> Hello,
> >>
> >> I'm revisiting an unresolved bug report I opened several months ago: bug 
> >> # 0003468
> >> The bug still exists as of ALSA v1.0.15 (Ubuntu 8.04).
> >>     
> >
> > Oh, 1.0.15?  Whan an old version.  Could you check whether the
> > latest HG version (or at least 1.0.16) works?
> > Or, 2.6.25 kernel, which includes most of 1.0.16 stuff.
> >
> >
> >   
> >> A quick recap:
> >>
> >> The following line in patch_realtek.c is my machine:
> >>
> >> SND_PCI_QUIRK(0x17aa, 0x2066, "Lenovo", ALC861VD_LENOVO),
> >>
> >> If I edit this line as follows, I get sound:
> >>
> >> SND_PCI_QUIRK(0x17aa, 0x2066, "Lenovo" ALC861VD_3ST),
> >>
> >> (or I can just pass model=3stack to get sound).
> >>
> >> Inserting headphones doesn't mute the speakers or power the headphones.  
> >> But I can manually unmute the headphones via alsamixer (but speakers are 
> >> still not muted).
> >>
> >> I do see that the special keyboard keys for speaker mute, volume up and 
> >> volume down are working correctly; but I don't know if this is something 
> >> ALSA is responsible for, or X, or Ubuntu.  So if this is ALSA, thanks!
> >>     
> >
> > Depends.  Somethings it's controlled via hd-audio but sometimes over
> > ACPI.  Anyway, you have to try the latest version (HG version) so that
> > you can test any patches over it.
> >
> >
> > thanks,
> >
> > Takashi
> >
> >   
> Just downloaded the lastest HG tarball from:
> ftp://ftp.suse.com/pub/projects/alsa/snapshot/driver
> and patch_realtek.c, line #12684 still looks wrong, at least for me.

It is correct.  The model lenovo is exactly for Lenovo devices.
So, the right thing is to fix model lenovo properly instead of
assigining a wrong model.

> I'll get the latest ALSA from HG installed on this machine (Ubuntu 8.04) 
> and get back to you soon.

That'll be helpful.  Thanks.


Takashi

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Lenovo 3000 N100 ALC861-VD quirk
  2008-04-25  7:02     ` Takashi Iwai
@ 2008-04-25  7:25       ` Chris Pemberton
  0 siblings, 0 replies; 5+ messages in thread
From: Chris Pemberton @ 2008-04-25  7:25 UTC (permalink / raw)
  To: alsa-devel


>> Just downloaded the lastest HG tarball from:
>> ftp://ftp.suse.com/pub/projects/alsa/snapshot/driver
>> and patch_realtek.c, line #12684 still looks wrong, at least for me.
>>     
>
> It is correct.  The model lenovo is exactly for Lenovo devices.
> So, the right thing is to fix model lenovo properly instead of
> assigining a wrong model.
>
>   
>> I'll get the latest ALSA from HG installed on this machine (Ubuntu 8.04) 
>> and get back to you soon.
>>     
>
> That'll be helpful.  Thanks.
>
>
> Takashi
>
>   
Installed driver tarball hg20080425.
(did not update alsa-libs or alsa-oss)
Removed all module parameters and rebooted.
Module snd-hda-intel loaded fine; yet no sound.
Rebooted with model=3stack and sound works as described before

II can run more tests tomorrow.

Thanks again

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-04-25  7:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-25  6:10 Lenovo 3000 N100 ALC861-VD quirk Chris Pemberton
2008-04-25  6:32 ` Takashi Iwai
2008-04-25  6:54   ` Chris Pemberton
2008-04-25  7:02     ` Takashi Iwai
2008-04-25  7:25       ` Chris Pemberton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.