Alsactl Boot Error
am 06.11.2005 04:10:17 von heisspf
Hi,
After upgrading to slackware 10.2 I get the following error when booting:
Loading ALSA mixer settings: /usr/sbin/alsactl restore
/usr/sbin/alsactl: set_control:873: failed to obtain info for
control #35 (No such file or directory)
What is the meaning and does it have any negative effect, how to correct?
Thanks & regards
-
Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
Re: Alsactl Boot Error
am 06.11.2005 18:39:07 von Jeremy Abbott
On 11/5/05 7:10 PM, "Peter" wrote:
> Hi,
>
> After upgrading to slackware 10.2 I get the following error when booting:
>
> Loading ALSA mixer settings: /usr/sbin/alsactl restore
> /usr/sbin/alsactl: set_control:873: failed to obtain info for
> control #35 (No such file or directory)
>
> What is the meaning and does it have any negative effect, how to correct?
>
> Thanks & regards
> -
> Peter
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
If you do a run "man alsactl" at the command line, it will tell you that
this file is used for advanced control of your sound card.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
Re: Alsactl Boot Error
am 07.11.2005 03:09:45 von heisspf
> On 11/5/05 7:10 PM, "Peter" wrote:
>
> > Hi,
> >
> > After upgrading to slackware 10.2 I get the following error when booting:
> >
> > Loading ALSA mixer settings: /usr/sbin/alsactl restore
> > /usr/sbin/alsactl: set_control:873: failed to obtain info for
> > control #35 (No such file or directory)
> >
> > What is the meaning and does it have any negative effect, how to correct?
> >
> > Thanks & regards
> > -
> > Peter
On Sun, 06 Nov 2005 09:39:07 -0800
Jeremy Abbott wrote:
>
> If you do a run "man alsactl" at the command line, it will tell you that
> this file is used for advanced control of your sound card.
>
>
Thanks, yes I am aware of this, however, it is not a question of the alsactl
file it must be a problem within this files or another file it calls on the
way I read the error message, "set_control:873: failed to obtain info for
control #35 (No such file or directory)"
Reinstalling the alsa_utils program of slackware10.1 does not solve the
problem.
--
Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
Re: Alsactl Boot Error
am 08.11.2005 16:34:39 von linuxdevelop linux
Try running alsaconf and see if that helps ..
../thanks
ilaiy
On 11/6/05, Peter wrote:
>
> > On 11/5/05 7:10 PM, "Peter" wrote:
> >
> > > Hi,
> > >
> > > After upgrading to slackware 10.2 I get the following error when booting:
> > >
> > > Loading ALSA mixer settings: /usr/sbin/alsactl restore
> > > /usr/sbin/alsactl: set_control:873: failed to obtain info for
> > > control #35 (No such file or directory)
> > >
> > > What is the meaning and does it have any negative effect, how to correct?
> > >
> > > Thanks & regards
> > > -
> > > Peter
> On Sun, 06 Nov 2005 09:39:07 -0800
> Jeremy Abbott wrote:
>
> >
> > If you do a run "man alsactl" at the command line, it will tell you that
> > this file is used for advanced control of your sound card.
> >
> >
> Thanks, yes I am aware of this, however, it is not a question of the alsactl
> file it must be a problem within this files or another file it calls on the
> way I read the error message, "set_control:873: failed to obtain info for
> control #35 (No such file or directory)"
> Reinstalling the alsa_utils program of slackware10.1 does not solve the
> problem.
>
>
>
>
> --
> Peter
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
>
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
Re: Alsactl Boot Error
am 08.11.2005 22:01:15 von Chris Largret
> After upgrading to slackware 10.2 I get the following error when
booting:
>
> Loading ALSA mixer settings: /usr/sbin/alsactl restore
> /usr/sbin/alsactl: set_control:873: failed to obtain info for
> control #35 (No such file or directory)
>
> What is the meaning and does it have any negative effect, how to
correct?
It simply means that there are new controls (or there was a name change
on an existing control) with the new kernel drivers. If you switch back
and forth between a couple kernel versions, you'll see this pretty
often. It isn't harmful in any way, but if you want to make it go away,
a simple "alsactl store" as root will suffice.
--
Chris Largret
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
Re: Alsactl Boot Error
am 09.11.2005 09:39:09 von heisspf
Many thanks. That simple and it worked.
On Tue, 08 Nov 2005 13:01:15 -0800
Chris Largret wrote:
> > After upgrading to slackware 10.2 I get the following error when
> booting:
> >
> > Loading ALSA mixer settings: /usr/sbin/alsactl restore
> > /usr/sbin/alsactl: set_control:873: failed to obtain info for
> > control #35 (No such file or directory)
> >
> > What is the meaning and does it have any negative effect, how to
> correct?
>
> It simply means that there are new controls (or there was a name change
> on an existing control) with the new kernel drivers. If you switch back
> and forth between a couple kernel versions, you'll see this pretty
> often. It isn't harmful in any way, but if you want to make it go away,
> a simple "alsactl store" as root will suffice.
>
> --
--
Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs