public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  /etc/asound.state
@ 2005-12-14 15:58 James
  2005-12-14 16:20 ` Andres Becerra Sandoval
  0 siblings, 1 reply; 5+ messages in thread
From: James @ 2005-12-14 15:58 UTC (permalink / raw
  To: gentoo-user

Hello

I have frozen bubble working on several systems, you know, for the kids.....
Anyway, frozen-bubble dies on one portable. I found the problem. As I 
added alsasound to the default level and then ran,
'/etc/init.d/alsasound start' I got this error message:
* Loading ALSA modules ...                                                 
 * Restoring Mixer Levels ...
 * No mixer config in /etc/asound.state, you have to unmute your card!

Well, sorry, but audio works fine on this portable.

Sure enough, /etc/asound.state does not even exist on this system.

Also, when I fire up frozen-bubble this way, instead us the 
KDE pull down menu, I get these results:

SDL Init Graphics... Levels   SDNCTL_DSP_SETFRAGMENT: Invalid argument
Warning: Couldn't set audio fragment size
Sound init
Rady.
Audio write: Invalid argument

Note audio works with vlc, kaffeine and a variety of other applications
on this portable.  '/etc/groups' is just like the other systems where 
frozen  works. I unmerged 'sdl-perl' and then emerged sdl-perl.....

So how do I create the /etc/asound.state file?

Any other ideas?

James

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] /etc/asound.state
  2005-12-14 15:58 [gentoo-user] /etc/asound.state James
@ 2005-12-14 16:20 ` Andres Becerra Sandoval
  2005-12-14 16:59   ` [gentoo-user] /etc/asound.state James
  0 siblings, 1 reply; 5+ messages in thread
From: Andres Becerra Sandoval @ 2005-12-14 16:20 UTC (permalink / raw
  To: gentoo-user

On 12/14/05, James <wireless@tampabay.rr.com> wrote:
> Hello
>
> I have frozen bubble working on several systems, you know, for the kids.....
> Anyway, frozen-bubble dies on one portable. I found the problem. As I
> added alsasound to the default level and then ran,
> '/etc/init.d/alsasound start' I got this error message:
> * Loading ALSA modules ...
>  * Restoring Mixer Levels ...
>  * No mixer config in /etc/asound.state, you have to unmute your card!
>
> Well, sorry, but audio works fine on this portable.
>
> Sure enough, /etc/asound.state does not even exist on this system.
>
> Also, when I fire up frozen-bubble this way, instead us the
> KDE pull down menu, I get these results:
>
> SDL Init Graphics... Levels   SDNCTL_DSP_SETFRAGMENT: Invalid argument
> Warning: Couldn't set audio fragment size
> Sound init
> Rady.
> Audio write: Invalid argument
>
> Note audio works with vlc, kaffeine and a variety of other applications
> on this portable.  '/etc/groups' is just like the other systems where
> frozen  works. I unmerged 'sdl-perl' and then emerged sdl-perl.....
>
> So how do I create the /etc/asound.state file?

AFAIK, If you run alsamixer and set the volume asound.state will be
created and saved for  the next boot.

--
  Andres

-- 
gentoo-user@gentoo.org mailing list



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

* [gentoo-user]  Re: /etc/asound.state
  2005-12-14 16:20 ` Andres Becerra Sandoval
@ 2005-12-14 16:59   ` James
  2005-12-14 18:14     ` Christoph Eckert
  0 siblings, 1 reply; 5+ messages in thread
From: James @ 2005-12-14 16:59 UTC (permalink / raw
  To: gentoo-user

Andres Becerra Sandoval <andres.becerra <at> gmail.com> writes:



> > Note audio works with vlc, kaffeine and a variety of other applications
> > on this portable.  '/etc/groups' is just like the other systems where
> > frozen  works. I unmerged 'sdl-perl' and then emerged sdl-perl.....

> > So how do I create the /etc/asound.state file?

> AFAIK, If you run alsamixer and set the volume asound.state will be
> created and saved for  the next boot.

OK, I 'emerge alasmixergui' and ran 'alsamixer'. It indicates that 
the volume is up, just like kmix shows. Remember audio is already
working for lots of different applications.

Furthermore, this did not create the /etc/asound.state file?

any other ideas?

James



-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  Re: /etc/asound.state
  2005-12-14 16:59   ` [gentoo-user] /etc/asound.state James
@ 2005-12-14 18:14     ` Christoph Eckert
  2005-12-14 20:46       ` [gentoo-user] RESOLVED " James
  0 siblings, 1 reply; 5+ messages in thread
From: Christoph Eckert @ 2005-12-14 18:14 UTC (permalink / raw
  To: gentoo-user


> Furthermore, this did not create the /etc/asound.state file?
>
> any other ideas?

alsactl store resp. restore normally gets automatically executed on ALSA 
start/shutdown.

If this is not the case on this particular machine, then there'
s something wrong.


Best regards


    ce

-- 
gentoo-user@gentoo.org mailing list



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

* [gentoo-user]  RESOLVED Re: /etc/asound.state
  2005-12-14 18:14     ` Christoph Eckert
@ 2005-12-14 20:46       ` James
  0 siblings, 0 replies; 5+ messages in thread
From: James @ 2005-12-14 20:46 UTC (permalink / raw
  To: gentoo-user

Christoph Eckert <ce <at> christeck.de> writes:


> alsactl store resp. restore normally gets automatically executed on ALSA 
> start/shutdown.

> If this is not the case on this particular machine, then there'
> s something wrong.

Well, I added alsa to the default run level, built a new 2.14-gentoo-r4
kernel, and this /etc/asound.state now exist. Frozen bubble is now working 
fine.

Thanks everyone!

James

-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2005-12-14 20:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-14 15:58 [gentoo-user] /etc/asound.state James
2005-12-14 16:20 ` Andres Becerra Sandoval
2005-12-14 16:59   ` [gentoo-user] /etc/asound.state James
2005-12-14 18:14     ` Christoph Eckert
2005-12-14 20:46       ` [gentoo-user] RESOLVED " James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox