Author Topic: sgmixer  (Read 1461 times)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
sgmixer
« on: November 12, 2009, 09:38:48 AM »
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

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: sgmixer
« Reply #1 on: November 15, 2009, 03:47:04 AM »
I'm using alsa, when I launch this program I got
** (process:9633): WARNING **: Can't open /dev/mixer !!! Quiting ..
dCore user

Offline perthie

  • Full Member
  • ***
  • Posts: 118
Re: sgmixer
« Reply #2 on: November 15, 2009, 04:00:07 AM »
My  mistake. I compiled this with OSS and never tested it with alsa.

I will try again with both systems installed.

Offline perthie

  • Full Member
  • ***
  • Posts: 118
Re: sgmixer
« Reply #3 on: November 15, 2009, 05: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.