Tiny Core Linux

Tiny Core Extensions => TCE News => TCE 2.x => Topic started by: Jason W on November 12, 2009, 12:38:48 PM

Title: sgmixer
Post by: Jason W on November 12, 2009, 12:38:48 PM
Thanks to perthie for:

Code: [Select]
Title:          sgmixer.tcz
Description:    A simple GTK2 audio mixer, when you just need to change the volume
Version:        0.3
Author:         Miroslav Yordanov
Original-site:  http://sourceforge.net/projects/freshmeat_sgmixer
Copying-policy: GPL
Size:           8K
Extension_by:   perthie
Comments:       Pressing the button for a device will mute it.
Change-log:     -------------
Current:        2009/11/10 first version
Title: Re: sgmixer
Post by: jls on November 15, 2009, 06:47:04 AM
I'm using alsa, when I launch this program I got
** (process:9633): WARNING **: Can't open /dev/mixer !!! Quiting ..
Title: Re: sgmixer
Post by: perthie on November 15, 2009, 07:00:07 AM
My  mistake. I compiled this with OSS and never tested it with alsa.

I will try again with both systems installed.
Title: Re: sgmixer
Post by: perthie on November 15, 2009, 08:10:09 AM
It turns out that this is not an OSS/alsa issue, but a matter of whether /dev/mixer exists.

I tested the current program on my hardware with independent installs of OSS and alsa. In both cases, /dev/mixer was present and the program ran correctly.

Does this mean that alsa runs on your machine using a different device than /dev/mixer?

I guess that the info file will need updating to add that restriction.

Thanks for testing this.