* Alsa v1.0.12rc1 Realtek ALC260 PCM missing at boot
@ 2006-06-27 11:54 Barry Scott
2006-06-27 12:40 ` Takashi Iwai
0 siblings, 1 reply; 6+ messages in thread
From: Barry Scott @ 2006-06-27 11:54 UTC (permalink / raw)
To: alsa-devel
I'm using 21.6.17.1 with v1.0.12rc1 drivers, libs and utils on FC4.
alsamixer reports that the Chip is Realtek ALC260.
Both amixer and alsamixer show that the PCM control is missing after
booting.
After playing a wav file with aplay the PCM control shows up in both
amixer and alsamixer.
Is there something I need to configure or is this a bug in1.0.12rc1?
Barry
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Alsa v1.0.12rc1 Realtek ALC260 PCM missing at boot
2006-06-27 11:54 Alsa v1.0.12rc1 Realtek ALC260 PCM missing at boot Barry Scott
@ 2006-06-27 12:40 ` Takashi Iwai
2006-06-27 14:12 ` Barry Scott
0 siblings, 1 reply; 6+ messages in thread
From: Takashi Iwai @ 2006-06-27 12:40 UTC (permalink / raw)
To: Barry Scott; +Cc: alsa-devel
At Tue, 27 Jun 2006 12:54:05 +0100,
Barry Scott wrote:
>
> I'm using 21.6.17.1 with v1.0.12rc1 drivers, libs and utils on FC4.
> alsamixer reports that the Chip is Realtek ALC260.
>
> Both amixer and alsamixer show that the PCM control is missing after
> booting.
> After playing a wav file with aplay the PCM control shows up in both
> amixer and alsamixer.
>
> Is there something I need to configure or is this a bug in1.0.12rc1?
The PCM volume is added dynamically by alsa-lib softvol plugin.
Usually your system stores/restores the mixer status so that the PCM
volume reappears again at the next boot.
Takashi
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Alsa v1.0.12rc1 Realtek ALC260 PCM missing at boot
2006-06-27 12:40 ` Takashi Iwai
@ 2006-06-27 14:12 ` Barry Scott
2006-06-27 14:18 ` Takashi Iwai
0 siblings, 1 reply; 6+ messages in thread
From: Barry Scott @ 2006-06-27 14:12 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
Takashi Iwai wrote:
> At Tue, 27 Jun 2006 12:54:05 +0100,
> Barry Scott wrote:
>
>> I'm using 21.6.17.1 with v1.0.12rc1 drivers, libs and utils on FC4.
>> alsamixer reports that the Chip is Realtek ALC260.
>>
>> Both amixer and alsamixer show that the PCM control is missing after
>> booting.
>> After playing a wav file with aplay the PCM control shows up in both
>> amixer and alsamixer.
>>
>> Is there something I need to configure or is this a bug in1.0.12rc1?
>>
>
> The PCM volume is added dynamically by alsa-lib softvol plugin.
> Usually your system stores/restores the mixer status so that the PCM
> volume reappears again at the next boot.
>
>
> Takashi
>
What is it that I need to setup to turn on the PCM? The "system" is me
and this
is a new setup requirement that I have not seen before.
Barry
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Alsa v1.0.12rc1 Realtek ALC260 PCM missing at boot
2006-06-27 14:12 ` Barry Scott
@ 2006-06-27 14:18 ` Takashi Iwai
2006-06-27 14:22 ` Barry Scott
0 siblings, 1 reply; 6+ messages in thread
From: Takashi Iwai @ 2006-06-27 14:18 UTC (permalink / raw)
To: Barry Scott; +Cc: alsa-devel
At Tue, 27 Jun 2006 15:12:46 +0100,
Barry Scott wrote:
>
> Takashi Iwai wrote:
> > At Tue, 27 Jun 2006 12:54:05 +0100,
> > Barry Scott wrote:
> >
> >> I'm using 21.6.17.1 with v1.0.12rc1 drivers, libs and utils on FC4.
> >> alsamixer reports that the Chip is Realtek ALC260.
> >>
> >> Both amixer and alsamixer show that the PCM control is missing after
> >> booting.
> >> After playing a wav file with aplay the PCM control shows up in both
> >> amixer and alsamixer.
> >>
> >> Is there something I need to configure or is this a bug in1.0.12rc1?
> >>
> >
> > The PCM volume is added dynamically by alsa-lib softvol plugin.
> > Usually your system stores/restores the mixer status so that the PCM
> > volume reappears again at the next boot.
> >
> >
> > Takashi
> >
> What is it that I need to setup to turn on the PCM? The "system" is me
> and this
> is a new setup requirement that I have not seen before.
"alsactl store" at shutdown and "alsactl restore" at boot will recover
the last mixer status. This also automatically recovers the
user-space element like "PCM".
How the call of alsactl is implement depends on the distro.
(E.g. via udev or init script or modprobe hook)
Takashi
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Alsa v1.0.12rc1 Realtek ALC260 PCM missing at boot
2006-06-27 14:18 ` Takashi Iwai
@ 2006-06-27 14:22 ` Barry Scott
2006-06-27 14:28 ` Takashi Iwai
0 siblings, 1 reply; 6+ messages in thread
From: Barry Scott @ 2006-06-27 14:22 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
Takashi Iwai wrote:
> At Tue, 27 Jun 2006 15:12:46 +0100,
> Barry Scott wrote:
>
>> Takashi Iwai wrote:
>>
>>> At Tue, 27 Jun 2006 12:54:05 +0100,
>>> Barry Scott wrote:
>>>
>>>
>>>> I'm using 21.6.17.1 with v1.0.12rc1 drivers, libs and utils on FC4.
>>>> alsamixer reports that the Chip is Realtek ALC260.
>>>>
>>>> Both amixer and alsamixer show that the PCM control is missing after
>>>> booting.
>>>> After playing a wav file with aplay the PCM control shows up in both
>>>> amixer and alsamixer.
>>>>
>>>> Is there something I need to configure or is this a bug in1.0.12rc1?
>>>>
>>>>
>>> The PCM volume is added dynamically by alsa-lib softvol plugin.
>>> Usually your system stores/restores the mixer status so that the PCM
>>> volume reappears again at the next boot.
>>>
>>>
>>> Takashi
>>>
>>>
>> What is it that I need to setup to turn on the PCM? The "system" is me
>> and this
>> is a new setup requirement that I have not seen before.
>>
>
> "alsactl store" at shutdown and "alsactl restore" at boot will recover
> the last mixer status. This also automatically recovers the
> user-space element like "PCM".
>
> How the call of alsactl is implement depends on the distro.
> (E.g. via udev or init script or modprobe hook)
>
>
> Takashi
>
The piece of information I'm missing is how to add PCM in the first place.
What command do I need to issue to add PCM?
Barry
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Alsa v1.0.12rc1 Realtek ALC260 PCM missing at boot
2006-06-27 14:22 ` Barry Scott
@ 2006-06-27 14:28 ` Takashi Iwai
0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2006-06-27 14:28 UTC (permalink / raw)
To: Barry Scott; +Cc: alsa-devel
At Tue, 27 Jun 2006 15:22:30 +0100,
Barry Scott wrote:
>
> Takashi Iwai wrote:
> > At Tue, 27 Jun 2006 15:12:46 +0100,
> > Barry Scott wrote:
> >
> >> Takashi Iwai wrote:
> >>
> >>> At Tue, 27 Jun 2006 12:54:05 +0100,
> >>> Barry Scott wrote:
> >>>
> >>>
> >>>> I'm using 21.6.17.1 with v1.0.12rc1 drivers, libs and utils on FC4.
> >>>> alsamixer reports that the Chip is Realtek ALC260.
> >>>>
> >>>> Both amixer and alsamixer show that the PCM control is missing after
> >>>> booting.
> >>>> After playing a wav file with aplay the PCM control shows up in both
> >>>> amixer and alsamixer.
> >>>>
> >>>> Is there something I need to configure or is this a bug in1.0.12rc1?
> >>>>
> >>>>
> >>> The PCM volume is added dynamically by alsa-lib softvol plugin.
> >>> Usually your system stores/restores the mixer status so that the PCM
> >>> volume reappears again at the next boot.
> >>>
> >>>
> >>> Takashi
> >>>
> >>>
> >> What is it that I need to setup to turn on the PCM? The "system" is me
> >> and this
> >> is a new setup requirement that I have not seen before.
> >>
> >
> > "alsactl store" at shutdown and "alsactl restore" at boot will recover
> > the last mixer status. This also automatically recovers the
> > user-space element like "PCM".
> >
> > How the call of alsactl is implement depends on the distro.
> > (E.g. via udev or init script or modprobe hook)
> >
> >
> > Takashi
> >
> The piece of information I'm missing is how to add PCM in the first place.
> What command do I need to issue to add PCM?
Play something :) Even the below
aplay </dev/null
would be enough (although aplay tells an error).
More exactly, when you call snd_pcm_open() with "default" PCM device,
it'll be added.
Takashi
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-06-27 14:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-27 11:54 Alsa v1.0.12rc1 Realtek ALC260 PCM missing at boot Barry Scott
2006-06-27 12:40 ` Takashi Iwai
2006-06-27 14:12 ` Barry Scott
2006-06-27 14:18 ` Takashi Iwai
2006-06-27 14:22 ` Barry Scott
2006-06-27 14:28 ` Takashi Iwai
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.